1. 6815155 bpo-35567: Convert dict of constants to a set (GH-11296) by Cheryl Sabella · 6 years ago
  2. 84a13fb bpo-9372: Deprecate several __getitem__ methods (GH-8609) by Berker Peksag · 6 years ago
  3. 0abbe8c Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri() by Serhiy Storchaka · 11 years ago
  4. 299fa4c Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar. by Senthil Kumaran · 14 years ago
  5. 8e615ae Merged revisions 78367 via svnmerge from by Tarek Ziadé · 14 years ago
  6. fe99105 Use true booleans and PEP8 for argdefaults. by Georg Brandl · 15 years ago
  7. 38a66ad Issue #4718: Adapt the wsgiref package so that it actually works with Python 3.x, by Antoine Pitrou · 16 years ago
  8. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  9. 6a10e02 Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures. by Guido van Rossum · 17 years ago
  10. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  11. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  12. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  13. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago