summaryrefslogtreecommitdiff
path: root/paste
Commit message (Collapse)AuthorAgeFilesLines
* Content-Length: -1 means we should read indefinitely, not count down to zero ↵Ian Bicking2007-10-111-6/+9
| | | | (which would of course be fatal)
* Applied #181, allow smtp authentication for errorsIan Bicking2007-10-102-2/+32
|
* 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-101-0/+21
| | | | wsgi.input is copied and .seek(0) on each call
* properly hide .bak and .py~, and also hide .pyoIan Bicking2007-10-101-1/+1
|
* 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 ↵Ian Bicking2007-10-101-2/+3
| | | | other xhtml content types
* 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
| | | | content-type when charset was assigned
* * Fixed memory leak with ``paste.registry`` not properly removingbbangert2007-10-031-6/+9
| | | | | all references to registered objects should register be called multiple times during a single context for a StackedObjectProxy.
* Simplify the way HTTPExceptionHandler catches HTTPExceptions. You can no ↵Ian Bicking2007-09-212-12/+4
| | | | longer raise httpexceptions in your app_iter
* 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-151-7/+11
|
* set CONTENT_TYPE on non-file uploads tooIan Bicking2007-09-151-0/+2
|
* Use Content-Range: bytes START-END/LENGTH (adding 'bytes')Ian Bicking2007-09-101-1/+1
|
* exc_info should be passed up in intercept_output (if it is not, exceptions ↵Ian Bicking2007-09-061-1/+1
| | | | sometimes won't propogate upward properly)
* reverting FreeBSD threadpool disablingIan Bicking2007-09-041-5/+1
|
* 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 ↵novalis2007-08-231-1/+6
| | | | seems to do it
* 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-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 ↵Ian Bicking2007-08-131-2/+2
| | | | at it
* Port WSGIResponse.content_type and .charset from WebObIan Bicking2007-08-101-0/+74
|
* being pedantic, trying to find source of memory leakcce2007-08-091-0/+1
|
* Try to encode values to auth_tktIan Bicking2007-08-091-0/+8
|
* - fix urlmap to include the path that was not found and notcce2007-08-081-1/+1
| | | | give a redundant message of not being found 2x
* 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 ↵pjenvey2007-07-141-2/+2
| | | | | | | | was specified o default WSGIRequest's decoding error handler to 'replace'. if sent bad data, it's more appropriate to just convert it to bad unicode data instead of raising an exception
* Fix problem with .form and named formsIan Bicking2007-07-131-4/+7
|
* Make wsgi the default logger name for the entry point (it was going to the ↵Ian Bicking2007-07-091-1/+1
| | | | root logger before)
* o allow DispatchingConfigs to customize their SOP name attributepjenvey2007-07-061-19/+20
| | | | | o inline current_conf, add current as an alias o allow customizing ConfigMiddleware's environ key
* Fix bug in last commit, apply header defaults to WSGIResponse and default ↵bbangert2007-06-281-5/+3
| | | | cache-control to no-cache.
* 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 ↵Ian Bicking2007-06-281-3/+1
| | | | Michael van Tellingen)
* docstring misformatting; added news linkIan Bicking2007-06-261-1/+1
|
* Make comments workIan Bicking2007-06-131-0/+5
|
* Added {{default}} directive to paste.util.templateIan Bicking2007-06-131-0/+30
|
* fix docs referring to cache_max_age as max_cache_agepjenvey2007-06-121-2/+2
| | | | Thanks Mike Orr
* Handle case when environ doesn't exist (request starting up)Ian Bicking2007-05-301-0/+4
|
* Added REST methods to Test, from Anders PearsonIan Bicking2007-05-251-14/+58
|