summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* Prefer ETags over Last-Modified when calculating 304sianb2007-02-181-0/+4
* updated license yearpjenvey2007-02-151-1/+1
* make sure missing attribute raise an AttributeError in bunches, not KeyErrorianb2007-02-051-0/+6
* updated news for 1.2.11.2.1ianb2007-02-011-2/+8
* Fix for FileApp replying to non-GET requests, and giving the body for HEAD re...1.2ianb2007-02-011-0/+5
* More features, yay\!ianb2007-02-011-8/+66
* o remove paste.pycgiwrapper referencepjenvey2007-02-011-3/+14
* Remove long-deprecated modules (most moved elsewhere)ianb2007-02-011-1/+4
* Fix up docstrings for reST validityianb2007-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 languageianb2007-01-311-0/+2
* removed nonexistent paste.login referencepjenvey2007-01-311-3/+0
* categorize changesianb2007-01-301-9/+15
* Limit number of bytes returned by environ['wsgi.input'].read(), so you can't ...ianb2007-01-301-0/+6
* make paste.httpserver support all request methodsianb2007-01-301-0/+4
* Allow killing of errant threads through the web application (also add a modul...ianb2007-01-301-1/+5
* Added news for last commitianb2007-01-301-0/+5
* Add app to monitor and summarize the status of any wedged threads. Also a ha...ianb2007-01-302-11/+18
* Allow list of status in test callsianb2007-01-241-0/+3
* changelog for r6131pjenvey2007-01-231-0/+6
* Make StaticURLParser more subclassableianb2007-01-171-0/+4
* CONTENT_LENGTH/Content-Length fix in HeaderDictianb2007-01-161-0/+3
* Added entry point for paste.registry; from suggestion from Jochen Kupperschmidtianb2007-01-081-0/+3
* Not that good fixup of a problem where the end slash is lost under Paste's HT...ianb2007-01-051-0/+3
* Respect HTTP_HOST over SERVER_PORT in construct_urlianb2007-01-041-1/+9
* update news for 1.1.11.1.1ianb2006-12-221-2/+5
* Use 404 instead of 400 when there's extra path on a static file, like with /i...ianb2006-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 recursiveianb2006-12-181-0/+6
* update news section titleianb2006-12-181-2/+2
* Removed news item1.1ianb2006-12-181-3/+0
* Apply #146, avoid orphaned threadpool, from jekianb2006-12-181-0/+4
* Security fix for StaticURLParser, plus unquote SCRIPT_NAME and PATH_INFO, plu...ianb2006-12-181-0/+10
* allow ssl_context and auto-generated certs, from Jason Kirtland; closes #143ianb2006-12-141-0/+4
* changelog about the whole registry working in EvalExceptionpjenvey2006-12-071-2/+2
* Added unicorn power, from Chad Whitacreianb2006-12-052-2/+3
* paid not payedpjenvey2006-12-021-1/+1
* Remove sys.stdout patching, in favor of directly capturing outputianb2006-12-011-0/+3
* StackedObjectProxies now work within the interactive debugger. Whenpjenvey2006-12-011-0/+3
* Added __traceback_decorator__ianb2006-11-271-0/+4
* Fix last commit (CONTENT_TYPE), newsianb2006-11-261-0/+4
* fixed openid failures not returning a correct responsepjenvey2006-11-221-0/+3
* Fix for Set-Cookie in paste.proxyianb2006-11-211-0/+5
* Fix for Content-Length in gzip response from Brad Clements. Also gzip testianb2006-11-121-0/+3
* Added modulefinder declaration, per Brad Clement's requestianb2006-11-061-0/+3
* fix #127: paste.fixture doesn't correctly handle empty actionianb2006-11-021-0/+5
* Make WWW-Authenticate header not required for httpexceptions.HTTPUnauthorizedianb2006-11-011-0/+7