| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed port matching in urlmap | Ian Bicking | 2006-04-14 | 1 | -3/+9 |
| | | |||||
| * | Fixed bug in port urlmap parsing | Ian Bicking | 2006-04-14 | 1 | -1/+1 |
| | | |||||
| * | Patch for paste.proxy from Brad Clements | Ian Bicking | 2006-04-03 | 1 | -11/+50 |
| | | |||||
| * | OMG a pony\! | Ian Bicking | 2006-04-01 | 1 | -0/+30 |
| | | |||||
| * | docstring | Ian Bicking | 2006-03-30 | 1 | -0/+4 |
| | | |||||
| * | Handle a host:port configuration | Ian Bicking | 2006-03-30 | 1 | -1/+7 |
| | | |||||
| * | Allowed for a -1 value in the range | Ian Bicking | 2006-03-30 | 1 | -1/+1 |
| | | |||||
| * | Added notes on what is tested | Ian Bicking | 2006-03-30 | 1 | -0/+103 |
| | | |||||
| * | Typo in not-found handler | Ian Bicking | 2006-03-30 | 1 | -1/+1 |
| | | |||||
| * | Added has_session method to paste.session | Ian Bicking | 2006-03-30 | 1 | -0/+8 |
| | | |||||
| * | Fix from Damjan when Accept-Encoding is missing from request | Ian Bicking | 2006-03-28 | 1 | -1/+1 |
| | | |||||
| * | More docs, passing __len__ into object | bbangert | 2006-03-27 | 1 | -0/+39 |
| | | |||||
| * | Typo fixed in flup sessions | Ian Bicking | 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 |
| | | | | | values anyways | ||||
| * | Moved WSGIRequest from request -> wsgiwrappers. Created WSGIResponse object ↵ | bbangert | 2006-03-19 | 3 | -129/+256 |
| | | | | | in wsgiwrappers. | ||||
| * | Fixed bug with WSGIRequest params | bbangert | 2006-03-19 | 1 | -2/+2 |
| | | |||||
| * | Added naming capability to StackedObject for better debugging when a object ↵ | bbangert | 2006-03-19 | 1 | -2/+4 |
| | | | | | isn't registered | ||||
| * | Fixed bug in setattr for stacked object | bbangert | 2006-03-19 | 1 | -1/+1 |
| | | |||||
| * | Docstring addition from Alexey Shamrin | Ian Bicking | 2006-03-15 | 1 | -3/+11 |
| | | |||||
| * | Added entry point for paste.proxy | Ian Bicking | 2006-03-13 | 1 | -0/+7 |
| | | |||||
| * | Added a get_cookie_headers function; added a dictionary-like object that ↵ | Ian Bicking | 2006-03-13 | 2 | -34/+118 |
| | | | | | dynamically reads headers from the WSGI environment; altered request object to cache a little less (still more to remove); made urlvars a request value | ||||
| * | Wrap what is now a really long line | Ian Bicking | 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 ↵ | bbangert | 2006-03-12 | 1 | -5/+21 |
| | | | | | | | provided and no object is pushed to the Proxy. Added ability to define a default object for a StackedObjectProxy | ||||
| * | 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 ↵ | bbangert | 2006-03-10 | 1 | -17/+2 |
| | | | | | calling close on the response. Unit tests for registry all passing | ||||
| * | Fixes iterable issue by using new IterWrap, likely need to break it into ↵ | bbangert | 2006-03-10 | 1 | -1/+15 |
| | | | | | wsgilib still, added test case for iterable app | ||||
| * | Adding registry unit tests, fixed registry to not use weakref's so any ↵ | bbangert | 2006-03-10 | 1 | -14/+3 |
| | | | | | object can be proxied (including dicts) | ||||
| * | Initial creation of registry and stacked object proxy, hasn't been tested ↵ | bbangert | 2006-03-10 | 1 | -0/+197 |
| | | | | | yet but I'm feeling lucky | ||||
| * | - Space Nazi | cce | 2006-03-09 | 1 | -1/+2 |
| | | |||||
| * | Implementation of a multidict | Ian Bicking | 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 |
| | | | | | - fixing wrap to fit within 80 cols | ||||
| * | 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 ↵ | bbangert | 2006-03-09 | 1 | -24/+44 |
| | | | | | be tested | ||||
| * | 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 ↵ | bbangert | 2006-03-08 | 1 | -6/+181 |
| | | | | | parse_dict_querystring. | ||||
| * | - updating connection factory to make the environ | cce | 2006-03-08 | 1 | -2/+3 |
| | | | | | an optional parameter | ||||
| * | - remove default transaction logging feature since this can | cce | 2006-03-08 | 1 | -0/+16 |
| | | | | | | cause DNS timeout issues for some users who do not have their network configured correctly | ||||
| * | move warnings in paste.recursive; added conditional argument to ↵ | Ian Bicking | 2006-03-07 | 2 | -6/+32 |
| | | | | | paste.wsgilib.intercept_output | ||||
| * | 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 |
| | | |||||
