1. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  2. f29f47b Add largefile support for Linux64 and WIn64. Add test_largefile and some minor by Trent Mick · 24 years ago
  3. 10e1bf2 remove all occurence of math.rint() from the sources by Peter Schneider-Kamp · 24 years ago
  4. 5810064 -- changed findall to return empty strings instead of None by Fredrik Lundh · 24 years ago
  5. 8e6d571 -- enabled some temporarily disabled RE tests by Fredrik Lundh · 24 years ago
  6. 2643b55 -- whitespace cleanup (real changes coming in next checkin) by Fredrik Lundh · 24 years ago
  7. 1151a8c -- whitespace cleanup (more tests to be added in the next commit) by Fredrik Lundh · 24 years ago
  8. 79c9b17 Barry's patch to test the new setdefault() method. by Guido van Rossum · 24 years ago
  9. e503437 Removing UTF-16 aware Unicode comparison code. This kind of compare by Marc-André Lemburg · 24 years ago
  10. f9d20c3 Neil Schemenauer: GC enable(), disable(), isenabled() interface. by Vladimir Marangozov · 24 years ago
  11. 92a6913 Oooopsss.....tab and space mismatch corrected. by Moshe Zadka · 24 years ago
  12. b9fa0a8 Raise 'TestSkipped' (from the test_support) module rather than 'ImportError' by Thomas Wouters · 24 years ago
  13. 040c17f Raise TestSkipped, not ImportError. Honesty's the best policy. by Moshe Zadka · 24 years ago
  14. 3af826e Make test_support.TestSkipped errors work the same way as ImportErrors: by Thomas Wouters · 24 years ago
  15. 323a508 In case the user isn't allowed to access /dev/dsp or /dev/dsp isn't there by Moshe Zadka · 24 years ago
  16. d9827c4 test the non-multipart sections of the cgi module by Jeremy Hylton · 24 years ago
  17. 73ed8e5 Checking in empty tests for urlparse, as future place holders by Moshe Zadka · 24 years ago
  18. 96ab465 -- added recursion limit (currently ~10,000 levels) by Fredrik Lundh · 24 years ago
  19. a873b03 Added a -l/--leakdebug option which turns on DEBUG_LEAK if the gc by Barry Warsaw · 24 years ago
  20. e027d8d Added output for testsuite for new zip() builtin. by Barry Warsaw · 24 years ago
  21. 7bfc1a1 Added testsuite for new zip() builtin. by Barry Warsaw · 24 years ago
  22. e6f1646 Comment out repeated-group test for the moment by Andrew M. Kuchling · 24 years ago
  23. a3eacc4 Add nasty test case that overflows the stack with a repeated group by Andrew M. Kuchling · 24 years ago
  24. 067bebf -- SRE 0.9.8: now that the bug is fixed, I might as well enable by Fredrik Lundh · 24 years ago
  25. c2ed621 -- SRE 0.9.8: updated test scripts by Fredrik Lundh · 24 years ago
  26. 5a65c2d added count, extend, index, pop and remove to arraymodule by Peter Schneider-Kamp · 24 years ago
  27. a701597 Fix inconsistent use of tab/space in indentation. by Thomas Wouters · 24 years ago
  28. af4cfae Test that after resizing the mmap'd file, we can't seek beyond the new size. by Mark Hammond · 24 years ago
  29. 85ab738 Exercise .readline() and .readlines(). More data is written to the by Andrew M. Kuchling · 24 years ago
  30. 152e3f0 Was quite broken and incomplete. Now passes the test suite, but is still incomplete. by Mark Hammond · 24 years ago
  31. c64c8ea Remove erroneous empty trailing line. (cause test_winreg.py failure) by Trent Mick · 24 years ago
  32. 9407e55 -- changed test to work on platforms which have os.popen but no os.fork by Fredrik Lundh · 24 years ago
  33. fdee0f0 added test case for fixed duplicate arguments bug in Python/compile.c by Peter Schneider-Kamp · 24 years ago
  34. c1b4624 Made an error message slightly more useful if select() returns something goofy by Andrew M. Kuchling · 24 years ago
  35. 82c330e -- updated to include known problems in SRE 0.9.6 (cf. test/output/test_sre) by Fredrik Lundh · 24 years ago
  36. 1790dd4 Restore TestSkipped exception; appears to have disappeared in last checkin. by Fred Drake · 24 years ago
  37. 8a3ebf8 -- SRE 0.9.6 sync. this includes: by Fredrik Lundh · 24 years ago
  38. e9e5dcd restructured a bit and added some more content... by Skip Montanaro · 24 years ago
  39. 4d06923 make TestFailed a class exception by Skip Montanaro · 24 years ago
  40. baf2663 Enable extra testing now that os.isatty() is in. (Also tests os.isatty ;P) by Thomas Wouters · 24 years ago
  41. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  42. 5ff2ac2 Break a cycle created in the saboteur() function. by Vladimir Marangozov · 24 years ago
  43. d57f5cf Break the cycles after testing cmp() on cyclic objects. by Vladimir Marangozov · 24 years ago
  44. 56509a3 new test for posixpath module by Skip Montanaro · 24 years ago
  45. e809b00 new test file for posixpath module by Skip Montanaro · 24 years ago
  46. 88887aa small updates to string_join: by Jeremy Hylton · 24 years ago
  47. 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 24 years ago
  48. fff9e20 fix bug #42 reported by Andrew Dalke by Jeremy Hylton · 24 years ago
  49. 7a11671 fixed inconsistent use of tab and spaces by Peter Schneider-Kamp · 24 years ago
  50. d3cf692 Add test of resize() method of mmap objects by Andrew M. Kuchling · 24 years ago
  51. 20f41b6 add more tests of string.join variants to run_method_tests by Jeremy Hylton · 24 years ago
  52. f82b04e factor out test definitions to string_tests module by Jeremy Hylton · 24 years ago
  53. 1bbddd0 Added the line 'Testing UTF-16 code point order comparisons... done." by Guido van Rossum · 24 years ago
  54. a5ae490 expect message "no regression test case for method 'encode' by Jeremy Hylton · 24 years ago
  55. d6d06ad Tests for new surrogate support in the UTF-8 codec. By Bill Tutt. by Marc-André Lemburg · 24 years ago
  56. b6d78fcd Tests for new instance support in unicode(). by Marc-André Lemburg · 24 years ago
  57. 9d46741 Added tests for the new .isalpha() and .isalnum() methods. by Marc-André Lemburg · 24 years ago
  58. 99b84bd Removed some tabs. by Paul Prescod · 24 years ago
  59. 72b82ba - fixed grouping error bug by Fredrik Lundh · 24 years ago
  60. 6f01398 - added lookbehind support (?<=pattern), (?<!pattern). by Fredrik Lundh · 24 years ago
  61. 17647f5 Compute the name of the test file so that it can be found both when this by Fred Drake · 24 years ago
  62. ebc0473 Fixed test output by Paul Prescod · 24 years ago
  63. 7993bcc Added minidom tests. by Paul Prescod · 24 years ago
  64. 54610f3 output for openpty test by Guido van Rossum · 24 years ago
  65. a0f7e85 Thomas Wouters: Test script for openpty() by Guido van Rossum · 24 years ago
  66. 4c136ee Thomas Wouters <thomas@xs4all.net>: Test case for the pty module. by Fred Drake · 24 years ago
  67. 96fee02 Output for test_winreg2. by Fred Drake · 24 years ago
  68. 2658d15 Paul Prescod <paul@prescod.net>: Regression test for the new winreg.py module. by Fred Drake · 24 years ago
  69. 4ccea94 - reverted to "\x is binary byte" by Fredrik Lundh · 24 years ago
  70. ab1c791 * added a randomize flag and corresponding -r command line argument that by Skip Montanaro · 24 years ago
  71. 2850d18 Switch to sre for regular expression matching (the new mini-re module by Guido van Rossum · 24 years ago
  72. 094c9e5 remove all prints (since the prints where of memory locations) by Jeremy Hylton · 24 years ago
  73. 0640e11 the mad patcher strikes again: by Fredrik Lundh · 24 years ago
  74. 43b3b49 - fixed lookahead assertions (#10, #11, #12) by Fredrik Lundh · 24 years ago
  75. 587794b Marc-Andre Lemburg <mal@lemburg.com>: Added test output. by Marc-André Lemburg · 24 years ago
  76. d70141a Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  77. 6cdec2e New test for the ucnhash module. by Marc-André Lemburg · 24 years ago
  78. 5f2e75e Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  79. af69f15 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  80. b71624e - added support for (?P=name) (closes #3 and #7 from the status report) by Fredrik Lundh · 24 years ago
  81. 90a0791 - pedantic: make sure "python -t" doesn't complain... by Fredrik Lundh · 24 years ago
  82. df02d0b - fixed default value handling in group/groupdict by Fredrik Lundh · 24 years ago
  83. 47c60ec Describe a bit about writing test cases for Python... by Skip Montanaro · 24 years ago
  84. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago
  85. 252af9c The low-level interface is now in _winreg; update the import here. by Fred Drake · 24 years ago
  86. 13634cf This patch addresses two main issues: (1) There exist some non-fatal by Fred Drake · 24 years ago
  87. 1bfdc78 Skip Montanaro: modify test_socket.py to listen/connect using loopback addr by Guido van Rossum · 24 years ago
  88. a2aa34f Marc-Andre Lemburg <mal@lemburg.com>: New test output by Marc-André Lemburg · 24 years ago
  89. 7833447 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  90. 4a9188c Marc-Andre Lemburg <mal@lemburg.com>: Updated test output. by Marc-André Lemburg · 24 years ago
  91. a6f73d6 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  92. c19425d Added the atexit module and documentation from Skip Montanaro by Fred Drake · 24 years ago
  93. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  94. 7fd7e36 Change pyexpat test suite to exercise the .returns_unicode attribute, by Andrew M. Kuchling · 24 years ago
  95. c380466 update output file to reflect new test of exception object str-ness by Jeremy Hylton · 24 years ago
  96. 3c0d013 verify that Python raises SyntaxError for long and deeply-nested expressions by Jeremy Hylton · 24 years ago
  97. 56c807d add minimal test of exception use. verify that each exception can be by Jeremy Hylton · 24 years ago
  98. cf70ea6 Additional tests for seek() method, written by Trent Mick by Andrew M. Kuchling · 24 years ago
  99. bddf502 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  100. 8462573 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago