summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* - updated httpserver to have better documentation for serve()cce2006-01-111-0/+1
* - add support for 'dd-mon-yyyy' date formatcce2006-01-091-1/+2
* - better error checking in parse_datetimecce2006-01-081-33/+32
* - making timedate parser throw more exceptions on errorscce2006-01-081-1/+0
* - converted timedelta normalization to be fractions of hourscce2006-01-081-16/+19
* - added some nicer datetime parsing codecce2006-01-081-0/+132
* - fixed logic/definition problem /w multi-entry headers;cce2006-01-012-5/+8
* (no commit message)cce2005-12-311-5/+5
* - changed all HTTPHeader sub-classes to have a _ prefix, sincecce2005-12-301-59/+59
* - added Range.parse to httpheaderscce2005-12-292-12/+31
* - make ContentType and ContentLength pickup CGI environment variable ifcce2005-12-291-0/+10
* - upgraded fileapp.py to use httpheaderscce2005-12-281-6/+6
* - added Content-Disposition and Cache-Control headerscce2005-12-281-8/+54
* - overhauled description of httpheaders modulecce2005-12-271-4/+33
* major re-work of httpheaderscce2005-12-271-24/+21
* - wrappers are not the way to go, will be doing some changescce2005-12-271-32/+0
* (no commit message)cce2005-12-261-1/+1
* - added normalize_headers to paste.httpheaders which sorts a setcce2005-12-262-0/+31
* - making HTTPHeader not be a string object so that it isn'tcce2005-12-262-4/+4
* - adding environ wrapper to paste.utilcce2005-12-261-0/+20
* Adding httpheaders, which is similar to httpexceptions only that itcce2005-12-251-0/+32
* - added Range: functionality to FileAppcce2005-12-251-9/+84
* - got rid of unnecessary trailing spaces in httpexceptionscce2005-12-232-10/+69
* - made __call__ for an HTTPException be the same as wsgi_applicationcce2005-12-231-0/+35
* Fixed up test that was using old import; took out the code that always makes ...ianb2005-12-182-4/+1
* Moved all the internal uses of wsgilib to their correct forms nowianb2005-12-186-8/+13
* Module paste.login was removed; remove test tooianb2005-12-181-72/+0
* Added -W option to tests, which will turn warnings into errors (warnings have...ianb2005-12-181-0/+22
* not just direct iterators break this, but middleware that convert the result ...cce2005-12-151-0/+9
* committing an example that worked before the recent change to httpexceptionscce2005-12-151-1/+19
* Deprecate the wsgilib.error_response functions; stop using them internally as...ianb2005-12-131-3/+3
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync w...ianb2005-12-136-17/+235
* Fix module loadingtests/conftest.pyianb2005-11-151-3/+4
* Fixed case when the code could not be highlighted because it is too invalid; ...ianb2005-11-052-8/+26
* Added parser that reads files from an egg using pkg_resourcesianb2005-09-281-0/+20
* paste.deployified urlparserianb2005-08-221-1/+1
* paste.deployified profilemiddlewareianb2005-08-221-0/+20
* Tests and bugfixes for cgitb_catcherianb2005-08-221-0/+75
* Moved testianb2005-08-221-0/+72
* Cleanup from the last deleteianb2005-08-221-0/+7
* Bug fixesianb2005-08-222-5/+5
* Moved testianb2005-08-2221-0/+152
* Moved testianb2005-08-221-0/+16
* Moved testianb2005-08-221-0/+42
* Moved cgiapp testsianb2005-08-225-0/+63
* Got exception tests working; error_catcher filter now paste-deploy-ifiedianb2005-08-224-5/+21
* More moving around of stuffianb2005-08-224-0/+289