Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
f396ecf3b841fa8b0e66ca13b83c0d23f62c0bcc
/
Lib
/
test
/
test_wsgiref.py
a9ecbda
Fix BytesWarning with -bb in wsgiref.headers.Headers.
by Antoine Pitrou
· 17 years ago
5f81741
Actually make test_wsgiref independent from the Python version.
by Antoine Pitrou
· 17 years ago
38a66ad
Issue #4718: Adapt the wsgiref package so that it actually works with Python 3.x,
by Antoine Pitrou
· 17 years ago
52dbbb9
- Issue #3300: make urllib.parse.[un]quote() default to UTF-8.
by Guido van Rossum
· 17 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 17 years ago
ce26195
Renamed the SocketServer module to 'socketserver'.
by Alexandre Vassalotti
· 17 years ago
250ad61
Bug #2565: The repr() of type objects now calls them 'class',
by Martin v. Löwis
· 17 years ago
e6b59c5
Make sure the mock object passed to finish_request() is buffered.
by Jeremy Hylton
· 18 years ago
6a10e02
Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures.
by Guido van Rossum
· 18 years ago
d8faa36
Merged revisions 53952-54987 via svnmerge from
by Guido van Rossum
· 18 years ago
a18af4e
PEP 3114: rename .next() to .__next__() and add next() builtin.
by Georg Brandl
· 18 years ago
b053cd8
Killed the <> operator. You must now use !=.
by Guido van Rossum
· 19 years ago
e2b70bc
Get rid of dict.has_key(). Boy this has a lot of repercussions!
by Guido van Rossum
· 19 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 19 years ago