| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed a bug in the registry test (not code), since str(registered_object) nev... | ianb | 2006-08-23 | 3 | -4/+5 |
| * | Fixed problem with exception formatter word wrapping routine | ianb | 2006-08-21 | 1 | -0/+10 |
| * | renamed the multidict class to MultiDict | pjenvey | 2006-07-25 | 1 | -1/+1 |
| * | Fixed a bug in paste.errordocuments.forward and updated unit tests | thejimmyg | 2006-07-20 | 2 | -18/+151 |
| * | Removed errordocument.empty_error, since it never actually worked in a useful...0.9.5 | ianb | 2006-07-20 | 1 | -13/+1 |
| * | Changed usage of MultiDict to util.multidict | ianb | 2006-07-19 | 1 | -3/+3 |
| * | Added tests for file-related conditional requests. Added support for If-None... | ianb | 2006-07-17 | 1 | -0/+21 |
| * | Added a middleware to clear out error bodies, making them more accessible to ... | ianb | 2006-07-14 | 1 | -2/+13 |
| * | o revised the r5420 patch to be specific to the _IfModifiedSince header | pjenvey | 2006-06-26 | 1 | -2/+5 |
| * | Tests actually look just fine, but just two similar cases. And remove a dead... | ianb | 2006-06-22 | 1 | -0/+2 |
| * | Made it possible to create the session after start_response is called but bef... | ianb | 2006-06-21 | 1 | -0/+52 |
| * | whitespace | pjenvey | 2006-06-19 | 1 | -2/+1 |
| * | updated test comment | pjenvey | 2006-06-19 | 1 | -3/+4 |
| * | Preventing circumvention of StaticURLParser and PkgResourcesParser's root dir... | pjenvey | 2006-06-19 | 2 | -0/+42 |
| * | Fixed urlparser classes to handle quoted (e.g. %20) URL paths. | pjenvey | 2006-06-18 | 3 | -0/+22 |
| * | fixed missing import | pjenvey | 2006-06-09 | 1 | -1/+2 |
| * | Fixed WSGIRequest not parsing right, updating unit tests for WSGIRequest | bbangert | 2006-03-13 | 1 | -2/+19 |
| * | Added unit tests to ensure that TypeError is thrown if no default is provided... | bbangert | 2006-03-12 | 1 | -1/+27 |
| * | Adding copyright/license info | bbangert | 2006-03-10 | 1 | -0/+4 |
| * | Didn't need custom app_iter, as my unit test wasn't following WSGI spec by ca... | bbangert | 2006-03-10 | 1 | -2/+5 |
| * | Fixes iterable issue by using new IterWrap, likely need to break it into wsgi... | bbangert | 2006-03-10 | 1 | -10/+66 |
| * | Testing that nested registry's and using objects within nested stacks works (... | bbangert | 2006-03-10 | 1 | -0/+32 |
| * | Adding registry unit tests, fixed registry to not use weakref's so any object... | bbangert | 2006-03-10 | 1 | -0/+40 |
| * | Rename error_document to errordocument to fit PEP 8 (back-compat commit next) | ianb | 2006-03-03 | 1 | -1/+1 |
| * | (no commit message) | cce | 2006-02-24 | 1 | -2/+2 |
| * | Added error document support, test suite not complete. | thejimmyg | 2006-02-05 | 1 | -0/+34 |
| * | Added a simple and lightly tested proxy app | ianb | 2006-02-03 | 1 | -0/+12 |
| * | Added middleware for reading mod_auth_tkt-style signed cookies (paste.auth.au... | ianb | 2006-01-18 | 1 | -0/+31 |
| * | - updated httpserver to have better documentation for serve() | cce | 2006-01-11 | 1 | -0/+1 |
| * | - add support for 'dd-mon-yyyy' date format | cce | 2006-01-09 | 1 | -1/+2 |
| * | - better error checking in parse_datetime | cce | 2006-01-08 | 1 | -33/+32 |
| * | - making timedate parser throw more exceptions on errors | cce | 2006-01-08 | 1 | -1/+0 |
| * | - converted timedelta normalization to be fractions of hours | cce | 2006-01-08 | 1 | -16/+19 |
| * | - added some nicer datetime parsing code | cce | 2006-01-08 | 1 | -0/+132 |
| * | - fixed logic/definition problem /w multi-entry headers; | cce | 2006-01-01 | 2 | -5/+8 |
| * | (no commit message) | cce | 2005-12-31 | 1 | -5/+5 |
| * | - changed all HTTPHeader sub-classes to have a _ prefix, since | cce | 2005-12-30 | 1 | -59/+59 |
| * | - added Range.parse to httpheaders | cce | 2005-12-29 | 2 | -12/+31 |
| * | - make ContentType and ContentLength pickup CGI environment variable if | cce | 2005-12-29 | 1 | -0/+10 |
| * | - upgraded fileapp.py to use httpheaders | cce | 2005-12-28 | 1 | -6/+6 |
| * | - added Content-Disposition and Cache-Control headers | cce | 2005-12-28 | 1 | -8/+54 |
| * | - overhauled description of httpheaders module | cce | 2005-12-27 | 1 | -4/+33 |
| * | major re-work of httpheaders | cce | 2005-12-27 | 1 | -24/+21 |
| * | - wrappers are not the way to go, will be doing some changes | cce | 2005-12-27 | 1 | -32/+0 |
| * | (no commit message) | cce | 2005-12-26 | 1 | -1/+1 |
| * | - added normalize_headers to paste.httpheaders which sorts a set | cce | 2005-12-26 | 2 | -0/+31 |
| * | - making HTTPHeader not be a string object so that it isn't | cce | 2005-12-26 | 2 | -4/+4 |
| * | - adding environ wrapper to paste.util | cce | 2005-12-26 | 1 | -0/+20 |
| * | Adding httpheaders, which is similar to httpexceptions only that it | cce | 2005-12-25 | 1 | -0/+32 |
| * | - added Range: functionality to FileApp | cce | 2005-12-25 | 1 | -9/+84 |