Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
9e1599ad48ab948af2f2907ace8b5bcd8ccfd3b2
/
Lib
/
wsgiref
b715fac
Issue #3839: wsgiref should not override a Content-Length header set by
by Antoine Pitrou
· 14 years ago
299fa4c
Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar.
by Senthil Kumaran
· 14 years ago
b6d4a8e
Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added
by Phillip J. Eby
· 14 years ago
a01799f
Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333.
by Phillip J. Eby
· 14 years ago
e159422
Update wsgiref for PEP 3333, and fix errors introduced into the test suite by converting type() checks to isinstance().
by Phillip J. Eby
· 14 years ago
b193826
Manually copy patch for bug 7250 from the release26-maint branch. I suck
by Barry Warsaw
· 15 years ago
8e615ae
Merged revisions 78367 via svnmerge from
by Tarek Ziadé
· 15 years ago
a3211ee
Merged revisions 78211 via svnmerge from
by Ezio Melotti
· 15 years ago
fe99105
Use true booleans and PEP8 for argdefaults.
by Georg Brandl
· 15 years ago
1c25de6
Merged revisions 73952 via svnmerge from
by Amaury Forgeot d'Arc
· 15 years ago
934896d
Merged revisions 69846 via svnmerge from
by Mark Dickinson
· 16 years ago
a9ecbda
Fix BytesWarning with -bb in wsgiref.headers.Headers.
by Antoine Pitrou
· 16 years ago
38a66ad
Issue #4718: Adapt the wsgiref package so that it actually works with Python 3.x,
by Antoine Pitrou
· 16 years ago
1afc169
Make a new urllib package .
by Jeremy Hylton
· 16 years ago
820c120
Patch for issue 2848, mostly by Humberto Diogenes, with a couple of
by Barry Warsaw
· 16 years ago
2442015
Create http package. #2883.
by Georg Brandl
· 16 years ago
828f04a
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
by Collin Winter
· 17 years ago
6a10e02
Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures.
by Guido van Rossum
· 17 years ago
ec8e716
Convert some usages of types.StringType to just str (since types.StringType has gone away).
by Collin Winter
· 17 years ago
1325790
Merged revisions 55795-55816 via svnmerge from
by Guido van Rossum
· 17 years ago
e7ba495
Merged revisions 55631-55794 via svnmerge from
by Guido van Rossum
· 17 years ago
a18af4e
PEP 3114: rename .next() to .__next__() and add next() builtin.
by Georg Brandl
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
0b70cca
Remove usage of backticks.
by Brett Cannon
· 18 years ago
b053cd8
Killed the <> operator. You must now use !=.
by Guido van Rossum
· 18 years ago
e2b70bc
Get rid of dict.has_key(). Boy this has a lot of repercussions!
by Guido van Rossum
· 18 years ago
06a2dc7
Use explicit relative import, to make things work again.
by Guido van Rossum
· 18 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 18 years ago