summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* update news for 1.1.11.1.1Ian Bicking2006-12-221-2/+5
* Use 404 instead of 400 when there's extra path on a static file, like with /i...Ian Bicking2006-12-221-0/+4
* fixed parse_dict_querystring returning empty dicts instead of MultiDictspjenvey2006-12-221-0/+3
* added paste.config, a rewrite of paste.deploy.config using the registrypjenvey2006-12-211-0/+5
* Fix for recursiveIan Bicking2006-12-181-0/+6
* update news section titleIan Bicking2006-12-181-2/+2
* Removed news item1.1Ian Bicking2006-12-181-3/+0
* Apply #146, avoid orphaned threadpool, from jekIan Bicking2006-12-181-0/+4
* Security fix for StaticURLParser, plus unquote SCRIPT_NAME and PATH_INFO, plu...Ian Bicking2006-12-181-0/+10
* allow ssl_context and auto-generated certs, from Jason Kirtland; closes #143Ian Bicking2006-12-141-0/+4
* changelog about the whole registry working in EvalExceptionpjenvey2006-12-071-2/+2
* Added unicorn power, from Chad WhitacreIan Bicking2006-12-052-2/+3
* paid not payedpjenvey2006-12-021-1/+1
* Remove sys.stdout patching, in favor of directly capturing outputIan Bicking2006-12-011-0/+3
* StackedObjectProxies now work within the interactive debugger. Whenpjenvey2006-12-011-0/+3
* Added __traceback_decorator__Ian Bicking2006-11-271-0/+4
* Fix last commit (CONTENT_TYPE), newsIan Bicking2006-11-261-0/+4
* fixed openid failures not returning a correct responsepjenvey2006-11-221-0/+3
* Fix for Set-Cookie in paste.proxyIan Bicking2006-11-211-0/+5
* Fix for Content-Length in gzip response from Brad Clements. Also gzip testIan Bicking2006-11-121-0/+3
* Added modulefinder declaration, per Brad Clement's requestIan Bicking2006-11-061-0/+3
* fix #127: paste.fixture doesn't correctly handle empty actionIan Bicking2006-11-021-0/+5
* Make WWW-Authenticate header not required for httpexceptions.HTTPUnauthorizedIan Bicking2006-11-011-0/+7
* Added link to do-it-yourselfIan Bicking2006-10-311-0/+1
* Updated docs for 1.0Ian Bicking2006-10-222-2/+18
* changes to QUERY_STRING shouldn't trigger reparsing of formvars:pjenvey2006-10-201-0/+3
* Moved and fixed gzip middleware entry point; typo in docsIan Bicking2006-10-201-1/+1
* Quote the frame name aka function name, which contains <> in GenshiIan Bicking2006-10-201-0/+3
* Added session cleanup, from patch by AmirIan Bicking2006-10-201-0/+3
* Added a force_host arg to TransparentProxyIan Bicking2006-10-181-0/+4
* Fixed a couple problems with error reports that might go over sizeIan Bicking2006-10-131-0/+6
* Added an Paste Deploy entry point for paste.transloggerIan Bicking2006-10-071-0/+3
* Fixed problem where the errorcatching middleware doesn't expose the close met...Ian Bicking2006-10-031-0/+9
* Fix paste.fixture res.follow docsIan Bicking2006-09-261-4/+4
* Make fileapp.DataApp directly usable, plus handle empty content properlyIan Bicking2006-09-251-0/+3
* Fix case when using TestApp, and params={'key': ['list', 'of', 'values']}, as...Ian Bicking2006-09-101-0/+3
* Some docstring fixes, and a link fix; exception fix in paste.lint0.9.8.1Ian Bicking2006-09-051-1/+1
* o fixed WSGIResponse to determine the correct encoding after the Content-Typepjenvey2006-09-041-0/+6
* o WSGIResponse changes:0.9.8pjenvey2006-09-041-0/+7
* use headeritems() instead of items() in WSGIResponse.pjenvey2006-08-301-0/+3
* Patch to add suppress_http_headers to paste.proxy.Proxy, from Brad ClementsIan Bicking2006-08-291-0/+4
* Patch for cache_max_age from Brad ClementsIan Bicking2006-08-291-0/+4
* Added TransparentProxyIan Bicking2006-08-241-0/+6
* Fixed a bug in the registry test (not code), since str(registered_object) nev...Ian Bicking2006-08-231-0/+6
* better error message in paste.auth.cookieIan Bicking2006-08-211-0/+3
* Fixed problem with exception formatter word wrapping routineIan Bicking2006-08-211-0/+6
* Fixed problem when wrap_app_iter wraps an app_iter with no close methodIan Bicking2006-08-191-0/+3
* Removed Paste Deploy dependencies in many placesIan Bicking2006-08-191-0/+11
* Added an entry point for paste.auth.cookie; added/currected a little info to ...Ian Bicking2006-08-191-1/+6
* documentation formattingpjenvey2006-08-041-2/+2