summaryrefslogtreecommitdiff
path: root/paste/gzipper.py
Commit message (Collapse)AuthorAgeFilesLines
* Port gzipper to Python 3Victor Stinner2015-04-221-3/+2
|
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-4/+1
| | | | Use "try/except ImportError" to try Python 2 and Python 3 names.
* Fix http://trac.pythonpaste.org/pythonpaste/ticket/318 -- handle zero-length ↵Ian Bicking2010-09-011-1/+1
| | | | responses in gzip middleware
* for gzipper, (a) don't test content type if it is blank andcce2007-03-271-2/+2
| | | | (b) be a bit more explicit about the heuristic
* Fix the flow of information in the gzipper response; you shouldn't update ↵ianb2006-11-121-5/+9
| | | | the headers after the response has been sent, but the test still caught that case and made the test pass inappropriately
* Fix for Content-Length in gzip response from Brad Clements. Also gzip testianb2006-11-121-0/+5
|
* Moved and fixed gzip middleware entry point; typo in docsianb2006-10-201-0/+13
|
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
|
* Auto-update of version stringsianb2006-05-241-24/+44
|
* Fix from Damjan when Accept-Encoding is missing from requestianb2006-03-281-1/+1
|
* Added license comment to all substantive filesianb2005-08-311-0/+3
|
* paste.deployified gzipperianb2005-08-221-2/+2
|
* A bunch of pylint-inspired changes; all minor code cleanupianb2005-05-171-1/+0
|
* Added start_response exc_info argumentianb2005-05-141-3/+3
|
* Renamed package itselfianb2005-04-221-0/+65