| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Added link to do-it-yourself | ianb | 2006-10-31 | 1 | -0/+1 |
| * | Updated docs for 1.0 | ianb | 2006-10-22 | 2 | -2/+18 |
| * | changes to QUERY_STRING shouldn't trigger reparsing of formvars: | pjenvey | 2006-10-20 | 1 | -0/+3 |
| * | Moved and fixed gzip middleware entry point; typo in docs | ianb | 2006-10-20 | 1 | -1/+1 |
| * | Quote the frame name aka function name, which contains <> in Genshi | ianb | 2006-10-20 | 1 | -0/+3 |
| * | Added session cleanup, from patch by Amir | ianb | 2006-10-20 | 1 | -0/+3 |
| * | Added a force_host arg to TransparentProxy | ianb | 2006-10-18 | 1 | -0/+4 |
| * | Fixed a couple problems with error reports that might go over size | ianb | 2006-10-13 | 1 | -0/+6 |
| * | Added an Paste Deploy entry point for paste.translogger | ianb | 2006-10-07 | 1 | -0/+3 |
| * | Fixed problem where the errorcatching middleware doesn't expose the close met... | ianb | 2006-10-03 | 1 | -0/+9 |
| * | Fix paste.fixture res.follow docs | ianb | 2006-09-26 | 1 | -4/+4 |
| * | Make fileapp.DataApp directly usable, plus handle empty content properly | ianb | 2006-09-25 | 1 | -0/+3 |
| * | Fix case when using TestApp, and params={'key': ['list', 'of', 'values']}, as... | ianb | 2006-09-10 | 1 | -0/+3 |
| * | Some docstring fixes, and a link fix; exception fix in paste.lint0.9.8.1 | ianb | 2006-09-05 | 1 | -1/+1 |
| * | o fixed WSGIResponse to determine the correct encoding after the Content-Type | pjenvey | 2006-09-04 | 1 | -0/+6 |
| * | o WSGIResponse changes:0.9.8 | pjenvey | 2006-09-04 | 1 | -0/+7 |
| * | use headeritems() instead of items() in WSGIResponse. | pjenvey | 2006-08-30 | 1 | -0/+3 |
| * | Patch to add suppress_http_headers to paste.proxy.Proxy, from Brad Clements | ianb | 2006-08-29 | 1 | -0/+4 |
| * | Patch for cache_max_age from Brad Clements | ianb | 2006-08-29 | 1 | -0/+4 |
| * | Added TransparentProxy | ianb | 2006-08-24 | 1 | -0/+6 |
| * | Fixed a bug in the registry test (not code), since str(registered_object) nev... | ianb | 2006-08-23 | 1 | -0/+6 |
| * | better error message in paste.auth.cookie | ianb | 2006-08-21 | 1 | -0/+3 |
| * | Fixed problem with exception formatter word wrapping routine | ianb | 2006-08-21 | 1 | -0/+6 |
| * | Fixed problem when wrap_app_iter wraps an app_iter with no close method | ianb | 2006-08-19 | 1 | -0/+3 |
| * | Removed Paste Deploy dependencies in many places | ianb | 2006-08-19 | 1 | -0/+11 |
| * | Added an entry point for paste.auth.cookie; added/currected a little info to ... | ianb | 2006-08-19 | 1 | -1/+6 |
| * | documentation formatting | pjenvey | 2006-08-04 | 1 | -2/+2 |
| * | doc format fix; better error message from Jamie Wilkinson | ianb | 2006-08-03 | 1 | -4/+5 |
| * | only displaying EvalException's full traceback button when the full traceback | pjenvey | 2006-07-31 | 1 | -0/+4 |
| * | added changelog of r5516 to the news | pjenvey | 2006-07-30 | 1 | -0/+6 |
| * | renamed the multidict class to MultiDict | pjenvey | 2006-07-25 | 2 | -1/+7 |
| * | o request.parse_formvars changes: | pjenvey | 2006-07-24 | 1 | -3/+3 |
| * | Removed defunct doc build script | ianb | 2006-07-20 | 1 | -47/+0 |
| * | Removed errordocument.empty_error, since it never actually worked in a useful...0.9.5 | ianb | 2006-07-20 | 1 | -2/+7 |
| * | Added more download notes | ianb | 2006-07-20 | 1 | -0/+20 |
| * | Keep wsgi.input from being eaten when the cgi module is looking for POST vari... | ianb | 2006-07-20 | 1 | -0/+4 |
| * | Changed usage of MultiDict to util.multidict | ianb | 2006-07-19 | 1 | -0/+4 |
| * | added WSGIThreadPoolServer. Provides much better performance than | pjenvey | 2006-07-19 | 1 | -0/+9 |
| * | Added tests for file-related conditional requests. Added support for If-None... | ianb | 2006-07-17 | 1 | -0/+6 |
| * | Added a 'no' argument to mustcontain | ianb | 2006-07-15 | 1 | -0/+9 |
| * | added news item for resolved ticket #114 | pjenvey | 2006-06-26 | 1 | -0/+6 |
| * | Fix for paste.urlmap and vhosts | ianb | 2006-06-22 | 1 | -0/+3 |
| * | Rearranged news a little0.9.4 | ianb | 2006-06-22 | 1 | -3/+10 |
| * | Preventing circumvention of StaticURLParser and PkgResourcesParser's root dir... | pjenvey | 2006-06-19 | 1 | -0/+3 |
| * | Fixed urlparser classes to handle quoted (e.g. %20) URL paths. | pjenvey | 2006-06-18 | 1 | -0/+3 |
| * | fixed TransLogger to log to the Apache combined log format as advertised | pjenvey | 2006-06-18 | 1 | -0/+3 |
| * | Added license text | ianb | 2006-06-15 | 1 | -0/+20 |
| * | Corrected copyright note | ianb | 2006-06-13 | 1 | -4/+2 |
| * | Handle case with testapp.post(params={}) | ianb | 2006-06-04 | 1 | -0/+2 |
| * | Added a warning to paste.wsgilib.add_close | ianb | 2006-05-31 | 1 | -0/+3 |