summaryrefslogtreecommitdiff
path: root/paste/wsgilib.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Deprecate the wsgilib.error_response functions; stop using them internally ↵ianb2005-12-131-5/+21
| | | | as well, in preference of httpexceptions.*.wsgi_application
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync ↵ianb2005-12-131-202/+93
| | | | with trunk
* Handle lists in variable parsing betterianb2005-12-051-11/+14
|
* Fixed small bug in header_value noted by Brad Clements; added remove_header ↵ianb2005-11-301-0/+60
| | | | function; added intercept_output function which is much more useful than capture_output (probably capture_output should be deprecated)
* Fix module loadingtests/conftest.pyianb2005-11-151-2/+2
|
* Added some new routines; one for a header-like dictionary object, and ↵ianb2005-11-061-0/+116
| | | | another for parsing out form variables
* Fix doc stringsianb2005-10-071-6/+10
|
* Handle case where start_response is called multiple times (which happens ↵ianb2005-10-041-0/+4
| | | | during errors)
* Minor bugianb2005-09-271-1/+2
|
* Fixes suggested by pyflakesianb2005-09-211-0/+1
|
* Added license comment to all substantive filesianb2005-08-311-0/+3
|
* Fix capture_output's write() callableianb2005-08-181-1/+1
|
* Create fast path for applications that return lists or tuples with catch_errorsianb2005-07-111-1/+6
|
* Added new utility function to catch errors in subapplications, and use ↵ianb2005-07-111-1/+42
| | | | callbacks in those cases
* Added new function capture_outputianb2005-07-031-1/+42
|
* Changed construct_url to allow overrides instead of additionsianb2005-06-131-20/+17
|
* Added new arguments to construct_urlianb2005-06-121-2/+17
|
* Added function for parsing QUERY_STRINGianb2005-06-121-0/+23
|
* Typoianb2005-06-061-1/+1
|
* Make sure the required REMOTE_ADDR key is setianb2005-06-061-0/+1
|
* An application for giving error reponses (like 404 reponses)ianb2005-05-291-0/+12
|
* Added docsianb2005-05-221-0/+14
|
* Added another PATH_INFO popping functionianb2005-05-201-0/+42
|
* A bunch of pylint-inspired changes; all minor code cleanupianb2005-05-171-5/+5
|
* Added option for use when creating fully qualified base urlsianb2005-05-171-2/+3
|
* Added start_response exc_info argumentianb2005-05-141-1/+3
|
* Renamed package itselfianb2005-04-221-0/+252