summaryrefslogtreecommitdiff
path: root/paste
Commit message (Expand)AuthorAgeFilesLines
* Typo; fixed #54 (no QUERY_STRING or QUERY_STRING on PATH_INFO)ianb2006-01-121-1/+1
* (no commit message)cce2006-01-111-0/+1
* - added paste.progress : a request upload progress monitor, partially complet...cce2006-01-112-0/+283
* - misspelled daemon ;(cce2006-01-111-3/+3
* - default server_version was in wrong spot ;)cce2006-01-111-2/+1
* - updated httpserver to have better documentation for serve()cce2006-01-112-56/+127
* - put where deamon_threads option should be (but commented out)cce2006-01-111-0/+1
* always send response even if there isn't a body (dumb mistake)cce2006-01-111-0/+2
* - add support for 'dd-mon-yyyy' date formatcce2006-01-091-2/+5
* moving httpserver from util sub-package up a levelcce2006-01-098-7/+7
* Added wsgilib.intercept_output to __all__; updated news.txtianb2006-01-091-1/+1
* - better error checking in parse_datetimecce2006-01-081-45/+32
* - making timedate parser throw more exceptions on errorscce2006-01-081-52/+39
* - converted timedelta normalization to be fractions of hourscce2006-01-081-50/+69
* - added some nicer datetime parsing codecce2006-01-081-0/+356
* Added a little argument to profile.profile_decorator, to allow conditional pr...ianb2006-01-072-0/+22
* - py2.3 compatibility fix as reported by Ben Bangertcce2006-01-061-2/+2
* - removing unnecessary trailing spaces, that's allcce2006-01-052-17/+17
* Thread safe patchingbbangert2006-01-051-47/+46
* printing out debug information on 5xx messages for raw_interactivecce2006-01-051-4/+3
* - its not important if pkg_resources is installed for paste;cce2006-01-051-2/+6
* Added docstrings to some modulesianb2006-01-044-3/+15
* Remove a bunch of cruft that was never fully developed for testingianb2006-01-041-148/+233
* Allow the httpexceptions to be 'themeable'cce2006-01-031-9/+14
* Fixed stack level for warningsianb2006-01-031-3/+3
* - made the example program simpler for paste.auth.cookie, nocce2006-01-031-8/+3
* (no commit message)cce2006-01-031-10/+12
* (no commit message)cce2006-01-022-3/+3
* - added REMOTE_SESSION as a default environment variable to savecce2006-01-021-5/+7
* - fixed logic/definition problem /w multi-entry headers;cce2006-01-015-81/+125
* (no commit message)cce2005-12-311-4/+3
* - upgraded docs for paste.auth.digest and paste.auth.multicce2005-12-313-103/+116
* - cleaned up documentation for paste.auth.cookiecce2005-12-318-173/+337
* Create a __pudge_all__ variable that contains classesianb2005-12-311-1/+5
* - documentation updates to make pudge output look nicercce2005-12-311-27/+41
* - fixes to make auto-documentation work nicercce2005-12-302-91/+176
* Added a bunch of module docstrings so the module index looks nicer; also mark...ianb2005-12-3014-4/+52
* (no commit message)cce2005-12-301-60/+69
* - fixes for restructed textcce2005-12-301-18/+18
* - updating httpheaders so it is more reStructuredText compliantcce2005-12-301-16/+17
* Set HTTP_HOST in raw_interactiveianb2005-12-301-0/+3
* (no commit message)cce2005-12-301-1/+2
* - removing 'return self' from delete()cce2005-12-301-2/+0
* (no commit message)cce2005-12-301-1/+1
* - added option to not start the server loop to httpserver.servecce2005-12-301-6/+7
* - changed all HTTPHeader sub-classes to have a _ prefix, sincecce2005-12-302-60/+53
* (no commit message)cce2005-12-302-4/+4
* - fixing my awful spellingcce2005-12-302-21/+21
* - off by one in lint.pycce2005-12-301-1/+1
* - added concrete ContentRange headercce2005-12-302-19/+34