1. baf2663 Enable extra testing now that os.isatty() is in. (Also tests os.isatty ;P) by Thomas Wouters · 24 years ago
  2. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  3. 5ff2ac2 Break a cycle created in the saboteur() function. by Vladimir Marangozov · 24 years ago
  4. d57f5cf Break the cycles after testing cmp() on cyclic objects. by Vladimir Marangozov · 24 years ago
  5. 56509a3 new test for posixpath module by Skip Montanaro · 24 years ago
  6. e809b00 new test file for posixpath module by Skip Montanaro · 24 years ago
  7. 88887aa small updates to string_join: by Jeremy Hylton · 24 years ago
  8. 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 24 years ago
  9. fff9e20 fix bug #42 reported by Andrew Dalke by Jeremy Hylton · 24 years ago
  10. 7a11671 fixed inconsistent use of tab and spaces by Peter Schneider-Kamp · 24 years ago
  11. d3cf692 Add test of resize() method of mmap objects by Andrew M. Kuchling · 24 years ago
  12. 20f41b6 add more tests of string.join variants to run_method_tests by Jeremy Hylton · 24 years ago
  13. f82b04e factor out test definitions to string_tests module by Jeremy Hylton · 24 years ago
  14. 1bbddd0 Added the line 'Testing UTF-16 code point order comparisons... done." by Guido van Rossum · 24 years ago
  15. a5ae490 expect message "no regression test case for method 'encode' by Jeremy Hylton · 24 years ago
  16. d6d06ad Tests for new surrogate support in the UTF-8 codec. By Bill Tutt. by Marc-André Lemburg · 24 years ago
  17. b6d78fcd Tests for new instance support in unicode(). by Marc-André Lemburg · 24 years ago
  18. 9d46741 Added tests for the new .isalpha() and .isalnum() methods. by Marc-André Lemburg · 24 years ago
  19. 99b84bd Removed some tabs. by Paul Prescod · 24 years ago
  20. 72b82ba - fixed grouping error bug by Fredrik Lundh · 24 years ago
  21. 6f01398 - added lookbehind support (?<=pattern), (?<!pattern). by Fredrik Lundh · 24 years ago
  22. 17647f5 Compute the name of the test file so that it can be found both when this by Fred Drake · 24 years ago
  23. ebc0473 Fixed test output by Paul Prescod · 24 years ago
  24. 7993bcc Added minidom tests. by Paul Prescod · 24 years ago
  25. 54610f3 output for openpty test by Guido van Rossum · 24 years ago
  26. a0f7e85 Thomas Wouters: Test script for openpty() by Guido van Rossum · 24 years ago
  27. 4c136ee Thomas Wouters <thomas@xs4all.net>: Test case for the pty module. by Fred Drake · 24 years ago
  28. 96fee02 Output for test_winreg2. by Fred Drake · 24 years ago
  29. 2658d15 Paul Prescod <paul@prescod.net>: Regression test for the new winreg.py module. by Fred Drake · 24 years ago
  30. 4ccea94 - reverted to "\x is binary byte" by Fredrik Lundh · 24 years ago
  31. ab1c791 * added a randomize flag and corresponding -r command line argument that by Skip Montanaro · 24 years ago
  32. 2850d18 Switch to sre for regular expression matching (the new mini-re module by Guido van Rossum · 24 years ago
  33. 094c9e5 remove all prints (since the prints where of memory locations) by Jeremy Hylton · 24 years ago
  34. 0640e11 the mad patcher strikes again: by Fredrik Lundh · 24 years ago
  35. 43b3b49 - fixed lookahead assertions (#10, #11, #12) by Fredrik Lundh · 24 years ago
  36. 587794b Marc-Andre Lemburg <mal@lemburg.com>: Added test output. by Marc-André Lemburg · 24 years ago
  37. d70141a Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  38. 6cdec2e New test for the ucnhash module. by Marc-André Lemburg · 24 years ago
  39. 5f2e75e Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  40. af69f15 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  41. b71624e - added support for (?P=name) (closes #3 and #7 from the status report) by Fredrik Lundh · 24 years ago
  42. 90a0791 - pedantic: make sure "python -t" doesn't complain... by Fredrik Lundh · 24 years ago
  43. df02d0b - fixed default value handling in group/groupdict by Fredrik Lundh · 24 years ago
  44. 47c60ec Describe a bit about writing test cases for Python... by Skip Montanaro · 24 years ago
  45. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago
  46. 252af9c The low-level interface is now in _winreg; update the import here. by Fred Drake · 24 years ago
  47. 13634cf This patch addresses two main issues: (1) There exist some non-fatal by Fred Drake · 24 years ago
  48. 1bfdc78 Skip Montanaro: modify test_socket.py to listen/connect using loopback addr by Guido van Rossum · 24 years ago
  49. a2aa34f Marc-Andre Lemburg <mal@lemburg.com>: New test output by Marc-André Lemburg · 24 years ago
  50. 7833447 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  51. 4a9188c Marc-Andre Lemburg <mal@lemburg.com>: Updated test output. by Marc-André Lemburg · 24 years ago
  52. a6f73d6 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  53. c19425d Added the atexit module and documentation from Skip Montanaro by Fred Drake · 24 years ago
  54. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  55. 7fd7e36 Change pyexpat test suite to exercise the .returns_unicode attribute, by Andrew M. Kuchling · 24 years ago
  56. c380466 update output file to reflect new test of exception object str-ness by Jeremy Hylton · 24 years ago
  57. 3c0d013 verify that Python raises SyntaxError for long and deeply-nested expressions by Jeremy Hylton · 24 years ago
  58. 56c807d add minimal test of exception use. verify that each exception can be by Jeremy Hylton · 24 years ago
  59. cf70ea6 Additional tests for seek() method, written by Trent Mick by Andrew M. Kuchling · 24 years ago
  60. bddf502 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  61. 8462573 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  62. 1f2d464 Added test for linnuxaudiodev module; directly adapted from sunaudiodev by Fred Drake · 24 years ago
  63. 59a044b Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  64. 8eded19 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  65. 992cb8a Added a test to catch the base class. by Barry Warsaw · 24 years ago
  66. 71260b8 Added math.rint() -- round according to current IEEE754 mode by Guido van Rossum · 24 years ago
  67. 774c931 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  68. 5193114 Alas, Vladimir's patch was too aggressive, and started causing really by Guido van Rossum · 24 years ago
  69. 4951782 Raise ImportError when os.fork does not exist. by Guido van Rossum · 24 years ago
  70. 6650320 Get rid of memory leak caused by assingning sys.exc_info() to a local. by Guido van Rossum · 25 years ago
  71. 7c4f96f Deviant1 didn't work as advertised by Jeremy Hylton · 25 years ago
  72. 035a07e add some more contains tests on the builtin types by Jeremy Hylton · 25 years ago
  73. c148841 Added a provision to stop all threads before exiting from the test: by Guido van Rossum · 25 years ago
  74. 2512d6d Fix spelling error and remove Windows line endings. by Guido van Rossum · 25 years ago
  75. 5796d26 Patch by Vladimir Marangozov to unload additionally imported modules by Guido van Rossum · 25 years ago
  76. cdd092f Added test_winsound by Mark Hammond. by Guido van Rossum · 25 years ago
  77. 84219682 Charles Waldman writes: by Guido van Rossum · 25 years ago
  78. 4a3dd2d Fix PR#7 comparisons of recursive objects by Jeremy Hylton · 25 years ago
  79. e0243e2 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
  80. afe73a4 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
  81. b28bc8c Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
  82. 7ee801d Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
  83. 6e277cf Christian Tismer: added test to ensure that multiplication commutes. by Guido van Rossum · 25 years ago
  84. 1a4b593 Use a constant to specify the number of child threads to create. by Fred Drake · 25 years ago
  85. 9706486 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
  86. 45ad3c4 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
  87. 4b49101 Don't be so strict in checking AttributeError -- the error message by Guido van Rossum · 25 years ago
  88. 547e952 Output from test_zipfile.py. by Guido van Rossum · 25 years ago
  89. 368f04a Test for zipfile.py, by Jim Ahlstrom. by Guido van Rossum · 25 years ago
  90. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 25 years ago
  91. 605843f Mark Hammond: This patch fixes the mmap module on Windows 9x. by Fred Drake · 25 years ago
  92. a22b576 UserString class from Peter Funk <pf@artcom-gmbh.de>. by Fred Drake · 25 years ago
  93. e188d52 Untabified file to fix problems reported by tabnanny by Andrew M. Kuchling · 25 years ago
  94. d9b0f26 Mark Hammond: Uncomment call to delete test data when done. by Fred Drake · 25 years ago
  95. d553e99 Added test case output for pyexpat module by Andrew M. Kuchling · 25 years ago
  96. b17664d Added test case for pyexpat module that tries to exercise all the handlers by Andrew M. Kuchling · 25 years ago
  97. 706dbd0 Mark Hammond: Ooops - even though Win32 handles the same args, there by Guido van Rossum · 25 years ago
  98. 767e775 Improved test, by Mark Hammond, for Win32. by Guido van Rossum · 25 years ago
  99. 6a973c7 robustify UserList constructor -- will now accept any sequence by Jeremy Hylton · 25 years ago
  100. 074c3e6 Two fixes for extended call syntax: by Jeremy Hylton · 25 years ago