1. c690665 time.strptime's caching of its locale object was being recreated when the by Brett Cannon · 18 years ago
  2. 1520fe4 Shut up an occaisonal buildbot error due to test files being left around. by Collin Winter · 18 years ago
  3. 93c3368 Added the posibility to pass the timeout to FTP.connect, not only when by Facundo Batista · 18 years ago
  4. b6a5c9d Added timout parameter to telnetlib.Telnet. Also created by Facundo Batista · 18 years ago
  5. 04a51ec Make test_zipfile clean up its temporary files properly. by Collin Winter · 18 years ago
  6. d28fcbc Consolidate patches #1690164, 1683397, and 1690169, all of which refactor XML-related test suites. The patches are applied together because they use a common output/xmltests file. by Collin Winter · 18 years ago
  7. 366d626 Added timeout to smtplib (to SMTP and SMTP_SSL). Also created by Facundo Batista · 18 years ago
  8. 1fe9f96 Bug 1688393. Adds a control of negative values in by Facundo Batista · 18 years ago
  9. b20c500 The basic test cases of poplib.py. by Facundo Batista · 18 years ago
  10. 3f10099 Forgot to add the file before the previous commit, here go the ftplib tests. by Facundo Batista · 18 years ago
  11. f196629 Closing the HTTP connection after each test, and listening more. by Facundo Batista · 18 years ago
  12. b8af7bc Redone the tests, using the infrastructure already present by Facundo Batista · 18 years ago
  13. 75c7eb4 Make test_relpath() pass on Windows. by Collin Winter · 18 years ago
  14. 14553b0 Surrounded with try/finally to socket's default timeout setting by Facundo Batista · 18 years ago
  15. 07c78be Added a 'create_connect()' function to socket.py, which creates a by Facundo Batista · 18 years ago
  16. e3146f5 Add test and fix for fromkeys() optional argument. by Raymond Hettinger · 18 years ago
  17. 7492e42 Bug #1675967: re patterns pickled with older Python versions can by Žiga Seilnacht · 18 years ago
  18. cae9f3d New test for rev. 54407 which only uses directories under TESTFN. by Georg Brandl · 18 years ago
  19. 5cb76c1 Patch #1682205: a TypeError while unpacking an iterable is no longer by Georg Brandl · 18 years ago
  20. 0bbbfc4 Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability. by Raymond Hettinger · 18 years ago
  21. 6cbd8de Try to be a little more resilient to errors. This might help the test by Neal Norwitz · 18 years ago
  22. b0a7d4e Try to make this test more resistant to dropping from previous runs (ie, files that may exist but cause the test to fail). Should be backported (assuming it works :-) by Neal Norwitz · 18 years ago
  23. ce2ab35 Try to make this test more resistant to dropping from previous runs (ie, files that may exist but cause the test to fail). Should be backported (assuming it works :-) by Neal Norwitz · 18 years ago
  24. c990f64 Try backing out 54407 to see if it corrects the problems on the Windows by Neal Norwitz · 18 years ago
  25. c473d5e Get rid of deprecation warning when testing commands.getstatus() by Neal Norwitz · 18 years ago
  26. a8785cc Patch #1630118: add a SpooledTemporaryFile class to tempfile. by Collin Winter · 18 years ago
  27. d9dbe72 Patch #1678339: test case for bug in difflib. by Georg Brandl · 18 years ago
  28. 2b86994 Patch #1675423: PyComplex_AsCComplex() now tries to convert an object by Georg Brandl · 18 years ago
  29. 6f18774 Patch 1339796: add a relpath() function to os.path. by Collin Winter · 18 years ago
  30. 6de691d Remove test/output/test_popen2 (missed in r54417). by Collin Winter · 18 years ago
  31. 1b4145d Patch #1676994: Refactor test_popen2 to use unittest. by Collin Winter · 18 years ago
  32. 6f2d09c Patch #1623563: allow __class__ assignment for classes with __slots__. by Žiga Seilnacht · 18 years ago
  33. 8844e43 Patch #1273829: os.walk() now has a "followlinks" parameter. If set to by Georg Brandl · 18 years ago
  34. 77c67bd Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements. by Collin Winter · 18 years ago
  35. 20f43d3 Patch #1462488: prevent a segfault in object_reduce_ex() by splitting by Žiga Seilnacht · 18 years ago
  36. ea2835a Raise ResourceDenied in test_urllib2net when the Net connection goes bad. by Brett Cannon · 18 years ago
  37. cd1210a Patch #1559413: Fix test_cmd_line if sys.executable contains a space. by Martin v. Löwis · 18 years ago
  38. 71436f0 Patch #1680015: Don't modify __slots__ tuple if it contains an unicode by Žiga Seilnacht · 18 years ago
  39. f66b603 Bug #767111: fix long-standing bug in urllib which caused an by Georg Brandl · 18 years ago
  40. 4aef727 Patch #1185447: binascii.b2a_qp() now correctly quotes binary characters by Georg Brandl · 18 years ago
  41. 03b90d8 Patch #957650: "%var%" environment variable references are now properly by Georg Brandl · 18 years ago
  42. 5240d74 Patch #1444529: the builtin compile() now accepts keyword arguments. (backport) by Georg Brandl · 18 years ago
  43. 4168c04 Fix a tab. by Georg Brandl · 18 years ago
  44. 35ef9c1 Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameter by Georg Brandl · 18 years ago
  45. 9e6b470 Patch #1581073: add a flag to textwrap that prevents the dropping of by Georg Brandl · 18 years ago
  46. 92a6bae Patch #1603688: ConfigParser.SafeConfigParser now checks values that by Georg Brandl · 18 years ago
  47. a36cde4 Quick fix for tests that fail on systems with an encoding other by Lars Gustäbel · 18 years ago
  48. c64e402 This is the implementation of POSIX.1-2001 (pax) format read/write support. by Lars Gustäbel · 18 years ago
  49. ceede5c Patch #1668100: urllib2 now correctly raises URLError instead of by Georg Brandl · 18 years ago
  50. 09a86bc Fix a typo where the variable name was not updated. by Brett Cannon · 18 years ago
  51. 41d4e32 Add test.test_support.transient_internet . Returns a context manager that by Brett Cannon · 18 years ago
  52. ea5962f Whitespace normalization. by Tim Peters · 18 years ago
  53. cb637c9 Patch #1670993: Refactor test_threadedtempfile.py to use unittest. by Collin Winter · 18 years ago
  54. 276887b Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. by Collin Winter · 18 years ago
  55. f567ca3 Patch #1678088: convert test_operations to use unittest, fold the result into test_dict. by Collin Winter · 18 years ago
  56. 871f1bc Backport from Py3k branch: by Georg Brandl · 18 years ago
  57. 9cea8e5 Sane humans would call these invalid tests, but Andrew McNamara pointed out by Skip Montanaro · 18 years ago
  58. a5e7648 Fix resource leak reported in SF #1516995. by Vinay Sajip · 18 years ago
  59. 3351aa7 Convert an assert to a raise so it works even in the presence of -O. by Collin Winter · 18 years ago
  60. 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
  61. 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
  62. 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
  63. a30fcb4 Introduce test.test_support.TransientResource. It's a context manager to by Brett Cannon · 18 years ago
  64. 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
  65. f1200f8 Windows doesn't support negative timestamps. Skip the tests involving them by Guido van Rossum · 18 years ago
  66. d9e5026 Add some sanity checks to unittest.TestSuite's addTest(s) methods. by Georg Brandl · 18 years ago
  67. 9decc0d Patch #1675471: convert test_pty to unittest. by Georg Brandl · 18 years ago
  68. 05c075d Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', ''). by Martin v. Löwis · 18 years ago
  69. 15c5ce9 Patches #1550273, #1550272: fix a few bugs in unittest and add a by Georg Brandl · 18 years ago
  70. 71ff646 Patch #1001604: glob.glob() now returns unicode filenames if it was by Georg Brandl · 18 years ago
  71. d391f08 Patch for bug #1633621: if curses.resizeterm() or by Walter Dörwald · 18 years ago
  72. 40c6261 Patch #1654417: make operator.{get,set,del}slice use the full range by Georg Brandl · 18 years ago
  73. 00cd818 Patch #1638879: don't accept strings with embedded NUL bytes in long(). by Georg Brandl · 18 years ago
  74. 2054ee9 Patch #1646728: datetime.fromtimestamp fails with negative by Guido van Rossum · 18 years ago
  75. ab8a6bb Patch #912410: Replace HTML entity references for attribute values by Martin v. Löwis · 18 years ago
  76. 7236303 A test case for the defaultdict KeyError bug. by Georg Brandl · 18 years ago
  77. 3071a1a A test case for the fix in #1674228. by Georg Brandl · 18 years ago
  78. 3eb7648 Patch #1121142: Implement ZipFile.open. by Martin v. Löwis · 18 years ago
  79. 0fca97a Patch #1674228: when assigning a slice (old-style), check for the by Georg Brandl · 18 years ago
  80. 8905bb1 Fix a bug in test_dict and test_userdict, found at the PyPy sprint. by Georg Brandl · 18 years ago
  81. 20e1199 Fix embarrassing typo and fix constantification of None by Raymond Hettinger · 18 years ago
  82. c37e5e0 Add collections.NamedTuple by Raymond Hettinger · 18 years ago
  83. f8267df Add a test for instantiating SyntaxError with no arguments. by Brett Cannon · 18 years ago
  84. adf1723 Modify the segfaulting example to show why r53997 is not a solution to it. by Armin Rigo · 18 years ago
  85. fa95569 Add checking for a number of metaclass error conditions. by Jeremy Hylton · 18 years ago
  86. 37075c5 Fix long-standing bug in name mangling for package imports by Jeremy Hylton · 18 years ago
  87. 88516a6 When printing an unraisable error, don't print exceptions. before the name. by Neal Norwitz · 18 years ago
  88. 759410b Do not copy free variables to locals in class namespaces. by Jeremy Hylton · 18 years ago
  89. 110054c Backported r51621 from p3yk: by Thomas Wouters · 18 years ago
  90. 6fbb96e Refactor PEP 352 tests to make it easier in the future to make sure certain by Brett Cannon · 18 years ago
  91. 764cf7e Fix typo in comment by Neal Norwitz · 18 years ago
  92. d36862c Add itertools.izip_longest(). by Raymond Hettinger · 18 years ago
  93. 382abef Patch #1490190: posixmodule now includes os.chflags() and os.lchflags() by Martin v. Löwis · 18 years ago
  94. 01b9881 Add test for merge stability by Raymond Hettinger · 18 years ago
  95. 00166c5 Add merge() function to heapq. by Raymond Hettinger · 18 years ago
  96. d6fc72a Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash(). by Raymond Hettinger · 18 years ago
  97. d0b6040 A missing binary mode in AppendTest caused failures in Windows Buildbot. by Lars Gustäbel · 19 years ago
  98. 5b1a785 Patch #1647484: Renamed GzipFile's filename attribute to name. The by Lars Gustäbel · 19 years ago
  99. 84f6de9 Patch #1517891: Make 'a' create the file if it doesn't exist. Fixes #1514451. by Martin v. Löwis · 19 years ago
  100. c6d626e Patch #698833: Support file decryption in zipfile. by Martin v. Löwis · 19 years ago