1. dcf97b9 Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,64461,64464,64466,64468 via svnmerge from by Benjamin Peterson · 17 years ago
  2. 596097e Patch by Humberto Diogenes for issue 2849, removing rfc822 module from by Barry Warsaw · 17 years ago
  3. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  4. 49d1b4f Remove old backwards-compatibility classes from the cgi module. by Georg Brandl · 17 years ago
  5. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 18 years ago
  6. a1a6852 Make test_cgi pass. I changed the internal file created by make_file() by Guido van Rossum · 18 years ago
  7. 09549f4 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 18 years ago
  8. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 18 years ago
  9. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 18 years ago
  10. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 18 years ago
  11. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  12. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 19 years ago
  13. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
  14. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 19 years ago
  15. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 19 years ago
  16. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 19 years ago
  17. d271721 Removed use of 'cgi.initlog()' - the first call to cgi.log is actually by Anthony Baxter · 21 years ago
  18. 66edb62 Don't return spurious empty fields if 'keep_empty_values' is True. by Neil Schemenauer · 21 years ago
  19. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
  20. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  21. 846d6db Fix a bizarre typo in the helper class ComparableException: the by Guido van Rossum · 25 years ago
  22. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  23. afde7e2 fix bug #110661 (PR#356) -- accept either & or ; as separator for CGI by Jeremy Hylton · 25 years ago
  24. a1a4b59 Closing patch #101120 -- After everyone agreed. by Moshe Zadka · 25 years ago
  25. d9827c4 test the non-multipart sections of the cgi module by Jeremy Hylton · 25 years ago