1. bda0dde Patch #1448199: Release GIL around ConnectRegistry. by Martin v. Löwis · 19 years ago
  2. 48fae7a Resync optparse with Optik 1.5.3: minor tweaks for/to tests. by Greg Ward · 19 years ago
  3. afa358f Get mailbox module working on OS/2 EMX port. by Andrew MacIntyre · 19 years ago
  4. 7802af4 Be a lot smarter about whether this test passes: instead of assuming by Greg Ward · 19 years ago
  5. cde0fa9 Don't fail if the directory already exists by Neal Norwitz · 19 years ago
  6. 1a2959c Fix SF#1516184 (again) and add a test to prevent regression. by Phillip J. Eby · 19 years ago
  7. 112aad3 SF bug 1524317: configure --without-threads fails to build by Tim Peters · 19 years ago
  8. 73a9ead Whitespace normalization. by Tim Peters · 19 years ago
  9. caebe22 Fix bug #1520914. Starting in 2.4, time.strftime() began to check the bounds by Brett Cannon · 19 years ago
  10. 7b71bf3 Remove usage of sets module (patch #1500609). by Georg Brandl · 19 years ago
  11. 84be93b Bug #1512814, Fix incorrect lineno's when code within a function by Neal Norwitz · 19 years ago
  12. 7d1d436 Bug #1223937: CalledProcessError.errno -> CalledProcessError.returncode. by Peter Astrand · 19 years ago
  13. edef2be Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again. by Neal Norwitz · 19 years ago
  14. 722b883 Whitespace normalization. by Tim Peters · 19 years ago
  15. 32a8361 After approval from Anthony, merge the tim-current_frames by Tim Peters · 19 years ago
  16. 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
  17. 5d86bdb Fix SF#1516184 and add a test to prevent regression. by Phillip J. Eby · 19 years ago
  18. ed65755 Bug #1512814, Fix incorrect lineno's when code at module scope by Neal Norwitz · 19 years ago
  19. 28746ab On 64 bit systems, int literals that use less than 64 bits are now ints by Neal Norwitz · 19 years ago
  20. 6ec6ab0 Fix SF bug 1441486: bad unary minus folding in compiler. by Neil Schemenauer · 19 years ago
  21. 0e07b60 Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation. by Neil Schemenauer · 19 years ago
  22. 9575fb2 Add an additional test for bug #1519018. by Georg Brandl · 19 years ago
  23. fb48afa Fix SF bug #1519018: 'as' is now validated properly in import statements by Neal Norwitz · 19 years ago
  24. 84bc19a Restore rev 47014: by Neal Norwitz · 19 years ago
  25. b9aa7ea Test using all CJK encodings for the testcases which don't require by Hye-Shik Chang · 19 years ago
  26. 84392be Add a testcase for r47086 which fixed a bug in codec_getstreamcodec(). by Hye-Shik Chang · 19 years ago
  27. 56829d5 Revert the __module_name__ changes made in rev 47142. We'll revisit this in Python 2.6 by Nick Coghlan · 19 years ago
  28. 5953bac A couple of examples about how to attack the fact that _PyType_Lookup() by Armin Rigo · 19 years ago
  29. add1911 Fix bug in passing tuples to string.Template. All other values (with working by Thomas Wouters · 19 years ago
  30. d5cfa54 Put method-wrappers into trashcan. Fixes #927248. by Martin v. Löwis · 19 years ago
  31. fcfff0a Bug #1417699: Reject locale-specific decimal point in float() and atof(). by Martin v. Löwis · 19 years ago
  32. 16a3932 Whitespace normalization. by Tim Peters · 19 years ago
  33. ee1e06d Correct arithmetic in access on Win32. Fixes #1513646. by Martin v. Löwis · 19 years ago
  34. 6ffe499 SF bug #1296433 (Expat bug #1515266): Unchecked calls to character data by Fred Drake · 19 years ago
  35. 7596e83 Release all forwarded functions in .close. Fixes #1513223. by Martin v. Löwis · 19 years ago
  36. a098033 Added duplicate call to fileConfig() to ensure that it cleans up after itself correctly. by Vinay Sajip · 19 years ago
  37. 38ff36c Whitespace normalization. by Tim Peters · 19 years ago
  38. 877fdb0 This should fix the buildbot failure on s/390 which can't connect to gmail.org. by Neal Norwitz · 19 years ago
  39. b15ac31 Add new utility function, reap_children(), to test_support. This should by Neal Norwitz · 19 years ago
  40. a136210 SF bug #1504333: sgmlib should allow angle brackets in quoted values by Fred Drake · 19 years ago
  41. d77ef8f A couple of crashers of the "won't fix" kind. by Armin Rigo · 19 years ago
  42. 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
  43. 3249d00 Whitespace normalization. by Tim Peters · 19 years ago
  44. 15486f7 Attempt to fix build failure on OS X and Debian alpha; the symptom is by Andrew M. Kuchling · 19 years ago
  45. ec3c368 Windows doesn't have os.fork(). I'll just disable this test for now by Andrew M. Kuchling · 19 years ago
  46. 9afbace Add a test for a conflicting lock. by Andrew M. Kuchling · 19 years ago
  47. 2f99da6 - SF bug #853506: IP6 address parsing in sgmllib by Fred Drake · 19 years ago
  48. 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
  49. 53ab5b7 'warning's was improperly requiring that a command-line Warning category be by Brett Cannon · 19 years ago
  50. f57c54d Test for correct compilation of try-except-finally stmt. by Georg Brandl · 19 years ago
  51. 53c1692f Fix for an obscure bug introduced by revs 46806 and 46808, with a test. by Armin Rigo · 19 years ago
  52. 0870687 Patch #1509001: expected skips for netbsd3. by Georg Brandl · 19 years ago
  53. d819c13 Make test_fcntl aware of netbsd3. by Georg Brandl · 19 years ago
  54. 70a77ac At the C level, tuple arguments are passed in directly to the exception by Brett Cannon · 19 years ago
  55. 115ecb9 Fix typo of exception name. by Brett Cannon · 19 years ago
  56. bb93f4b Raise TestSkipped when the test socket connection is refused. by Brett Cannon · 19 years ago
  57. e7d7caa TestHelp.make_parser(): This was making a permanent change to by Tim Peters · 19 years ago
  58. 5c29843 Repair KeyError when running test_threaded_import under -R, by Tim Peters · 19 years ago
  59. 4994d95 Patch #1506645: add Python wrappers for the curses functions by Walter Dörwald · 19 years ago
  60. 43bc378 Whitespace normalization. by Tim Peters · 19 years ago
  61. ccff785 Patch #1507676: improve exception messages in abstract.c, object.c and typeobject.c. by Georg Brandl · 19 years ago
  62. 0f51cf6 Revert 47014 until it is more robust by Neal Norwitz · 19 years ago
  63. 10b835c The hppa ubuntu box sometimes hangs forever in these tests. My guess by Neal Norwitz · 19 years ago
  64. 9602cc2 Prevent spurious leaks when running regrtest.py -R. There may be more by Neal Norwitz · 19 years ago
  65. fab461a SF patch 1504676: Make sgmllib char and entity references pluggable by Fred Drake · 19 years ago
  66. 13a7bef Add missing period in comment. by Neal Norwitz · 19 years ago
  67. 217046f Disable this test until we can determine what to do about it by Neal Norwitz · 19 years ago
  68. da4b84a Oops -- I introduced an off-by-6436159488 error. by Tim Peters · 19 years ago
  69. a608bb2 Whitespace normalization. by Tim Peters · 19 years ago
  70. 84b0f58 Try to reduce the extreme peak memory and disk-space use by Tim Peters · 19 years ago
  71. bda1418 Print some more info to get an idea of how much longer the test will last by Neal Norwitz · 19 years ago
  72. 643ad19 Steal the trick from test_compiler to print out a slow msg. by Neal Norwitz · 19 years ago
  73. 143cefb Patch #1446489 (zipfile: support for ZIP64) by Ronald Oussoren · 19 years ago
  74. de7f502 Try to narrow window of failure on slow/busy boxes (ppc64 buildbot) by Neal Norwitz · 19 years ago
  75. a16393e add tests for two cases that are handled correctly in the current code, by Fred Drake · 19 years ago
  76. 72c9eff - make some disabled tests run what they intend when enabled by Fred Drake · 19 years ago
  77. 5dc3e3f Missed test for rev. 46933; infinite recursion from __coerce__() returning its arguments reversed. by Brett Cannon · 19 years ago
  78. ea3912b If a classic class defined a __coerce__() method that just returned its two by Brett Cannon · 19 years ago
  79. 93e3ecb Increase the small thread stack size to get the test by Andrew MacIntyre · 19 years ago
  80. ef7fe5f Whitespace normalization. by Tim Peters · 19 years ago
  81. a7090df fix exception usage by Andrew MacIntyre · 19 years ago
  82. 9291332 Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
  83. 6d3d339 Verify the crash due to EncodingMap not initialized does not return by Neal Norwitz · 19 years ago
  84. 62bc8aa Don't fail if another process is listening on our port. by Neal Norwitz · 19 years ago
  85. 2adc626 Added missing svn:eol-style property to text files. by Tim Peters · 19 years ago
  86. edd66fa Whitespace normalization. by Tim Peters · 19 years ago
  87. f9eb82f Add the uuid module. by Ka-Ping Yee · 19 years ago
  88. 403019b Sync w/external release 0.1.2. Please see PEP 360 before making changes to external packages. by Phillip J. Eby · 19 years ago
  89. 6e73aaa Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy by Neal Norwitz · 19 years ago
  90. 909eb12 Fix the socket tests so they can be run concurrently. Backport candidate by Neal Norwitz · 19 years ago
  91. 4a9ff16 Get test to pass on S/390. Shout if you think this change is incorrect. by Neal Norwitz · 19 years ago
  92. 06524b6 compare_generic_iter(): Fixed the failure of test_wsgiref's testFileWrapper by Tim Peters · 19 years ago
  93. 896c1ea Fix test on PPC64 buildbot. It raised an IOError (really an URLError which by Neal Norwitz · 19 years ago
  94. f054aeb Try to fix another networking test. The problem is that if hosts have by Neal Norwitz · 19 years ago
  95. a29fc29 Try to fix several networking tests. The problem is that if hosts have by Neal Norwitz · 19 years ago
  96. 4f96f1f Whitespace normalization. by Tim Peters · 19 years ago
  97. 0e0c9f4 Bug #1498146: fix optparse to handle Unicode strings in option help, by Greg Ward · 19 years ago
  98. d3c52de warnings was imported at module scope, no need to import again by Neal Norwitz · 19 years ago
  99. 7f54740 Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately, by Greg Ward · 19 years ago
  100. 90e27d3 Apply perky's fix for #1503157: "/".join([u"", u""]) raising OverflowError. by Georg Brandl · 19 years ago