summaryrefslogtreecommitdiff
path: root/paste
Commit message (Expand)AuthorAgeFilesLines
* exc_info should be passed up in intercept_output (if it is not, exceptions so...ianb2007-09-061-1/+1
* reverting FreeBSD threadpool disablingianb2007-09-041-5/+1
* be a little more careful splittingianb2007-09-041-1/+1
* default value for text fields is empty string -- at least, that's how moz see...novalis2007-08-231-1/+6
* tag names include namespace, so form:error tags are not incorrectly picked upnovalis2007-08-221-1/+1
* tag names include namespacenovalis2007-08-221-1/+1
* fix import orderianb2007-08-141-1/+1
* inherit show_exceptions_in_wsgi_errors from global_confianb2007-08-141-2/+4
* fix more possible thread errors, followup to r6843pjenvey2007-08-131-5/+8
* Fix possible thread error, when a thread finishes while add_task is looking a...ianb2007-08-131-2/+2
* Port WSGIResponse.content_type and .charset from WebObianb2007-08-101-0/+74
* being pedantic, trying to find source of memory leakcce2007-08-091-0/+1
* Try to encode values to auth_tktianb2007-08-091-0/+8
* - fix urlmap to include the path that was not found and notcce2007-08-081-1/+1
* first pass at an ArchiveStorecce2007-08-071-3/+58
* The threadpool code just doesn't work on FreeBSD.cce2007-08-041-1/+7
* remove tabsianb2007-07-222-3/+3
* readline takes an optional length argpjenvey2007-07-191-2/+2
* o fixed WSGIResponse default headers only being inherited when a mimetype was...pjenvey2007-07-141-2/+2
* Fix problem with .form and named formsianb2007-07-131-4/+7
* Make wsgi the default logger name for the entry point (it was going to the ro...ianb2007-07-091-1/+1
* o allow DispatchingConfigs to customize their SOP name attributepjenvey2007-07-061-19/+20
* Fix bug in last commit, apply header defaults to WSGIResponse and default cac...bbangert2007-06-281-5/+3
* By default, don't cache Response objects.bbangert2007-06-281-1/+4
* Don't read past the end of the line with LimitedLengthFile.readline (from Mic...ianb2007-06-281-3/+1
* docstring misformatting; added news linkianb2007-06-261-1/+1
* Make comments workianb2007-06-131-0/+5
* Added {{default}} directive to paste.util.templateianb2007-06-131-0/+30
* fix docs referring to cache_max_age as max_cache_agepjenvey2007-06-121-2/+2
* Handle case when environ doesn't exist (request starting up)ianb2007-05-301-0/+4
* Added REST methods to Test, from Anders Pearsonianb2007-05-251-14/+58
* Fix for request.languages, which didn't pass the right value to httpheaders. ...ianb2007-05-252-2/+2
* Fix for #174; Paste Deploy entry point for paste.auth.form brokenianb2007-05-251-1/+6
* Fix #179, exception for accept-languagesianb2007-05-251-0/+3
* o make ProfileMiddleware close the consumed app_iter if applicablepjenvey2007-05-041-2/+7
* whitespacepjenvey2007-05-041-3/+3
* Cleaned up the worker lifecycle logic, fixing some bugs in how workers are tr...ianb2007-04-271-34/+48
* Add __call__ to StackedObjectProxy. For cmlenzianb2007-04-261-0/+3
* Fix the way max_requests works, so that we don't think the idle worker thread...ianb2007-04-261-1/+7
* Add a better logging message about the thread worker pollingianb2007-04-261-0/+23
* Don't register the cleanup until the rest of the threadpool constructor has s...ianb2007-04-261-3/+2
* Treat missing Content-Length as 0, not unlimitedianb2007-04-251-2/+2
* Remove the languageRegEx check, as Kelly Yancey says that RFC 2616 does not a...ianb2007-04-191-3/+1
* Fix case with continuation headersianb2007-04-171-13/+30
* avoid unnecessary ports in URL constructionianb2007-04-171-1/+13
* Add information about proxy requestsianb2007-04-151-1/+5
* Fix .urlvars to use wsgiorg.routing_argsianb2007-04-151-1/+13
* Added a parameter to the threadpool: max_requests, which is the maximum numbe...ianb2007-04-121-12/+25
* Fix for #167ianb2007-04-111-1/+1
* lowercasing 'UTF-8', as most docs use lowercase encoding namespjenvey2007-04-111-1/+1