1. a7090df fix exception usage by Andrew MacIntyre · 19 years ago
  2. 9291332 Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
  3. 6d3d339 Verify the crash due to EncodingMap not initialized does not return by Neal Norwitz · 19 years ago
  4. 62bc8aa Don't fail if another process is listening on our port. by Neal Norwitz · 19 years ago
  5. 2adc626 Added missing svn:eol-style property to text files. by Tim Peters · 19 years ago
  6. edd66fa Whitespace normalization. by Tim Peters · 19 years ago
  7. f9eb82f Add the uuid module. by Ka-Ping Yee · 19 years ago
  8. 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
  9. 6e73aaa Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy by Neal Norwitz · 19 years ago
  10. 909eb12 Fix the socket tests so they can be run concurrently. Backport candidate by Neal Norwitz · 19 years ago
  11. 4a9ff16 Get test to pass on S/390. Shout if you think this change is incorrect. by Neal Norwitz · 19 years ago
  12. 06524b6 compare_generic_iter(): Fixed the failure of test_wsgiref's testFileWrapper by Tim Peters · 19 years ago
  13. 896c1ea Fix test on PPC64 buildbot. It raised an IOError (really an URLError which by Neal Norwitz · 19 years ago
  14. f054aeb Try to fix another networking test. The problem is that if hosts have by Neal Norwitz · 19 years ago
  15. a29fc29 Try to fix several networking tests. The problem is that if hosts have by Neal Norwitz · 19 years ago
  16. 4f96f1f Whitespace normalization. by Tim Peters · 19 years ago
  17. 0e0c9f4 Bug #1498146: fix optparse to handle Unicode strings in option help, by Greg Ward · 19 years ago
  18. d3c52de warnings was imported at module scope, no need to import again by Neal Norwitz · 19 years ago
  19. 7f54740 Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately, by Greg Ward · 19 years ago
  20. 90e27d3 Apply perky's fix for #1503157: "/".join([u"", u""]) raising OverflowError. by Georg Brandl · 19 years ago
  21. 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
  22. b2afe85 Make use of new str.startswith/endswith semantics. by Georg Brandl · 19 years ago
  23. e558486 Implementing a happy idea from Georg Brandl: make runtest() try to by Tim Peters · 19 years ago
  24. 2425081 RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first argument. by Georg Brandl · 19 years ago
  25. e7ec81f Test file.__exit__. by Georg Brandl · 19 years ago
  26. 5cf565d Import wsgiref into the stdlib, as of the external version 0.1-r2181. by Phillip J. Eby · 19 years ago
  27. 91c64a0 [Bug #1472827] Make saxutils.XMLGenerator handle \r\n\t in attribute values by escaping them properly. 2.4 bugfix candidate. by Andrew M. Kuchling · 19 years ago
  28. c9778a8 Fix grammar and reflow by Neal Norwitz · 19 years ago
  29. 71dc0a0 Remove the temporary hack to force test_optparse to by Tim Peters · 19 years ago
  30. 0556e9b testUnicodeOpen(): I have no idea why, but making this by Tim Peters · 19 years ago
  31. dbb82f6 AutoFileTests.tearDown(): Removed mysterious undocumented by Tim Peters · 19 years ago
  32. 2b63779 To boost morale :-), force test_optparse to run immediately by Tim Peters · 19 years ago
  33. 520d8dd Whitespace normalization. by Tim Peters · 19 years ago
  34. de3b052 Buffer objects would return the read or write buffer for a wrapped object when by Brett Cannon · 19 years ago
  35. 442b49e Convert test_file to unittest. by Georg Brandl · 19 years ago
  36. 676725d Add functools.update_wrapper() and functools.wraps() as described in PEP 356 by Nick Coghlan · 19 years ago
  37. fd01d79 (arre, arigo) SF bug #1350060 by Armin Rigo · 19 years ago
  38. 80dc76e SF patch 1501987: Remove randomness from test_exceptions, by Tim Peters · 19 years ago
  39. c27d655 dash_R_cleanup(): Clear filecmp._cache. This accounts for by Tim Peters · 19 years ago
  40. 215f13d Normalized a few cases of whitespace in function declarations. by Martin Blais · 19 years ago
  41. 852eae1 Access _struct attributes directly instead of mucking with getattr. by Tim Peters · 19 years ago
  42. 372b583 * fix DBCursor.pget() bug with keyword argument names when no data= is by Gregory P. Smith · 19 years ago
  43. f0547d0 * add support for DBSequence objects [patch #1466734] by Gregory P. Smith · 19 years ago
  44. bf0400a Remove doctest.testmod's deprecated (in 2.4) `isprivate` by Tim Peters · 19 years ago
  45. 06c5c00 "Flat is better than nested." by Tim Peters · 19 years ago
  46. 28eeefe Revert revisions: by Tim Peters · 19 years ago
  47. ddbaa66 Patch #1346214: correctly optimize away "if 0"-style stmts by Georg Brandl · 19 years ago
  48. af2ae72 Fixes in struct and socket from merge reviews. by Martin Blais · 19 years ago
  49. 6539d2d Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
  50. c65a13f Whitespace normalization. by Tim Peters · 19 years ago
  51. d609b1a pprint functions used to sort a dict (by key) if and only if by Tim Peters · 19 years ago
  52. 7f7386c Fixed struct test to not use unittest. by Martin Blais · 19 years ago
  53. 38d4d4a Fix memory leak found by valgrind. by Neal Norwitz · 19 years ago
  54. e152aab Convert docstrings to comments so regrtest -v prints method names by Neal Norwitz · 19 years ago
  55. 80a18f0 Re-enable a new empty-string test added during the NFS sprint, by Tim Peters · 19 years ago
  56. 35f6d36 [ 1497053 ] Let dicts propagate the exceptions in user __eq__(). by Armin Rigo · 19 years ago
  57. e08940e Some code style tweaks, and remove apply. by Georg Brandl · 19 years ago
  58. 9f16dd0 On 64-bit platforms running test_struct after test_tarfile would fail by Neal Norwitz · 19 years ago
  59. dd55b0a Whitespace normalization. by Tim Peters · 19 years ago
  60. 9e9ef9f changed count to return 0 for slices outside the source string by Fredrik Lundh · 19 years ago
  61. 4182a75 Change wrapping terminology to overflow masking by Bob Ippolito · 19 years ago
  62. 93eff6f changed find/rfind to return -1 for matches outside the source string by Fredrik Lundh · 19 years ago
  63. cdcede6 Convert test_exceptions to unittest. by Georg Brandl · 19 years ago
  64. b0432bc Do the check for no keyword arguments in __init__ so that by Georg Brandl · 19 years ago
  65. 861089f Disallow keyword args for exceptions. by Georg Brandl · 19 years ago
  66. 008b861 Don't fail if the (sub)pkgname already exist. by Neal Norwitz · 19 years ago
  67. 05f97bf Add a test case for exception pickling. args is never NULL. by Georg Brandl · 19 years ago
  68. aba19bc deprecated_err(): Stop bizarre warning messages when the tests by Tim Peters · 19 years ago
  69. 2fd3977 struct: modulo math plus warning on all endian-explicit formats for compatibility with older struct usage (ugly) by Bob Ippolito · 19 years ago
  70. b51b470 fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying on by Fredrik Lundh · 19 years ago
  71. 261e251 Patches #1497027 and #972322: try HTTP digest auth first, by Georg Brandl · 19 years ago
  72. c649ec5 Apply modified version of Collin Winter's patch #1478788 by Nick Coghlan · 19 years ago
  73. a6123ab A clearer error message when passing -R to regrtest.py with by Armin Rigo · 19 years ago
  74. 2b33037 Patch #1496206: urllib2 PasswordMgr ./. default ports by Georg Brandl · 19 years ago
  75. a3f0927 ("Forward-port" of r46506) by Armin Rigo · 19 years ago
  76. f3c65de Patch #1080727: add "encoding" parameter to doctest.DocFileSuite by George Yoshida · 19 years ago
  77. 4e30617 The cheery optimism of old age. by Tim Peters · 19 years ago
  78. de41dc8 More random thrashing trying to understand spurious by Tim Peters · 19 years ago
  79. 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 19 years ago
  80. 1fcdc23 Fix up struct docstrings, add struct.pack_to function for symmetry by Bob Ippolito · 19 years ago
  81. d004fc8 Patch 1494554: Update numeric properties to Unicode 4.1. by Martin v. Löwis · 19 years ago
  82. aa70a17 enable all of the struct tests, use ssize_t, fix some whitespace by Bob Ippolito · 19 years ago
  83. 9c0e9c0 needspeed: rpartition documentation, tests, and a bug fixes. by Fredrik Lundh · 19 years ago
  84. 725fe40 Test for more edge strip cases; leading and trailing separator gets removed by Andrew Dalke · 19 years ago
  85. 0249476 Explicitly close files. I'm trying to stop the frequent spurious test_tarfile by Tim Peters · 19 years ago
  86. b1f3251 Use open() to open files (was using file()). by Tim Peters · 19 years ago
  87. e27337b fix #1229380 No struct.pack exception for some out of range integers by Bob Ippolito · 19 years ago
  88. 669fa18 Added more rstrip tests, including for prealloc'ed arrays by Andrew Dalke · 19 years ago
  89. 5cc6009 Test cases for off-by-one errors in string split with multicharacter pattern. by Andrew Dalke · 19 years ago
  90. 005aee2 I like tests. by Andrew Dalke · 19 years ago
  91. fe98f96 Whitespace normalization. by Tim Peters · 19 years ago
  92. 2856e5f Support for buffer protocol for socket and struct. by Martin Blais · 19 years ago
  93. 03fb444 Added split whitespace checks for characters other than space. by Andrew Dalke · 19 years ago
  94. 984b971 Added a few more test cases for whitespace split. These strings have leading whitespace. by Andrew Dalke · 19 years ago
  95. 06a69dd needforspeed: partition implementation, part two. by Fredrik Lundh · 19 years ago
  96. d95d593 Whitespace normalization. by Tim Peters · 19 years ago
  97. 3685045 Change test_values so that it compares the lowercasing of group names since getgrall() can return all lowercase names while getgrgid() returns proper casing. by Brett Cannon · 19 years ago
  98. 0c71f88 needforspeed: check for overflow in replace (from Andrew Dalke) by Fredrik Lundh · 19 years ago
  99. 2bddcbf Added tests for implementation error we came up with in the need for speed sprint. by Andrew Dalke · 19 years ago
  100. 143bdfc Update graminit.c for the fix for #1488915, Multiple dots in relative import by Thomas Wouters · 19 years ago