1. 03b90d8 Patch #957650: "%var%" environment variable references are now properly by Georg Brandl · 18 years ago
  2. 5240d74 Patch #1444529: the builtin compile() now accepts keyword arguments. (backport) by Georg Brandl · 18 years ago
  3. 4168c04 Fix a tab. by Georg Brandl · 18 years ago
  4. 35ef9c1 Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameter by Georg Brandl · 18 years ago
  5. 9e6b470 Patch #1581073: add a flag to textwrap that prevents the dropping of by Georg Brandl · 18 years ago
  6. 92a6bae Patch #1603688: ConfigParser.SafeConfigParser now checks values that by Georg Brandl · 18 years ago
  7. a36cde4 Quick fix for tests that fail on systems with an encoding other by Lars Gustäbel · 18 years ago
  8. c64e402 This is the implementation of POSIX.1-2001 (pax) format read/write support. by Lars Gustäbel · 18 years ago
  9. ceede5c Patch #1668100: urllib2 now correctly raises URLError instead of by Georg Brandl · 18 years ago
  10. 09a86bc Fix a typo where the variable name was not updated. by Brett Cannon · 18 years ago
  11. 41d4e32 Add test.test_support.transient_internet . Returns a context manager that by Brett Cannon · 18 years ago
  12. ea5962f Whitespace normalization. by Tim Peters · 18 years ago
  13. cb637c9 Patch #1670993: Refactor test_threadedtempfile.py to use unittest. by Collin Winter · 18 years ago
  14. 276887b Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. by Collin Winter · 18 years ago
  15. f567ca3 Patch #1678088: convert test_operations to use unittest, fold the result into test_dict. by Collin Winter · 18 years ago
  16. 871f1bc Backport from Py3k branch: by Georg Brandl · 18 years ago
  17. 9cea8e5 Sane humans would call these invalid tests, but Andrew McNamara pointed out by Skip Montanaro · 18 years ago
  18. a5e7648 Fix resource leak reported in SF #1516995. by Vinay Sajip · 18 years ago
  19. 3351aa7 Convert an assert to a raise so it works even in the presence of -O. by Collin Winter · 18 years ago
  20. 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
  21. 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
  22. 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
  23. a30fcb4 Introduce test.test_support.TransientResource. It's a context manager to by Brett Cannon · 18 years ago
  24. 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
  25. f1200f8 Windows doesn't support negative timestamps. Skip the tests involving them by Guido van Rossum · 18 years ago
  26. d9e5026 Add some sanity checks to unittest.TestSuite's addTest(s) methods. by Georg Brandl · 18 years ago
  27. 9decc0d Patch #1675471: convert test_pty to unittest. by Georg Brandl · 18 years ago
  28. 05c075d Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', ''). by Martin v. Löwis · 18 years ago
  29. 15c5ce9 Patches #1550273, #1550272: fix a few bugs in unittest and add a by Georg Brandl · 18 years ago
  30. 71ff646 Patch #1001604: glob.glob() now returns unicode filenames if it was by Georg Brandl · 18 years ago
  31. d391f08 Patch for bug #1633621: if curses.resizeterm() or by Walter Dörwald · 18 years ago
  32. 40c6261 Patch #1654417: make operator.{get,set,del}slice use the full range by Georg Brandl · 18 years ago
  33. 00cd818 Patch #1638879: don't accept strings with embedded NUL bytes in long(). by Georg Brandl · 18 years ago
  34. 2054ee9 Patch #1646728: datetime.fromtimestamp fails with negative by Guido van Rossum · 18 years ago
  35. ab8a6bb Patch #912410: Replace HTML entity references for attribute values by Martin v. Löwis · 18 years ago
  36. 7236303 A test case for the defaultdict KeyError bug. by Georg Brandl · 18 years ago
  37. 3071a1a A test case for the fix in #1674228. by Georg Brandl · 18 years ago
  38. 3eb7648 Patch #1121142: Implement ZipFile.open. by Martin v. Löwis · 18 years ago
  39. 0fca97a Patch #1674228: when assigning a slice (old-style), check for the by Georg Brandl · 18 years ago
  40. 8905bb1 Fix a bug in test_dict and test_userdict, found at the PyPy sprint. by Georg Brandl · 18 years ago
  41. 20e1199 Fix embarrassing typo and fix constantification of None by Raymond Hettinger · 18 years ago
  42. c37e5e0 Add collections.NamedTuple by Raymond Hettinger · 18 years ago
  43. f8267df Add a test for instantiating SyntaxError with no arguments. by Brett Cannon · 18 years ago
  44. adf1723 Modify the segfaulting example to show why r53997 is not a solution to it. by Armin Rigo · 18 years ago
  45. fa95569 Add checking for a number of metaclass error conditions. by Jeremy Hylton · 18 years ago
  46. 37075c5 Fix long-standing bug in name mangling for package imports by Jeremy Hylton · 18 years ago
  47. 88516a6 When printing an unraisable error, don't print exceptions. before the name. by Neal Norwitz · 18 years ago
  48. 759410b Do not copy free variables to locals in class namespaces. by Jeremy Hylton · 18 years ago
  49. 110054c Backported r51621 from p3yk: by Thomas Wouters · 18 years ago
  50. 6fbb96e Refactor PEP 352 tests to make it easier in the future to make sure certain by Brett Cannon · 18 years ago
  51. 764cf7e Fix typo in comment by Neal Norwitz · 18 years ago
  52. d36862c Add itertools.izip_longest(). by Raymond Hettinger · 18 years ago
  53. 382abef Patch #1490190: posixmodule now includes os.chflags() and os.lchflags() by Martin v. Löwis · 18 years ago
  54. 01b9881 Add test for merge stability by Raymond Hettinger · 18 years ago
  55. 00166c5 Add merge() function to heapq. by Raymond Hettinger · 18 years ago
  56. d6fc72a Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash(). by Raymond Hettinger · 18 years ago
  57. d0b6040 A missing binary mode in AppendTest caused failures in Windows Buildbot. by Lars Gustäbel · 19 years ago
  58. 5b1a785 Patch #1647484: Renamed GzipFile's filename attribute to name. The by Lars Gustäbel · 19 years ago
  59. 84f6de9 Patch #1517891: Make 'a' create the file if it doesn't exist. Fixes #1514451. by Martin v. Löwis · 19 years ago
  60. c6d626e Patch #698833: Support file decryption in zipfile. by Martin v. Löwis · 19 years ago
  61. b8d6d73 Fix the line to what is my guess at the original author's meaning. by Armin Rigo · 19 years ago
  62. 2bad58f Patch 1463026: Support default namespace in XMLGenerator. by Martin v. Löwis · 19 years ago
  63. 4c11a92 Bug #1653736: Complain about keyword arguments to time.isoformat. by Martin v. Löwis · 19 years ago
  64. 6d121f1 Do not let overflows in enumerate() and count() pass silently. by Raymond Hettinger · 19 years ago
  65. 4da5bf6 Bug #1575169: operator.isSequenceType() now returns False for subclasses of dict. by Raymond Hettinger · 19 years ago
  66. 5a0217e Check for a common user error with defaultdict(). by Raymond Hettinger · 19 years ago
  67. 0922d71 SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses by Raymond Hettinger · 19 years ago
  68. 3f8aca1 Patch #1652681: create nonexistent files in append mode and by Lars Gustäbel · 19 years ago
  69. 129bd52 No more raising of string exceptions! by Brett Cannon · 19 years ago
  70. f733abb Whitespace normalization. by Tim Peters · 19 years ago
  71. e05e6b0 Add a test for slicing an exception. by Brett Cannon · 19 years ago
  72. ab49684 Patch #1638243: the compiler package is now able to correctly compile by Georg Brandl · 19 years ago
  73. 07e1db3 Fix time.strptime's %U support. Basically rewrote the algorithm to be more by Brett Cannon · 19 years ago
  74. 4b884a5 Port test_popen.py to unittest. by Walter Dörwald · 19 years ago
  75. f5bee30 Fix crasher for when an object's __del__ creates a new weakref to itself. by Brett Cannon · 19 years ago
  76. b78bb74 Improve pattern used for mbox 'From' lines; add a simple test by Andrew M. Kuchling · 19 years ago
  77. 5a096e1 Use new email module names (#1637162, #1637159, #1637157). by Georg Brandl · 19 years ago
  78. dd7b052 Patch #1627441: close sockets properly in urllib2. by Georg Brandl · 19 years ago
  79. b84c137 Bug #1486663: don't reject keyword arguments for subclasses of builtin types. by Georg Brandl · 19 years ago
  80. aef4c6b Patch #1610575: Add support for _Bool to struct. by Martin v. Löwis · 19 years ago
  81. 71cd551 Port test_new.py to unittest. by Walter Dörwald · 19 years ago
  82. d414302 resource.RUSAGE_BOTH might not exist. by Walter Dörwald · 19 years ago
  83. 66262ab Add argument tests an calls of resource.getrusage(). by Walter Dörwald · 19 years ago
  84. 9fab9a7 Port test_resource.py to unittest. by Walter Dörwald · 19 years ago
  85. 06a9a0c This test doesn't pass on Windows. The cause seems to be that chmod by Neal Norwitz · 19 years ago
  86. 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
  87. 33a0a06 Fixed ntpath.expandvars to not replace references to non-existing by Sjoerd Mullender · 19 years ago
  88. bb2cc69 Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or by Guido van Rossum · 19 years ago
  89. 0567ba2 Remove a dependency of this test on $COLUMNS. by Guido van Rossum · 19 years ago
  90. 10514a7 Fix for bug #1634343: allow specifying empty arguments on Windows by Peter Astrand · 19 years ago
  91. 093b670 Deprecate the sets module. by Brett Cannon · 19 years ago
  92. 9fdfadb SF #1486663 -- Allow keyword args in subclasses of set() and frozenset(). by Raymond Hettinger · 19 years ago
  93. 51c2f6c Fix zero-length corner case for iterating over a mutating deque. by Raymond Hettinger · 19 years ago
  94. 769a40a Fix stability of heapq's nlargest() and nsmallest(). by Raymond Hettinger · 19 years ago
  95. 92d54d5 Add EnvironmentVarGuard to test.test_support. Provides a context manager to by Brett Cannon · 19 years ago
  96. 5399910 For sets with cyclical reprs, emit an ellipsis instead of infinitely recursing. by Raymond Hettinger · 19 years ago
  97. a7ba6fc Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. by Lars Gustäbel · 19 years ago
  98. a4b2381 Patch #1262036: Prevent TarFiles from being added to themselves under by Lars Gustäbel · 19 years ago
  99. 6baa502 Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() by Lars Gustäbel · 19 years ago
  100. 55c54a2 Frak; this test also fails by Andrew M. Kuchling · 19 years ago