| Commit message (Expand) | Author | Age | Files | Lines |
| * | Removed errordocument.empty_error, since it never actually worked in a useful...0.9.5 | Ian Bicking | 2006-07-20 | 1 | -47/+0 |
| * | Fixed problem reported by Charlie Groves with TestApp file uploads with lengt... | Ian Bicking | 2006-07-20 | 1 | -1/+1 |
| * | Keep wsgi.input from being eaten when the cgi module is looking for POST vari... | Ian Bicking | 2006-07-20 | 1 | -1/+15 |
| * | having WSGIResponse.params return a multidict | pjenvey | 2006-07-20 | 1 | -2/+2 |
| * | Changed usage of MultiDict to util.multidict | Ian Bicking | 2006-07-19 | 2 | -32/+6 |
| * | added WSGIThreadPoolServer. Provides much better performance than | pjenvey | 2006-07-19 | 1 | -9/+146 |
| * | reverting r5459, as the issue has already been fixed | pjenvey | 2006-07-17 | 1 | -5/+2 |
| * | Added tests for file-related conditional requests. Added support for If-None... | Ian Bicking | 2006-07-17 | 2 | -1/+22 |
| * | Added a 'no' argument to mustcontain | Ian Bicking | 2006-07-15 | 1 | -1/+17 |
| * | Added a middleware to clear out error bodies, making them more accessible to ... | Ian Bicking | 2006-07-14 | 2 | -1/+96 |
| * | Added a Paste Deploy entry point for paste.errordocument (not tested, bad me) | Ian Bicking | 2006-07-14 | 1 | -1/+23 |
| * | More permissive parsing for dates in headers. IE in particular will add '; l... | Ian Bicking | 2006-07-13 | 1 | -1/+4 |
| * | Avoid a weird upstream traceback in certain failure situations | Ian Bicking | 2006-07-11 | 1 | -1/+1 |
| * | Added a setvars method, to complement setvar/var | Ian Bicking | 2006-07-11 | 1 | -0/+9 |
| * | Patch from Brad Clements to add Paste Deploy support for paste.auth methods | Ian Bicking | 2006-06-30 | 3 | -0/+55 |
| * | o revised the r5420 patch to be specific to the _IfModifiedSince header | pjenvey | 2006-06-26 | 1 | -4/+10 |
| * | Clean date headers of extra attributes sent by IE | pjenvey | 2006-06-26 | 1 | -2/+4 |
| * | Fix for paste.urlmap and vhosts | Ian Bicking | 2006-06-22 | 1 | -2/+2 |
| * | Added a method to get a cgi-style dictionary out of this dictionary | Ian Bicking | 2006-06-22 | 1 | -2/+27 |
| * | Make multidict parse args+kw more like dict() does | Ian Bicking | 2006-06-22 | 1 | -6/+3 |
| * | Made it possible to create the session after start_response is called but bef... | Ian Bicking | 2006-06-21 | 1 | -4/+15 |
| * | Added another app_iter wrapper similar to add_close, except that also calls a... | Ian Bicking | 2006-06-21 | 1 | -0/+39 |
| * | Put in a test to keep paste.testing_variables from clobbering an attribute of... | Ian Bicking | 2006-06-21 | 1 | -0/+5 |
| * | made MultiDict iterable | pjenvey | 2006-06-20 | 1 | -2/+2 |
| * | Preventing circumvention of StaticURLParser and PkgResourcesParser's root dir... | pjenvey | 2006-06-19 | 1 | -6/+24 |
| * | Fixed urlparser classes to handle quoted (e.g. %20) URL paths. | pjenvey | 2006-06-18 | 1 | -3/+7 |
| * | fixed the logged HTTP protocol, now grabbing it from HTTP_VERSION environment... | pjenvey | 2006-06-18 | 1 | -1/+1 |
| * | fixed TransLogger to log to the Apache combined log format as advertised | pjenvey | 2006-06-18 | 1 | -1/+9 |
| * | added optional host and max_children args to scgi's serve_application. | pjenvey | 2006-06-17 | 1 | -2/+28 |
| * | Added support for the exc_info keyword arg to ProfileMiddleware | pjenvey | 2006-06-17 | 1 | -2/+2 |
| * | fixed typo preventing parsing of html forms containing radio buttons | pjenvey | 2006-06-16 | 1 | -1/+1 |
| * | fixed docstring example | Ian Bicking | 2006-06-15 | 1 | -1/+1 |
| * | Added copyright header to a bunch of files | Ian Bicking | 2006-06-13 | 32 | -0/+64 |
| * | cleanly handling potential string exceptions | pjenvey | 2006-06-09 | 2 | -2/+2 |
| * | Handle case with testapp.post(params={}) | Ian Bicking | 2006-06-04 | 1 | -1/+1 |
| * | Fixing default {}, since it will always be retained. Creating a {} for each c... | bbangert | 2006-06-03 | 2 | -4/+16 |
| * | Fix for odd issue where sometimes the new mixin's len doesn't work, resulting... | bbangert | 2006-06-01 | 1 | -0/+3 |
| * | Added a warning to paste.wsgilib.add_close | Ian Bicking | 2006-05-31 | 1 | -0/+10 |
| * | Fixed issue with Safari and http exceptions since Safari sends */* as Accept,... | bbangert | 2006-05-29 | 1 | -1/+2 |
| * | fix URLMap to make passing in a different not_found_app work | seanc | 2006-05-29 | 1 | -1/+3 |
| * | some improvements to controlling where the output of paste.debug.prints goes | Ian Bicking | 2006-05-26 | 1 | -6/+6 |
| * | Added a way of overriding where the prints get outputed to | Ian Bicking | 2006-05-26 | 1 | -3/+19 |
| * | Reapplying a previously-fixed port-related bug | Ian Bicking | 2006-05-25 | 1 | -1/+1 |
| * | Somehow I 'cleaned' the urlmap module, totally ruining it; must be changes th... | Ian Bicking | 2006-05-25 | 1 | -69/+212 |
| * | Updated copyright header | Ian Bicking | 2006-05-24 | 1 | -0/+2 |
| * | Auto-update of version strings | Ian Bicking | 2006-05-24 | 2 | -236/+113 |
| * | Change wsgi.run_once to false | Ian Bicking | 2006-05-24 | 1 | -1/+1 |
| * | Added entry points for debug apps | Ian Bicking | 2006-05-24 | 1 | -0/+10 |
| * | Accidentally left a debugging print statement in | bbangert | 2006-05-12 | 1 | -1/+0 |
| * | Paste HTTP Server was destroy duplicate HTTP headers rather than properly com... | bbangert | 2006-05-12 | 1 | -5/+6 |