| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -2/+2 |
|\ |
|
| * | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -2/+2 |
|
|
* | | Issue #16220: wsgiref now always calls close() on an iterable response. | Antoine Pitrou | 2012-10-21 | 1 | -5/+7 |
|\ \
| |/ |
|
| * | Issue #16220: wsgiref now always calls close() on an iterable response. | Antoine Pitrou | 2012-10-21 | 1 | -5/+7 |
|
|
* | | Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifi... | Senthil Kumaran | 2012-07-07 | 1 | -1/+2 |
|/ |
|
* | Issue #3839: wsgiref should not override a Content-Length header set by | Antoine Pitrou | 2011-01-06 | 1 | -1/+3 |
|
|
* | Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar. | Senthil Kumaran | 2010-12-29 | 1 | -1/+1 |
|
|
* | Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added | Phillip J. Eby | 2010-11-03 | 2 | -6/+114 |
|
|
* | Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333. | Phillip J. Eby | 2010-11-03 | 1 | -2/+2 |
|
|
* | Update wsgiref for PEP 3333, and fix errors introduced into the test suite by... | Phillip J. Eby | 2010-11-02 | 3 | -58/+55 |
|
|
* | Manually copy patch for bug 7250 from the release26-maint branch. I suck | Barry Warsaw | 2010-03-01 | 1 | -0/+4 |
|
|
* | Merged revisions 78367 via svnmerge from | Tarek Ziadé | 2010-02-23 | 4 | -177/+0 |
|
|
* | Merged revisions 78211 via svnmerge from | Ezio Melotti | 2010-02-16 | 1 | -1/+1 |
|
|
* | Use true booleans and PEP8 for argdefaults. | Georg Brandl | 2009-09-16 | 1 | -1/+1 |
|
|
* | Merged revisions 73952 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-12 | 1 | -2/+2 |
|
|
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 1 | -1/+1 |
|
|
* | Fix BytesWarning with -bb in wsgiref.headers.Headers. | Antoine Pitrou | 2009-01-03 | 1 | -3/+3 |
|
|
* | Issue #4718: Adapt the wsgiref package so that it actually works with Python ... | Antoine Pitrou | 2009-01-03 | 5 | -28/+70 |
|
|
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 2 | -4/+5 |
|
|
* | Patch for issue 2848, mostly by Humberto Diogenes, with a couple of | Barry Warsaw | 2008-06-12 | 1 | -5/+5 |
|
|
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -1/+1 |
|
|
* | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. | Collin Winter | 2007-08-31 | 1 | -1/+1 |
|
|
* | Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures. | Guido van Rossum | 2007-08-08 | 2 | -2/+2 |
|
|
* | Convert some usages of types.StringType to just str (since types.StringType h... | Collin Winter | 2007-08-08 | 1 | -5/+4 |
|
|
* | Merged revisions 55795-55816 via svnmerge from | Guido van Rossum | 2007-06-07 | 2 | -17/+14 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -17/+0 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 2 | -4/+4 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -4/+4 |
|
|
* | Remove usage of backticks. | Brett Cannon | 2006-08-25 | 2 | -2/+2 |
|
|
* | Killed the <> operator. You must now use !=. | Guido van Rossum | 2006-08-24 | 2 | -2/+2 |
|
|
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 | 4 | -8/+6 |
|
|
* | Use explicit relative import, to make things work again. | Guido van Rossum | 2006-08-17 | 1 | -2/+2 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 6 | -0/+1562 |
|
|