1. 5dc3e3f Missed test for rev. 46933; infinite recursion from __coerce__() returning its arguments reversed. by Brett Cannon · 19 years ago
  2. 1541ef0 Merged changes from external pysqlite 2.3.0 release. Documentation updates will by Gerhard Häring · 19 years ago
  3. ea3912b If a classic class defined a __coerce__() method that just returned its two by Brett Cannon · 19 years ago
  4. 93e3ecb Increase the small thread stack size to get the test by Andrew MacIntyre · 19 years ago
  5. ef7fe5f Whitespace normalization. by Tim Peters · 19 years ago
  6. a7090df fix exception usage by Andrew MacIntyre · 19 years ago
  7. 9291332 Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
  8. c6f5b3a errors is an attribute in the incremental decoder not an argument. by Walter Dörwald · 19 years ago
  9. 6b6e2bb Fix passing errors to the encoder and decoder functions. by Walter Dörwald · 19 years ago
  10. 9015b93 Linecache contains support for PEP302 loaders, but fails to deal with loaders by Ronald Oussoren · 19 years ago
  11. fdbebb6 Add back WCHAR, UINT, DOUBLE, _LARGE_INTEGER, _ULARGE_INTEGER. by Thomas Heller · 19 years ago
  12. a7e823f Add some windows datatypes that were missing from this file, and add by Thomas Heller · 19 years ago
  13. 6d3d339 Verify the crash due to EncodingMap not initialized does not return by Neal Norwitz · 19 years ago
  14. 62bc8aa Don't fail if another process is listening on our port. by Neal Norwitz · 19 years ago
  15. 7ca6677 get_matching_blocks(): rewrote code & comments so they match; added by Tim Peters · 19 years ago
  16. 2adc626 Added missing svn:eol-style property to text files. by Tim Peters · 19 years ago
  17. edd66fa Whitespace normalization. by Tim Peters · 19 years ago
  18. f9eb82f Add the uuid module. by Ka-Ping Yee · 19 years ago
  19. c2da994 Add pep-291 compatibility markers. by Thomas Heller · 19 years ago
  20. f2b16f3 Fix site module docstring to match the code for Mac OSX, too by Nick Coghlan · 19 years ago
  21. 3fb55ca Fix site module docstring to match the code by Nick Coghlan · 19 years ago
  22. 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
  23. 6e73aaa Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy by Neal Norwitz · 19 years ago
  24. 052cbcf Remove unused import by Neal Norwitz · 19 years ago
  25. 909eb12 Fix the socket tests so they can be run concurrently. Backport candidate by Neal Norwitz · 19 years ago
  26. 418b97e Cleanup: Remove import of types to get StringTypes, we can just use basestring. by Neal Norwitz · 19 years ago
  27. 4a9ff16 Get test to pass on S/390. Shout if you think this change is incorrect. by Neal Norwitz · 19 years ago
  28. 06524b6 compare_generic_iter(): Fixed the failure of test_wsgiref's testFileWrapper by Tim Peters · 19 years ago
  29. 896c1ea Fix test on PPC64 buildbot. It raised an IOError (really an URLError which by Neal Norwitz · 19 years ago
  30. f054aeb Try to fix another networking test. The problem is that if hosts have by Neal Norwitz · 19 years ago
  31. a29fc29 Try to fix several networking tests. The problem is that if hosts have by Neal Norwitz · 19 years ago
  32. 231c3c8 Add missing svn:eol-style property to text files. by Tim Peters · 19 years ago
  33. 4f96f1f Whitespace normalization. by Tim Peters · 19 years ago
  34. 0e0c9f4 Bug #1498146: fix optparse to handle Unicode strings in option help, by Greg Ward · 19 years ago
  35. 19302d9 This patch improves the L&F of IDLE on OSX. The changes are conditionalized on by Ronald Oussoren · 19 years ago
  36. 6aaccc6 Fix errors found by pychecker by Neal Norwitz · 19 years ago
  37. e588c2b Fix errors found by pychecker. by Neal Norwitz · 19 years ago
  38. d3c52de warnings was imported at module scope, no need to import again by Neal Norwitz · 19 years ago
  39. f992a2b Fix errors found by pychecker by Neal Norwitz · 19 years ago
  40. 7f54740 Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately, by Greg Ward · 19 years ago
  41. 0e11595 shuffle() doscstring: Removed warning about sequence length by Tim Peters · 19 years ago
  42. 5114826 Upgrade to ctypes version 0.9.9.7. by Thomas Heller · 19 years ago
  43. 86116e2 document the class, not its initializer by Skip Montanaro · 19 years ago
  44. 90e27d3 Apply perky's fix for #1503157: "/".join([u"", u""]) raising OverflowError. by Georg Brandl · 19 years ago
  45. 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
  46. b2afe85 Make use of new str.startswith/endswith semantics. by Georg Brandl · 19 years ago
  47. 2007d4e Remove unused variable by Andrew M. Kuchling · 19 years ago
  48. e558486 Implementing a happy idea from Georg Brandl: make runtest() try to by Tim Peters · 19 years ago
  49. 2425081 RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first argument. by Georg Brandl · 19 years ago
  50. e7ec81f Test file.__exit__. by Georg Brandl · 19 years ago
  51. 982c30b Whitespace normalization. by Tim Peters · 19 years ago
  52. 5cf565d Import wsgiref into the stdlib, as of the external version 0.1-r2181. by Phillip J. Eby · 19 years ago
  53. 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
  54. c9778a8 Fix grammar and reflow by Neal Norwitz · 19 years ago
  55. 71dc0a0 Remove the temporary hack to force test_optparse to by Tim Peters · 19 years ago
  56. 0556e9b testUnicodeOpen(): I have no idea why, but making this by Tim Peters · 19 years ago
  57. dbb82f6 AutoFileTests.tearDown(): Removed mysterious undocumented by Tim Peters · 19 years ago
  58. 2b63779 To boost morale :-), force test_optparse to run immediately by Tim Peters · 19 years ago
  59. 520d8dd Whitespace normalization. by Tim Peters · 19 years ago
  60. de3b052 Buffer objects would return the read or write buffer for a wrapped object when by Brett Cannon · 19 years ago
  61. 442b49e Convert test_file to unittest. by Georg Brandl · 19 years ago
  62. 676725d Add functools.update_wrapper() and functools.wraps() as described in PEP 356 by Nick Coghlan · 19 years ago
  63. fd01d79 (arre, arigo) SF bug #1350060 by Armin Rigo · 19 years ago
  64. 996710f pasted set_lk_detect line in wrong spot in previous commit. fixed. passes tests this time. by Gregory P. Smith · 19 years ago
  65. dda291c * Turn the deadlock situation described in SF bug #775414 into a by Gregory P. Smith · 19 years ago
  66. ff7d991 - bsddb: the bsddb.dbtables Modify method now raises the proper error and by Gregory P. Smith · 19 years ago
  67. 4b7a6c8 * If BuildApplet.py is used as an applet it starts with a version of by Ronald Oussoren · 19 years ago
  68. 80dc76e SF patch 1501987: Remove randomness from test_exceptions, by Tim Peters · 19 years ago
  69. c27d655 dash_R_cleanup(): Clear filecmp._cache. This accounts for by Tim Peters · 19 years ago
  70. 56dab85 Specify argtypes for all test functions. Maybe that helps on strange ;-) architectures by Thomas Heller · 19 years ago
  71. 215f13d Normalized a few cases of whitespace in function declarations. by Martin Blais · 19 years ago
  72. ecc3e67 Convert CFieldObject tp_members to tp_getset, since there is no by Thomas Heller · 19 years ago
  73. c169e9f Add missing svn:eol-style property to text files. by Tim Peters · 19 years ago
  74. 852eae1 Access _struct attributes directly instead of mucking with getattr. by Tim Peters · 19 years ago
  75. 372b583 * fix DBCursor.pget() bug with keyword argument names when no data= is by Gregory P. Smith · 19 years ago
  76. d6024d3 Whitespace normalization. by Tim Peters · 19 years ago
  77. 9d7a69c forgot to add this file in previous commit by Gregory P. Smith · 19 years ago
  78. f0547d0 * add support for DBSequence objects [patch #1466734] by Gregory P. Smith · 19 years ago
  79. db8a807 * support DBEnv.lsn_reset() method on BerkeleyDB >= 4.4 [patch #1494902] by Gregory P. Smith · 19 years ago
  80. 7140de0 Whitespace normalization. by Tim Peters · 19 years ago
  81. bf0400a Remove doctest.testmod's deprecated (in 2.4) `isprivate` by Tim Peters · 19 years ago
  82. 76a82e8 * support DBEnv.log_stat() method on BerkeleyDB >= 4.0 [patch #1494885] by Gregory P. Smith · 19 years ago
  83. 06c5c00 "Flat is better than nested." by Tim Peters · 19 years ago
  84. 3dd2002 bugfix: when log_archive was called with the DB_ARCH_REMOVE flag present by Gregory P. Smith · 19 years ago
  85. 28eeefe Revert revisions: by Tim Peters · 19 years ago
  86. c7d1445 Whitespace normalization. by Tim Peters · 19 years ago
  87. ad62489 Bug #1500293: fix memory leaks in _subprocess module. by Georg Brandl · 19 years ago
  88. ddbaa66 Patch #1346214: correctly optimize away "if 0"-style stmts by Georg Brandl · 19 years ago
  89. 3f76779 Patch #1359618: Speed-up charmap encoder. by Martin v. Löwis · 19 years ago
  90. fb2a169 Drop Mac wrappers for the WASTE library. by Ronald Oussoren · 19 years ago
  91. af2ae72 Fixes in struct and socket from merge reviews. by Martin Blais · 19 years ago
  92. 6539d2d Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
  93. c65a13f Whitespace normalization. by Tim Peters · 19 years ago
  94. d609b1a pprint functions used to sort a dict (by key) if and only if by Tim Peters · 19 years ago
  95. 7f7386c Fixed struct test to not use unittest. by Martin Blais · 19 years ago
  96. 38d4d4a Fix memory leak found by valgrind. by Neal Norwitz · 19 years ago
  97. e152aab Convert docstrings to comments so regrtest -v prints method names by Neal Norwitz · 19 years ago
  98. 80a18f0 Re-enable a new empty-string test added during the NFS sprint, by Tim Peters · 19 years ago
  99. 5535da0 Whitespace normalization. by Tim Peters · 19 years ago
  100. 35f6d36 [ 1497053 ] Let dicts propagate the exceptions in user __eq__(). by Armin Rigo · 19 years ago