| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Don't overwrite X-Forwarded-For | ianb | 2007-10-30 | 1 | -0/+3 |
| * | make sslerror import optional | ianb | 2007-10-25 | 1 | -0/+7 |
| * | doc fixes | ianb | 2007-10-23 | 1 | -2/+2 |
| * | be more tolerant of bad CONTENT_LENGTH1.5.1 | ianb | 2007-10-22 | 1 | -0/+6 |
| * | news header for 1.51.5 | ianb | 2007-10-17 | 1 | -2/+2 |
| * | Applied #181, allow smtp authentication for errors | ianb | 2007-10-10 | 1 | -0/+4 |
| * | Fix #194, paste.cascade doesn't copy wsgi.input, and blocking can occur: now ... | ianb | 2007-10-10 | 1 | -0/+4 |
| * | r6823 forgot _CHARSET_RE from WebOb and broke WSGIResponse's | pjenvey | 2007-10-04 | 1 | -0/+2 |
| * | * Fixed memory leak with ``paste.registry`` not properly removing | bbangert | 2007-10-03 | 1 | -0/+4 |
| * | Simplify the way HTTPExceptionHandler catches HTTPExceptions. You can no lon... | ianb | 2007-09-21 | 1 | -0/+3 |
| * | In paste.session, ignore files that aren't session files | ianb | 2007-09-15 | 1 | -0/+3 |
| * | set CONTENT_TYPE on non-file uploads too | ianb | 2007-09-15 | 1 | -0/+4 |
| * | Use Content-Range: bytes START-END/LENGTH (adding 'bytes') | ianb | 2007-09-10 | 1 | -0/+6 |
| * | update news for release1.4.2 | ianb | 2007-09-07 | 1 | -2/+5 |
| * | exc_info should be passed up in intercept_output (if it is not, exceptions so... | ianb | 2007-09-06 | 1 | -0/+6 |
| * | update news.txt1.4.1 | ianb | 2007-09-04 | 1 | -2/+2 |
| * | inherit show_exceptions_in_wsgi_errors from global_conf | ianb | 2007-08-14 | 1 | -0/+3 |
| * | Port WSGIResponse.content_type and .charset from WebOb | ianb | 2007-08-10 | 1 | -0/+4 |
| * | Try to encode values to auth_tkt | ianb | 2007-08-09 | 1 | -0/+2 |
| * | Fix problem with .form and named forms | ianb | 2007-07-13 | 1 | -0/+3 |
| * | changelog most of r6686 | pjenvey | 2007-07-06 | 1 | -0/+9 |
| * | fix list formatting | ianb | 2007-06-26 | 1 | -4/+4 |
| * | docstring misformatting; added news link | ianb | 2007-06-26 | 2 | -0/+9 |
| * | update news for 1.4 release | ianb | 2007-06-26 | 1 | -12/+14 |
| * | Make comments work | ianb | 2007-06-13 | 1 | -1/+1 |
| * | Added {{default}} directive to paste.util.template | ianb | 2007-06-13 | 1 | -0/+3 |
| * | Added REST methods to Test, from Anders Pearson | ianb | 2007-05-25 | 1 | -0/+5 |
| * | Fix #179, exception for accept-languages | ianb | 2007-05-25 | 1 | -0/+3 |
| * | Remove obsolete version-related note | ianb | 2007-05-25 | 1 | -2/+0 |
| * | o make ProfileMiddleware close the consumed app_iter if applicable | pjenvey | 2007-05-04 | 1 | -0/+3 |
| * | Add __call__ to StackedObjectProxy. For cmlenz | ianb | 2007-04-26 | 1 | -0/+2 |
| * | Treat missing Content-Length as 0, not unlimited | ianb | 2007-04-25 | 1 | -1/+3 |
| * | Fix case with continuation headers | ianb | 2007-04-17 | 1 | -0/+3 |
| * | avoid unnecessary ports in URL construction | ianb | 2007-04-17 | 1 | -0/+3 |
| * | Add information about proxy requests | ianb | 2007-04-15 | 1 | -0/+5 |
| * | Fix .urlvars to use wsgiorg.routing_args | ianb | 2007-04-15 | 1 | -0/+3 |
| * | Fix for #167 | ianb | 2007-04-11 | 1 | -0/+3 |
| * | Added StackedObjectProxy._object_stack() | ianb | 2007-04-06 | 1 | -0/+5 |
| * | Always (re)call start_response when an exception happens | ianb | 2007-04-03 | 1 | -0/+3 |
| * | Note socket_timeout | ianb | 2007-03-12 | 1 | -0/+7 |
| * | Added new document describing the thread pool management. | ianb | 2007-03-12 | 3 | -51/+139 |
| * | Major threadpool features to add threads temporarily, kill threads, monitor t... | ianb | 2007-03-10 | 2 | -0/+25 |
| * | update news for release1.3 | ianb | 2007-03-07 | 1 | -2/+2 |
| * | rest syntax | ianb | 2007-03-07 | 1 | -1/+1 |
| * | Added paste.util.import_string.try_import_module | ianb | 2007-03-06 | 1 | -0/+5 |
| * | Make allowed headers settable in paste.fileapp.DataApp | ianb | 2007-03-06 | 1 | -0/+4 |
| * | Make paste.util.template trim whitespace around statements on their own line | ianb | 2007-03-06 | 1 | -0/+3 |
| * | Add tracebacks of each thread under Python 2.5 (thanks to Alexander Schremmer... | ianb | 2007-02-21 | 2 | -1/+11 |
| * | add .response() method to HTTPException objects (from damjam) | ianb | 2007-02-19 | 1 | -0/+3 |
| * | make guess_type overridable | ianb | 2007-02-19 | 1 | -1/+2 |