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