summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-062-1/+7
* reverting FreeBSD threadpool disablingianb2007-09-041-5/+1
* Auto-update of version stringsianb2007-09-041-1/+1
* update news.txt1.4.1ianb2007-09-041-2/+2
* 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-142-2/+7
* 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-103-0/+80
* being pedantic, trying to find source of memory leakcce2007-08-091-0/+1
* Try to encode values to auth_tktianb2007-08-092-0/+10
* - 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-132-4/+10
* Make wsgi the default logger name for the entry point (it was going to the ro...ianb2007-07-091-1/+1
* changelog most of r6686pjenvey2007-07-061-0/+9
* 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
* fix list formattingianb2007-06-261-4/+4
* docstring misformatting; added news linkianb2007-06-264-4/+14
* Auto-update of version stringsianb2007-06-261-1/+1
* 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