1. 5fe5cf6 Get regrtest working when re-running tests by Neal Norwitz · 17 years ago
  2. 36dbcb9 Add a -S/--slow flag to regrtest to have it print the 10 slowest tests with by Jeffrey Yasskin · 17 years ago
  3. a5573b3 The output directory for tests that compare against stdout is now gone! by Brett Cannon · 17 years ago
  4. 608c1d8 Since abc._Abstract was replaces by a new type flags the regression test suite fails. I've added a new function inspect.isabstract(). Is the mmethod fine or should I check if object is a instance of type or subclass of object, too? by Christian Heimes · 17 years ago
  5. 422051a Patch #1953 by Christian Heimes · 18 years ago
  6. 908caac Added clear cache methods to clear the internal type lookup cache for ref leak test runs. by Christian Heimes · 18 years ago
  7. 76d19f6 Added _struct._clearcache() for regression tests by Christian Heimes · 18 years ago
  8. f2f41eb Fixed refleak tests for _struct changes by Christian Heimes · 18 years ago
  9. 8f1fea5 Fixed error in regrtest. I must have missed the spot. by Christian Heimes · 18 years ago
  10. 6b29dd0 Backport of -r59242:59246 from py3k by Christian Heimes · 18 years ago
  11. 64c06e3 Backport of _abccoll.py by Benjamin Arangueren, issue 1383. by Guido van Rossum · 18 years ago
  12. 980c4fc Correct a comment about testing methods - nowadays most by Georg Brandl · 18 years ago
  13. ea68474 Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet) by Hye-Shik Chang · 18 years ago
  14. 98d19da More work on SSL support. by Bill Janssen · 18 years ago
  15. 27d9ee3 Patch #1680959: add test suite for pipes module. by Georg Brandl · 18 years ago
  16. b2e208f Patch #1731169: clean up expected skips list. by Georg Brandl · 18 years ago
  17. 5e26351 Remove the macfs module. This led to the deprecation of macostools.touched(); by Brett Cannon · 18 years ago
  18. dc48b74 Remove the rgbimg module. It has been deprecated since Python 2.5. by Brett Cannon · 18 years ago
  19. d984103 Don't ever report a failure when the sum of the reference count differences by Neal Norwitz · 18 years ago
  20. f567ca3 Patch #1678088: convert test_operations to use unittest, fold the result into test_dict. by Collin Winter · 18 years ago
  21. 5545314 Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 higher up in the testing order. by Collin Winter · 18 years ago
  22. 421c131 Whoops, how did that get in there. :-) Revert all the parts of 51227 that were not supposed to go it. Only Modules/_ctypes/cfields.c was supposed to be changed by Neal Norwitz · 19 years ago
  23. 6b4953f Check returned pointer is valid. Klocwork #233 by Neal Norwitz · 19 years ago
  24. 97ff047 Concatenation on a long string breaks (SF #1526585). by Armin Rigo · 19 years ago
  25. 0870687 Patch #1509001: expected skips for netbsd3. by Georg Brandl · 19 years ago
  26. d3c52de warnings was imported at module scope, no need to import again by Neal Norwitz · 19 years ago
  27. e558486 Implementing a happy idea from Georg Brandl: make runtest() try to by Tim Peters · 19 years ago
  28. 71dc0a0 Remove the temporary hack to force test_optparse to by Tim Peters · 19 years ago
  29. 2b63779 To boost morale :-), force test_optparse to run immediately by Tim Peters · 19 years ago
  30. c27d655 dash_R_cleanup(): Clear filecmp._cache. This accounts for by Tim Peters · 19 years ago
  31. 06c5c00 "Flat is better than nested." by Tim Peters · 19 years ago
  32. a6123ab A clearer error message when passing -R to regrtest.py with by Armin Rigo · 19 years ago
  33. 1bddfb8 test_struct grew weird behavior under regrtest.py -R, by Tim Peters · 19 years ago
  34. 076ba21 Add more ignores of ImportWarnings; these are all just potential triggers by Thomas Wouters · 19 years ago
  35. 9df4e6f - Add new Warning class, ImportWarning by Thomas Wouters · 19 years ago
  36. abd0888 The result of SF patch #1471578: big-memory tests for strings, lists and by Thomas Wouters · 19 years ago
  37. 7db4f24 When using -R, lots of "*** DocTestRunner.merge:" nuisance messages by Tim Peters · 19 years ago
  38. 8220174 Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c) by Anthony Baxter · 19 years ago
  39. 5102c4e Hopefully this makes test_urllib2 have inconsistent leak results by Neal Norwitz · 19 years ago
  40. 22495c0 no-one but windows should expect startfile to work by Anthony Baxter · 19 years ago
  41. b2fc21e sqlite on Windows: by Tim Peters · 19 years ago
  42. c51ee69 merged the sqlite-integration branch. by Anthony Baxter · 19 years ago
  43. 6da56f9 Patch from Aldo Cortesi: expected skips for OpenBSD. by Martin v. Löwis · 19 years ago
  44. b84de02 Record that test_wait[34] get skipped on native Windows. by Tim Peters · 19 years ago
  45. 94a9c09 Rename sre.py -> re.py by Neal Norwitz · 19 years ago
  46. 903d846 Renamed test_hashlib_speed.py to time_hashlib.py. by Tim Peters · 19 years ago
  47. 922dd7d When the new -w option (yay! great idea) reruns a by Tim Peters · 19 years ago
  48. 04824ce Add regrtest -w option. by Martin v. Löwis · 19 years ago
  49. 14ca327 Instead of printing the exception when you interrupt a test (Ctrl-C), by Neal Norwitz · 19 years ago
  50. aaa2f1d Patch #1276356: Implement new resource "urlfetch" for regrtest. by Hye-Shik Chang · 20 years ago
  51. 545d496 Cleanup a bit more references so test_urllibnet is stable (test_urllib2 is sometimes stable, at least in isolation) by Neal Norwitz · 20 years ago
  52. 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 20 years ago
  53. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 20 years ago
  54. 4e42281 Add support for FreeBSD 7. by Hye-Shik Chang · 20 years ago
  55. 1a72852 yet another cache to clear when leak hunting. by Michael W. Hudson · 20 years ago
  56. 68c0453 Add untokenize() function to allow full round-trip tokenization. by Raymond Hettinger · 20 years ago
  57. eba28be Whitespace normalization. by Tim Peters · 20 years ago
  58. f7f1bb7 Only run extensive subprocess tests if -usubprocess to regrtest is specified. Fixes #1124637 by Peter Astrand · 20 years ago
  59. fba7369 Patch #1050475: Fix various x86_64 build issues by Martin v. Löwis · 21 years ago
  60. aee4da6 Add options to regrtest.py to make it possible to specify where to put by Walter Dörwald · 21 years ago
  61. 010b887 Missed some occurrences of test_mpz by Andrew M. Kuchling · 21 years ago
  62. 163f800 Remove tests for mpz, rotor, xreadlines by Andrew M. Kuchling · 21 years ago
  63. f64700a Add support for FreeBSD 6. by Hye-Shik Chang · 21 years ago
  64. e667e66 Report refleaks to stderr as the tests run as well as logging them to a file. by Michael W. Hudson · 21 years ago
  65. 4336eda Add a trivial test for the compiler package, guarded by compiler resource. by Jeremy Hylton · 21 years ago
  66. cea2cc4 test_threadsignals is an expected skip on win32. by Tim Peters · 21 years ago
  67. 61147f6 Check in my refleak hunting code. by Michael W. Hudson · 21 years ago
  68. 32d0c1b Patch #995782: Add FreeBSD 5 expectations. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  69. 5ef6018 test_codecmaps_hk is also expected to be skipped when a mapping file by Hye-Shik Chang · 21 years ago
  70. 7c85fa4 Move Decimal from the sandbox into production. by Raymond Hettinger · 21 years ago
  71. 0179a18 add -L flag to cause leaks(1) command to run just before exit by Skip Montanaro · 21 years ago
  72. 3b6d025 Patch #868499, adds -T option for code coverage. The implementation is a by Barry Warsaw · 22 years ago
  73. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 22 years ago
  74. 944a6c3 test_applesingle is an expected skip almost anywhere. by Guido van Rossum · 22 years ago
  75. 901dc98 test_applesingle is an expected skip on Win32 by Raymond Hettinger · 22 years ago
  76. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 22 years ago
  77. 2bfb94c Add test__locale to expected skip list for Darwin. by Brett Cannon · 22 years ago
  78. c7c516a test__locale (two underscores) can't pass on Windows: RADIXCHAR doesn't by Tim Peters · 22 years ago
  79. 5943b4a Restored commented-out line checked in by mistake. by Tim Peters · 22 years ago
  80. 9390dd5 locale-restoration code: Don't leave comparison to None implicit. For by Tim Peters · 22 years ago
  81. c23f39c Patch #775784: YA Cygwin expected regression test skip patch by Jason Tishler · 22 years ago
  82. 56f8811 Patch #746801: FreeBSD 4 expected failures, by Charles Swiger. by Martin v. Löwis · 22 years ago
  83. 74e6766 User cStringIO instead of StringIO. by Raymond Hettinger · 22 years ago
  84. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 22 years ago
  85. 823ba28 the new bsddb185 module is an expected skip on most platforms (this may not by Skip Montanaro · 22 years ago
  86. 142da98 remove test_socketserver from the skip lists by Skip Montanaro · 22 years ago
  87. 7fb697b Revert Patch #670715: iconv support. by Martin v. Löwis · 22 years ago
  88. 7035c98 Move Mac/Windows specific expected skips from each platform list by Neal Norwitz · 22 years ago
  89. 315aa36 Add 'audio' resource. by Guido van Rossum · 22 years ago
  90. c4d6bdd Test_ioctl and test_tarfile are skipped on MacOS9. by Jack Jansen · 22 years ago
  91. fd8e6e5 test_ioctl is an expected skip on Windows. by Tim Peters · 22 years ago
  92. 55b61d2 Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource by Neal Norwitz · 22 years ago
  93. 479d280 The macfs, macostools, and plistlib should not be expected to run by Fred Drake · 22 years ago
  94. c2dd2f0 Expect to skip test_iconv_codecs on MacOSX. by Jack Jansen · 22 years ago
  95. 5bb97e6 Checking mac-specific stuff from the 2.3a2 branch in on the trunk. by Jack Jansen · 22 years ago
  96. f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
  97. 003eb30 test_posix is an expected skip on Win32. Also fixed test_posix to by Tim Peters · 22 years ago
  98. 4507ec7 - The audio driver tests (test_ossaudiodev.py and by Guido van Rossum · 23 years ago
  99. 0c016a9 Re-enable compiling ossaudiodev now that it seems to work again. by Guido van Rossum · 23 years ago
  100. 3288f59 Expect test_ossaudiodev to skip on Linux, too. (It's broken. by Guido van Rossum · 23 years ago