| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | - got rid of unnecessary trailing spaces in httpexceptions | cce | 2005-12-23 | 2 | -10/+69 |
| * | - made __call__ for an HTTPException be the same as wsgi_application | cce | 2005-12-23 | 1 | -0/+35 |
| * | Fixed up test that was using old import; took out the code that always makes ... | ianb | 2005-12-18 | 2 | -4/+1 |
| * | Moved all the internal uses of wsgilib to their correct forms now | ianb | 2005-12-18 | 6 | -8/+13 |
| * | Module paste.login was removed; remove test too | ianb | 2005-12-18 | 1 | -72/+0 |
| * | Added -W option to tests, which will turn warnings into errors (warnings have... | ianb | 2005-12-18 | 1 | -0/+22 |
| * | not just direct iterators break this, but middleware that convert the result ... | cce | 2005-12-15 | 1 | -0/+9 |
| * | committing an example that worked before the recent change to httpexceptions | cce | 2005-12-15 | 1 | -1/+19 |
| * | Deprecate the wsgilib.error_response functions; stop using them internally as... | ianb | 2005-12-13 | 1 | -3/+3 |
| * | Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync w... | ianb | 2005-12-13 | 6 | -17/+235 |
| * | Fix module loadingtests/conftest.py | ianb | 2005-11-15 | 1 | -3/+4 |
| * | Fixed case when the code could not be highlighted because it is too invalid; ... | ianb | 2005-11-05 | 2 | -8/+26 |
| * | Added parser that reads files from an egg using pkg_resources | ianb | 2005-09-28 | 1 | -0/+20 |
| * | paste.deployified urlparser | ianb | 2005-08-22 | 1 | -1/+1 |
| * | paste.deployified profilemiddleware | ianb | 2005-08-22 | 1 | -0/+20 |
| * | Tests and bugfixes for cgitb_catcher | ianb | 2005-08-22 | 1 | -0/+75 |