summaryrefslogtreecommitdiff
path: root/cherrypy/lib/httputil.py
Commit message (Expand)AuthorAgeFilesLines
...
* Merged in MichielOvertoom/cherrypyfixticketurls2 (pull request #11)Jason R. Coombs2012-12-051-1/+1
|\
| * Fix ticket URLs from http://www.cherrypy.org/ticket/XYZ toMichiel Overtoom2012-06-211-1/+1
| * Fixed issue in HeaderElement.__str__ where it could sometimes return a non-na...Jason R. Coombs2012-04-061-1/+1
| * Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-69/+69
* | Extract 'encode_header_items' classmethod from HeaderMap.output. Now another ...Jason R. Coombs2012-10-271-11/+17
* | Fixed issue in HeaderElement.__str__ where it could sometimes return a non-na...Jason R. Coombs2012-04-061-1/+1
* | Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-69/+69
|/
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+506
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-469/+0
* Last few 3.2 tweaksRobert Brewer2011-02-251-1/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-16/+14
* Fix for #1003 (Security issue: HTTPRedirect exception can be used to inject h...Robert Brewer2011-02-211-21/+44
* Sphinx docs in cherrypy.lib.*chbrown2010-02-241-16/+19
* Fix for #918 (caching does not respect Cache-Control: max-age header).Robert Brewer2009-08-191-0/+4
* Meh. Not much use for py3util now.Robert Brewer2009-06-151-3/+3
* Some syncs with python3.Robert Brewer2009-06-141-21/+27
* Moved RFC-2047 encoding back from wsgiserver to http lib. WSGI headers MUST b...Robert Brewer2009-06-131-2/+27
* trunk: A bunch more alignments between trunk and python3 syntax.Robert Brewer2009-06-021-9/+10
* Brought trunk up to par with the encoding changes from the python3 branch.Robert Brewer2009-06-011-6/+51
* Mostly-working _cpreqbody for Python 2.x.Robert Brewer2009-05-311-34/+9
* trunk - backport for [2212] - Moved response header encoding from app to server.Lakin Wecker2009-05-311-21/+1
* trunk - Porting the cherrypy.lib.httputil name change. It'll be easier to mai...Lakin Wecker2009-05-311-0/+410