1. 19276f1 Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC) by Victor Stinner · 9 years ago
  2. d4c2ac8 Issue #21560: An attempt to write a data of wrong type no longer cause by Serhiy Storchaka · 9 years ago
  3. 936da2a #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 9 years ago
  4. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 9 years ago
  5. ce8f5de Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout. by Ned Deily · 9 years ago
  6. 52027c3 Issue #22351: The nntplib.NNTP constructor no longer leaves the connection by Serhiy Storchaka · 9 years ago
  7. 8be6be4 Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 9 years ago
  8. a54aae0 Issue #23622: Unknown escapes in regular expressions that consist of ``'\'`` by Serhiy Storchaka · 9 years ago
  9. 793c14e Issue #4727: Fixed issue number in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  10. b876df4 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 9 years ago
  11. d9d769f Issue #23573: Increased performance of string search operations (str.find, by Serhiy Storchaka · 9 years ago
  12. 520e00d Issue #23583: Added tests for standard IO streams in IDLE. by Serhiy Storchaka · 9 years ago
  13. 87eb482 Issue #23502: The pprint module now supports mapping proxies. by Serhiy Storchaka · 9 years ago
  14. 022f203 Issue #17530: pprint now wraps long bytes objects and bytearrays. by Serhiy Storchaka · 9 years ago
  15. 72bd327 Issue #22687: Fixed some corner cases in breaking words in tetxtwrap. by Serhiy Storchaka · 9 years ago
  16. 32af754 Issue #20289: The copy module now uses pickle protocol 4 (PEP 3154) and by Serhiy Storchaka · 9 years ago
  17. 0f05cea #11468: merge with 3.4. by Ezio Melotti · 9 years ago
  18. f329878 Issue #23753: Python doesn't support anymore platforms without stat() or by Victor Stinner · 9 years ago
  19. 929a14a Misc/NEWS entries for zipapp changes by Paul Moore · 9 years ago
  20. d1f3a00 Merge 3.4 (faulthandler ICC) by Victor Stinner · 9 years ago
  21. bca63b3 Issue #23688: Added support of arbitrary bytes-like objects and avoided by Serhiy Storchaka · 9 years ago
  22. 77d8997 Issue #23252: Added support for writing ZIP files to unseekable streams. by Serhiy Storchaka · 9 years ago
  23. f07a4b6 Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 9 years ago
  24. 94a6448 Merge: #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 9 years ago
  25. 0a0d20e Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 9 years ago
  26. 2f7bf23 Issue #22289: merge from 3.4 by Ned Deily · 9 years ago
  27. 32ea165 Issue 23704: Add index(), copy(), and insert() to deques. Register deques as a MutableSequence. by Raymond Hettinger · 9 years ago
  28. 0a9e272 Issue #22351: The nntplib.NNTP constructor no longer leaves the connection by Serhiy Storchaka · 9 years ago
  29. 1dd4982 Issue #23681: The -b option now affects comparisons of bytes with int. by Serhiy Storchaka · 9 years ago
  30. a453cd8 Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retried by Victor Stinner · 9 years ago
  31. 53c3fb1 Issue #22826: The result of open() in Tools/freeze/bkfile.py is now better by Serhiy Storchaka · 9 years ago
  32. 8490f5a Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and by Serhiy Storchaka · 9 years ago
  33. b3aa2e7 Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. by Ned Deily · 9 years ago
  34. f0c6cd3 Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. by Ned Deily · 9 years ago
  35. 31084ba Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimensional memoryviews). by Antoine Pitrou · 9 years ago
  36. 79d68f9 Issue #23646: If time.sleep() is interrupted by a signal, the sleep is now by Victor Stinner · 9 years ago
  37. 0ed56a0 Fixed Misc/NEWS entry for issue #23136. by Serhiy Storchaka · 9 years ago
  38. 64c439d Fixed Misc/NEWS entry for issue #23136. by Serhiy Storchaka · 9 years ago
  39. fc7344a Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 9 years ago
  40. 423feea Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 9 years ago
  41. 4f418d3 Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to by Serhiy Storchaka · 9 years ago
  42. 56cefa6 Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to by Serhiy Storchaka · 9 years ago
  43. 8eef6a9 Issue #22903: The fake test case created by unittest.loader when it fails importing a test module is now picklable. by Antoine Pitrou · 9 years ago
  44. d833779 Issue #22903: The fake test case created by unittest.loader when it fails importing a test module is now picklable. by Antoine Pitrou · 9 years ago
  45. 59f7fb2 Issue #22181: On Linux, os.urandom() now uses the new getrandom() syscall if by Victor Stinner · 9 years ago
  46. 9c1a9b2 Issue #2211: Updated the implementation of the http.cookies.Morsel class. by Serhiy Storchaka · 9 years ago
  47. b28de01 Fix patch attribution for issue 18983. by Robert Collins · 9 years ago
  48. 302dbc6 Issue #18983: Allow selection of output units in timeit. by Robert Collins · 9 years ago
  49. c7965e0 Issue #23585: make patchcheck will ensure the interpreter is built. by Robert Collins · 9 years ago
  50. bbb8ade Issue #23631: Fix traceback.format_list when a traceback has been mutated. by Robert Collins · 9 years ago
  51. 7aaa859 Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 9 years ago
  52. a785dec Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 9 years ago
  53. 102029d Issue #2052: Add charset parameter to HtmlDiff.make_file(). by Berker Peksag · 9 years ago
  54. 577fc4e Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 9 years ago
  55. 79fbeee Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 9 years ago
  56. f7cc3fc Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 9 years ago
  57. 63623ac Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 9 years ago
  58. 9bd8af7 Issue #23581: Add matmul support to MagicMock. by Berker Peksag · 9 years ago
  59. 95bb714 Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later() by Victor Stinner · 9 years ago
  60. b669bfc Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 9 years ago
  61. a112a8a Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 9 years ago
  62. 9142773 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 9 years ago
  63. c775ad6 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 9 years ago
  64. ca8b644 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 9 years ago
  65. cf4a2f2 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 9 years ago
  66. 63afdaa Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 9 years ago
  67. a654510 Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 9 years ago
  68. 524a5ba Issue #23605: os.walk() now calls os.scandir() instead of os.listdir(). by Victor Stinner · 9 years ago
  69. 551719b Merge. by Larry Hastings · 9 years ago
  70. cfac654 Post-release changes for 3.5.0a2. by Larry Hastings · 9 years ago
  71. 5bd7bf5 Issue #22980: Under Linux, C extensions now include bitness in the file name, by Antoine Pitrou · 9 years ago
  72. 6036e44 Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir() by Victor Stinner · 9 years ago
  73. 88f64f3 Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address. by Serhiy Storchaka · 9 years ago
  74. c0a23e6 Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, by Serhiy Storchaka · 9 years ago
  75. 4a7cc88 Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now by Victor Stinner · 9 years ago
  76. 4a13cb9 Issue #23593: fix Misc/NEWS entries by Ned Deily · 9 years ago
  77. b5a2322 Issue #23593: fix Misc/NEWS entries by Ned Deily · 9 years ago
  78. 797d496 Issue #23594: merge 3.4 by Ned Deily · 9 years ago
  79. ac677f3 Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2. by Ned Deily · 9 years ago
  80. f0c819a Issue #22936: Allow showing local variables in unittest errors. by Robert Collins · 9 years ago
  81. d7c7e0e Issue #22936: Make it possible to show local variables in tracebacks. by Robert Collins · 9 years ago
  82. b64ae7b merge 3.4 (#23476) by Benjamin Peterson · 9 years ago
  83. fdb1971 enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476) by Benjamin Peterson · 9 years ago
  84. 6bc2c1e Issue #17911: traceback module overhaul by Robert Collins · 9 years ago
  85. 0bfd0a4 Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed. by Antoine Pitrou · 9 years ago
  86. f7f3b0a Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed. by Antoine Pitrou · 9 years ago
  87. 35e5b72 Issue #23504: Added an __all__ to the types module. by Serhiy Storchaka · 9 years ago
  88. 7beb4f9 Issue #23504: Added an __all__ to the types module. by Serhiy Storchaka · 9 years ago
  89. 44eceb6 Issue #23563: Optimized utility functions in urllib.parse. by Serhiy Storchaka · 9 years ago
  90. 738f805 issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo by Ethan Furman · 9 years ago
  91. 83d8fc2 merge 3.4 (#23367) by Benjamin Peterson · 9 years ago
  92. 5061e67 merge 3.3 (#23367) by Benjamin Peterson · 9 years ago
  93. b779bfb fix possible overflow bugs in unicodedata (closes #23367) by Benjamin Peterson · 9 years ago
  94. e35a17a merge 3.4 by Benjamin Peterson · 9 years ago
  95. 6e820c0 remove mention of Python 2.2 and 2.3 by Benjamin Peterson · 9 years ago
  96. e49af34 Issue #7830: Flatten nested functools.partial. by Alexander Belopolsky · 9 years ago
  97. 490055a Issue #20204: Deprecation warning is now raised for builtin type without the by Serhiy Storchaka · 9 years ago
  98. 50adb9f Issue #20204: Added the __module__ attribute to _tkinter classes. by Serhiy Storchaka · 9 years ago
  99. efdc16f9 Issue #20204: Added the __module__ attribute to _tkinter classes. by Serhiy Storchaka · 9 years ago
  100. 1c20551 Issue #19980: Improved help() for non-recognized strings. help('') now by Serhiy Storchaka · 9 years ago