1. 9a6e201 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  2. c9ba38c Open files in binary mode to avoid newlines transformation. by Serhiy Storchaka · 9 years ago
  3. 2e229e0 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 9 years ago
  4. 9fa84b2 Issue #23825: Fixed test_idle under -OO. by Serhiy Storchaka · 9 years ago
  5. 9f8a891 Escaped backslashes in docstrings. by Serhiy Storchaka · 9 years ago
  6. 72dcb0a Issue #23219: Update asyncio.wait_for() documentation by Victor Stinner · 9 years ago
  7. 8077434 Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped. by Serhiy Storchaka · 9 years ago
  8. 8c9bba0 Issue #22351: Fix test_nntplib if the ssl module is missing by Victor Stinner · 9 years ago
  9. 13e41c5 Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString(). by Serhiy Storchaka · 9 years ago
  10. aa9563c Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). by Serhiy Storchaka · 9 years ago
  11. 2379d54 Issue #16840: Fixed test_tcl for Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  12. a5a4bd7 Issue #21526: Skip test_booleans on Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  13. ea134da Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 9 years ago
  14. 8e44aa5 Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store the by Victor Stinner · 9 years ago
  15. e7c7492 Issue #23851: close() must not be retried when it fails with EINTR by Victor Stinner · 9 years ago
  16. d223fa6 Issue #22977: Fix test_exceptions by Victor Stinner · 9 years ago
  17. 9171fe5 Issue #21526: Fixed the test_booleans test for wantobjects = 0. by Serhiy Storchaka · 9 years ago
  18. f7de3dd Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 9 years ago
  19. f41f8f9 Issue #22977: Fixed formatting Windows error messages on Wine. by Serhiy Storchaka · 9 years ago
  20. a7eaf56 replace 512 bit dh key with a 2014 bit one (closes #23844) by Benjamin Peterson · 9 years ago
  21. 4fd929b remove assignment in conditional by Benjamin Peterson · 10 years ago
  22. a16de5d Issue #23821: Fixed test_pdb failure under -O. by Serhiy Storchaka · 10 years ago
  23. c512adc Issue #23838: linecache now clears the cache and returns an empty result on by Serhiy Storchaka · 10 years ago
  24. 263dcd2 Issue #23799: Added test.support.start_threads() for running and cleaning up by Serhiy Storchaka · 10 years ago
  25. 8218bd4 document what exactly str.splitlines() splits on (closes #12855) by Benjamin Peterson · 10 years ago
  26. b9100e5 Issue #18473: Fixed pickle compatibility tests for optional modules. by Serhiy Storchaka · 10 years ago
  27. bfe1824 Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. by Serhiy Storchaka · 10 years ago
  28. c43a666 Issue #23729: Improve docs for ElementTree namespace parsing by Raymond Hettinger · 10 years ago
  29. e7f5e14 #23792: also catch interrupt around pipe.write. by R David Murray · 10 years ago
  30. 9aa1331 Issue #22585: os.urandom() now releases the GIL when the getentropy() is used by Victor Stinner · 10 years ago
  31. 04d09eb Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances. by Serhiy Storchaka · 10 years ago
  32. 4aa8679 Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of by Serhiy Storchaka · 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. 81f241a Issue #23571: If io.TextIOWrapper constructor fails in _Py_DisplaySourceLine(), by Victor Stinner · 10 years ago
  44. 84092ac Issue #23571: Fix reentrant call to Py_FatalError() by Victor Stinner · 10 years ago
  45. b0749ca Fixed bytes warnings when run tests with -vv. by Serhiy Storchaka · 10 years ago
  46. 7665be6 Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 10 years ago
  47. 8ffe917 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 10 years ago
  48. be1eb14 Added tests for mixed kinds of Unicode strings. by Serhiy Storchaka · 10 years ago
  49. 6c86fe2 Issue #23583: Added tests for standard IO streams in IDLE. by Serhiy Storchaka · 10 years ago
  50. ec4f959 Issue #23571: Py_FatalError() now tries to flush sys.stdout and sys.stderr by Victor Stinner · 10 years ago
  51. 0e98a76 Issue #23571: Enhance Py_FatalError() by Victor Stinner · 10 years ago
  52. 2e3998f #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 10 years ago
  53. 19276f1 Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC) by Victor Stinner · 10 years ago
  54. d4c2ac8 Issue #21560: An attempt to write a data of wrong type no longer cause by Serhiy Storchaka · 10 years ago
  55. f6e31b7 Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table. by Raymond Hettinger · 10 years ago
  56. 936da2a #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 10 years ago
  57. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  58. 75ed90a #23700: fix/improve comment by R David Murray · 10 years ago
  59. 218144a clarify behavior of shutil.move when destination exists (closes #22933) by Benjamin Peterson · 10 years ago
  60. ce8f5de Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout. by Ned Deily · 10 years ago
  61. d357b89 Issue #22079: Deprecation warning now is issued in PyType_Ready() instead of by Serhiy Storchaka · 10 years ago
  62. 52027c3 Issue #22351: The nntplib.NNTP constructor no longer leaves the connection by Serhiy Storchaka · 10 years ago
  63. 63998a3 #11726: Make linecache docs reflect that all files are treated the same. by R David Murray · 10 years ago
  64. 74a49ac Issue #23681: Fixed Python 2 to 3 poring bugs. by Serhiy Storchaka · 10 years ago
  65. d83b7c2 Issue #23700: NamedTemporaryFile iterator closed underlied file object in by Serhiy Storchaka · 10 years ago
  66. f0c6cd3 Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. by Ned Deily · 10 years ago
  67. 64c439d Fixed Misc/NEWS entry for issue #23136. by Serhiy Storchaka · 10 years ago
  68. 423feea Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 10 years ago
  69. 56cefa6 Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to by Serhiy Storchaka · 10 years ago
  70. 86fdbf3 wrap properly by Benjamin Peterson · 10 years ago
  71. 482fe04 issue23673 by Ethan Furman · 10 years ago
  72. 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
  73. c4c19b3 Issue #23353: improve exceptions tests for generators by Antoine Pitrou · 10 years ago
  74. 444f124 _tracemalloc.c: Fix typo by Victor Stinner · 10 years ago
  75. 376658f Issue #11726: Fix linecache example in the doc by Victor Stinner · 10 years ago
  76. 93f0665 Issue #11726: clarify linecache doc: linecache is written to cache Python by Victor Stinner · 10 years ago
  77. 6a318d4 Issue #19428: Document that PyMarshal_ReadLongFromFile() and by Victor Stinner · 10 years ago
  78. d6dc7bd Issue #23456: Add missing @coroutine decorators in asyncio by Victor Stinner · 10 years ago
  79. d55436a Issue #23207: Improved kwarg validation. by Vinay Sajip · 10 years ago
  80. ab6b9f8 Issue #22585: make URandomFDTests test case actually run by Ned Deily · 10 years ago
  81. 6a98002 Issue #23682: Delete Python 2.2 mention from distutils documentation. by Berker Peksag · 10 years ago
  82. 59c4eb7 versionchanged for rc4 removal (closes #23679) by Benjamin Peterson · 10 years ago
  83. 05d5473 Use non-zero and non-last positions in error handler tests. by Serhiy Storchaka · 10 years ago
  84. 98d156b Increased coverage of standard codec error handlers. by Serhiy Storchaka · 10 years ago
  85. 39430da Issue #23549: Clarify confusion in heapq doc - accessing the mininmal element by Eli Bendersky · 10 years ago
  86. a785dec Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 10 years ago
  87. b19542d Fix minor docs markup errors. by Serhiy Storchaka · 10 years ago
  88. 41e7244 Fixes incorrect use of GetLastError where errno should be used. by Steve Dower · 10 years ago
  89. 0d70ab6 __getslice__ certainly won't appear in the output by Benjamin Peterson · 10 years ago
  90. 2645bad Make the case to only support Python 2.7 when supporting 2/3 simultaneously by Brett Cannon · 10 years ago
  91. 577fc4e Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 10 years ago
  92. 79fbeee Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  93. f0f14f7 use the meth role for ZipFile.open by Benjamin Peterson · 10 years ago
  94. 3279995 Issue #23081: Document that PySequence_List also accepts iterables. by Berker Peksag · 10 years ago
  95. ce77ee9 Issue #22154: Add an example to show context management protocol support of ZipFile.open(). by Berker Peksag · 10 years ago
  96. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
  97. 18987a1 Issue #20617: Remove unused import in test_ssl. by Berker Peksag · 10 years ago
  98. 0561c53 Issue #23605: Refactor os.walk() tests to also run them on os.fwalk() by Victor Stinner · 10 years ago
  99. a112a8a Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
  100. c775ad6 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 10 years ago