summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fix for FileApp replying to non-GET requests, and giving the body for HEAD re...1.2Ian Bicking2007-02-011-0/+5
* More features, yay\!Ian Bicking2007-02-011-8/+66
* o remove paste.pycgiwrapper referencepjenvey2007-02-011-3/+14
* Remove long-deprecated modules (most moved elsewhere)Ian Bicking2007-02-011-1/+4
* Fix up docstrings for reST validityIan Bicking2007-02-011-4/+6
* Switching mime-type parsing to be a WSGIRequest function instead of attribute.bbangert2007-01-311-3/+4
* Moved wsgiwrapper news to wsgiwrappers section.bbangert2007-01-311-7/+7
* Updating news for new features in WSGIRequest, mimeparse, and HTTP headers.bbangert2007-01-311-0/+13
* Added a templating languageIan Bicking2007-01-311-0/+2
* removed nonexistent paste.login referencepjenvey2007-01-311-3/+0
* categorize changesIan Bicking2007-01-301-9/+15
* Limit number of bytes returned by environ['wsgi.input'].read(), so you can't ...Ian Bicking2007-01-301-0/+6
* make paste.httpserver support all request methodsIan Bicking2007-01-301-0/+4
* Allow killing of errant threads through the web application (also add a modul...Ian Bicking2007-01-301-1/+5
* Added news for last commitIan Bicking2007-01-301-0/+5
* Add app to monitor and summarize the status of any wedged threads. Also a ha...Ian Bicking2007-01-302-11/+18
* Allow list of status in test callsIan Bicking2007-01-241-0/+3
* changelog for r6131pjenvey2007-01-231-0/+6
* Make StaticURLParser more subclassableIan Bicking2007-01-171-0/+4
* CONTENT_LENGTH/Content-Length fix in HeaderDictIan Bicking2007-01-161-0/+3
* Added entry point for paste.registry; from suggestion from Jochen KupperschmidtIan Bicking2007-01-081-0/+3
* Not that good fixup of a problem where the end slash is lost under Paste's HT...Ian Bicking2007-01-051-0/+3
* Respect HTTP_HOST over SERVER_PORT in construct_urlIan Bicking2007-01-041-1/+9
* 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