summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix for FileApp replying to non-GET requests, and giving the body for HEAD re...1.2Ian Bicking2007-02-013-2/+33
* path from Robert Almeida, to re-enable the internal redirect to the login for...Ian Bicking2007-02-011-5/+5
* More features, yay\!Ian Bicking2007-02-011-8/+66
* don't test profile middleware if hotshot isn't availableIan Bicking2007-02-011-20/+25
* o remove paste.pycgiwrapper referencepjenvey2007-02-011-3/+14
* Remove long-deprecated modules (most moved elsewhere -- actually removing now...Ian Bicking2007-02-016-55/+1
* Remove long-deprecated modules (most moved elsewhere)Ian Bicking2007-02-011-1/+4
* Fix up docstrings for reST validityIan Bicking2007-02-015-11/+17
* Add most doctests to the automatic testing; fix some problems in testsIan Bicking2007-02-014-10/+47
* Fix up looperIan Bicking2007-02-011-8/+50
* Switching mime-type parsing to be a WSGIRequest function instead of attribute.bbangert2007-01-313-28/+17
* Moved wsgiwrapper news to wsgiwrappers section.bbangert2007-01-311-7/+7
* Added WSGIRequest.mimetypes property and unit tests for it.bbangert2007-01-312-4/+34
* Updating news for new features in WSGIRequest, mimeparse, and HTTP headers.bbangert2007-01-311-0/+13
* Patching mimeparse module to include desired_matches function intended for a ...bbangert2007-01-311-1/+25
* More thorough unit testing of the languages header.bbangert2007-01-311-0/+6
* rewrite watchthreads to use the new paste.util.templateIan Bicking2007-01-311-65/+80
* Added a looper object, to make template looping easierIan Bicking2007-01-311-0/+107
* Add a bunch object, and add __traceback_hide__ locals to trim down exceptionsIan Bicking2007-01-311-1/+40
* Added an HTML-specific subclassIan Bicking2007-01-312-2/+97
* Added a templating languageIan Bicking2007-01-315-1/+579
* removed nonexistent paste.login referencepjenvey2007-01-311-3/+0
* typopjenvey2007-01-311-1/+1
* ensure UnicodeMultiDict allows non basestring keys to pass throughpjenvey2007-01-312-1/+15
* s/assert_unicode_items/assert_unicode_item/gpjenvey2007-01-311-9/+9
* comment out the wsgi.input comparison tests until #125 is solvedpjenvey2007-01-311-3/+4
* Added WSGIRequest.languages parameter which handles parsing of Accept-Languag...bbangert2007-01-312-5/+49
* categorize changesIan Bicking2007-01-301-9/+15
* Limit number of bytes returned by environ['wsgi.input'].read(), so you can't ...Ian Bicking2007-01-302-0/+69
* make paste.httpserver support all request methodsIan Bicking2007-01-302-2/+20
* Adding mime-type parsing module.bbangert2007-01-301-0/+153
* Adding language parsing HTTP header code.bbangert2007-01-301-1/+35
* Allow killing of errant threads through the web application (also add a modul...Ian Bicking2007-01-304-46/+189
* 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-304-11/+188
* Add a variable to track the requests currently being processed by the httpser...Ian Bicking2007-01-301-3/+18
* Allow list of status in test callsIan Bicking2007-01-242-0/+10
* don't depend on pkg_resources in urlparserpjenvey2007-01-231-1/+8
* added optional pre and post do_request hooks into TestApppjenvey2007-01-231-1/+15
* changelog for r6131pjenvey2007-01-231-0/+6
* by default don't have WSGIRequest decode parameter keys when unicode params a...pjenvey2007-01-223-35/+65
* small changespjenvey2007-01-221-6/+9
* everything passing except the rereading of wsgi.inputpjenvey2007-01-211-16/+2
* doc markuppjenvey2007-01-211-1/+1
* o added UnicodeMultiDict, a MultiDict wrapper that decodes its retrievedpjenvey2007-01-213-48/+395
* removed unused importpjenvey2007-01-201-1/+0
* some test fixes. still not passingpjenvey2007-01-191-16/+16
* fixed broken StaticURLParser.make_app from r6099pjenvey2007-01-191-2/+1
* non-passing test for new request parsing systemIan Bicking2007-01-191-0/+49
* 201 Created does not expect a response bodyIan Bicking2007-01-181-1/+1