1. 3351aa7 Convert an assert to a raise so it works even in the presence of -O. by Collin Winter · 18 years ago
  2. 22c42ba Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to calling getsockname() on the server's socket. by Collin Winter · 18 years ago
  3. dbead56 * Unlink test files before and after each test; hopefully this will cut down on recent buildbot failures in test_islink. by Collin Winter · 18 years ago
  4. e38051d Patch #1491866: change the complex() constructor to allow parthensized forms. This means complex(repr(x)) now works instead of raising a ValueError. by Collin Winter · 18 years ago
  5. a30fcb4 Introduce test.test_support.TransientResource. It's a context manager to by Brett Cannon · 18 years ago
  6. 5545314 Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 higher up in the testing order. by Collin Winter · 18 years ago
  7. f1200f8 Windows doesn't support negative timestamps. Skip the tests involving them by Guido van Rossum · 18 years ago
  8. d9e5026 Add some sanity checks to unittest.TestSuite's addTest(s) methods. by Georg Brandl · 18 years ago
  9. 9decc0d Patch #1675471: convert test_pty to unittest. by Georg Brandl · 18 years ago
  10. 05c075d Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', ''). by Martin v. Löwis · 18 years ago
  11. 15c5ce9 Patches #1550273, #1550272: fix a few bugs in unittest and add a by Georg Brandl · 18 years ago
  12. 71ff646 Patch #1001604: glob.glob() now returns unicode filenames if it was by Georg Brandl · 18 years ago
  13. d391f08 Patch for bug #1633621: if curses.resizeterm() or by Walter Dörwald · 18 years ago
  14. 40c6261 Patch #1654417: make operator.{get,set,del}slice use the full range by Georg Brandl · 18 years ago
  15. 00cd818 Patch #1638879: don't accept strings with embedded NUL bytes in long(). by Georg Brandl · 18 years ago
  16. 2054ee9 Patch #1646728: datetime.fromtimestamp fails with negative by Guido van Rossum · 18 years ago
  17. ab8a6bb Patch #912410: Replace HTML entity references for attribute values by Martin v. Löwis · 18 years ago
  18. 7236303 A test case for the defaultdict KeyError bug. by Georg Brandl · 18 years ago
  19. 3071a1a A test case for the fix in #1674228. by Georg Brandl · 18 years ago
  20. 3eb7648 Patch #1121142: Implement ZipFile.open. by Martin v. Löwis · 18 years ago
  21. 0fca97a Patch #1674228: when assigning a slice (old-style), check for the by Georg Brandl · 18 years ago
  22. 8905bb1 Fix a bug in test_dict and test_userdict, found at the PyPy sprint. by Georg Brandl · 18 years ago
  23. 20e1199 Fix embarrassing typo and fix constantification of None by Raymond Hettinger · 18 years ago
  24. c37e5e0 Add collections.NamedTuple by Raymond Hettinger · 18 years ago
  25. f8267df Add a test for instantiating SyntaxError with no arguments. by Brett Cannon · 18 years ago
  26. adf1723 Modify the segfaulting example to show why r53997 is not a solution to it. by Armin Rigo · 18 years ago
  27. fa95569 Add checking for a number of metaclass error conditions. by Jeremy Hylton · 18 years ago
  28. 37075c5 Fix long-standing bug in name mangling for package imports by Jeremy Hylton · 18 years ago
  29. 88516a6 When printing an unraisable error, don't print exceptions. before the name. by Neal Norwitz · 18 years ago
  30. 759410b Do not copy free variables to locals in class namespaces. by Jeremy Hylton · 18 years ago
  31. 110054c Backported r51621 from p3yk: by Thomas Wouters · 18 years ago
  32. 6fbb96e Refactor PEP 352 tests to make it easier in the future to make sure certain by Brett Cannon · 18 years ago
  33. 764cf7e Fix typo in comment by Neal Norwitz · 18 years ago
  34. d36862c Add itertools.izip_longest(). by Raymond Hettinger · 18 years ago
  35. 382abef Patch #1490190: posixmodule now includes os.chflags() and os.lchflags() by Martin v. Löwis · 18 years ago
  36. 01b9881 Add test for merge stability by Raymond Hettinger · 18 years ago
  37. 00166c5 Add merge() function to heapq. by Raymond Hettinger · 18 years ago
  38. d6fc72a Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash(). by Raymond Hettinger · 18 years ago
  39. d0b6040 A missing binary mode in AppendTest caused failures in Windows Buildbot. by Lars Gustäbel · 19 years ago
  40. 5b1a785 Patch #1647484: Renamed GzipFile's filename attribute to name. The by Lars Gustäbel · 19 years ago
  41. 84f6de9 Patch #1517891: Make 'a' create the file if it doesn't exist. Fixes #1514451. by Martin v. Löwis · 19 years ago
  42. c6d626e Patch #698833: Support file decryption in zipfile. by Martin v. Löwis · 19 years ago
  43. b8d6d73 Fix the line to what is my guess at the original author's meaning. by Armin Rigo · 19 years ago
  44. 2bad58f Patch 1463026: Support default namespace in XMLGenerator. by Martin v. Löwis · 19 years ago
  45. 4c11a92 Bug #1653736: Complain about keyword arguments to time.isoformat. by Martin v. Löwis · 19 years ago
  46. 6d121f1 Do not let overflows in enumerate() and count() pass silently. by Raymond Hettinger · 19 years ago
  47. 4da5bf6 Bug #1575169: operator.isSequenceType() now returns False for subclasses of dict. by Raymond Hettinger · 19 years ago
  48. 5a0217e Check for a common user error with defaultdict(). by Raymond Hettinger · 19 years ago
  49. 0922d71 SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses by Raymond Hettinger · 19 years ago
  50. 3f8aca1 Patch #1652681: create nonexistent files in append mode and by Lars Gustäbel · 19 years ago
  51. 129bd52 No more raising of string exceptions! by Brett Cannon · 19 years ago
  52. f733abb7 Whitespace normalization. by Tim Peters · 19 years ago
  53. e05e6b0 Add a test for slicing an exception. by Brett Cannon · 19 years ago
  54. ab49684 Patch #1638243: the compiler package is now able to correctly compile by Georg Brandl · 19 years ago
  55. 07e1db3 Fix time.strptime's %U support. Basically rewrote the algorithm to be more by Brett Cannon · 19 years ago
  56. 4b884a5 Port test_popen.py to unittest. by Walter Dörwald · 19 years ago
  57. f5bee30 Fix crasher for when an object's __del__ creates a new weakref to itself. by Brett Cannon · 19 years ago
  58. b78bb74 Improve pattern used for mbox 'From' lines; add a simple test by Andrew M. Kuchling · 19 years ago
  59. 5a096e1 Use new email module names (#1637162, #1637159, #1637157). by Georg Brandl · 19 years ago
  60. dd7b052 Patch #1627441: close sockets properly in urllib2. by Georg Brandl · 19 years ago
  61. b84c137 Bug #1486663: don't reject keyword arguments for subclasses of builtin types. by Georg Brandl · 19 years ago
  62. aef4c6b Patch #1610575: Add support for _Bool to struct. by Martin v. Löwis · 19 years ago
  63. 71cd551 Port test_new.py to unittest. by Walter Dörwald · 19 years ago
  64. d414302 resource.RUSAGE_BOTH might not exist. by Walter Dörwald · 19 years ago
  65. 66262ab Add argument tests an calls of resource.getrusage(). by Walter Dörwald · 19 years ago
  66. 9fab9a7 Port test_resource.py to unittest. by Walter Dörwald · 19 years ago
  67. 06a9a0c This test doesn't pass on Windows. The cause seems to be that chmod by Neal Norwitz · 19 years ago
  68. 7beeb2b Try reverting part of r53145 that seems to cause the Windows buildbots to fail in test_uu.UUFileTest.test_encode by Neal Norwitz · 19 years ago
  69. 33a0a06 Fixed ntpath.expandvars to not replace references to non-existing by Sjoerd Mullender · 19 years ago
  70. bb2cc69 Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or by Guido van Rossum · 19 years ago
  71. 0567ba2 Remove a dependency of this test on $COLUMNS. by Guido van Rossum · 19 years ago
  72. 10514a7 Fix for bug #1634343: allow specifying empty arguments on Windows by Peter Astrand · 19 years ago
  73. 093b670 Deprecate the sets module. by Brett Cannon · 19 years ago
  74. 9fdfadb SF #1486663 -- Allow keyword args in subclasses of set() and frozenset(). by Raymond Hettinger · 19 years ago
  75. 51c2f6c Fix zero-length corner case for iterating over a mutating deque. by Raymond Hettinger · 19 years ago
  76. 769a40a Fix stability of heapq's nlargest() and nsmallest(). by Raymond Hettinger · 19 years ago
  77. 92d54d5 Add EnvironmentVarGuard to test.test_support. Provides a context manager to by Brett Cannon · 19 years ago
  78. 5399910 For sets with cyclical reprs, emit an ellipsis instead of infinitely recursing. by Raymond Hettinger · 19 years ago
  79. a7ba6fc Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. by Lars Gustäbel · 19 years ago
  80. a4b2381 Patch #1262036: Prevent TarFiles from being added to themselves under by Lars Gustäbel · 19 years ago
  81. 6baa502 Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() by Lars Gustäbel · 19 years ago
  82. 55c54a2 Frak; this test also fails by Andrew M. Kuchling · 19 years ago
  83. f2881e8 Darn; this test works when you run test_pty.py directly, but fails when regrtest runs it (the os.read() raises os.error). I can't figure out the cause, so am commenting out the test. by Andrew M. Kuchling · 19 years ago
  84. ee0e6d1 [Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect; by Andrew M. Kuchling · 19 years ago
  85. 3fa5e6e [Bug #776202] Apply Walter Doerwald's patch to use text mode for encoded files by Andrew M. Kuchling · 19 years ago
  86. 9ef0ef5 [Bug #802128 continued] Modify mode depending on the process umask. by Andrew M. Kuchling · 19 years ago
  87. dc26758 [Bug #802128] Make the mode argument of dumbdbm actually work the way it's by Andrew M. Kuchling · 19 years ago
  88. ded1c4d Testcase for patch #1484695. by Georg Brandl · 19 years ago
  89. 94547f7 Bug #1590891: random.randrange don't return correct value for big number by Raymond Hettinger · 19 years ago
  90. 6d9520c Add test.test_support.guard_warnings_filter . This function returns a context by Brett Cannon · 19 years ago
  91. c745df8 Remove unneeded imports of 'warnings'. by Brett Cannon · 19 years ago
  92. 905820c Remove an unneeded import of 'warnings'. by Brett Cannon · 19 years ago
  93. da1ad32 Fix typo. by Walter Dörwald · 19 years ago
  94. c789f34 Add test for SF bug 1576657 by Raymond Hettinger · 19 years ago
  95. 87fa559 Patch #1610437: fix a tarfile bug with long filename headers. by Georg Brandl · 19 years ago
  96. a00bcac Patch #1371075: Make ConfigParser accept optional dict type by Martin v. Löwis · 19 years ago
  97. f008203 Move xdrlib tests from the module into a separate test script, by Walter Dörwald · 19 years ago
  98. f390442 a test for an error condition not covered by existing tests by Michael W. Hudson · 19 years ago
  99. 39b8b6a Change decode() so that it works with a buffer (i.e. unicode(..., 'utf-8-sig')) by Walter Dörwald · 19 years ago
  100. 0752935 Patch #1070046: Marshal new-style objects like InstanceType in xmlrpclib. by Martin v. Löwis · 19 years ago