1. 263dcd2 Issue #23799: Added test.support.start_threads() for running and cleaning up by Serhiy Storchaka · 10 years ago
  2. 8218bd4 document what exactly str.splitlines() splits on (closes #12855) by Benjamin Peterson · 10 years ago
  3. b9100e5 Issue #18473: Fixed pickle compatibility tests for optional modules. by Serhiy Storchaka · 10 years ago
  4. bfe1824 Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. by Serhiy Storchaka · 10 years ago
  5. c43a666 Issue #23729: Improve docs for ElementTree namespace parsing by Raymond Hettinger · 10 years ago
  6. e7f5e14 #23792: also catch interrupt around pipe.write. by R David Murray · 10 years ago
  7. 9aa1331 Issue #22585: os.urandom() now releases the GIL when the getentropy() is used by Victor Stinner · 10 years ago
  8. 04d09eb Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances. by Serhiy Storchaka · 10 years ago
  9. 4aa8679 Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of by Serhiy Storchaka · 10 years ago
  10. 7d0325d #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 10 years ago
  11. a3a100b Issue #22390: test.regrtest now emits a warning if temporary files or by Serhiy Storchaka · 10 years ago
  12. d90f8d1 Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage by Donald Stufft · 10 years ago
  13. 1058cda #23792: Ignore KeyboardInterrupt when the pydoc pager is active. by R David Murray · 10 years ago
  14. 48070c1 Issue #23803: Fixed str.partition() and str.rpartition() when a separator by Serhiy Storchaka · 10 years ago
  15. 9db5500 Make some tests more frienly to MemoryError. by Serhiy Storchaka · 10 years ago
  16. d7aa524 Issue #23445: Fix test.support.python_is_optimized() for CFLAGS=-Og by Victor Stinner · 10 years ago
  17. 79fd962 asyncio: Fix _SelectorTransport.__repr__() if the event loop is closed by Victor Stinner · 10 years ago
  18. 0b4e355 Check that failed writerow() doesn't produce change a file. by Serhiy Storchaka · 10 years ago
  19. 1b87ae0 Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 10 years ago
  20. 81f241a Issue #23571: If io.TextIOWrapper constructor fails in _Py_DisplaySourceLine(), by Victor Stinner · 10 years ago
  21. 84092ac Issue #23571: Fix reentrant call to Py_FatalError() by Victor Stinner · 10 years ago
  22. b0749ca Fixed bytes warnings when run tests with -vv. by Serhiy Storchaka · 10 years ago
  23. 7665be6 Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 10 years ago
  24. 8ffe917 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 10 years ago
  25. be1eb14 Added tests for mixed kinds of Unicode strings. by Serhiy Storchaka · 10 years ago
  26. 6c86fe2 Issue #23583: Added tests for standard IO streams in IDLE. by Serhiy Storchaka · 10 years ago
  27. ec4f959 Issue #23571: Py_FatalError() now tries to flush sys.stdout and sys.stderr by Victor Stinner · 10 years ago
  28. 0e98a76 Issue #23571: Enhance Py_FatalError() by Victor Stinner · 10 years ago
  29. 2e3998f #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 10 years ago
  30. 19276f1 Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC) by Victor Stinner · 10 years ago
  31. d4c2ac8 Issue #21560: An attempt to write a data of wrong type no longer cause by Serhiy Storchaka · 10 years ago
  32. f6e31b7 Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table. by Raymond Hettinger · 10 years ago
  33. 936da2a #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 10 years ago
  34. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  35. 75ed90a #23700: fix/improve comment by R David Murray · 10 years ago
  36. 218144a clarify behavior of shutil.move when destination exists (closes #22933) by Benjamin Peterson · 10 years ago
  37. ce8f5de Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout. by Ned Deily · 10 years ago
  38. d357b89 Issue #22079: Deprecation warning now is issued in PyType_Ready() instead of by Serhiy Storchaka · 10 years ago
  39. 52027c3 Issue #22351: The nntplib.NNTP constructor no longer leaves the connection by Serhiy Storchaka · 10 years ago
  40. fe0a41a Issue #23668: Adds support for os.truncate and os.ftruncate on Windows by Steve Dower · 10 years ago
  41. c7d979f Closes #23686: Update Windows installer OpenSSL to 1.0.2a by Steve Dower · 10 years ago
  42. f172cae - fix file permission for Lib/test/test_script_helper.py by doko@ubuntu.com · 10 years ago
  43. 267998a Issue #23817: run autoreconf to update configure. by Ned Deily · 10 years ago
  44. 6433e9e - Modules/Setup.dist: remove time extension duplicate, introduced by the fix for #5309. by doko@ubuntu.com · 10 years ago
  45. 8d0c478 Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor by Antoine Pitrou · 10 years ago
  46. 0ac8aa7 Unittest for Issue 21511 by Christie Wilson bobcatfish@gmail.com (merge from 3.4). by Guido van Rossum · 10 years ago
  47. 3323da9 Issue23826: fix doc test for -OO runs by Ethan Furman · 10 years ago
  48. 2995cc6 Issue #23912: Fix code formatting in datamodel.rst. by Berker Peksag · 10 years ago
  49. 339e3f3 merge 3.4 by Benjamin Peterson · 10 years ago
  50. 2dbc6e6 Issue #23529: Limit the size of decompressed data when reading from by Antoine Pitrou · 10 years ago
  51. 2ce11d2 Null merge by Serhiy Storchaka · 10 years ago
  52. 43264b8 Merge heads by Serhiy Storchaka · 10 years ago
  53. a7b9a1f Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs. by Berker Peksag · 10 years ago
  54. 1c04a39 Null merge by Serhiy Storchaka · 10 years ago
  55. 056eb96 Merge heads by Serhiy Storchaka · 10 years ago
  56. 71fd224 Issue #21859: Added Python implementation of io.FileIO. by Serhiy Storchaka · 10 years ago
  57. 82c920c Issue #23062: Add a test for suppressing --version with argparse.SUPPRESS. by Berker Peksag · 10 years ago
  58. cd092ef Issue #21859: Corrected FileIO docstrings. by Serhiy Storchaka · 10 years ago
  59. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 10 years ago
  60. fcbf8f3 Null merge by Serhiy Storchaka · 10 years ago
  61. 1c5e281 Use assertRaisesRegex instead of deprecated assertRaisesRegexp. by Serhiy Storchaka · 10 years ago
  62. 93da9b5 Use assertRaisesRegex instead of deprecated assertRaisesRegexp. by Serhiy Storchaka · 10 years ago
  63. 6bd687e Merge with 3.4. by Zachary Ware · 10 years ago
  64. 5056769 Replaced "string" with "bytes object" in docstrings of binary I/O objects. by Serhiy Storchaka · 10 years ago
  65. 4729a57 Null merge with 3.4 by Zachary Ware · 10 years ago
  66. a59f963 Fix prepare_ssl.py script by Zachary Ware · 10 years ago
  67. 7cc28b6 Issue #23817: FreeBSD now uses "1.0" the the SOVERSION as other operating by Victor Stinner · 10 years ago
  68. 7b8c5f5 Updates Windows release scripts to generate and upload GPG signatures. by Steve Dower · 10 years ago
  69. 79a6cca Null merge from 3.4 by Zachary Ware · 10 years ago
  70. f975b3d Fix prepare_ssl.py for OpenSSL 1.0.2a builds without Perl (using old system). by Zachary Ware · 10 years ago
  71. ced1174 Issue #23618: Fix internal_select() for negative timeout (blocking socket) when by Victor Stinner · 10 years ago
  72. 88ed640 Issue #23834: Fix the default socket timeout by Victor Stinner · 10 years ago
  73. da5cbe6 Merge from 3.4 by Tim Golden · 10 years ago
  74. f1c5dea merge 3.4 by Benjamin Peterson · 10 years ago
  75. 291d7b0 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 10 years ago
  76. b8e973f Issue #23027: test_warnings now passes all tests when run it with -Werror. by Berker Peksag · 10 years ago
  77. d096208 Skip nntplib tests when transient errors captured. by Berker Peksag · 10 years ago
  78. 716b3d3 Issue #23883: Add missing entries to traceback.__all__. by Berker Peksag · 10 years ago
  79. cb6fdf2 issue10838: Rename the subprocess.mswindows internal global to _mswindows. by Gregory P. Smith · 10 years ago
  80. ace5586 Addresses Issue #10838: The subprocess now module includes by Gregory P. Smith · 10 years ago
  81. 3c28878 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  82. 1515450 Issue #23411: Added DefragResult, ParseResult, SplitResult, DefragResultBytes, by Serhiy Storchaka · 10 years ago
  83. 43a1bed merge 3.4 (#23873) by Benjamin Peterson · 10 years ago
  84. 62f5278 update pip to 6.1.1 by Donald Stufft · 10 years ago
  85. 388bf30 Merge 3.4 (test_urllib2net) by Victor Stinner · 10 years ago
  86. a9dd680 (Merge 3.4) Issue #23881: urllib.request.ftpwrapper constructor now closes the by Victor Stinner · 10 years ago
  87. 9bcbdb4 Merged update of pip to 6.1.0 and setuptools to 15.0 by Donald Stufft · 10 years ago
  88. 1469070 Issue #23853: Methods of SSL socket don't reset the socket timeout anymore each by Victor Stinner · 10 years ago
  89. 222dfc7 Issue #22117: Fix sock_call_ex() for non-blocking socket by Victor Stinner · 10 years ago
  90. 8912d14 Issue #23853: socket.socket.sendall() does no more reset the socket timeout by Victor Stinner · 10 years ago
  91. 9001d80 Issue #23834: Fix initial value of the socket timeout by Victor Stinner · 10 years ago
  92. 62aa7dc Issue #22721: An order of multiline pprint output of set or dict containing by Serhiy Storchaka · 10 years ago
  93. 01362da Issue #22977: Remove unconditional import of ctypes. by Serhiy Storchaka · 10 years ago
  94. 7d71c97 merge 3.4 (#23875) by Benjamin Peterson · 10 years ago
  95. 55c1435 fix building without threads (closes #23877) by Benjamin Peterson · 10 years ago
  96. 3fbcafa Merge doc change from 3.4 by Tim Golden · 10 years ago
  97. cae7bdb #3566: Clean up handling of remote server disconnects. by R David Murray · 10 years ago
  98. 142bf56 merge 3.4 (#23872) by Benjamin Peterson · 10 years ago
  99. fcfcf85 Updated pprint examples in according to issue #19105. by Serhiy Storchaka · 10 years ago
  100. a4c6bad Issue #23501: #include "clinic/posixmodule.c.h" was in the section skipped on Windows. by Serhiy Storchaka · 10 years ago