1. 7ecfc82 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 10 years ago
  2. 52c0c33 Skip nntplib tests when transient errors captured. by Berker Peksag · 10 years ago
  3. c9d11c3 Issue #23879, asyncio: SelectorEventLoop.sock_connect() must not call connect() by Victor Stinner · 10 years ago
  4. 033c58a remove smtpd dead code (closes #23873) by Benjamin Peterson · 10 years ago
  5. b32fb8d Update pip to 6.1.1 by Donald Stufft · 10 years ago
  6. 4bea461 Issue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/ by Victor Stinner · 10 years ago
  7. ab73e65 Issue #23881: urllib.request.ftpwrapper constructor now closes the socket if by Victor Stinner · 10 years ago
  8. fe508d1 Upgrade pip to 6.1.0 and setuptools to 15.0 by Donald Stufft · 10 years ago
  9. 6fbeae4 Issue #22977: Remove unconditional import of ctypes. by Serhiy Storchaka · 10 years ago
  10. 0c80331 fix extended command syntax (closes #23872) by Benjamin Peterson · 10 years ago
  11. 9a6e201 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 10 years ago
  12. c9ba38c Open files in binary mode to avoid newlines transformation. by Serhiy Storchaka · 10 years ago
  13. 9fa84b2 Issue #23825: Fixed test_idle under -OO. by Serhiy Storchaka · 10 years ago
  14. 9f8a891 Escaped backslashes in docstrings. by Serhiy Storchaka · 10 years ago
  15. 8077434 Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped. by Serhiy Storchaka · 10 years ago
  16. 8c9bba0 Issue #22351: Fix test_nntplib if the ssl module is missing by Victor Stinner · 10 years ago
  17. 13e41c5 Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString(). by Serhiy Storchaka · 10 years ago
  18. aa9563c Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). by Serhiy Storchaka · 10 years ago
  19. 2379d54 Issue #16840: Fixed test_tcl for Tcl < 8.5. by Serhiy Storchaka · 10 years ago
  20. a5a4bd7 Issue #21526: Skip test_booleans on Tcl < 8.5. by Serhiy Storchaka · 10 years ago
  21. ea134da Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 10 years ago
  22. d223fa6 Issue #22977: Fix test_exceptions by Victor Stinner · 10 years ago
  23. 9171fe5 Issue #21526: Fixed the test_booleans test for wantobjects = 0. by Serhiy Storchaka · 10 years ago
  24. f7de3dd Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 10 years ago
  25. f41f8f9 Issue #22977: Fixed formatting Windows error messages on Wine. by Serhiy Storchaka · 10 years ago
  26. a7eaf56 replace 512 bit dh key with a 2014 bit one (closes #23844) by Benjamin Peterson · 10 years ago
  27. a16de5d Issue #23821: Fixed test_pdb failure under -O. by Serhiy Storchaka · 10 years ago
  28. c512adc Issue #23838: linecache now clears the cache and returns an empty result on by Serhiy Storchaka · 10 years ago
  29. 263dcd2 Issue #23799: Added test.support.start_threads() for running and cleaning up by Serhiy Storchaka · 10 years ago
  30. b9100e5 Issue #18473: Fixed pickle compatibility tests for optional modules. by Serhiy Storchaka · 10 years ago
  31. bfe1824 Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. by Serhiy Storchaka · 10 years ago
  32. e7f5e14 #23792: also catch interrupt around pipe.write. by R David Murray · 10 years ago
  33. 7d0325d #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 10 years ago
  34. a3a100b Issue #22390: test.regrtest now emits a warning if temporary files or by Serhiy Storchaka · 10 years ago
  35. d90f8d1 Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage by Donald Stufft · 10 years ago
  36. 1058cda #23792: Ignore KeyboardInterrupt when the pydoc pager is active. by R David Murray · 10 years ago
  37. 48070c1 Issue #23803: Fixed str.partition() and str.rpartition() when a separator by Serhiy Storchaka · 10 years ago
  38. 9db5500 Make some tests more frienly to MemoryError. by Serhiy Storchaka · 10 years ago
  39. d7aa524 Issue #23445: Fix test.support.python_is_optimized() for CFLAGS=-Og by Victor Stinner · 10 years ago
  40. 79fd962 asyncio: Fix _SelectorTransport.__repr__() if the event loop is closed by Victor Stinner · 10 years ago
  41. 0b4e355 Check that failed writerow() doesn't produce change a file. by Serhiy Storchaka · 10 years ago
  42. 1b87ae0 Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 10 years ago
  43. b0749ca Fixed bytes warnings when run tests with -vv. by Serhiy Storchaka · 10 years ago
  44. 7665be6 Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 10 years ago
  45. 8ffe917 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 10 years ago
  46. be1eb14 Added tests for mixed kinds of Unicode strings. by Serhiy Storchaka · 10 years ago
  47. 6c86fe2 Issue #23583: Added tests for standard IO streams in IDLE. by Serhiy Storchaka · 10 years ago
  48. d4c2ac8 Issue #21560: An attempt to write a data of wrong type no longer cause by Serhiy Storchaka · 10 years ago
  49. 936da2a #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 10 years ago
  50. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  51. 75ed90a #23700: fix/improve comment by R David Murray · 10 years ago
  52. ce8f5de Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout. by Ned Deily · 10 years ago
  53. 52027c3 Issue #22351: The nntplib.NNTP constructor no longer leaves the connection by Serhiy Storchaka · 10 years ago
  54. 74a49ac Issue #23681: Fixed Python 2 to 3 poring bugs. by Serhiy Storchaka · 10 years ago
  55. d83b7c2 Issue #23700: NamedTemporaryFile iterator closed underlied file object in by Serhiy Storchaka · 10 years ago
  56. 423feea Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 10 years ago
  57. 56cefa6 Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to by Serhiy Storchaka · 10 years ago
  58. 86fdbf3 wrap properly by Benjamin Peterson · 10 years ago
  59. 482fe04 issue23673 by Ethan Furman · 10 years ago
  60. d833779 Issue #22903: The fake test case created by unittest.loader when it fails importing a test module is now picklable. by Antoine Pitrou · 10 years ago
  61. c4c19b3 Issue #23353: improve exceptions tests for generators by Antoine Pitrou · 10 years ago
  62. 376658f Issue #11726: Fix linecache example in the doc by Victor Stinner · 10 years ago
  63. d6dc7bd Issue #23456: Add missing @coroutine decorators in asyncio by Victor Stinner · 10 years ago
  64. d55436a Issue #23207: Improved kwarg validation. by Vinay Sajip · 10 years ago
  65. ab6b9f8 Issue #22585: make URandomFDTests test case actually run by Ned Deily · 10 years ago
  66. 05d5473 Use non-zero and non-last positions in error handler tests. by Serhiy Storchaka · 10 years ago
  67. 98d156b Increased coverage of standard codec error handlers. by Serhiy Storchaka · 10 years ago
  68. a785dec Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 10 years ago
  69. 577fc4e Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 10 years ago
  70. 79fbeee Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  71. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
  72. 18987a1 Issue #20617: Remove unused import in test_ssl. by Berker Peksag · 10 years ago
  73. 0561c53 Issue #23605: Refactor os.walk() tests to also run them on os.fwalk() by Victor Stinner · 10 years ago
  74. a112a8a Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
  75. c775ad6 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 10 years ago
  76. cf4a2f2 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 10 years ago
  77. a654510 Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
  78. ebb8c2d Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls by Steve Dower · 10 years ago
  79. 7a82afe asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet by Victor Stinner · 10 years ago
  80. 101447b fix up import style by Benjamin Peterson · 10 years ago
  81. f87afb0 Issue #21619: Cleaned up test_broken_pipe_cleanup. Patch by Martin Panter. by Serhiy Storchaka · 10 years ago
  82. e3207fe Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive() by Antoine Pitrou · 10 years ago
  83. f8904e9 Issue #22853: Added regression test for using multiprocessing.Queue at import by Serhiy Storchaka · 10 years ago
  84. c19ed37 remove redundant test by Benjamin Peterson · 10 years ago
  85. a915723 fix potential refleak in PyFloat_AsDouble (closes #23590) by Benjamin Peterson · 10 years ago
  86. 7bcf9a5 use _import_symbols to import VERIFY_* constants by Benjamin Peterson · 10 years ago
  87. c3d9c5c adjust test_crl_check for trusted first being default by Benjamin Peterson · 10 years ago
  88. 990fcaa expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 10 years ago
  89. 20f4bd4 Issue #21619: Try to fix test_broken_pipe_cleanup() by Victor Stinner · 10 years ago
  90. 7beb4f9 Issue #23504: Added an __all__ to the types module. by Serhiy Storchaka · 10 years ago
  91. 3f9e381 Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later by Steve Dower · 10 years ago
  92. 9270be7 Added more tests for urllib.parse utility functions. by Serhiy Storchaka · 10 years ago
  93. ed0392a Issue #23527: Update Gmail port number for STARTTLS to 587. by Berker Peksag · 10 years ago
  94. 659f631 Issue #23477: Improve test coverage of wsgiref.simple_server. by Berker Peksag · 10 years ago
  95. bcdfc6a Issue #23387: Skip test_issue16464 if it raises an 5xx error. by Berker Peksag · 10 years ago
  96. 4c094e5 Fixed pydoc tests when run with -OO. by Serhiy Storchaka · 10 years ago
  97. 24d3dee Fixes #23521: Corrected pure python implementation of timedelta division. by Alexander Belopolsky · 10 years ago
  98. cf265fd Fixed a test for issue #21619 on Windows. by Serhiy Storchaka · 10 years ago
  99. ab900c2 Issue #21619: Popen objects no longer leave a zombie after exit in the with by Serhiy Storchaka · 10 years ago
  100. ce8c768 Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport by Victor Stinner · 10 years ago