summaryrefslogtreecommitdiff
path: root/paste
Commit message (Expand)AuthorAgeFilesLines
* use basecookie instead of simplecookieianb2007-12-171-3/+3
* Use base64.encode|decodestring, for python 2.3 compatibilityianb2007-12-171-2/+2
* Fix issue with paste.cgiapp and mod_wsgi (#210)ianb2007-12-171-1/+5
* Use threadsafe connection class, to avoid some https errors (#211)ianb2007-12-171-2/+9
* Treat image button like submit button (#216)ianb2007-12-171-0/+2
* Add 226 IM Used response status (#217)ianb2007-12-171-0/+1
* don't lower-case headers going out, send them as-iscce2007-11-081-3/+3
* Don't overwrite X-Forwarded-Forianb2007-10-301-1/+1
* make sslerror import optionalianb2007-10-251-1/+4
* Fix #194; seek(0) before last app in cascadeianb2007-10-241-0/+2
* doc fixesianb2007-10-231-2/+1
* be more tolerant of bad CONTENT_LENGTH1.5.1ianb2007-10-221-1/+4
* Content-Length: -1 means we should read indefinitely, not count down to zero ...ianb2007-10-111-6/+9
* Applied #181, allow smtp authentication for errorsianb2007-10-102-2/+32
* Fix #193, when a frame locals is a Context object(?)ianb2007-10-101-2/+8
* Don't give an error when a 201 response has a Content-Typeianb2007-10-101-1/+2
* Fix #194, paste.cascade doesn't copy wsgi.input, and blocking can occur: now ...ianb2007-10-101-0/+21
* properly hide .bak and .py~, and also hide .pyoianb2007-10-101-1/+1
* use paste.util.converters instead of paste.deploy.convertersianb2007-10-101-1/+1
* keep wdg_validate working when no content-type is set; also look for some oth...ianb2007-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-041-4/+4
* * Fixed memory leak with ``paste.registry`` not properly removingbbangert2007-10-031-6/+9
* Simplify the way HTTPExceptionHandler catches HTTPExceptions. You can no lon...ianb2007-09-212-12/+4
* Improve performance of HeaderDict.headeritems()ianb2007-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 filesianb2007-09-151-7/+11
* set CONTENT_TYPE on non-file uploads tooianb2007-09-151-0/+2
* Use Content-Range: bytes START-END/LENGTH (adding 'bytes')ianb2007-09-101-1/+1
* 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