summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* Don't overwrite X-Forwarded-Forianb2007-10-301-0/+3
* make sslerror import optionalianb2007-10-251-0/+7
* doc fixesianb2007-10-231-2/+2
* be more tolerant of bad CONTENT_LENGTH1.5.1ianb2007-10-221-0/+6
* news header for 1.51.5ianb2007-10-171-2/+2
* Applied #181, allow smtp authentication for errorsianb2007-10-101-0/+4
* Fix #194, paste.cascade doesn't copy wsgi.input, and blocking can occur: now ...ianb2007-10-101-0/+4
* r6823 forgot _CHARSET_RE from WebOb and broke WSGIResponse'spjenvey2007-10-041-0/+2
* * Fixed memory leak with ``paste.registry`` not properly removingbbangert2007-10-031-0/+4
* Simplify the way HTTPExceptionHandler catches HTTPExceptions. You can no lon...ianb2007-09-211-0/+3
* In paste.session, ignore files that aren't session filesianb2007-09-151-0/+3
* set CONTENT_TYPE on non-file uploads tooianb2007-09-151-0/+4
* Use Content-Range: bytes START-END/LENGTH (adding 'bytes')ianb2007-09-101-0/+6
* update news for release1.4.2ianb2007-09-071-2/+5
* exc_info should be passed up in intercept_output (if it is not, exceptions so...ianb2007-09-061-0/+6
* update news.txt1.4.1ianb2007-09-041-2/+2
* inherit show_exceptions_in_wsgi_errors from global_confianb2007-08-141-0/+3
* Port WSGIResponse.content_type and .charset from WebObianb2007-08-101-0/+4
* Try to encode values to auth_tktianb2007-08-091-0/+2
* Fix problem with .form and named formsianb2007-07-131-0/+3
* changelog most of r6686pjenvey2007-07-061-0/+9
* fix list formattingianb2007-06-261-4/+4
* docstring misformatting; added news linkianb2007-06-262-0/+9
* update news for 1.4 releaseianb2007-06-261-12/+14
* Make comments workianb2007-06-131-1/+1
* Added {{default}} directive to paste.util.templateianb2007-06-131-0/+3
* Added REST methods to Test, from Anders Pearsonianb2007-05-251-0/+5
* Fix #179, exception for accept-languagesianb2007-05-251-0/+3
* Remove obsolete version-related noteianb2007-05-251-2/+0
* o make ProfileMiddleware close the consumed app_iter if applicablepjenvey2007-05-041-0/+3
* Add __call__ to StackedObjectProxy. For cmlenzianb2007-04-261-0/+2
* Treat missing Content-Length as 0, not unlimitedianb2007-04-251-1/+3
* Fix case with continuation headersianb2007-04-171-0/+3
* avoid unnecessary ports in URL constructionianb2007-04-171-0/+3
* Add information about proxy requestsianb2007-04-151-0/+5
* Fix .urlvars to use wsgiorg.routing_argsianb2007-04-151-0/+3
* Fix for #167ianb2007-04-111-0/+3
* Added StackedObjectProxy._object_stack()ianb2007-04-061-0/+5
* Always (re)call start_response when an exception happensianb2007-04-031-0/+3
* Note socket_timeoutianb2007-03-121-0/+7
* Added new document describing the thread pool management.ianb2007-03-123-51/+139
* Major threadpool features to add threads temporarily, kill threads, monitor t...ianb2007-03-102-0/+25
* update news for release1.3ianb2007-03-071-2/+2
* rest syntaxianb2007-03-071-1/+1
* Added paste.util.import_string.try_import_moduleianb2007-03-061-0/+5
* Make allowed headers settable in paste.fileapp.DataAppianb2007-03-061-0/+4
* Make paste.util.template trim whitespace around statements on their own lineianb2007-03-061-0/+3
* Add tracebacks of each thread under Python 2.5 (thanks to Alexander Schremmer...ianb2007-02-212-1/+11
* add .response() method to HTTPException objects (from damjam)ianb2007-02-191-0/+3
* make guess_type overridableianb2007-02-191-1/+2