summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rearranged news a little0.9.4ianb2006-06-221-3/+10
* Tests actually look just fine, but just two similar cases. And remove a dead...ianb2006-06-221-0/+2
* Made it possible to create the session after start_response is called but bef...ianb2006-06-212-4/+67
* Added another app_iter wrapper similar to add_close, except that also calls a...ianb2006-06-211-0/+39
* Put in a test to keep paste.testing_variables from clobbering an attribute of...ianb2006-06-211-0/+5
* made MultiDict iterablepjenvey2006-06-201-2/+2
* whitespacepjenvey2006-06-191-2/+1
* updated test commentpjenvey2006-06-191-3/+4
* Preventing circumvention of StaticURLParser and PkgResourcesParser's root dir...pjenvey2006-06-194-6/+69
* Fixed urlparser classes to handle quoted (e.g. %20) URL paths.pjenvey2006-06-185-3/+32
* 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-182-1/+12
* 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
* Added license textianb2006-06-151-0/+20
* fixed docstring exampleianb2006-06-151-1/+1
* Corrected copyright noteianb2006-06-131-4/+2
* Added copyright header to a bunch of filesianb2006-06-1332-0/+64
* cleanly handling potential string exceptionspjenvey2006-06-092-2/+2
* fixed missing importpjenvey2006-06-091-1/+2
* Handle case with testapp.post(params={})ianb2006-06-042-1/+3
* 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_closeianb2006-05-312-0/+13
* 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 goesianb2006-05-262-6/+11
* Added a way of overriding where the prints get outputed toianb2006-05-261-3/+19
* Reapplying a previously-fixed port-related bugianb2006-05-251-1/+1
* Somehow I 'cleaned' the urlmap module, totally ruining it; must be changes th...ianb2006-05-251-69/+212
* Updated copyright headerianb2006-05-241-0/+2
* Auto-update of version stringsianb2006-05-243-237/+115
* Added more news0.9.3ianb2006-05-241-0/+4
* Change wsgi.run_once to falseianb2006-05-241-1/+1
* Added entry points for debug appsianb2006-05-241-0/+10
* updated newsianb2006-05-241-0/+6
* Backed mochikit externals back to the 1.3.1 release since a bunch of stuff mo...bbangert2006-05-230-0/+0
* Auto-update of version stringsianb2006-05-151-1/+1
* News for 0.9.20.9.2ianb2006-05-151-0/+8
* 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
* Added /_debug/summary, where you get JSON-format summary of all stored-in-mem...ianb2006-05-091-2/+36
* Auto-update of version stringsianb2006-05-071-1/+1
* fix for example in docstring0.9.1ianb2006-05-071-1/+1
* Small stylesheet updatesianb2006-05-071-2/+2
* fix for non-form POSTs, putting all the variables in __body__ianb2006-05-071-15/+24
* added newsianb2006-05-071-0/+6
* Fixed hang bug when using recursive forwards during an exception toss during ...bbangert2006-05-041-0/+1
* typoianb2006-04-251-1/+1