summaryrefslogtreecommitdiff
path: root/tests/test_fileapp.py
Commit message (Expand)AuthorAgeFilesLines
* make tests pass after 2031Bernhard M. Wiedemann2018-02-211-1/+1
* Cleanup imports in test_fileappVictor Stinner2015-04-221-12/+4
* Update test_fileapp according to changeset b3f56e5b43e8Victor Stinner2015-04-211-2/+2
* Fix fileapp on Python 3Victor Stinner2015-04-221-21/+30
* Python 3: add parenthesis to print() to support Python 2 and Python 3Cyril Roelandt2014-03-181-1/+1
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-2/+9
* don't assume CPython GC, immediately close the file handlepjenvey2008-08-221-1/+3
* tests for fileapp.DirectoryAppmaluke2008-05-281-1/+24
* Fix for FileApp replying to non-GET requests, and giving the body for HEAD re...1.2ianb2007-02-011-0/+12
* Added tests for file-related conditional requests. Added support for If-None...ianb2006-07-171-0/+21
* o revised the r5420 patch to be specific to the _IfModifiedSince headerpjenvey2006-06-261-2/+5
* - fixed logic/definition problem /w multi-entry headers;cce2006-01-011-0/+1
* - added Range.parse to httpheaderscce2005-12-291-7/+10
* - added Range: functionality to FileAppcce2005-12-251-9/+84
* - got rid of unnecessary trailing spaces in httpexceptionscce2005-12-231-6/+65
* - made __call__ for an HTTPException be the same as wsgi_applicationcce2005-12-231-0/+35