summaryrefslogtreecommitdiff
path: root/paste
Commit message (Expand)AuthorAgeFilesLines
* Removed errordocument.empty_error, since it never actually worked in a useful...0.9.5Ian Bicking2006-07-201-47/+0
* Fixed problem reported by Charlie Groves with TestApp file uploads with lengt...Ian Bicking2006-07-201-1/+1
* Keep wsgi.input from being eaten when the cgi module is looking for POST vari...Ian Bicking2006-07-201-1/+15
* having WSGIResponse.params return a multidictpjenvey2006-07-201-2/+2
* Changed usage of MultiDict to util.multidictIan Bicking2006-07-192-32/+6
* added WSGIThreadPoolServer. Provides much better performance thanpjenvey2006-07-191-9/+146
* reverting r5459, as the issue has already been fixedpjenvey2006-07-171-5/+2
* Added tests for file-related conditional requests. Added support for If-None...Ian Bicking2006-07-172-1/+22
* Added a 'no' argument to mustcontainIan Bicking2006-07-151-1/+17
* Added a middleware to clear out error bodies, making them more accessible to ...Ian Bicking2006-07-142-1/+96
* Added a Paste Deploy entry point for paste.errordocument (not tested, bad me)Ian Bicking2006-07-141-1/+23
* More permissive parsing for dates in headers. IE in particular will add '; l...Ian Bicking2006-07-131-1/+4
* Avoid a weird upstream traceback in certain failure situationsIan Bicking2006-07-111-1/+1
* Added a setvars method, to complement setvar/varIan Bicking2006-07-111-0/+9
* Patch from Brad Clements to add Paste Deploy support for paste.auth methodsIan Bicking2006-06-303-0/+55
* o revised the r5420 patch to be specific to the _IfModifiedSince headerpjenvey2006-06-261-4/+10
* Clean date headers of extra attributes sent by IEpjenvey2006-06-261-2/+4
* Fix for paste.urlmap and vhostsIan Bicking2006-06-221-2/+2
* Added a method to get a cgi-style dictionary out of this dictionaryIan Bicking2006-06-221-2/+27
* Make multidict parse args+kw more like dict() doesIan Bicking2006-06-221-6/+3
* Made it possible to create the session after start_response is called but bef...Ian Bicking2006-06-211-4/+15
* Added another app_iter wrapper similar to add_close, except that also calls a...Ian Bicking2006-06-211-0/+39
* Put in a test to keep paste.testing_variables from clobbering an attribute of...Ian Bicking2006-06-211-0/+5
* made MultiDict iterablepjenvey2006-06-201-2/+2
* Preventing circumvention of StaticURLParser and PkgResourcesParser's root dir...pjenvey2006-06-191-6/+24
* Fixed urlparser classes to handle quoted (e.g. %20) URL paths.pjenvey2006-06-181-3/+7
* fixed the logged HTTP protocol, now grabbing it from HTTP_VERSION environment...pjenvey2006-06-181-1/+1
* fixed TransLogger to log to the Apache combined log format as advertisedpjenvey2006-06-181-1/+9
* added optional host and max_children args to scgi's serve_application.pjenvey2006-06-171-2/+28
* Added support for the exc_info keyword arg to ProfileMiddlewarepjenvey2006-06-171-2/+2
* fixed typo preventing parsing of html forms containing radio buttonspjenvey2006-06-161-1/+1
* fixed docstring exampleIan Bicking2006-06-151-1/+1
* Added copyright header to a bunch of filesIan Bicking2006-06-1332-0/+64
* cleanly handling potential string exceptionspjenvey2006-06-092-2/+2
* Handle case with testapp.post(params={})Ian Bicking2006-06-041-1/+1
* Fixing default {}, since it will always be retained. Creating a {} for each c...bbangert2006-06-032-4/+16
* Fix for odd issue where sometimes the new mixin's len doesn't work, resulting...bbangert2006-06-011-0/+3
* Added a warning to paste.wsgilib.add_closeIan Bicking2006-05-311-0/+10
* Fixed issue with Safari and http exceptions since Safari sends */* as Accept,...bbangert2006-05-291-1/+2
* fix URLMap to make passing in a different not_found_app workseanc2006-05-291-1/+3
* some improvements to controlling where the output of paste.debug.prints goesIan Bicking2006-05-261-6/+6
* Added a way of overriding where the prints get outputed toIan Bicking2006-05-261-3/+19
* Reapplying a previously-fixed port-related bugIan Bicking2006-05-251-1/+1
* Somehow I 'cleaned' the urlmap module, totally ruining it; must be changes th...Ian Bicking2006-05-251-69/+212
* Updated copyright headerIan Bicking2006-05-241-0/+2
* Auto-update of version stringsIan Bicking2006-05-242-236/+113
* Change wsgi.run_once to falseIan Bicking2006-05-241-1/+1
* Added entry points for debug appsIan Bicking2006-05-241-0/+10
* Accidentally left a debugging print statement inbbangert2006-05-121-1/+0
* Paste HTTP Server was destroy duplicate HTTP headers rather than properly com...bbangert2006-05-121-5/+6