summaryrefslogtreecommitdiff
path: root/paste/fileapp.py
Commit message (Expand)AuthorAgeFilesLines
* Fix fileapp on Python 3Victor Stinner2015-04-221-5/+7
* Python 3: Replace "except Exception, exc" with "except Exception as exc:"Cyril Roelandt2014-03-181-3/+3
* respond with 206 partial content whenever a range was requestedJan-Wijbrand Kolman2013-03-251-3/+3
* Do not set Content-Encoding to 'None' (http://trac.pythonpaste.org/pythonpast...Ian Bicking2010-09-021-2/+7
* Paste: fix Ticket #299maluke2009-07-011-1/+1
* added DirectoryApp.make_fileapp to allow some customizationmaluke2008-05-301-1/+4
* make sure DirectoryApp.path ends with os.path.sepmaluke2008-05-231-1/+3
* fixed __all__maluke2008-05-231-1/+1
* implemented DirectoryAppmaluke2008-05-231-5/+32
* Use wsgi.file_wrapper when availableianb2008-04-111-1/+5
* first pass at an ArchiveStorecce2007-08-071-3/+58
* Make allowed headers settable in paste.fileapp.DataAppianb2007-03-061-3/+9
* make guess_type overridableianb2007-02-191-1/+4
* Prefer ETags over Last-Modified when calculating 304sianb2007-02-181-12/+20
* Fix for FileApp replying to non-GET requests, and giving the body for HEAD re...1.2ianb2007-02-011-2/+16
* Handle file not found in FileAppianb2007-01-181-0/+5
* fixing server side cache /w the nocache headercce2007-01-101-3/+6
* convert old-style classes to new-style classespjenvey2007-01-051-1/+1
* A big commit, primarily aesthetic/whitespace in nature. This is the result o...ianb2006-10-201-11/+11
* Make fileapp.DataApp directly usable, plus handle empty content properlyianb2006-09-251-2/+1
* Set Last-Modified properly in paste.fileapp (it wasn't being updated properly...ianb2006-08-281-1/+4
* Added tests for file-related conditional requests. Added support for If-None...ianb2006-07-171-1/+15
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
* Using ETag's for browser-side HTTP 1.1 caching when available for static cont...bbangert2006-01-181-0/+1
* - fixed logic/definition problem /w multi-entry headers;cce2006-01-011-4/+4
* - changed all HTTPHeader sub-classes to have a _ prefix, sincecce2005-12-301-17/+17
* - added concrete ContentRange headercce2005-12-301-13/+8
* - removing all entity headers for 304 responsecce2005-12-291-6/+6
* - forgot to remove debugging infocce2005-12-291-2/+0
* - added Range.parse to httpheaderscce2005-12-291-20/+18
* - upgraded fileapp.py to use httpheaderscce2005-12-281-177/+27
* fixed ticket #40 - thanks tsidwickcce2005-12-251-1/+1
* (no commit message)cce2005-12-251-7/+4
* - added Range: functionality to FileAppcce2005-12-251-34/+129
* - got rid of unnecessary trailing spaces in httpexceptionscce2005-12-231-17/+33
* - made __call__ for an HTTPException be the same as wsgi_applicationcce2005-12-231-50/+182
* Fixing typobbangert2005-12-221-1/+1
* - removed unnecessary spaces in several filescce2005-12-221-12/+78
* Added -W option to tests, which will turn warnings into errors (warnings have...ianb2005-12-181-0/+53