1. 3ee5941 Let us know when there was a problem and the child had to kill the parent by Neal Norwitz · 19 years ago
  2. 4edcba6 Whitespace normalization. by Tim Peters · 19 years ago
  3. 86e1e38 [Patch #1520905] Attempt to suppress core file created by test_subprocess.py. by Andrew M. Kuchling · 19 years ago
  4. 6458452 Whitespace normalization. by Tim Peters · 19 years ago
  5. 313f8a9 Try to prevent hangs on Tru64/Alpha buildbot. I'm not certain this will help by Neal Norwitz · 19 years ago
  6. ec3c5e3 Verify that the signal handlers were really called by Neal Norwitz · 19 years ago
  7. 4e67838 Don't copy directory stat times in shutil.copytree on Windows Fixes #1525866. by Martin v. Löwis · 19 years ago
  8. f71ec5a Bug #1515471: string.replace() accepts character buffers again. by Neal Norwitz · 19 years ago
  9. 0d62a06 Patch #1531113: Fix augmented assignment with yield expressions. by Neal Norwitz · 19 years ago
  10. da9face Whitespace normalization. by Tim Peters · 19 years ago
  11. b5a701b Disable test_getnode too, since this is also unreliable. by Neal Norwitz · 19 years ago
  12. 2fde3bd Disable these tests until they are reliable across platforms. by Neal Norwitz · 19 years ago
  13. 9297e16 restore test un-intentionally removed in the xmlcore purge (revision 50941) by Fred Drake · 19 years ago
  14. fbdeaad expunge the xmlcore changes: by Fred Drake · 19 years ago
  15. edd9b0d Bug #1441397: The compiler module now recognizes module and function by Georg Brandl · 19 years ago
  16. 4793aa3 Patch #1529686: also run test_email_codecs with regrtest.py. by Georg Brandl · 19 years ago
  17. 750c442 Live with that "the hardware address" is an ill-defined by Tim Peters · 19 years ago
  18. df80af7 Ensure the actual number matches the expected count by Neal Norwitz · 19 years ago
  19. 6f68147 Bug #1529297: The rewrite of doctest for Python 2.4 unintentionally by Tim Peters · 19 years ago
  20. 00decd7 Patch #1520294: Support for getset and member descriptors in types.py, by Barry Warsaw · 19 years ago
  21. 08310d6 check_node(): stop spraying mystery output to stderr. by Tim Peters · 19 years ago
  22. 75a832d Make uuid test suite pass on this box by requesting output with LC_ALL=C. by Georg Brandl · 19 years ago
  23. daea035 Whitespace normalization. by Tim Peters · 19 years ago
  24. f102fc5 Add test_main() methods. These three tests were never run by regrtest.py. by Georg Brandl · 19 years ago
  25. 95621b2 Whitespace normalization. by Tim Peters · 19 years ago
  26. 5f13578 Part of bug #1523610: fix miscalculation of buffer length. by Georg Brandl · 19 years ago
  27. 0619a32 Bug #1459963: properly capitalize HTTP header names. by Georg Brandl · 19 years ago
  28. b62efad Document the crashers that will not go away soon as "won't fix", by Armin Rigo · 19 years ago
  29. 5a9a2a3 Added another crasher, which hit me today (I was not intentionally by Armin Rigo · 19 years ago
  30. 4df7c0a Document why is and is not a good way to fix the gc_inspection crasher. by Armin Rigo · 19 years ago
  31. 813669f Fix a bug in the messages for an assert failure where not enough arguments to a string by Brett Cannon · 19 years ago
  32. 0c4a3b3 current_frames_with_threads(): There's actually no way by Tim Peters · 19 years ago
  33. 4d16b91 Don't use standard assert: want tests to fail even when run with -O. by Greg Ward · 19 years ago
  34. 0bbfd83 Whitespace normalization. by Tim Peters · 19 years ago
  35. c13c34c Patch #1515343: Fix printing of deprecated string exceptions with a by Georg Brandl · 19 years ago
  36. bda0dde Patch #1448199: Release GIL around ConnectRegistry. by Martin v. Löwis · 19 years ago
  37. 48fae7a Resync optparse with Optik 1.5.3: minor tweaks for/to tests. by Greg Ward · 19 years ago
  38. afa358f Get mailbox module working on OS/2 EMX port. by Andrew MacIntyre · 19 years ago
  39. 7802af4 Be a lot smarter about whether this test passes: instead of assuming by Greg Ward · 19 years ago
  40. cde0fa9 Don't fail if the directory already exists by Neal Norwitz · 19 years ago
  41. 1a2959c Fix SF#1516184 (again) and add a test to prevent regression. by Phillip J. Eby · 19 years ago
  42. 112aad3 SF bug 1524317: configure --without-threads fails to build by Tim Peters · 19 years ago
  43. 73a9ead Whitespace normalization. by Tim Peters · 19 years ago
  44. caebe22 Fix bug #1520914. Starting in 2.4, time.strftime() began to check the bounds by Brett Cannon · 19 years ago
  45. 7b71bf3 Remove usage of sets module (patch #1500609). by Georg Brandl · 19 years ago
  46. 84be93b Bug #1512814, Fix incorrect lineno's when code within a function by Neal Norwitz · 19 years ago
  47. 7d1d436 Bug #1223937: CalledProcessError.errno -> CalledProcessError.returncode. by Peter Astrand · 19 years ago
  48. edef2be Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again. by Neal Norwitz · 19 years ago
  49. 722b883 Whitespace normalization. by Tim Peters · 19 years ago
  50. 32a8361 After approval from Anthony, merge the tim-current_frames by Tim Peters · 19 years ago
  51. 2b221ed Make it possible to run test_subprocess.py with Python 2.2, which lacks test_support.reap_children(). by Peter Astrand · 19 years ago
  52. 5d86bdb Fix SF#1516184 and add a test to prevent regression. by Phillip J. Eby · 19 years ago
  53. ed65755 Bug #1512814, Fix incorrect lineno's when code at module scope by Neal Norwitz · 19 years ago
  54. 28746ab On 64 bit systems, int literals that use less than 64 bits are now ints by Neal Norwitz · 19 years ago
  55. 6ec6ab0 Fix SF bug 1441486: bad unary minus folding in compiler. by Neil Schemenauer · 19 years ago
  56. 0e07b60 Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation. by Neil Schemenauer · 19 years ago
  57. 9575fb2 Add an additional test for bug #1519018. by Georg Brandl · 19 years ago
  58. fb48afa Fix SF bug #1519018: 'as' is now validated properly in import statements by Neal Norwitz · 19 years ago
  59. 84bc19a Restore rev 47014: by Neal Norwitz · 19 years ago
  60. b9aa7ea Test using all CJK encodings for the testcases which don't require by Hye-Shik Chang · 19 years ago
  61. 84392be Add a testcase for r47086 which fixed a bug in codec_getstreamcodec(). by Hye-Shik Chang · 19 years ago
  62. 56829d5 Revert the __module_name__ changes made in rev 47142. We'll revisit this in Python 2.6 by Nick Coghlan · 19 years ago
  63. 5953bac A couple of examples about how to attack the fact that _PyType_Lookup() by Armin Rigo · 19 years ago
  64. add1911 Fix bug in passing tuples to string.Template. All other values (with working by Thomas Wouters · 19 years ago
  65. d5cfa54 Put method-wrappers into trashcan. Fixes #927248. by Martin v. Löwis · 19 years ago
  66. fcfff0a Bug #1417699: Reject locale-specific decimal point in float() and atof(). by Martin v. Löwis · 19 years ago
  67. 16a3932 Whitespace normalization. by Tim Peters · 19 years ago
  68. ee1e06d Correct arithmetic in access on Win32. Fixes #1513646. by Martin v. Löwis · 19 years ago
  69. 6ffe499 SF bug #1296433 (Expat bug #1515266): Unchecked calls to character data by Fred Drake · 19 years ago
  70. 7596e83 Release all forwarded functions in .close. Fixes #1513223. by Martin v. Löwis · 19 years ago
  71. a098033 Added duplicate call to fileConfig() to ensure that it cleans up after itself correctly. by Vinay Sajip · 19 years ago
  72. 38ff36c Whitespace normalization. by Tim Peters · 19 years ago
  73. 877fdb0 This should fix the buildbot failure on s/390 which can't connect to gmail.org. by Neal Norwitz · 19 years ago
  74. b15ac31 Add new utility function, reap_children(), to test_support. This should by Neal Norwitz · 19 years ago
  75. a136210 SF bug #1504333: sgmlib should allow angle brackets in quoted values by Fred Drake · 19 years ago
  76. d77ef8f A couple of crashers of the "won't fix" kind. by Armin Rigo · 19 years ago
  77. 999a336 Make full module name available as __module_name__ even when __name__ is set to something else (like '__main__') by Nick Coghlan · 19 years ago
  78. 3249d00 Whitespace normalization. by Tim Peters · 19 years ago
  79. 15486f7 Attempt to fix build failure on OS X and Debian alpha; the symptom is by Andrew M. Kuchling · 19 years ago
  80. ec3c368 Windows doesn't have os.fork(). I'll just disable this test for now by Andrew M. Kuchling · 19 years ago
  81. 9afbace Add a test for a conflicting lock. by Andrew M. Kuchling · 19 years ago
  82. 2f99da6 - SF bug #853506: IP6 address parsing in sgmllib by Fred Drake · 19 years ago
  83. d6b2430 Make it possible to run test_subprocess.py on Python 2.2, which lacks test_support.is_resource_enabled. by Peter Astrand · 19 years ago
  84. 53ab5b7 'warning's was improperly requiring that a command-line Warning category be by Brett Cannon · 19 years ago
  85. f57c54d Test for correct compilation of try-except-finally stmt. by Georg Brandl · 19 years ago
  86. 53c1692f Fix for an obscure bug introduced by revs 46806 and 46808, with a test. by Armin Rigo · 19 years ago
  87. 0870687 Patch #1509001: expected skips for netbsd3. by Georg Brandl · 19 years ago
  88. d819c13 Make test_fcntl aware of netbsd3. by Georg Brandl · 19 years ago
  89. 70a77ac At the C level, tuple arguments are passed in directly to the exception by Brett Cannon · 19 years ago
  90. 115ecb9 Fix typo of exception name. by Brett Cannon · 19 years ago
  91. bb93f4b Raise TestSkipped when the test socket connection is refused. by Brett Cannon · 19 years ago
  92. e7d7caa TestHelp.make_parser(): This was making a permanent change to by Tim Peters · 19 years ago
  93. 5c29843 Repair KeyError when running test_threaded_import under -R, by Tim Peters · 19 years ago
  94. 4994d95 Patch #1506645: add Python wrappers for the curses functions by Walter Dörwald · 19 years ago
  95. 43bc378 Whitespace normalization. by Tim Peters · 19 years ago
  96. ccff785 Patch #1507676: improve exception messages in abstract.c, object.c and typeobject.c. by Georg Brandl · 19 years ago
  97. 0f51cf6 Revert 47014 until it is more robust by Neal Norwitz · 19 years ago
  98. 10b835c The hppa ubuntu box sometimes hangs forever in these tests. My guess by Neal Norwitz · 19 years ago
  99. 9602cc2 Prevent spurious leaks when running regrtest.py -R. There may be more by Neal Norwitz · 19 years ago
  100. fab461a SF patch 1504676: Make sgmllib char and entity references pluggable by Fred Drake · 19 years ago