| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix for example in docstring0.9.1 | ianb | 2006-05-07 | 1 | -1/+1 |
| * | Small stylesheet updates | ianb | 2006-05-07 | 1 | -2/+2 |
| * | fix for non-form POSTs, putting all the variables in __body__ | ianb | 2006-05-07 | 1 | -15/+24 |
| * | Fixed hang bug when using recursive forwards during an exception toss during ... | bbangert | 2006-05-04 | 1 | -0/+1 |
| * | typo | ianb | 2006-04-25 | 1 | -1/+1 |
| * | Fix argument order | ianb | 2006-04-24 | 1 | -1/+1 |
| * | damn, coerced incorrectly | ianb | 2006-04-24 | 1 | -2/+2 |
| * | Added a chmod option to paste.session | ianb | 2006-04-24 | 1 | -3/+10 |
| * | fix docstring | ianb | 2006-04-24 | 1 | -1/+1 |
| * | fix docstring | ianb | 2006-04-24 | 1 | -11/+11 |
| * | docstring fixup | ianb | 2006-04-24 | 1 | -4/+3 |
| * | When xmlhttp was detected, we weren't saving the debug info, so you couldn't ... | ianb | 2006-04-24 | 1 | -6/+15 |
| * | Fixed port matching in urlmap | ianb | 2006-04-14 | 1 | -3/+9 |
| * | Fixed bug in port urlmap parsing | ianb | 2006-04-14 | 1 | -1/+1 |
| * | Patch for paste.proxy from Brad Clements | ianb | 2006-04-03 | 1 | -11/+50 |
| * | OMG a pony\! | ianb | 2006-04-01 | 1 | -0/+30 |
| * | docstring | ianb | 2006-03-30 | 1 | -0/+4 |
| * | Handle a host:port configuration | ianb | 2006-03-30 | 1 | -1/+7 |
| * | Allowed for a -1 value in the range | ianb | 2006-03-30 | 1 | -1/+1 |
| * | Added notes on what is tested | ianb | 2006-03-30 | 1 | -0/+103 |
| * | Typo in not-found handler | ianb | 2006-03-30 | 1 | -1/+1 |
| * | Added has_session method to paste.session | ianb | 2006-03-30 | 1 | -0/+8 |
| * | Fix from Damjan when Accept-Encoding is missing from request | ianb | 2006-03-28 | 1 | -1/+1 |
| * | More docs, passing __len__ into object | bbangert | 2006-03-27 | 1 | -0/+39 |
| * | Typo fixed in flup sessions | ianb | 2006-03-24 | 1 | -1/+1 |
| * | Switched to holding content as an array internally | bbangert | 2006-03-21 | 1 | -5/+5 |
| * | moving 'serving on...' inside start_loop as suggested by mitsuhiko on irc | cce | 2006-03-20 | 1 | -1/+1 |
| * | Removed LazyCache, cause it didn't work, and should use environ to cache the ... | bbangert | 2006-03-19 | 1 | -22/+1 |
| * | Moved WSGIRequest from request -> wsgiwrappers. Created WSGIResponse object i... | bbangert | 2006-03-19 | 3 | -129/+256 |
| * | Fixed bug with WSGIRequest params | bbangert | 2006-03-19 | 1 | -2/+2 |
| * | Added naming capability to StackedObject for better debugging when a object i... | bbangert | 2006-03-19 | 1 | -2/+4 |
| * | Fixed bug in setattr for stacked object | bbangert | 2006-03-19 | 1 | -1/+1 |
| * | Docstring addition from Alexey Shamrin | ianb | 2006-03-15 | 1 | -3/+11 |
| * | Added entry point for paste.proxy | ianb | 2006-03-13 | 1 | -0/+7 |
| * | Added a get_cookie_headers function; added a dictionary-like object that dyna... | ianb | 2006-03-13 | 2 | -34/+118 |
| * | Wrap what is now a really long line | ianb | 2006-03-13 | 1 | -1/+3 |
| * | Fixed WSGIRequest not parsing right, updating unit tests for WSGIRequest | bbangert | 2006-03-13 | 1 | -18/+10 |
| * | Added unit tests to ensure that TypeError is thrown if no default is provided... | bbangert | 2006-03-12 | 1 | -5/+21 |
| * | Adding copyright/license info | bbangert | 2006-03-10 | 1 | -0/+4 |
| * | Doc change to make it clear that paste.registry is a Registry instance | bbangert | 2006-03-10 | 1 | -1/+1 |
| * | Updating docs | bbangert | 2006-03-10 | 1 | -48/+90 |
| * | Didn't need custom app_iter, as my unit test wasn't following WSGI spec by ca... | bbangert | 2006-03-10 | 1 | -17/+2 |
| * | Fixes iterable issue by using new IterWrap, likely need to break it into wsgi... | bbangert | 2006-03-10 | 1 | -1/+15 |
| * | Adding registry unit tests, fixed registry to not use weakref's so any object... | bbangert | 2006-03-10 | 1 | -14/+3 |
| * | Initial creation of registry and stacked object proxy, hasn't been tested yet... | bbangert | 2006-03-10 | 1 | -0/+197 |
| * | - Space Nazi | cce | 2006-03-09 | 1 | -1/+2 |
| * | Implementation of a multidict | ianb | 2006-03-09 | 1 | -0/+187 |
| * | Fixed headers property | bbangert | 2006-03-09 | 1 | -4/+3 |
| * | Added body, headers prototype | bbangert | 2006-03-09 | 1 | -3/+9 |
| * | Added cookies and urlvars to WSGIRequest | bbangert | 2006-03-09 | 1 | -5/+10 |