| Commit message (Expand) | Author | Age | Files | Lines |
| * | update news for 1.1.11.1.1 | Ian Bicking | 2006-12-22 | 1 | -2/+5 |
| * | Use 404 instead of 400 when there's extra path on a static file, like with /i... | Ian Bicking | 2006-12-22 | 1 | -0/+4 |
| * | fixed parse_dict_querystring returning empty dicts instead of MultiDicts | pjenvey | 2006-12-22 | 1 | -0/+3 |
| * | added paste.config, a rewrite of paste.deploy.config using the registry | pjenvey | 2006-12-21 | 1 | -0/+5 |
| * | Fix for recursive | Ian Bicking | 2006-12-18 | 1 | -0/+6 |
| * | update news section title | Ian Bicking | 2006-12-18 | 1 | -2/+2 |
| * | Removed news item1.1 | Ian Bicking | 2006-12-18 | 1 | -3/+0 |
| * | Apply #146, avoid orphaned threadpool, from jek | Ian Bicking | 2006-12-18 | 1 | -0/+4 |
| * | Security fix for StaticURLParser, plus unquote SCRIPT_NAME and PATH_INFO, plu... | Ian Bicking | 2006-12-18 | 1 | -0/+10 |
| * | allow ssl_context and auto-generated certs, from Jason Kirtland; closes #143 | Ian Bicking | 2006-12-14 | 1 | -0/+4 |
| * | changelog about the whole registry working in EvalException | pjenvey | 2006-12-07 | 1 | -2/+2 |
| * | Added unicorn power, from Chad Whitacre | Ian Bicking | 2006-12-05 | 2 | -2/+3 |
| * | paid not payed | pjenvey | 2006-12-02 | 1 | -1/+1 |
| * | Remove sys.stdout patching, in favor of directly capturing output | Ian Bicking | 2006-12-01 | 1 | -0/+3 |
| * | StackedObjectProxies now work within the interactive debugger. When | pjenvey | 2006-12-01 | 1 | -0/+3 |
| * | Added __traceback_decorator__ | Ian Bicking | 2006-11-27 | 1 | -0/+4 |
| * | Fix last commit (CONTENT_TYPE), news | Ian Bicking | 2006-11-26 | 1 | -0/+4 |
| * | fixed openid failures not returning a correct response | pjenvey | 2006-11-22 | 1 | -0/+3 |
| * | Fix for Set-Cookie in paste.proxy | Ian Bicking | 2006-11-21 | 1 | -0/+5 |
| * | Fix for Content-Length in gzip response from Brad Clements. Also gzip test | Ian Bicking | 2006-11-12 | 1 | -0/+3 |
| * | Added modulefinder declaration, per Brad Clement's request | Ian Bicking | 2006-11-06 | 1 | -0/+3 |
| * | fix #127: paste.fixture doesn't correctly handle empty action | Ian Bicking | 2006-11-02 | 1 | -0/+5 |
| * | Make WWW-Authenticate header not required for httpexceptions.HTTPUnauthorized | Ian Bicking | 2006-11-01 | 1 | -0/+7 |
| * | Added link to do-it-yourself | Ian Bicking | 2006-10-31 | 1 | -0/+1 |
| * | Updated docs for 1.0 | Ian Bicking | 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 | Ian Bicking | 2006-10-20 | 1 | -1/+1 |
| * | Quote the frame name aka function name, which contains <> in Genshi | Ian Bicking | 2006-10-20 | 1 | -0/+3 |
| * | Added session cleanup, from patch by Amir | Ian Bicking | 2006-10-20 | 1 | -0/+3 |
| * | Added a force_host arg to TransparentProxy | Ian Bicking | 2006-10-18 | 1 | -0/+4 |
| * | Fixed a couple problems with error reports that might go over size | Ian Bicking | 2006-10-13 | 1 | -0/+6 |
| * | Added an Paste Deploy entry point for paste.translogger | Ian Bicking | 2006-10-07 | 1 | -0/+3 |
| * | Fixed problem where the errorcatching middleware doesn't expose the close met... | Ian Bicking | 2006-10-03 | 1 | -0/+9 |
| * | Fix paste.fixture res.follow docs | Ian Bicking | 2006-09-26 | 1 | -4/+4 |
| * | Make fileapp.DataApp directly usable, plus handle empty content properly | Ian Bicking | 2006-09-25 | 1 | -0/+3 |
| * | Fix case when using TestApp, and params={'key': ['list', 'of', 'values']}, as... | Ian Bicking | 2006-09-10 | 1 | -0/+3 |
| * | Some docstring fixes, and a link fix; exception fix in paste.lint0.9.8.1 | Ian Bicking | 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 | Ian Bicking | 2006-08-29 | 1 | -0/+4 |
| * | Patch for cache_max_age from Brad Clements | Ian Bicking | 2006-08-29 | 1 | -0/+4 |
| * | Added TransparentProxy | Ian Bicking | 2006-08-24 | 1 | -0/+6 |
| * | Fixed a bug in the registry test (not code), since str(registered_object) nev... | Ian Bicking | 2006-08-23 | 1 | -0/+6 |
| * | better error message in paste.auth.cookie | Ian Bicking | 2006-08-21 | 1 | -0/+3 |
| * | Fixed problem with exception formatter word wrapping routine | Ian Bicking | 2006-08-21 | 1 | -0/+6 |
| * | Fixed problem when wrap_app_iter wraps an app_iter with no close method | Ian Bicking | 2006-08-19 | 1 | -0/+3 |
| * | Removed Paste Deploy dependencies in many places | Ian Bicking | 2006-08-19 | 1 | -0/+11 |
| * | Added an entry point for paste.auth.cookie; added/currected a little info to ... | Ian Bicking | 2006-08-19 | 1 | -1/+6 |
| * | documentation formatting | pjenvey | 2006-08-04 | 1 | -2/+2 |