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