| Commit message (Collapse) | 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 |
| | | |||||
| * | added news | ianb | 2006-05-07 | 1 | -0/+6 |
| | | |||||
| * | Fixed hang bug when using recursive forwards during an exception toss during ↵ | bbangert | 2006-05-04 | 1 | -0/+1 |
| | | | | | a POST. At this point, changing the request method to a GET alleviates the issue with re-reading the 'wsgi.input' which is no longer present at this point. Ideally instead of having to change the request method during an internal redirect, the wsgi.input should possibly be repopulated somehow. | ||||
| * | 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 |
| | | | | | view the full traceback; also the error wasn't very good when a key was missing | ||||
| * | Auto-update of version strings | ianb | 2006-04-21 | 1 | -1/+1 |
| | | |||||
| * | small package index update0.9 | ianb | 2006-04-21 | 1 | -6/+5 |
| | | |||||
| * | Updated news for upcoming release | ianb | 2006-04-19 | 1 | -4/+22 |
| | | |||||
| * | 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 | 2 | -11/+53 |
| | | |||||
| * | OMG a pony\! | ianb | 2006-04-01 | 2 | -0/+34 |
| | | |||||
| * | 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 |
| | | | | | 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 | ianb | 2006-03-15 | 1 | -3/+11 |
| | | |||||
| * | Added entry point for paste.proxy | ianb | 2006-03-13 | 2 | -0/+8 |
| | | |||||
| * | Added a get_cookie_headers function; added a dictionary-like object that ↵ | ianb | 2006-03-13 | 3 | -34/+134 |
| | | | | | 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 | ianb | 2006-03-13 | 1 | -1/+3 |
| | | |||||
| * | New mochikit svn location | ianb | 2006-03-13 | 0 | -0/+0 |
| | | |||||
| * | Fixed WSGIRequest not parsing right, updating unit tests for WSGIRequest | bbangert | 2006-03-13 | 2 | -20/+29 |
| | | |||||
| * | Added unit tests to ensure that TypeError is thrown if no default is ↵ | bbangert | 2006-03-12 | 2 | -6/+48 |
| | | | | | | | 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 | 2 | -0/+8 |
| | | |||||
| * | 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 | 2 | -19/+7 |
| | | | | | 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 | 2 | -11/+81 |
| | | | | | wsgilib still, added test case for iterable app | ||||
| * | Testing that nested registry's and using objects within nested stacks works ↵ | bbangert | 2006-03-10 | 1 | -0/+32 |
| | | | | | (it does) | ||||
| * | Adding registry unit tests, fixed registry to not use weakref's so any ↵ | bbangert | 2006-03-10 | 2 | -14/+43 |
| | | | | | object can be proxied (including dicts) | ||||
