summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* news header for 1.51.5Ian Bicking2007-10-171-2/+2
* Content-Length: -1 means we should read indefinitely, not count down to zero ...Ian Bicking2007-10-111-6/+9
* Applied #181, allow smtp authentication for errorsIan Bicking2007-10-103-2/+36
* Fix #193, when a frame locals is a Context object(?)Ian Bicking2007-10-101-2/+8
* Don't give an error when a 201 response has a Content-TypeIan Bicking2007-10-101-1/+2
* Fix #194, paste.cascade doesn't copy wsgi.input, and blocking can occur: now ...Ian Bicking2007-10-102-0/+25
* properly hide .bak and .py~, and also hide .pyoIan Bicking2007-10-101-1/+1
* Added test for bad cookies; passesIan Bicking2007-10-101-0/+11
* use paste.util.converters instead of paste.deploy.convertersIan Bicking2007-10-101-1/+1
* keep wdg_validate working when no content-type is set; also look for some oth...Ian Bicking2007-10-101-2/+3
* Replace and register are identical, aliasing the method.bbangert2007-10-081-15/+3
* Failing to pop proper obj during register.bbangert2007-10-081-1/+1
* Registry fix that doesn't break restorerbbangert2007-10-041-10/+13
* r6823 forgot _CHARSET_RE from WebOb and broke WSGIResponse'spjenvey2007-10-042-4/+6
* * Fixed memory leak with ``paste.registry`` not properly removingbbangert2007-10-032-6/+13
* Simplify the way HTTPExceptionHandler catches HTTPExceptions. You can no lon...Ian Bicking2007-09-214-39/+7
* Improve performance of HeaderDict.headeritems()Ian Bicking2007-09-211-4/+4
* minor tweak (appears to be backward compatible) to permit use with SSL chainscce2007-09-191-1/+1
* In paste.session, ignore files that aren't session filesIan Bicking2007-09-152-7/+14
* set CONTENT_TYPE on non-file uploads tooIan Bicking2007-09-152-0/+6
* Use Content-Range: bytes START-END/LENGTH (adding 'bytes')Ian Bicking2007-09-102-1/+7
* Auto-update of version stringsIan Bicking2007-09-071-1/+1
* 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-062-1/+7
* reverting FreeBSD threadpool disablingIan Bicking2007-09-041-5/+1
* Auto-update of version stringsIan Bicking2007-09-041-1/+1
* update news.txt1.4.1Ian Bicking2007-09-041-2/+2
* be a little more careful splittingIan Bicking2007-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 orderIan Bicking2007-08-141-1/+1
* inherit show_exceptions_in_wsgi_errors from global_confIan Bicking2007-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...Ian Bicking2007-08-131-2/+2
* Port WSGIResponse.content_type and .charset from WebObIan Bicking2007-08-103-0/+80
* being pedantic, trying to find source of memory leakcce2007-08-091-0/+1
* Try to encode values to auth_tktIan Bicking2007-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 tabsIan Bicking2007-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 formsIan Bicking2007-07-132-4/+10
* Make wsgi the default logger name for the entry point (it was going to the ro...Ian Bicking2007-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