summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug in the registry test (not code), since str(registered_object) nev...ianb2006-08-233-4/+5
* Fixed problem with exception formatter word wrapping routineianb2006-08-211-0/+10
* renamed the multidict class to MultiDictpjenvey2006-07-251-1/+1
* Fixed a bug in paste.errordocuments.forward and updated unit teststhejimmyg2006-07-202-18/+151
* Removed errordocument.empty_error, since it never actually worked in a useful...0.9.5ianb2006-07-201-13/+1
* Changed usage of MultiDict to util.multidictianb2006-07-191-3/+3
* Added tests for file-related conditional requests. Added support for If-None...ianb2006-07-171-0/+21
* Added a middleware to clear out error bodies, making them more accessible to ...ianb2006-07-141-2/+13
* o revised the r5420 patch to be specific to the _IfModifiedSince headerpjenvey2006-06-261-2/+5
* Tests actually look just fine, but just two similar cases. And remove a dead...ianb2006-06-221-0/+2
* Made it possible to create the session after start_response is called but bef...ianb2006-06-211-0/+52
* whitespacepjenvey2006-06-191-2/+1
* updated test commentpjenvey2006-06-191-3/+4
* Preventing circumvention of StaticURLParser and PkgResourcesParser's root dir...pjenvey2006-06-192-0/+42
* Fixed urlparser classes to handle quoted (e.g. %20) URL paths.pjenvey2006-06-183-0/+22
* fixed missing importpjenvey2006-06-091-1/+2
* 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