summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add pudge/publish/distribute commands1.4ianb2007-06-261-31/+36
* update news for 1.4 releaseianb2007-06-261-12/+14
* Make comments workianb2007-06-133-1/+10
* Added {{default}} directive to paste.util.templateianb2007-06-133-0/+47
* Add a little helper to run doctestsianb2007-06-131-0/+9
* 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-253-14/+69
* don't use the name testobj, because it causes py.test to think it's a testianb2007-05-251-13/+13
* Fix for request.languages, which didn't pass the right value to httpheaders. ...ianb2007-05-253-6/+7
* Fix for #174; Paste Deploy entry point for paste.auth.form brokenianb2007-05-251-1/+6
* Fix #179, exception for accept-languagesianb2007-05-252-0/+6
* Remove obsolete version-related noteianb2007-05-251-2/+0
* o make ProfileMiddleware close the consumed app_iter if applicablepjenvey2007-05-042-2/+10
* 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-262-0/+5
* 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-252-3/+5
* 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-172-13/+33
* avoid unnecessary ports in URL constructionianb2007-04-172-1/+16
* Add information about proxy requestsianb2007-04-152-1/+10
* Fix .urlvars to use wsgiorg.routing_argsianb2007-04-152-1/+16
* Added a parameter to the threadpool: max_requests, which is the maximum numbe...ianb2007-04-121-12/+25
* Fix for #167ianb2007-04-112-1/+4
* lowercasing 'UTF-8', as most docs use lowercase encoding namespjenvey2007-04-111-1/+1
* Added StackedObjectProxy._object_stack()ianb2007-04-062-0/+15
* don't choke if transaction is already rolled backcce2007-04-051-1/+5
* Always (re)call start_response when an exception happensianb2007-04-032-15/+10
* - commeting out LimitedLengthFilecce2007-03-291-2/+10
* Fixed logic error where we'd spawn extra workers, then immediately cull them....ianb2007-03-291-1/+7
* adding comment about address_string()cce2007-03-271-0/+3
* for gzipper, (a) don't test content type if it is blank andcce2007-03-271-2/+2
* I think one meant min, not max here; if the read function askedcce2007-03-211-1/+2
* Give a better error when start_response isn't called; give a Content-Length s...ianb2007-03-201-2/+8
* revert accidental commit of a printianb2007-03-171-1/+0
* fix some typos, from pythyianb2007-03-172-3/+4
* Note socket_timeoutianb2007-03-121-0/+7
* Added new document describing the thread pool management.ianb2007-03-124-51/+140
* Changed default for kill_thread_limit; reformatianb2007-03-121-10/+11
* Don't start workers until everything is initializedianb2007-03-111-2/+2
* Major threadpool features to add threads temporarily, kill threads, monitor t...ianb2007-03-104-40/+544
* removing outdated commentcce2007-03-071-2/+1
* Auto-update of version stringsianb2007-03-071-1/+1
* update news for release1.3ianb2007-03-071-2/+2
* rest syntaxianb2007-03-071-1/+1
* allow ConfigMiddleware to use a different DispatchingConfigpjenvey2007-03-061-3/+4