summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency of ez_setupbaserock/masterFrancisco Redondo Marchena2014-10-241-3/+0
* Fix for <http://bugs.python.org/issue16220> - ensure close()HEADmasterpje2012-10-211-8/+8
* Add development checkout linkpje2010-10-051-0/+4
* Missing comma.pje2010-10-051-1/+1
* WSGI 1.0.1, version bump, and new test() function.pje2010-10-058-15/+153
* Merge changes back from the Python trunk. :(pje2006-06-126-10/+9
* Fix broken assertions in wsgiref.validate and tests.pje2006-06-123-58/+62
* Fix problem in regrtest stanza for 2.5pje2006-06-091-1/+1
* Add testing epilogue for compatibility w/Python 2.5 stdlib test suitepje2006-06-091-0/+41
* Incorporate some of Joe Gregorio's proposed doc changespje2006-06-092-2/+7
* 0.1 releasepje2006-06-072-2/+13
* Incorporate AMK's doc cleanups.pje2006-06-071-15/+15
* Finish wsgiref.handlers docs.pje2006-06-062-9/+281
* Document wsgiref.validate and (partially) wsgiref.handlers. Add __all__ pje2006-06-064-33/+89
* Docs for wsgiref.simple_serverpje2006-06-061-20/+102
* Fix line-end and mime-type for .tex filespje2006-06-050-0/+0
* Partial doc draftpje2006-06-052-0/+458
* Cosmetic changepje2006-06-051-6/+6
* Add 'make_server()' convenience factory, and tests for simple_server and pje2006-06-052-54/+95
* Removed empty src directorypje2006-06-050-0/+0
* Consolidate tests into a single module for better stdlib compatibilitypje2006-06-056-657/+534
* Get rid of 'src' subdirectorypje2006-06-0511-2/+1
* Add paste.lint as wsgiref.validatepje2006-06-053-11/+441
* Fix self.sendfile() never being called.pje2006-05-201-7/+7
* Fix test broken by Guido's date patch.pje2006-05-201-8/+8
* Implement Guido's patch for proper HTTP ``Date:`` header formatpje2006-03-241-11/+11
* Migrate wsgiref package to use common ez_setup checkout.pje2005-07-0913-1713/+3
* Fix too-picky regex that caused match failure in Python 2.3 and up, whichpje2004-12-011-1/+1
* Fixed editing error converting old peak.util.WSGIServer topje2004-11-261-1/+1
* Fix a problem with 'application_uri()' calculation: HTTP_HOST can includepje2004-10-172-10/+10
* Flush exceptions sent to stderr.pje2004-10-141-3/+3
* Fix wsgiref bug reported by Robert Brewer: error output wasn't workingpje2004-10-141-1/+1
* Moved 'peak.util.WSGIServer' to 'wsgiref.simple_server'.pje2004-10-082-3/+210
* Update peak.util.WSGIServer to latest WSGI version, ditching the oldpje2004-10-081-20/+61
* Fix an edge case in path shifting/traversal: if SCRIPT_NAME is '' andpje2004-10-072-11/+11
* Improved support for different client and server HTTP versions,pje2004-10-066-69/+150
* Added "sensible default error handling", auto-calc of Content-Length, andpje2004-10-062-67/+213
* Fix 'last_call' references that should've been 'run_once'; Misc. doc fixes.pje2004-10-063-11/+13
* Added first draft of a base class for creating servers and gateways, withpje2004-10-065-8/+552
* Add a wsgiref.headers.Headers class to allow easy HTTP response headerpje2004-10-054-38/+397
* Added miscellaneous environment-processing utilties, and a 'FileWrapper'pje2004-10-053-2/+371
* Created initial "setup and test" shell for 'wsgiref' library.pje2004-10-053-0/+62
* Compute command line that should be passed to child setup scripts.pje2004-03-223-23/+146
* Flesh out 'depends' command to display dependencies' status, and halt ifpje2004-03-204-46/+140
* Added 'setuptools_boot' module that can be distributed separately, and willpje2004-03-191-0/+33
* Fix generating bad output files list when data files are installed.pje2004-03-182-0/+19
* Fix setuptools not creating output list correctlypje2004-03-181-1/+1
* Added skeleton 'depends' command, that will check/install dependencies.pje2004-03-107-21/+62
* Misc. cleanups: findPackages -> find_packages, use standard paths, don'tpje2004-03-093-28/+33
* Added basic 'Require()' class that can check whether a requirement ispje2004-03-082-1/+329