summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* news header for 1.51.5Ian Bicking2007-10-171-2/+2
* Applied #181, allow smtp authentication for errorsIan Bicking2007-10-101-0/+4
* Fix #194, paste.cascade doesn't copy wsgi.input, and blocking can occur: now ...Ian Bicking2007-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...Ian Bicking2007-09-211-0/+3
* In paste.session, ignore files that aren't session filesIan Bicking2007-09-151-0/+3
* set CONTENT_TYPE on non-file uploads tooIan Bicking2007-09-151-0/+4
* Use Content-Range: bytes START-END/LENGTH (adding 'bytes')Ian Bicking2007-09-101-0/+6
* update news for release1.4.2Ian Bicking2007-09-071-2/+5
* exc_info should be passed up in intercept_output (if it is not, exceptions so...Ian Bicking2007-09-061-0/+6
* update news.txt1.4.1Ian Bicking2007-09-041-2/+2
* inherit show_exceptions_in_wsgi_errors from global_confIan Bicking2007-08-141-0/+3
* Port WSGIResponse.content_type and .charset from WebObIan Bicking2007-08-101-0/+4
* Try to encode values to auth_tktIan Bicking2007-08-091-0/+2
* Fix problem with .form and named formsIan Bicking2007-07-131-0/+3
* changelog most of r6686pjenvey2007-07-061-0/+9
* fix list formattingIan Bicking2007-06-261-4/+4
* docstring misformatting; added news linkIan Bicking2007-06-262-0/+9
* update news for 1.4 releaseIan Bicking2007-06-261-12/+14
* Make comments workIan Bicking2007-06-131-1/+1
* Added {{default}} directive to paste.util.templateIan Bicking2007-06-131-0/+3
* Added REST methods to Test, from Anders PearsonIan Bicking2007-05-251-0/+5
* Fix #179, exception for accept-languagesIan Bicking2007-05-251-0/+3
* Remove obsolete version-related noteIan Bicking2007-05-251-2/+0
* o make ProfileMiddleware close the consumed app_iter if applicablepjenvey2007-05-041-0/+3
* Add __call__ to StackedObjectProxy. For cmlenzIan Bicking2007-04-261-0/+2
* Treat missing Content-Length as 0, not unlimitedIan Bicking2007-04-251-1/+3
* Fix case with continuation headersIan Bicking2007-04-171-0/+3
* avoid unnecessary ports in URL constructionIan Bicking2007-04-171-0/+3
* Add information about proxy requestsIan Bicking2007-04-151-0/+5
* Fix .urlvars to use wsgiorg.routing_argsIan Bicking2007-04-151-0/+3
* Fix for #167Ian Bicking2007-04-111-0/+3
* Added StackedObjectProxy._object_stack()Ian Bicking2007-04-061-0/+5
* Always (re)call start_response when an exception happensIan Bicking2007-04-031-0/+3
* Note socket_timeoutIan Bicking2007-03-121-0/+7
* Added new document describing the thread pool management.Ian Bicking2007-03-123-51/+139
* Major threadpool features to add threads temporarily, kill threads, monitor t...Ian Bicking2007-03-102-0/+25
* update news for release1.3Ian Bicking2007-03-071-2/+2
* rest syntaxIan Bicking2007-03-071-1/+1
* Added paste.util.import_string.try_import_moduleIan Bicking2007-03-061-0/+5
* Make allowed headers settable in paste.fileapp.DataAppIan Bicking2007-03-061-0/+4
* Make paste.util.template trim whitespace around statements on their own lineIan Bicking2007-03-061-0/+3
* Add tracebacks of each thread under Python 2.5 (thanks to Alexander Schremmer...Ian Bicking2007-02-212-1/+11
* add .response() method to HTTPException objects (from damjam)Ian Bicking2007-02-191-0/+3
* make guess_type overridableIan Bicking2007-02-191-1/+2
* Prefer ETags over Last-Modified when calculating 304sIan Bicking2007-02-181-0/+4
* updated license yearpjenvey2007-02-151-1/+1
* make sure missing attribute raise an AttributeError in bunches, not KeyErrorIan Bicking2007-02-051-0/+6
* updated news for 1.2.11.2.1Ian Bicking2007-02-011-2/+8