1. 76d19f6 Added _struct._clearcache() for regression tests by Christian Heimes · 18 years ago
  2. f2f41eb Fixed refleak tests for _struct changes by Christian Heimes · 18 years ago
  3. 8267d1d Bug #1481296: Fixed long(float('nan'))!=0L. by Christian Heimes · 18 years ago
  4. eebb79c Added copysign(x, y) function to the math module by Christian Heimes · 18 years ago
  5. e2ca424 Added math.isinf() and math.isnan() by Christian Heimes · 18 years ago
  6. ae04c33 Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: by Guido van Rossum · 18 years ago
  7. 2f3c16b Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just by Jeffrey Yasskin · 18 years ago
  8. 0a11232 Change docstrings to comments so test output will display normally. by Kurt B. Kaiser · 18 years ago
  9. 0f7c25d Issue1177 by Kurt B. Kaiser · 18 years ago
  10. a6e515b Remove a straggling debugging print line. by Brett Cannon · 18 years ago
  11. 4e438bc Actually execute the tests for the getter/setter/deleter tests on properties. by Brett Cannon · 18 years ago
  12. e9a0e88 Patch #1672 by Joseph Armbruster. Use tempdir() to get a temporary directory. by Guido van Rossum · 18 years ago
  13. 905c31c Add tests for the warnings module; specifically formatwarning and showwarning. by Brett Cannon · 18 years ago
  14. 0b7b6fd Patch #1549 by Thomas Herve. by Guido van Rossum · 18 years ago
  15. 02de897 Patch #1583 by Adam Olsen. by Guido van Rossum · 18 years ago
  16. 80016c9 Fix issue 1661: Flags argument silently ignored in re functions with compiled regexes. by Raymond Hettinger · 18 years ago
  17. 3b63556 Beef-up tests for dict literals by Raymond Hettinger · 18 years ago
  18. 85dfcf3 Users demand iterable input for named tuples. The author capitulates. by Raymond Hettinger · 18 years ago
  19. 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 18 years ago
  20. 88880b2 Add more namedtuple() test cases. Neaten the code and comments. by Raymond Hettinger · 18 years ago
  21. 17b52af Fixed #1624: Remove output comparison for test_pep277 by Christian Heimes · 18 years ago
  22. 42da874 Cleaner method naming convention by Raymond Hettinger · 18 years ago
  23. 90e10e7 Fixed bug #1620: New @spam.getter property syntax modifies the property in place. by Christian Heimes · 18 years ago
  24. 2f9ca29 Fix issue #1313119: urlparse "caches" parses regardless of encoding by Alexandre Vassalotti · 18 years ago
  25. adf9ffd Fix bug 1604. deque.__init__() did not clear existing contents like list.__init__. Not a backport candidate. by Raymond Hettinger · 18 years ago
  26. f15c66e The new float repr causes too much trouble and pain. I'm disabling the feature until we have sorted out the issues on all machines. 64bit machines seem to have issues and Guido has reported even worse. by Christian Heimes · 18 years ago
  27. 284d927 Backport of r59456:59458 from py3k to trunk by Christian Heimes · 18 years ago
  28. e6daafb Add DocXMLRPCServer test from GHOP task #136, written by Jeff Wheeler. by Georg Brandl · 18 years ago
  29. 5466246 correct email address by Skip Montanaro · 18 years ago
  30. 66d41b2 This is probably what was meant here. by Armin Rigo · 18 years ago
  31. 5d1b4d4 Increase unit test coverage of SimpleXMLRPCServer. by Georg Brandl · 18 years ago
  32. 4e2f714 Fix Issue 1045. by Raymond Hettinger · 18 years ago
  33. 2e1af25 Error checking was too aggressive (reported by Chris Tismer) by Raymond Hettinger · 18 years ago
  34. 8f1fea5 Fixed error in regrtest. I must have missed the spot. by Christian Heimes · 18 years ago
  35. 44eeaec Patch #1537 from Chad Austin by Christian Heimes · 18 years ago
  36. 6b449f4 Issue #1727780: Support loading pickles of random.Random objects created by Martin v. Löwis · 18 years ago
  37. ef01d82 Implement PEP 366 by Nick Coghlan · 18 years ago
  38. e4317fa Add test suite for cmd module. by Georg Brandl · 18 years ago
  39. 77b2d63 Issue #1531: Read fileobj from the current offset, do not seek to the start. by Lars Gustäbel · 18 years ago
  40. dfdfaab Feature #1534 by Christian Heimes · 18 years ago
  41. 6b29dd0 Backport of -r59242:59246 from py3k by Christian Heimes · 18 years ago
  42. dafd32b Issue #1521: on 64bit platforms, str.decode fails on very long strings. by Amaury Forgeot d'Arc · 18 years ago
  43. 025c347 Issue #1402: PyInterpreterState_Clear() may still invoke user code by Amaury Forgeot d'Arc · 18 years ago
  44. 636afc5 I forgot to fix one occurence of new in test_descr by Christian Heimes · 18 years ago
  45. 715ec18 Patch # 1507 by Mark Dickinson. Make complex(x, -0) retain the sign of by Guido van Rossum · 18 years ago
  46. c756d00 Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module. by Christian Heimes · 18 years ago
  47. ce7d10c Issue #1445: Fix a SystemError when accessing the ``cell_contents`` by Amaury Forgeot d'Arc · 18 years ago
  48. 9401cbe Test cases from Cowlishaw, v2.57. All are pased cleanly. by Facundo Batista · 18 years ago
  49. 72bc54f Major change in the internal structure of the Decimal by Facundo Batista · 18 years ago
  50. eaa2c98 Fix a bug in the test for using __loader__.get_data(). by Brett Cannon · 18 years ago
  51. 64c06e3 Backport of _abccoll.py by Benjamin Arangueren, issue 1383. by Guido van Rossum · 18 years ago
  52. 9db1d5a Add a missing check before deleting a package's __loader__. by Brett Cannon · 18 years ago
  53. 43e53f8 doctest assumed that a package's __loader__.get_data() method used universal by Brett Cannon · 18 years ago
  54. 0e5edf5 Remove a unneeded line that had typos. by Brett Cannon · 18 years ago
  55. 5087980 The incremental decoder for utf-7 must preserve its state between calls. by Amaury Forgeot d'Arc · 18 years ago
  56. 547867e Another fix for test_shutil. Martin pointed out that it breaks some build bots by Christian Heimes · 18 years ago
  57. 044d709 Fixed bug #1470 by Christian Heimes · 18 years ago
  58. 4673e19 Fix the OSX failures in this test -- they were due to /tmp being a symlink by Guido van Rossum · 18 years ago
  59. 089816b Make this work stand-alone, too. by Guido van Rossum · 18 years ago
  60. 8f6793b Enable some test_cmd_line_script debugging output to investigate failure on Mac OSX buildbot by Nick Coghlan · 18 years ago
  61. 183744d Fix for #1444: utf_8_sig.StreamReader was (indirectly through decode()) by Walter Dörwald · 18 years ago
  62. fc7e72d Fix typo in comment. by Walter Dörwald · 18 years ago
  63. 327a39b Patch #1739468: Directories and zipfiles containing __main__.py are now executable by Nick Coghlan · 18 years ago
  64. 57d5669 Now in find, rfind, index, and rindex, you can use None as defaults, by Facundo Batista · 18 years ago
  65. 414c2b0 add the certificate for the Python SVN repository for testing SSL by Bill Janssen · 18 years ago
  66. eeeb9c4 Accept Issac Morland's suggestion for __replace__ to allow multiple replacements by Raymond Hettinger · 18 years ago
  67. b5e5d07 Add test for __fields__ being read-only by Raymond Hettinger · 18 years ago
  68. 0d75f09 Merge from py3k branch: by Amaury Forgeot d'Arc · 18 years ago
  69. 0288cb0 Add the test from issue 1704621 (the issue itself is already fixed here). by Guido van Rossum · 18 years ago
  70. d1ef789 Issue 1416. Add getter, setter, deleter methods to properties that can be by Guido van Rossum · 18 years ago
  71. 980c4fc Correct a comment about testing methods - nowadays most by Georg Brandl · 18 years ago
  72. 1760c8a Add set.isdisjoint() by Raymond Hettinger · 18 years ago
  73. cdcf887 Optimize dict.fromkeys() with dict inputs. Useful for resetting bag/muliset counts for example. by Raymond Hettinger · 18 years ago
  74. 12e9420 Fix marshal's incorrect handling of subclasses of builtin types (backport candidate). by Raymond Hettinger · 18 years ago
  75. e1ac4f1 Fixes Issue 1385: The hmac module now computes the correct hmac when using by Gregory P. Smith · 18 years ago
  76. b13f70d Add a missing quotation mark. by Brett Cannon · 18 years ago
  77. 3814a91 Fix for bug 1705170 - contextmanager swallowing StopIteration (2.5 backport candidate) by Nick Coghlan · 18 years ago
  78. 4de2263 Removed non ASCII text from test as requested by Guido. Sorry :/ by Christian Heimes · 18 years ago
  79. e18f21c Backport of import tests for bug http://bugs.python.org/issue1293 and bug http://bugs.python.org/issue1342 by Christian Heimes · 18 years ago
  80. ea68474 Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet) by Hye-Shik Chang · 18 years ago
  81. 01a0957 Shorter name for namedtuple() by Raymond Hettinger · 18 years ago
  82. 8feafab Add phuang patch from Issue 708374 which adds offset parameter to mmap module. by Travis E. Oliphant · 18 years ago
  83. fa61797 Remove duplicate crasher. by Georg Brandl · 18 years ago
  84. 1486182 Add a crasher for the long-standing issue with closing a file by Armin Rigo · 18 years ago
  85. 9b5e231 The constructor from tuple was way too permissive: it allowed bad by Facundo Batista · 18 years ago
  86. 7066590 Issue #1580738. When HTTPConnection reads the whole stream with read(), by Facundo Batista · 18 years ago
  87. a1e42e1 Fix the overflow checking of list_repeat. by Armin Rigo · 18 years ago
  88. abfd8df More docs, error messages, and tests by Raymond Hettinger · 18 years ago
  89. ec56019 test_bigbits was not testing what it seemed to. by Armin Rigo · 18 years ago
  90. 880605a Let the O/S supply a port if none of the default ports can be used. by Neal Norwitz · 18 years ago
  91. 3a0de08 Fix test of count.__repr__() to ignore the 'L' if the count is a long by Raymond Hettinger · 18 years ago
  92. 6899586 Accept Jim Jewett's api suggestion to use None instead of -1 to indicate unbounded deques. by Raymond Hettinger · 18 years ago
  93. a48a299 Eliminate camelcase function name by Raymond Hettinger · 18 years ago
  94. 2115bbc Add comments to NamedTuple code. by Raymond Hettinger · 18 years ago
  95. 92abad2 Ensure that this test will pass even if another test left an unwritable TESTFN. by Neal Norwitz · 18 years ago
  96. 71e4fb5 Use the host the author likely meant in the first place. pop.gmail.com is by Gregory P. Smith · 18 years ago
  97. a7fc4b1 Add __asdict__() to NamedTuple and refine the docs. by Raymond Hettinger · 18 years ago
  98. 50e90e2 itertools.count() no longer limited to sys.maxint. by Raymond Hettinger · 18 years ago
  99. 1a191df Made the various is_* operations return booleans. This was discussed by Facundo Batista · 18 years ago
  100. ad8fb0d Patch # 188 by Philip Jenvey. by Guido van Rossum · 18 years ago