web/http_headers.py
2015-10-08 Julien Cristau [web/http_headers] use classmethod decorator
2015-10-06 Julien Cristau [web] accept unicode in parsed Authorization header
2015-09-18 Rémi Cardona [py3k] use next builtin instead of next method
2015-09-15 Rémi Cardona [py3k] dict.iteritems → dict.items
2015-09-14 Rémi Cardona [py3k] basestring → six.string_types
2015-09-22 Rémi Cardona [py3k] import URL mangling functions using six.moves
2015-09-15 Rémi Cardona Unused imports
2015-09-11 Samuel Trégouët [py3k] tuple unpacking in function args
2015-09-11 Samuel Trégouët [py3k] Fix raise with embedded traceback
2014-07-29 Rémi Cardona Remove obsolete __future__ imports
2014-07-15 Julien Cristau [web] add support for HttpOnly cookie flag
2014-10-17 Julien Cristau merge 3.19.5 into 3.20 branch
2014-09-25 Julien Cristau merge 3.19.4 in 3.20 branch
2014-09-15 Christophe de Vienne [cors] Fix CORS headers generators
2014-07-29 Julien Cristau [web/headers] don't list a request header twice in "Vary"
2014-03-14 Julien Cristau [web] Add asserts to the raw header conversion functions
2014-03-13 David Douard [web] whitespace cleanup in http_headers.py
2014-03-14 Nicolas Chauvat [web] implement cross origin resource sharing (CORS) (closes #2491768)
2014-03-14 Julien Cristau [web] Fix handling of some http headers
2014-01-17 Rémi Cardona [web] Fix typo in docstring stable
2013-02-14 Nicolas Chauvat [toward py3k] rewrite has_key() (part of #2711624)
2013-02-14 Nicolas Chauvat [toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
2013-02-14 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
2012-03-15 Pierre-Yves David http-header: support __contains__ in Headers
2011-11-10 Alexandre Fayolle [http, windows] fix remove_cookie trying to expire a cookie before the Epoch (closes: #2087998) stable
2011-09-23 Sylvain Thénault [web request] fix cookie 'expires' formating (closes #1953945) stable
2010-04-06 Adrien Chauve Switched from TwistedWeb2 to TwistedWeb
less more (0) tip