1. aaa2f1d Patch #1276356: Implement new resource "urlfetch" for regrtest. by Hye-Shik Chang · 19 years ago
  2. 545d496 Cleanup a bit more references so test_urllibnet is stable (test_urllib2 is sometimes stable, at least in isolation) by Neal Norwitz · 19 years ago
  3. 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 19 years ago
  4. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago
  5. 4e42281 Add support for FreeBSD 7. by Hye-Shik Chang · 19 years ago
  6. 1a72852 yet another cache to clear when leak hunting. by Michael W. Hudson · 19 years ago
  7. 68c0453 Add untokenize() function to allow full round-trip tokenization. by Raymond Hettinger · 19 years ago
  8. eba28be Whitespace normalization. by Tim Peters · 19 years ago
  9. f7f1bb7 Only run extensive subprocess tests if -usubprocess to regrtest is specified. Fixes #1124637 by Peter Astrand · 19 years ago
  10. fba7369 Patch #1050475: Fix various x86_64 build issues by Martin v. Löwis · 20 years ago
  11. aee4da6 Add options to regrtest.py to make it possible to specify where to put by Walter Dörwald · 20 years ago
  12. 010b887 Missed some occurrences of test_mpz by Andrew M. Kuchling · 20 years ago
  13. 163f800 Remove tests for mpz, rotor, xreadlines by Andrew M. Kuchling · 20 years ago
  14. f64700a Add support for FreeBSD 6. by Hye-Shik Chang · 20 years ago
  15. e667e66 Report refleaks to stderr as the tests run as well as logging them to a file. by Michael W. Hudson · 20 years ago
  16. 4336eda Add a trivial test for the compiler package, guarded by compiler resource. by Jeremy Hylton · 20 years ago
  17. cea2cc4 test_threadsignals is an expected skip on win32. by Tim Peters · 20 years ago
  18. 61147f6 Check in my refleak hunting code. by Michael W. Hudson · 20 years ago
  19. 32d0c1b Patch #995782: Add FreeBSD 5 expectations. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  20. 5ef6018 test_codecmaps_hk is also expected to be skipped when a mapping file by Hye-Shik Chang · 20 years ago
  21. 7c85fa4 Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago
  22. 0179a18 add -L flag to cause leaks(1) command to run just before exit by Skip Montanaro · 20 years ago
  23. 3b6d025 Patch #868499, adds -T option for code coverage. The implementation is a by Barry Warsaw · 21 years ago
  24. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 21 years ago
  25. 944a6c3 test_applesingle is an expected skip almost anywhere. by Guido van Rossum · 21 years ago
  26. 901dc98 test_applesingle is an expected skip on Win32 by Raymond Hettinger · 21 years ago
  27. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  28. 2bfb94c Add test__locale to expected skip list for Darwin. by Brett Cannon · 21 years ago
  29. c7c516a test__locale (two underscores) can't pass on Windows: RADIXCHAR doesn't by Tim Peters · 21 years ago
  30. 5943b4a Restored commented-out line checked in by mistake. by Tim Peters · 21 years ago
  31. 9390dd5 locale-restoration code: Don't leave comparison to None implicit. For by Tim Peters · 21 years ago
  32. c23f39c Patch #775784: YA Cygwin expected regression test skip patch by Jason Tishler · 21 years ago
  33. 56f8811 Patch #746801: FreeBSD 4 expected failures, by Charles Swiger. by Martin v. Löwis · 21 years ago
  34. 74e6766 User cStringIO instead of StringIO. by Raymond Hettinger · 21 years ago
  35. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  36. 823ba28 the new bsddb185 module is an expected skip on most platforms (this may not by Skip Montanaro · 21 years ago
  37. 142da98 remove test_socketserver from the skip lists by Skip Montanaro · 21 years ago
  38. 7fb697b Revert Patch #670715: iconv support. by Martin v. Löwis · 21 years ago
  39. 7035c98 Move Mac/Windows specific expected skips from each platform list by Neal Norwitz · 21 years ago
  40. 315aa36 Add 'audio' resource. by Guido van Rossum · 21 years ago
  41. c4d6bdd Test_ioctl and test_tarfile are skipped on MacOS9. by Jack Jansen · 21 years ago
  42. fd8e6e5 test_ioctl is an expected skip on Windows. by Tim Peters · 21 years ago
  43. 55b61d2 Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource by Neal Norwitz · 21 years ago
  44. 479d280 The macfs, macostools, and plistlib should not be expected to run by Fred Drake · 21 years ago
  45. c2dd2f0 Expect to skip test_iconv_codecs on MacOSX. by Jack Jansen · 21 years ago
  46. 5bb97e6 Checking mac-specific stuff from the 2.3a2 branch in on the trunk. by Jack Jansen · 21 years ago
  47. f2715e0 Whitespace normalization. by Tim Peters · 21 years ago
  48. 003eb30 test_posix is an expected skip on Win32. Also fixed test_posix to by Tim Peters · 21 years ago
  49. 4507ec7 - The audio driver tests (test_ossaudiodev.py and by Guido van Rossum · 22 years ago
  50. 0c016a9 Re-enable compiling ossaudiodev now that it seems to work again. by Guido van Rossum · 22 years ago
  51. 3288f59 Expect test_ossaudiodev to skip on Linux, too. (It's broken. by Guido van Rossum · 22 years ago
  52. 5c4ded2 Patch #551977: Regression exceptions for cygwin by Jason Tishler · 22 years ago
  53. 9a0db07 test_support.requires(): Instead of raising TestSkipped, raise a new by Fred Drake · 22 years ago
  54. 7a2d7a7 Remove test_b1 and test_b2 from the list of tests by Walter Dörwald · 22 years ago
  55. 6afc5e0 - The mac-specific tests should also be run on darwin. by Jack Jansen · 22 years ago
  56. ecd79eb Expect test_macostools and test_macfs to get skipped whenever by Tim Peters · 22 years ago
  57. 40e1ce4 Repaired spelling of "test_iconv_codecs" in various expected-skip lists. by Tim Peters · 22 years ago
  58. 9789aef Patch #670715: Universal Unicode Codec for POSIX iconv. by Martin v. Löwis · 22 years ago
  59. 6797514 Updated the list of expected skips for MacPython-OS9. by Jack Jansen · 22 years ago
  60. fd07e7d add list of expected skips for the OS/2 EMX port by Andrew MacIntyre · 22 years ago
  61. acda339 Updated the expected skips for MacOSX. by Jack Jansen · 22 years ago
  62. efc4b12 Added test_ossaudiodev to expected skips on Windows. by Tim Peters · 22 years ago
  63. b0f89e0 Add a Cygwin skip mentioned by Jason Tishler. by Tim Peters · 22 years ago
  64. 2511594 Patch #551977: Regression exceptions for cygwin by Jason Tishler · 22 years ago
  65. b4ee4eb Rearrange test_socket_ssl so that a skip is expected iff the network by Tim Peters · 22 years ago
  66. 9d42700 Some more expected skips on OSX. by Guido van Rossum · 22 years ago
  67. bb48465 On Max OSX, try increasing the stack limit to 2048 so test_re and by Guido van Rossum · 22 years ago
  68. 4dd0f7e Add a way to say "use any resource except A". For example, to run by Fred Drake · 22 years ago
  69. 1babdfc Reduced memory burden by iterating over the normalization test input by Tim Peters · 22 years ago
  70. 1b445d3 Fiddled things so that test_normalization is expected to be skipped if by Tim Peters · 22 years ago
  71. d332c08 Skip test_normalization on Windows until it's at least clear why the by Tim Peters · 22 years ago
  72. 78e35f9 Move Windows Python away from bsddb 1.85 and toward Sleepycat's latest. by Tim Peters · 22 years ago
  73. 1c6b1a2 Importing test suite from bsddb3 3.4.0 (with modifications). by Martin v. Löwis · 22 years ago
  74. de4742b Remove spurious cruft from the output. by Fred Drake · 22 years ago
  75. 2a182db Logic for determining whether skipping test_pep277 is expected: whether by Tim Peters · 22 years ago
  76. 9cce029 Add test_pep277 to the expected skips on Linux. (This test seems to by Guido van Rossum · 22 years ago
  77. 21ee409 Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2. by Martin v. Löwis · 22 years ago
  78. c34c4fc Suppress hex/oct constant warnings in <string> on 64-bit platforms, by Guido van Rossum · 22 years ago
  79. 3cda93e Add a bunch of sys.stdout.flush() calls that will hopefully improve by Guido van Rossum · 22 years ago
  80. 7c7efe9 Got rid of the toy _Set class, in favor of sets.Set. by Tim Peters · 22 years ago
  81. 88b1def The filterwarnings() call here should be updated to filter out FutureWarning. by Guido van Rossum · 22 years ago
  82. dc15c27 Suppress warnings about test_grammar.py that can't be suppressed inside by Guido van Rossum · 22 years ago
  83. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  84. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  85. ed375e1 Add missing comma. by Jeremy Hylton · 22 years ago
  86. 11c3f09 Add a rather generous set of tests allowed to be skipped on sunos5. by Guido van Rossum · 22 years ago
  87. c411dba Whitespace normalization. by Tim Peters · 22 years ago
  88. ba78bc4 printlist(): Replaced the guts with a call to textwrap. Yay! by Tim Peters · 22 years ago
  89. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  90. 9e9d4f8 Added -t (--threshold) option to call gc.set_threshold(N). by Guido van Rossum · 22 years ago
  91. c5000df regrtest has a new by Tim Peters · 22 years ago
  92. e41abab Fred's recent changes to support "-u all" resulted in subset resource by Andrew MacIntyre · 22 years ago
  93. 1e33ffa test_resource has no chance of running on Windows. by Tim Peters · 22 years ago
  94. 639295f Enable universal newlines on Windows. Note that NEWS needs more words! by Tim Peters · 22 years ago
  95. 6184c11 Expect test_email_codecs to be skipped -- few users or developers will by Guido van Rossum · 22 years ago
  96. 50ac30e OK, don't call resetwarnings(). by Tim Peters · 22 years ago
  97. 7d79948 It makes more sense to call resetwarnings() after every test runs than by Tim Peters · 22 years ago
  98. a91a02a I expect test_univnewlines to be skipped on Windows. I expect this by Tim Peters · 22 years ago
  99. 04a8da5 Clean up the "all" support for -u. by Fred Drake · 22 years ago
  100. deb121a I don't expect test_email_codecs to run on Windows. by Tim Peters · 22 years ago