summaryrefslogtreecommitdiff
path: root/paste/wsgiwrappers.py
Commit message (Expand)AuthorAgeFilesLines
* Python 3: Don't mangle strangely encoded inputNils Philippsen2015-08-191-1/+2
* Merged in marsupial2k/paste (pull request #6)Marc Abramowitz2015-05-111-0/+1
|\
| * Add HTTP 429 "Too Many Requests"Neil Williams2011-12-231-0/+1
* | Fix WSGIResponse on Python 3Victor Stinner2015-04-211-2/+3
* | Strip trailing spacesVictor Stinner2015-04-211-23/+23
* | Python 3: use new style of raise, replace "raise class, args" with "raise cla...Cyril Roelandt2014-03-181-4/+4
* | Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-1/+7
|/
* Add support for HttpOnly to Pasteianb2008-09-151-2/+2
* Fix wsgiwrappers delete_cookieianb2008-05-071-1/+1
* small docstring formatting fixesianb2008-04-271-1/+1
* typo in reprianb2008-03-261-1/+1
* Add 226 IM Used response status (#217)ianb2007-12-171-0/+1
* r6823 forgot _CHARSET_RE from WebOb and broke WSGIResponse'spjenvey2007-10-041-4/+4
* Port WSGIResponse.content_type and .charset from WebObianb2007-08-101-0/+74
* o fixed WSGIResponse default headers only being inherited when a mimetype was...pjenvey2007-07-141-2/+2
* Fix bug in last commit, apply header defaults to WSGIResponse and default cac...bbangert2007-06-281-5/+3
* By default, don't cache Response objects.bbangert2007-06-281-1/+4
* Fix for request.languages, which didn't pass the right value to httpheaders. ...ianb2007-05-251-1/+1
* Fix .urlvars to use wsgiorg.routing_argsianb2007-04-151-1/+13
* lowercasing 'UTF-8', as most docs use lowercase encoding namespjenvey2007-04-111-1/+1
* minor change to StackedObjectProxy's reprpjenvey2007-02-211-1/+1
* reindent r6247pjenvey2007-02-181-14/+13
* added WSGIRequest.__repr__pjenvey2007-02-181-0/+20
* added __all__pjenvey2007-02-151-0/+2
* Allow httpserver's readline to take an optional argument (max length) which t...ianb2007-02-011-1/+1
* Remove long-deprecated modules (most moved elsewhere -- actually removing now...ianb2007-02-011-1/+1
* Switching mime-type parsing to be a WSGIRequest function instead of attribute.bbangert2007-01-311-20/+9
* Added WSGIRequest.mimetypes property and unit tests for it.bbangert2007-01-311-2/+20
* Added WSGIRequest.languages parameter which handles parsing of Accept-Languag...bbangert2007-01-311-4/+41
* by default don't have WSGIRequest decode parameter keys when unicode params a...pjenvey2007-01-221-8/+17
* small changespjenvey2007-01-221-6/+9
* o added UnicodeMultiDict, a MultiDict wrapper that decodes its retrievedpjenvey2007-01-211-46/+124
* Fixed header assignment so value is assigned only if value is not None or Fal...bbangert2006-11-021-1/+1
* A big commit, primarily aesthetic/whitespace in nature. This is the result o...ianb2006-10-201-7/+8
* Removin the dict access, updating doc strings to indicate accurate methods.bbangert2006-10-171-17/+2
* Added dict access to WSGIResponse object, like the doc string indicates it ha...bbangert2006-10-171-0/+12
* added needed whitespace after code-blockpjenvey2006-10-061-0/+1
* Added file handling capability to WSGIResponse's __call__ method, self.conten...bbangert2006-09-111-0/+5
* Added __call__ method to WSGIResponse object that conforms to WSGI spec.bbangert2006-09-111-0/+23
* do a case insensitive match when determining WSGIResponse's charsetpjenvey2006-09-061-1/+1
* deprecating WSGIResponse.has_header for HeaderDict already does case insensit...pjenvey2006-09-041-5/+5
* o fixed WSGIResponse to determine the correct encoding after the Content-Typepjenvey2006-09-041-7/+14
* o WSGIResponse changes:0.9.8pjenvey2006-09-041-30/+92
* Adding module doc for wsgiwrappers.bbangert2006-09-021-0/+5
* use headeritems() instead of items() in WSGIResponse.pjenvey2006-08-301-2/+2
* Fixing requested_with header name.bbangert2006-08-211-1/+1
* Fix bug in is_xhr, should be HTTP_ header.bbangert2006-08-201-1/+1
* Changed request.xhr to request.is_xhr which is a bool function thats true if ...bbangert2006-08-201-1/+5
* Adding xhr attribute to WSGIRequest object.bbangert2006-08-201-0/+1
* renamed the multidict class to MultiDictpjenvey2006-07-251-3/+3