| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Updated to be a bit more simple since only retrieving was needed | bbangert | 2006-03-09 | 1 | -82/+65 |
| * | - removing trailing spaces | cce | 2006-03-09 | 1 | -47/+51 |
| * | Using textwrap to remove indentation from doc strings for properties | bbangert | 2006-03-09 | 1 | -26/+31 |
| * | Fixed properties for WSGIRequest, added multidict. Caution, still needs to be... | bbangert | 2006-03-09 | 1 | -24/+44 |
| * | Should now be handling form/get args properly | bbangert | 2006-03-09 | 1 | -13/+31 |
| * | Fixed improper name of WSGIRequest object | bbangert | 2006-03-08 | 1 | -2/+2 |
| * | Fixed doc style to conform to PEP8/257. Added WSGIRequest object, added parse... | bbangert | 2006-03-08 | 1 | -6/+181 |
| * | - updating connection factory to make the environ | cce | 2006-03-08 | 1 | -2/+3 |
| * | - remove default transaction logging feature since this can | cce | 2006-03-08 | 1 | -0/+16 |
| * | move warnings in paste.recursive; added conditional argument to paste.wsgilib... | ianb | 2006-03-07 | 2 | -6/+32 |
| * | Update docstrings in errordocument.py0.5 | thejimmyg | 2006-03-05 | 1 | -3/+3 |
| * | Use ; as the separator for searching paths on Win32 | thejimmyg | 2006-03-05 | 1 | -1/+4 |