summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update news for release1.6Ian Bicking2008-01-041-2/+2
* use basecookie instead of simplecookieIan Bicking2007-12-172-3/+6
* Use base64.encode|decodestring, for python 2.3 compatibilityIan Bicking2007-12-171-2/+2
* Fix issue with paste.cgiapp and mod_wsgi (#210)Ian Bicking2007-12-172-1/+7
* Use threadsafe connection class, to avoid some https errors (#211)Ian Bicking2007-12-172-2/+13
* Treat image button like submit button (#216)Ian Bicking2007-12-172-0/+5
* Add 226 IM Used response status (#217)Ian Bicking2007-12-172-0/+3
* don't lower-case headers going out, send them as-iscce2007-11-081-3/+3
* Don't overwrite X-Forwarded-ForIan Bicking2007-10-302-1/+4
* make sslerror import optionalIan Bicking2007-10-252-1/+11
* Fix #194; seek(0) before last app in cascadeIan Bicking2007-10-241-0/+2
* doc fixesIan Bicking2007-10-232-4/+3
* Auto-update of version stringsIan Bicking2007-10-231-1/+1
* be more tolerant of bad CONTENT_LENGTH1.5.1Ian Bicking2007-10-222-1/+10
* Auto-update of version stringsIan Bicking2007-10-171-1/+1
* 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