GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_wsgiref.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #16220: wsgiref now always calls close() on an iterable response.
Antoine Pitrou
2012-10-21
1
-88
/
+18
|
\
|
*
Fix whacky spacking in test_wsgiref
Antoine Pitrou
2012-10-21
1
-57
/
+0
|
*
Issue #16220: wsgiref now always calls close() on an iterable response.
Antoine Pitrou
2012-10-21
1
-31
/
+18
*
|
Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifi...
Senthil Kumaran
2012-07-07
1
-2
/
+8
|
/
*
Issue #3839: wsgiref should not override a Content-Length header set by
Antoine Pitrou
2011-01-06
1
-4
/
+11
*
Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar.
Senthil Kumaran
2010-12-29
1
-0
/
+4
*
Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added
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
1
-35
/
+12
*
Merged revisions 78678,78680,78682 via svnmerge from
Benjamin Peterson
2010-03-05
1
-0
/
+0
*
Merged revisions 77727 via svnmerge from
Ezio Melotti
2010-01-24
1
-4
/
+4
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
1
-5
/
+5
*
Merged revisions 76086 via svnmerge from
Antoine Pitrou
2009-11-03
1
-1
/
+8
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-22
/
+22
*
Fix BytesWarning with -bb in wsgiref.headers.Headers.
Antoine Pitrou
2009-01-03
1
-0
/
+5
*
Actually make test_wsgiref independent from the Python version.
Antoine Pitrou
2009-01-03
1
-1
/
+2
*
Issue #4718: Adapt the wsgiref package so that it actually works with Python ...
Antoine Pitrou
2009-01-03
1
-20
/
+98
*
- Issue #3300: make urllib.parse.[un]quote() default to UTF-8.
Guido van Rossum
2008-08-18
1
-0
/
+2
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2
/
+2
*
Renamed the SocketServer module to 'socketserver'.
Alexandre Vassalotti
2008-05-12
1
-1
/
+1
*
Bug #2565: The repr() of type objects now calls them 'class',
Martin v. Löwis
2008-04-07
1
-1
/
+1
*
Make sure the mock object passed to finish_request() is buffered.
Jeremy Hylton
2007-08-10
1
-4
/
+6
*
Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures.
Guido van Rossum
2007-08-08
1
-3
/
+3
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-6
/
+3
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-3
/
+3
*
Killed the <> operator. You must now use !=.
Guido van Rossum
2006-08-24
1
-2
/
+2
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-4
/
+4
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0
/
+615