| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix for FileApp replying to non-GET requests, and giving the body for HEAD re...1.2 | Ian Bicking | 2007-02-01 | 1 | -0/+5 |
| * | More features, yay\! | Ian Bicking | 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) | Ian Bicking | 2007-02-01 | 1 | -1/+4 |
| * | Fix up docstrings for reST validity | Ian Bicking | 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 | Ian Bicking | 2007-01-31 | 1 | -0/+2 |
| * | removed nonexistent paste.login reference | pjenvey | 2007-01-31 | 1 | -3/+0 |
| * | categorize changes | Ian Bicking | 2007-01-30 | 1 | -9/+15 |
| * | Limit number of bytes returned by environ['wsgi.input'].read(), so you can't ... | Ian Bicking | 2007-01-30 | 1 | -0/+6 |
| * | make paste.httpserver support all request methods | Ian Bicking | 2007-01-30 | 1 | -0/+4 |
| * | Allow killing of errant threads through the web application (also add a modul... | Ian Bicking | 2007-01-30 | 1 | -1/+5 |
| * | Added news for last commit | Ian Bicking | 2007-01-30 | 1 | -0/+5 |
| * | Add app to monitor and summarize the status of any wedged threads. Also a ha... | Ian Bicking | 2007-01-30 | 2 | -11/+18 |
| * | Allow list of status in test calls | Ian Bicking | 2007-01-24 | 1 | -0/+3 |
| * | changelog for r6131 | pjenvey | 2007-01-23 | 1 | -0/+6 |
| * | Make StaticURLParser more subclassable | Ian Bicking | 2007-01-17 | 1 | -0/+4 |
| * | CONTENT_LENGTH/Content-Length fix in HeaderDict | Ian Bicking | 2007-01-16 | 1 | -0/+3 |
| * | Added entry point for paste.registry; from suggestion from Jochen Kupperschmidt | Ian Bicking | 2007-01-08 | 1 | -0/+3 |
| * | Not that good fixup of a problem where the end slash is lost under Paste's HT... | Ian Bicking | 2007-01-05 | 1 | -0/+3 |
| * | Respect HTTP_HOST over SERVER_PORT in construct_url | Ian Bicking | 2007-01-04 | 1 | -1/+9 |
| * | 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 |