| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Prefer ETags over Last-Modified when calculating 304s | ianb | 2007-02-18 | 1 | -0/+4 |
| * | updated license year | pjenvey | 2007-02-15 | 1 | -1/+1 |
| * | make sure missing attribute raise an AttributeError in bunches, not KeyError | ianb | 2007-02-05 | 1 | -0/+6 |
| * | updated news for 1.2.11.2.1 | ianb | 2007-02-01 | 1 | -2/+8 |
| * | Fix for FileApp replying to non-GET requests, and giving the body for HEAD re...1.2 | ianb | 2007-02-01 | 1 | -0/+5 |
| * | More features, yay\! | ianb | 2007-02-01 | 1 | -8/+66 |
| * | o remove paste.pycgiwrapper reference | pjenvey | 2007-02-01 | 1 | -3/+14 |
| * | Remove long-deprecated modules (most moved elsewhere) | ianb | 2007-02-01 | 1 | -1/+4 |
| * | Fix up docstrings for reST validity | ianb | 2007-02-01 | 1 | -4/+6 |
| * | Switching mime-type parsing to be a WSGIRequest function instead of attribute. | bbangert | 2007-01-31 | 1 | -3/+4 |
| * | Moved wsgiwrapper news to wsgiwrappers section. | bbangert | 2007-01-31 | 1 | -7/+7 |
| * | Updating news for new features in WSGIRequest, mimeparse, and HTTP headers. | bbangert | 2007-01-31 | 1 | -0/+13 |
| * | Added a templating language | ianb | 2007-01-31 | 1 | -0/+2 |
| * | removed nonexistent paste.login reference | pjenvey | 2007-01-31 | 1 | -3/+0 |