1. 5cf87aa Backported two fixes from the Py2.1 tree (pre-unittest rewrite): by Barry Warsaw · 24 years ago
  2. cbe99a1 The SF patch (#129288 - urllib.py - chanign %02x to %02X in quoting) by Barry Warsaw · 24 years ago
  3. 0ae1490 This commit was manufactured by cvs2svn to create branch 'release20-maint'. by cvs2svn · 25 years ago
  4. 98c8184 Test for math.* exceptional behavior only in verbose mode, so that the by Tim Peters · 25 years ago
  5. 5bad5a4 Updated test suite to latest pulldom changes. by Lars Gustäbel · 25 years ago
  6. 8a00abc Make the regrtest.py -l (findleaks) option considerably less obnoxious. by Neil Schemenauer · 25 years ago
  7. 3b0c600 cosmetic changes only: use standard Python style for whitespace near = and () by Jeremy Hylton · 25 years ago
  8. 22d5895 Added a test for the StringIO write() error I just fixed. by Guido van Rossum · 25 years ago
  9. 2e2a70a Anonymous patch to add Darwin 1.2 to the list of BSDs. by Guido van Rossum · 25 years ago
  10. 0157e7a Added some single tuple/list unpacking for JPython regression testing. by Barry Warsaw · 25 years ago
  11. cb5b5ba A Mystery: I somehow managed to delete the last two lines of my test_math.py by Tim Peters · 25 years ago
  12. 1d12061 Stop raising OverflowError on underflows reported by libm (errno==ERANGE and by Tim Peters · 25 years ago
  13. f27f5ab Added additional test cases for pulldom modifications. by Lars Gustäbel · 25 years ago
  14. cb953d7 Test the exception-raising for error cases in copy_reg. by Fred Drake · 25 years ago
  15. 4bbea05 Jack Jansen reported that the regression test failed on the Mac where by Guido van Rossum · 25 years ago
  16. 7e3e1c1 Added test cases for extended printing to an instance. This picked up by Barry Warsaw · 25 years ago
  17. 16b198e wave test output by Guido van Rossum · 25 years ago
  18. a00afc1 Simple test suite for wave.py by Jean-Claude Rimbault (with some by Guido van Rossum · 25 years ago
  19. ebe7302 Move the test for confirmation that all nodes have been freed into the by Fred Drake · 25 years ago
  20. e9f922f Adapt test output to changed error message. by Guido van Rossum · 25 years ago
  21. ce6292e Correct output. by Guido van Rossum · 25 years ago
  22. 923ebe4 It seems our sound cards can't play mulaw data. Use native-format by Guido van Rossum · 25 years ago
  23. 13ac992 Fixed too ambitious "nothing to repeat" check. Closes bug #114033. by Fredrik Lundh · 25 years ago
  24. 5c0b43d The test is good, but Jim forgot to check in the updated output. by Fred Drake · 25 years ago
  25. 025468d SRE didn't handle character category followed by hyphen inside a by Fredrik Lundh · 25 years ago
  26. b96d802 Updated test with a case which checks for the bug reported in by Marc-André Lemburg · 25 years ago
  27. 0a84a33 Add .toxml test case, as proposed by Alex Martelli in bug report #116244. by Martin v. Löwis · 25 years ago
  28. 80670bc Add a test case for reporting the file name, and for reporting an error by Martin v. Löwis · 25 years ago
  29. e2b7c4d test_linuxaudio: by Jeremy Hylton · 25 years ago
  30. d1229f5 Uncommented tests that failed for cStringIO, by Jim Fulton · 25 years ago
  31. 6d699ca Adding Jeremy's new test_import (SF patch 101709). by Tim Peters · 25 years ago
  32. 962c9e7 Add SAXReaderNotAvailable, and use it to distinguish between an by Martin v. Löwis · 25 years ago
  33. c54d190 SF bug 115831 and Ping's SF patch 101751, 0.0**-2.0 returns inf rather than by Tim Peters · 25 years ago
  34. d68d0a6 Fix for test_class.py on Win64. id(self), which on Win64 returns a by Trent Mick · 25 years ago
  35. cf0a1cc Support non-namespace elements in *ElementNS of XMLGenerator. by Martin v. Löwis · 25 years ago
  36. d11b5e5 Recompile pattern if (?x) flag was found inside the pattern during the by Fredrik Lundh · 25 years ago
  37. f2c1be2 On some systems (like Solaris), the master end of a tty/pty pair is by Thomas Wouters · 25 years ago
  38. 65d4bc6 Fixed negative lookahead/lookbehind. Closes bug #115618. by Fredrik Lundh · 25 years ago
  39. 370a29f Added a zip() test where one of the arguments is an instance whose by Barry Warsaw · 25 years ago
  40. efffd28 Add mimetools testcase. by Martin v. Löwis · 25 years ago
  41. 9543833 Added some tests for the truncate() method; one is commented out because by Fred Drake · 25 years ago
  42. d391a34 Remove change that had not been saved when the output was generated; by Fred Drake · 25 years ago
  43. 8ef6767 Regression test for ConfigParser module. by Fred Drake · 25 years ago
  44. 23542dc Updated hash values to match the new encoding (UTF-8) used in the test. by Marc-André Lemburg · 25 years ago
  45. 67ceca7 Fixed encoding to use an endianness independent format. by Marc-André Lemburg · 25 years ago
  46. 6a7768a Fixed misleading qname in test_xmlgen_ns (reported by loewis). by Lars Gustäbel · 25 years ago
  47. c79dff6 Added an "import xml.parsers.expat" to turn errors due to not having by Barry Warsaw · 25 years ago
  48. 6c8e4c3 Test output data for the Unicode database test suite. by Marc-André Lemburg · 25 years ago
  49. 6a20ee7 Added test suite for the complete Unicode database. The test previously by Marc-André Lemburg · 25 years ago
  50. de33c79 HP-UX is another one of those platforms using an alternative lock by Guido van Rossum · 25 years ago
  51. 38bfc4d Add a test for SF bug #110621; stripping square brackets off of by Barry Warsaw · 25 years ago
  52. 424980f Enabled EntityResolver test again now that pyexpat.c has been fixed. by Lars Gustäbel · 25 years ago
  53. 33315b1 Use findfile to locate input and output files. by Martin v. Löwis · 25 years ago
  54. e292a24 Added EntityResolver and DTDHandler (patch 101631) with test cases. by Lars Gustäbel · 25 years ago
  55. 716efea Added necessary test input file for test_sax.py by Lars Gustäbel · 25 years ago
  56. b7536d5 Added test cases for the InputSource class. by Lars Gustäbel · 25 years ago
  57. ab64787 Added test cases for the Attributes interface. by Lars Gustäbel · 25 years ago
  58. 19f977b - don't hang if group id is followed by whitespace (closes bug #114660) by Fredrik Lundh · 25 years ago
  59. 96753b3 Added first start on SAX 2.0 tests. by Lars Gustäbel · 25 years ago
  60. 7fbc85c Rename the public interface from "pyexpat" to "xml.parsers.expat". by Fred Drake · 25 years ago
  61. ef5f2b9 - plug a memory leak due to circular lists by Neil Schemenauer · 25 years ago
  62. d569f23 - Replace debugleak flag with findleaks flag. The new SAVEALL GC option is by Neil Schemenauer · 25 years ago
  63. faae266 - Add test for new SAVEALL debugging flag by Neil Schemenauer · 25 years ago
  64. c77593d Get rid of the one tab in the file. Closes Bug #115054. by Guido van Rossum · 25 years ago
  65. 265a804 Revise the test case for pyexpat to avoid using asserts. Conform better by Fred Drake · 25 years ago
  66. 9e79a25 The minidom.Node class has a debug attribute which, when its _debug by Guido van Rossum · 25 years ago
  67. 38fd5b6 Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,o formats. by Tim Peters · 25 years ago
  68. d1ba443 This patch adds a new Python C API called PyString_AsStringAndSize() by Marc-André Lemburg · 25 years ago
  69. f5fa0fc test_userlist.py: by Tim Peters · 25 years ago
  70. 4c79919 Fix test errors. by Paul Prescod · 25 years ago
  71. b96e0e5 New test cases for the StringIO module by Martin v. Löwis · 25 years ago
  72. 89c528b Don't print specific Node instances unless running verbosely. by Martin v. Löwis · 25 years ago
  73. 7158126 Fixed the error reporting (raise of TestFailed) for the zip() and by Barry Warsaw · 25 years ago
  74. 69cc715 Test output that goes with updated test_minidom. by Paul Prescod · 25 years ago
  75. 10d2766 Change assertions to confirmations so that optimization doesn't disable checks. by Paul Prescod · 25 years ago
  76. 57a4e90 Fix up the cleanup of the temporary DB so it works for BSD DB's by Fred Drake · 25 years ago
  77. 077a11d arraymodule: Fix SF bug 113960. by Tim Peters · 25 years ago
  78. a53cf79 - add a new test - document some of the tricky tests (hopefully correctly :) by Neil Schemenauer · 25 years ago
  79. afde7e2 fix bug #110661 (PR#356) -- accept either & or ; as separator for CGI by Jeremy Hylton · 25 years ago
  80. be467e5 Fix Bug #114293: by Jeremy Hylton · 25 years ago
  81. 8b7c3c0 For current directory use os.curdir, not ".". by Jack Jansen · 25 years ago
  82. 00ce51e Allow am/pm as well as AM/PM (C9X behaviour). by Jack Jansen · 25 years ago
  83. 7ae51bf Remove "," from the list of always_safe characters. It is a reserved by Jeremy Hylton · 25 years ago
  84. 72e48bd Add test cases to make sure we get the right SyntaxError message for by Fred Drake · 25 years ago
  85. 5069921 test_mmap wrote null bytes into its expected-output file; this caused me to by Tim Peters · 25 years ago
  86. 03dd010 updated SRE test suite (fixes PEP223 problem, shows syntax errors) by Fredrik Lundh · 25 years ago
  87. acee486 Repair failing test_sre.py. by Tim Peters · 25 years ago
  88. 510c97b return -1 for undefined groups (as implemented in 1.5.2) instead of by Fredrik Lundh · 25 years ago
  89. 143328b -- tightened up parsing of octal numbers by Fredrik Lundh · 25 years ago
  90. 3620857 The "more" cmd varies across Windows flavors, sometimes adding stray by Tim Peters · 25 years ago
  91. 3a9d061 Applying patch #100994 to allow JPython to use more of the standard by Barry Warsaw · 25 years ago
  92. 0c4fdba closes bug #112468 (and all the other bugs that surfaced when by Fredrik Lundh · 25 years ago
  93. 762c1cb Test case to exercise fix for error propogation bug in dictionarys. by Fred Drake · 25 years ago
  94. 6102e29 fixes bug #111951 by Jeremy Hylton · 25 years ago
  95. 64dab46 Expand the test suite to test both the GNU gettext and translation by Barry Warsaw · 25 years ago
  96. d50a187 Fix for two problems on FreeBSD: by Andrew M. Kuchling · 25 years ago
  97. 2d21863 Add support for FreeBSD-[45]. by Guido van Rossum · 25 years ago
  98. 9182b45 Added tests of "print >> None" by Barry Warsaw · 25 years ago
  99. 31f182e Added os.popen2() and os.popen3() for non-Windows platforms. by Fred Drake · 25 years ago
  100. c795195 Open binary files in binary mode. Fixes test failure under Windows. by Tim Peters · 25 years ago