1. 19276f1 Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC) by Victor Stinner · 10 years ago
  2. d4c2ac8 Issue #21560: An attempt to write a data of wrong type no longer cause by Serhiy Storchaka · 10 years ago
  3. f6e31b7 Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table. by Raymond Hettinger · 10 years ago
  4. 936da2a #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 10 years ago
  5. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  6. 75ed90a #23700: fix/improve comment by R David Murray · 10 years ago
  7. 218144a clarify behavior of shutil.move when destination exists (closes #22933) by Benjamin Peterson · 10 years ago
  8. ce8f5de Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout. by Ned Deily · 10 years ago
  9. d357b89 Issue #22079: Deprecation warning now is issued in PyType_Ready() instead of by Serhiy Storchaka · 10 years ago
  10. 52027c3 Issue #22351: The nntplib.NNTP constructor no longer leaves the connection by Serhiy Storchaka · 10 years ago
  11. fe0a41a Issue #23668: Adds support for os.truncate and os.ftruncate on Windows by Steve Dower · 10 years ago
  12. c7d979f Closes #23686: Update Windows installer OpenSSL to 1.0.2a by Steve Dower · 9 years ago
  13. f172cae - fix file permission for Lib/test/test_script_helper.py by doko@ubuntu.com · 9 years ago
  14. 267998a Issue #23817: run autoreconf to update configure. by Ned Deily · 9 years ago
  15. 6433e9e - Modules/Setup.dist: remove time extension duplicate, introduced by the fix for #5309. by doko@ubuntu.com · 9 years ago
  16. 8d0c478 Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor by Antoine Pitrou · 9 years ago
  17. 0ac8aa7 Unittest for Issue 21511 by Christie Wilson bobcatfish@gmail.com (merge from 3.4). by Guido van Rossum · 9 years ago
  18. 3323da9 Issue23826: fix doc test for -OO runs by Ethan Furman · 10 years ago
  19. 2995cc6 Issue #23912: Fix code formatting in datamodel.rst. by Berker Peksag · 10 years ago
  20. 339e3f3 merge 3.4 by Benjamin Peterson · 10 years ago
  21. 2dbc6e6 Issue #23529: Limit the size of decompressed data when reading from by Antoine Pitrou · 10 years ago
  22. 2ce11d2 Null merge by Serhiy Storchaka · 10 years ago
  23. 43264b8 Merge heads by Serhiy Storchaka · 10 years ago
  24. a7b9a1f Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs. by Berker Peksag · 10 years ago
  25. 1c04a39 Null merge by Serhiy Storchaka · 10 years ago
  26. 056eb96 Merge heads by Serhiy Storchaka · 10 years ago
  27. 71fd224 Issue #21859: Added Python implementation of io.FileIO. by Serhiy Storchaka · 10 years ago
  28. 82c920c Issue #23062: Add a test for suppressing --version with argparse.SUPPRESS. by Berker Peksag · 10 years ago
  29. cd092ef Issue #21859: Corrected FileIO docstrings. by Serhiy Storchaka · 10 years ago
  30. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 10 years ago
  31. fcbf8f3 Null merge by Serhiy Storchaka · 10 years ago
  32. 1c5e281 Use assertRaisesRegex instead of deprecated assertRaisesRegexp. by Serhiy Storchaka · 10 years ago
  33. 93da9b5 Use assertRaisesRegex instead of deprecated assertRaisesRegexp. by Serhiy Storchaka · 10 years ago
  34. 6bd687e Merge with 3.4. by Zachary Ware · 10 years ago
  35. 5056769 Replaced "string" with "bytes object" in docstrings of binary I/O objects. by Serhiy Storchaka · 10 years ago
  36. 4729a57 Null merge with 3.4 by Zachary Ware · 10 years ago
  37. a59f963 Fix prepare_ssl.py script by Zachary Ware · 10 years ago
  38. 7cc28b6 Issue #23817: FreeBSD now uses "1.0" the the SOVERSION as other operating by Victor Stinner · 10 years ago
  39. 7b8c5f5 Updates Windows release scripts to generate and upload GPG signatures. by Steve Dower · 10 years ago
  40. 79a6cca Null merge from 3.4 by Zachary Ware · 10 years ago
  41. f975b3d Fix prepare_ssl.py for OpenSSL 1.0.2a builds without Perl (using old system). by Zachary Ware · 10 years ago
  42. ced1174 Issue #23618: Fix internal_select() for negative timeout (blocking socket) when by Victor Stinner · 10 years ago
  43. 88ed640 Issue #23834: Fix the default socket timeout by Victor Stinner · 10 years ago
  44. da5cbe6 Merge from 3.4 by Tim Golden · 10 years ago
  45. f1c5dea merge 3.4 by Benjamin Peterson · 10 years ago
  46. 291d7b0 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 10 years ago
  47. b8e973f Issue #23027: test_warnings now passes all tests when run it with -Werror. by Berker Peksag · 10 years ago
  48. d096208 Skip nntplib tests when transient errors captured. by Berker Peksag · 10 years ago
  49. 716b3d3 Issue #23883: Add missing entries to traceback.__all__. by Berker Peksag · 10 years ago
  50. cb6fdf2 issue10838: Rename the subprocess.mswindows internal global to _mswindows. by Gregory P. Smith · 10 years ago
  51. ace5586 Addresses Issue #10838: The subprocess now module includes by Gregory P. Smith · 10 years ago
  52. 3c28878 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  53. 1515450 Issue #23411: Added DefragResult, ParseResult, SplitResult, DefragResultBytes, by Serhiy Storchaka · 10 years ago
  54. 43a1bed merge 3.4 (#23873) by Benjamin Peterson · 10 years ago
  55. 62f5278 update pip to 6.1.1 by Donald Stufft · 10 years ago
  56. 388bf30 Merge 3.4 (test_urllib2net) by Victor Stinner · 10 years ago
  57. a9dd680 (Merge 3.4) Issue #23881: urllib.request.ftpwrapper constructor now closes the by Victor Stinner · 10 years ago
  58. 9bcbdb4 Merged update of pip to 6.1.0 and setuptools to 15.0 by Donald Stufft · 10 years ago
  59. 1469070 Issue #23853: Methods of SSL socket don't reset the socket timeout anymore each by Victor Stinner · 10 years ago
  60. 222dfc7 Issue #22117: Fix sock_call_ex() for non-blocking socket by Victor Stinner · 10 years ago
  61. 8912d14 Issue #23853: socket.socket.sendall() does no more reset the socket timeout by Victor Stinner · 10 years ago
  62. 9001d80 Issue #23834: Fix initial value of the socket timeout by Victor Stinner · 10 years ago
  63. 62aa7dc Issue #22721: An order of multiline pprint output of set or dict containing by Serhiy Storchaka · 10 years ago
  64. 01362da Issue #22977: Remove unconditional import of ctypes. by Serhiy Storchaka · 10 years ago
  65. 7d71c97 merge 3.4 (#23875) by Benjamin Peterson · 10 years ago
  66. 55c1435 fix building without threads (closes #23877) by Benjamin Peterson · 10 years ago
  67. 3fbcafa Merge doc change from 3.4 by Tim Golden · 10 years ago
  68. cae7bdb #3566: Clean up handling of remote server disconnects. by R David Murray · 10 years ago
  69. 142bf56 merge 3.4 (#23872) by Benjamin Peterson · 10 years ago
  70. fcfcf85 Updated pprint examples in according to issue #19105. by Serhiy Storchaka · 10 years ago
  71. a4c6bad Issue #23501: #include "clinic/posixmodule.c.h" was in the section skipped on Windows. by Serhiy Storchaka · 10 years ago
  72. 1a62921 fix refleak in deque_concat by Benjamin Peterson · 10 years ago
  73. de1c27f Issue #23466: Fixed expected error message in test_format. by Serhiy Storchaka · 10 years ago
  74. 04e6dba Fixed the array module broken in issue #23492. by Serhiy Storchaka · 10 years ago
  75. b599ca8 Fixed test_enum for issue #15582. by Serhiy Storchaka · 10 years ago
  76. 06e6610 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 10 years ago
  77. 46ba6c8 Issue #22831: Use "with" to avoid possible fd leaks. by Serhiy Storchaka · 10 years ago
  78. ae2d667 Open files in binary mode to avoid newlines transformation. by Serhiy Storchaka · 10 years ago
  79. 778db28 Issue #10590: xml.sax.parseString() now supports string argument. by Serhiy Storchaka · 10 years ago
  80. f8aa133 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 10 years ago
  81. a110eb4 Issue #23825: Fixed test_idle under -OO. by Serhiy Storchaka · 10 years ago
  82. 51ff2ff Moved Misc/NEWS entries not included in 3.5.0 alpha 3 to correct section. by Serhiy Storchaka · 10 years ago
  83. 92e8af6 Issue #23492: Argument Clinic now generates argument parsing code with by Serhiy Storchaka · 10 years ago
  84. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 10 years ago
  85. 0759f84 Issue #23500: Argument Clinic is now smarter about generating the "#ifndef" by Larry Hastings · 10 years ago
  86. 5cf2b72 Issue #15582: inspect.getdoc() now follows inheritance chains. by Serhiy Storchaka · 10 years ago
  87. 41525e3 Issue #23466: Raised OverflowError if %c argument is out of range. by Serhiy Storchaka · 10 years ago
  88. 45ec328 Removed trailing whitespaces in miscalenous files. by Serhiy Storchaka · 10 years ago
  89. 50ef0f4 Escaped backslashes in docstrings. by Serhiy Storchaka · 10 years ago
  90. 32ed750 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  91. a8cd4d4 Got rid of warnings "suggest braces around empty body in an ‘else’ statement" by Serhiy Storchaka · 10 years ago
  92. 4deb950 Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped. by Serhiy Storchaka · 10 years ago
  93. 4e3cfa4 Issue #23853: Cleanup _ssl.c by Victor Stinner · 10 years ago
  94. 10550cd Issue #23834: Simplify timeout handling by Victor Stinner · 10 years ago
  95. 13019fd Issue #22117: Add a new _PyTime_FromSeconds() function by Victor Stinner · 10 years ago
  96. 21dfffa Merge 3.4 (test_nntplib) by Victor Stinner · 10 years ago
  97. f1468eb Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString(). by Serhiy Storchaka · 10 years ago
  98. 61de087 Issue #2175: SAX parsers now support a character stream of InputSource object. by Serhiy Storchaka · 10 years ago
  99. 278ba26 Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). by Serhiy Storchaka · 10 years ago
  100. b162914 Issue #16840: Fixed test_tcl for Tcl < 8.5. by Serhiy Storchaka · 10 years ago