1. 1dd9a2c Convert test_stringprep to use unittest. by Collin Winter · 18 years ago
  2. 9405609 Convert test_normalization to use unittest. by Collin Winter · 18 years ago
  3. fe712fb Convert test_long_future to use unittest. by Collin Winter · 18 years ago
  4. 7a3d41f Bug #1563759: struct.unpack doens't support buffer protocol objects by Raymond Hettinger · 18 years ago
  5. 18ffe42 Fix WalkTests.test_traversal() on Windows. The cleanup in by Žiga Seilnacht · 18 years ago
  6. 10fe455 Make test_softspace use unittest. by Collin Winter · 18 years ago
  7. 82c3671 Make test_getopt use unittest. by Collin Winter · 18 years ago
  8. 3bf573f Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 18 years ago
  9. 80e8c99 Stop using test_support.verify(). by Collin Winter · 18 years ago
  10. 9475db7 Clean up imports. by Collin Winter · 18 years ago
  11. b1bb01e Fix a race condition in this test -- instead of assuming that it will take by Guido van Rossum · 18 years ago
  12. 06c6579 Fixed the way that the .pem files are looked for, and changed by Facundo Batista · 18 years ago
  13. a0da5c7 Changed the whole structure of startup and checking if the by Facundo Batista · 18 years ago
  14. e6dae6c Implement a contextmanager test.test_support.catch_warning that can by Walter Dörwald · 18 years ago
  15. c4a1067 Added a SSL server to test_socket_ssl.py to be able to test by Facundo Batista · 18 years ago
  16. e1a9b42 Add tests for the filename. by Walter Dörwald · 18 years ago
  17. 8bd6500 Document that CatchWarningTests is reused by test_structmembers.py. by Walter Dörwald · 18 years ago
  18. d815d35 Move the functionality for catching warnings in test_warnings.py into a separate by Walter Dörwald · 18 years ago
  19. c3a35e1 Now using unittest for the tests infraestructure. Also split the by Facundo Batista · 18 years ago
  20. 7352cf5 SF 1602378 Clarify docstrings for bisect by Raymond Hettinger · 18 years ago
  21. ab8802a Fix warnings about object.__init__() signature. by Guido van Rossum · 18 years ago
  22. 01a807d Array module's buffer interface can now handle empty arrays. by Raymond Hettinger · 18 years ago
  23. e6e660b SF #1693079: Cannot save empty array in shelve by Raymond Hettinger · 18 years ago
  24. c7a2e46 Fix the test for recreating the locale cache object by not worrying about if by Brett Cannon · 18 years ago
  25. c690665 time.strptime's caching of its locale object was being recreated when the by Brett Cannon · 18 years ago
  26. 8f35f44 SF #1685563, MSVCCompiler creates redundant and long PATH strings by Neal Norwitz · 18 years ago
  27. 1520fe4 Shut up an occaisonal buildbot error due to test files being left around. by Collin Winter · 18 years ago
  28. 2365fcd Bump the patch level version of distutils since there were a few bug fixes since by Marc-André Lemburg · 18 years ago
  29. 93c3368 Added the posibility to pass the timeout to FTP.connect, not only when by Facundo Batista · 18 years ago
  30. b6a5c9d Added timout parameter to telnetlib.Telnet. Also created by Facundo Batista · 18 years ago
  31. 04a51ec Make test_zipfile clean up its temporary files properly. by Collin Winter · 18 years ago
  32. 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
  33. 366d626 Added timeout to smtplib (to SMTP and SMTP_SSL). Also created by Facundo Batista · 18 years ago
  34. 1fe9f96 Bug 1688393. Adds a control of negative values in by Facundo Batista · 18 years ago
  35. b20c500 The basic test cases of poplib.py. by Facundo Batista · 18 years ago
  36. 1b1c347 Added an optional timeout to poplib.POP3. Also created a by Facundo Batista · 18 years ago
  37. 3f10099 Forgot to add the file before the previous commit, here go the ftplib tests. by Facundo Batista · 18 years ago
  38. f03facf Some nits. by Georg Brandl · 18 years ago
  39. f196629 Closing the HTTP connection after each test, and listening more. by Facundo Batista · 18 years ago
  40. b8af7bc Redone the tests, using the infrastructure already present by Facundo Batista · 18 years ago
  41. 75c7eb4 Make test_relpath() pass on Windows. by Collin Winter · 18 years ago
  42. 14553b0 Surrounded with try/finally to socket's default timeout setting by Facundo Batista · 18 years ago
  43. 07c78be Added a 'create_connect()' function to socket.py, which creates a by Facundo Batista · 18 years ago
  44. f102e24 Add a type.__init__() method that enforces the same signature as by Guido van Rossum · 18 years ago
  45. 0af3388 Bug #978833: Revert r50844, as it broke _socketobject.dup. Will backport. by Martin v. Löwis · 18 years ago
  46. 143b564 - Bug #1683368: The object.__init__() and object.__new__() methods are by Guido van Rossum · 18 years ago
  47. e3146f5 Add test and fix for fromkeys() optional argument. by Raymond Hettinger · 18 years ago
  48. 7492e42 Bug #1675967: re patterns pickled with older Python versions can by Žiga Seilnacht · 18 years ago
  49. 972ca50 Fix #1684254: split BROWSER contents with shlex to avoid displaying 'URL'. by Georg Brandl · 18 years ago
  50. cae9f3d New test for rev. 54407 which only uses directories under TESTFN. by Georg Brandl · 18 years ago
  51. 5cb76c1 Patch #1682205: a TypeError while unpacking an iterable is no longer by Georg Brandl · 18 years ago
  52. b54a809 Fix for glob.py if filesystem encoding is None. by Georg Brandl · 18 years ago
  53. 0bbbfc4 Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability. by Raymond Hettinger · 18 years ago
  54. ce55e21 Try to get test_urllib to pass on Windows by closing the file. by Neal Norwitz · 18 years ago
  55. 6cbd8de Try to be a little more resilient to errors. This might help the test by Neal Norwitz · 18 years ago
  56. 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
  57. 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
  58. c990f64 Try backing out 54407 to see if it corrects the problems on the Windows by Neal Norwitz · 18 years ago
  59. c473d5e Get rid of deprecation warning when testing commands.getstatus() by Neal Norwitz · 18 years ago
  60. a8785cc Patch #1630118: add a SpooledTemporaryFile class to tempfile. by Collin Winter · 18 years ago
  61. d9dbe72 Patch #1678339: test case for bug in difflib. by Georg Brandl · 18 years ago
  62. 2b86994 Patch #1675423: PyComplex_AsCComplex() now tries to convert an object by Georg Brandl · 18 years ago
  63. 6f18774 Patch 1339796: add a relpath() function to os.path. by Collin Winter · 18 years ago
  64. 6de691d Remove test/output/test_popen2 (missed in r54417). by Collin Winter · 18 years ago
  65. 1b4145d Patch #1676994: Refactor test_popen2 to use unittest. by Collin Winter · 18 years ago
  66. 6f2d09c Patch #1623563: allow __class__ assignment for classes with __slots__. by Žiga Seilnacht · 18 years ago
  67. 8844e43 Patch #1273829: os.walk() now has a "followlinks" parameter. If set to by Georg Brandl · 18 years ago
  68. 8f06d02 Bug #1681228: the webbrowser module now correctly uses the default by Georg Brandl · 18 years ago
  69. 77c67bd Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements. by Collin Winter · 18 years ago
  70. 20f43d3 Patch #1462488: prevent a segfault in object_reduce_ex() by splitting by Žiga Seilnacht · 18 years ago
  71. ab1f467 Patch #1681153: the wave module now closes a file object it opened if by Georg Brandl · 18 years ago
  72. ea2835a Raise ResourceDenied in test_urllib2net when the Net connection goes bad. by Brett Cannon · 18 years ago
  73. cd1210a Patch #1559413: Fix test_cmd_line if sys.executable contains a space. by Martin v. Löwis · 18 years ago
  74. 71436f0 Patch #1680015: Don't modify __slots__ tuple if it contains an unicode by Žiga Seilnacht · 18 years ago
  75. f66b603 Bug #767111: fix long-standing bug in urllib which caused an by Georg Brandl · 18 years ago
  76. dcd24ae SF bug #1582282; decode_header() incorrectly splits not-conformant RFC by Barry Warsaw · 18 years ago
  77. 4aef727 Patch #1185447: binascii.b2a_qp() now correctly quotes binary characters by Georg Brandl · 18 years ago
  78. 7e2b6bb Patch #1194449: correctly detect unbound methods in pydoc. by Georg Brandl · 18 years ago
  79. 03b90d8 Patch #957650: "%var%" environment variable references are now properly by Georg Brandl · 18 years ago
  80. b6ae6aa Patch #1429539: pdb now correctly initializes the __main__ module for by Georg Brandl · 18 years ago
  81. 8044e5b Deprecate commands.getstatus(). by Georg Brandl · 18 years ago
  82. 8e84c65 Patch #1393667: pdb now has a "run" command which restarts the debugged by Georg Brandl · 18 years ago
  83. 5240d74 Patch #1444529: the builtin compile() now accepts keyword arguments. (backport) by Georg Brandl · 18 years ago
  84. 5dc4fe0 Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl. by Thomas Heller · 18 years ago
  85. 8441f15 Patch #1530482: add pydoc.render_doc() which returns the documentation by Georg Brandl · 18 years ago
  86. d9bef35 Patch #1533909: the timeit module now accepts callables in addition to by Georg Brandl · 18 years ago
  87. 4168c04 Fix a tab. by Georg Brandl · 18 years ago
  88. 35ef9c1 Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameter by Georg Brandl · 18 years ago
  89. 6c104f6 Patch #1605192: list allowed states in error messages for imaplib. by Georg Brandl · 18 years ago
  90. 9e6b470 Patch #1581073: add a flag to textwrap that prevents the dropping of by Georg Brandl · 18 years ago
  91. 92a6bae Patch #1603688: ConfigParser.SafeConfigParser now checks values that by Georg Brandl · 18 years ago
  92. a36cde4 Quick fix for tests that fail on systems with an encoding other by Lars Gustäbel · 18 years ago
  93. c64e402 This is the implementation of POSIX.1-2001 (pax) format read/write support. by Lars Gustäbel · 18 years ago
  94. bdd0f39 Patch #1449244: Support Unicode strings in by Martin v. Löwis · 18 years ago
  95. 18c47f6 Patch #1569798: fix a bug in distutils when building Python from a by Georg Brandl · 18 years ago
  96. b6a8754 Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to by Georg Brandl · 18 years ago
  97. 4ffc8f5 Patch #1555098: use str.join() instead of repeated string by Georg Brandl · 18 years ago
  98. 94fe3f5 Patch #1635454: the csv.DictWriter class now includes the offending by Georg Brandl · 18 years ago
  99. ceede5c Patch #1668100: urllib2 now correctly raises URLError instead of by Georg Brandl · 18 years ago
  100. 09a86bc Fix a typo where the variable name was not updated. by Brett Cannon · 18 years ago