summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed WSGIRequest not parsing right, updating unit tests for WSGIRequestbbangert2006-03-131-2/+19
* Added unit tests to ensure that TypeError is thrown if no default is provided...bbangert2006-03-121-1/+27
* Adding copyright/license infobbangert2006-03-101-0/+4
* Didn't need custom app_iter, as my unit test wasn't following WSGI spec by ca...bbangert2006-03-101-2/+5
* Fixes iterable issue by using new IterWrap, likely need to break it into wsgi...bbangert2006-03-101-10/+66
* Testing that nested registry's and using objects within nested stacks works (...bbangert2006-03-101-0/+32
* Adding registry unit tests, fixed registry to not use weakref's so any object...bbangert2006-03-101-0/+40
* Rename error_document to errordocument to fit PEP 8 (back-compat commit next)ianb2006-03-031-1/+1
* (no commit message)cce2006-02-241-2/+2
* Added error document support, test suite not complete.thejimmyg2006-02-051-0/+34
* Added a simple and lightly tested proxy appianb2006-02-031-0/+12
* Added middleware for reading mod_auth_tkt-style signed cookies (paste.auth.au...ianb2006-01-181-0/+31
* - 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