1. e552906 Version bump for 3.4.3rc1. by Larry Hastings · 11 years ago
  2. 581c29f Issue #23399: pyvenv creates relative symlinks where possible. by Barry Warsaw · 11 years ago
  3. b518134 Issue #23392: Added tests for marshal C API that works with FILE*. by Serhiy Storchaka · 11 years ago
  4. 104b9e0 fix many custom mro() edge cases and improve code quality (#22735) by Benjamin Peterson · 11 years ago
  5. 9125fe2 Issue #23212: Update OS X installer build OpenSSL to 1.0.1l. by Ned Deily · 11 years ago
  6. aef859c Issue #18982: Add tests for CLI of the calendar module. by Serhiy Storchaka · 11 years ago
  7. 05784a7 Issue #23345: Prevent test_ssl failures with large OpenSSL patch level by Ned Deily · 11 years ago
  8. c057c38 Issue #23099: Closing io.BytesIO with exported buffer is rejected now to by Serhiy Storchaka · 11 years ago
  9. 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 11 years ago
  10. 7a66fc2 revert lineno and col_offset changes from #16795 (closes #21295) by Benjamin Peterson · 11 years ago
  11. c468b53 merge 3.3 (#23364, #23363) by Benjamin Peterson · 11 years ago
  12. 0eaabf1 check for overflows in permutations() and product() (closes #23363, closes #23364) by Benjamin Peterson · 11 years ago
  13. f635dc3 merge 3.3 (#23365) by Benjamin Peterson · 11 years ago
  14. 6f08229 check for overflow in combinations_with_replacement (closes #23365) by Benjamin Peterson · 11 years ago
  15. 819c4e9 merge 3.3 (#23366) by Benjamin Peterson · 11 years ago
  16. 4b40eeb detect overflow in combinations (closes #23366) by Benjamin Peterson · 11 years ago
  17. 3675cd9 merge 3.3 (#23369) by Benjamin Peterson · 11 years ago
  18. e3bfe19 fix possible overflow in encode_basestring_ascii (closes #23369) by Benjamin Peterson · 11 years ago
  19. 26f7b8a Issue #23353: Fix the exception handling of generators in PyEval_EvalFrameEx(). by Victor Stinner · 11 years ago
  20. e09bcc8 Issue #22079: PyType_Ready() now checks that statically allocated type has by Serhiy Storchaka · 11 years ago
  21. 4dbc305 Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 11 years ago
  22. b76bcc4 Issue #14099: Backout changeset e5bb3044402b (except adapted tests). by Serhiy Storchaka · 11 years ago
  23. 2bef585 Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 11 years ago
  24. 21d7533 Issue #23094: Fixed readline with frames in Python implementation of pickle. by Serhiy Storchaka · 11 years ago
  25. 624caf7 Add credits for Martin Panter. by Serhiy Storchaka · 11 years ago
  26. f186e12 Issue #23268: Fixed bugs in the comparison of ipaddress classes. by Serhiy Storchaka · 11 years ago
  27. f4b7a02 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() by Serhiy Storchaka · 11 years ago
  28. 155ceaa handle headers with no key (closes #19996) by Benjamin Peterson · 11 years ago
  29. 7e4b905 Issue #23321: Fixed a crash in str.decode() when error handler returned by Serhiy Storchaka · 11 years ago
  30. 173ad83 Issue #23248: Update ssl error codes from latest OpenSSL git master. by Antoine Pitrou · 11 years ago
  31. b2653b3 Issue #23098: 64-bit dev_t is now supported in the os module. by Serhiy Storchaka · 11 years ago
  32. ccb416f Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 11 years ago
  33. 1e012e6 Issue #23211: Workaround test_logging failure on some OS X 10.6 systems: by Ned Deily · 11 years ago
  34. bd34162 capitialize "HttpOnly" and "Secure" as they appear in the standard and other impls (closes #23250) by Benjamin Peterson · 11 years ago
  35. 562b7cb fix parsing reST with code or code-block directives (closes #23063) by Benjamin Peterson · 11 years ago
  36. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 11 years ago
  37. 38dc250 Issue #23209, #23225: selectors.BaseSelector.close() now clears its internal by Victor Stinner · 11 years ago
  38. b9fdb7a Issue 19548: update codecs module documentation by Nick Coghlan · 11 years ago
  39. fcfed19 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 11 years ago
  40. 9d01717 Issue #20896, #22935: The ssl.get_server_certificate() function now uses the by Victor Stinner · 11 years ago
  41. 0603d30 Issue #23132: Mitigate regression in speed and clarity in functools.total_ordering. by Raymond Hettinger · 11 years ago
  42. 10ecaa2 merge 3.3 (closes #23165) by Benjamin Peterson · 11 years ago
  43. 72c2a0f merge 3.2 (closes #23165) by Benjamin Peterson · 11 years ago
  44. f18bf6f add some overflow checks before multiplying (closes #23165) by Benjamin Peterson · 11 years ago
  45. 36fe792 make PROTOCOL_SSLv23 the default protocol version for ftplib (closes #23111) by Benjamin Peterson · 11 years ago
  46. fe02e39 Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), by Victor Stinner · 11 years ago
  47. 94cb7a2 fix behavior of trailing slash redirection when a query string is involved (closes #23112) by Benjamin Peterson · 11 years ago
  48. 10e76b6 allow more operations to work on detached streams (closes #23093) by Benjamin Peterson · 11 years ago
  49. fe3dc37 Issue #19104: pprint now produces evaluable output for wrapped strings. by Serhiy Storchaka · 11 years ago
  50. de3ee5b Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. by Serhiy Storchaka · 11 years ago
  51. 5bbd231 Issue #15513: Added a __sizeof__ implementation for pickle classes. by Serhiy Storchaka · 11 years ago
  52. 05dadcf Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can by Serhiy Storchaka · 11 years ago
  53. df93869 Issue #20577: move configuration of FormatParagraph extension to new extension by Terry Jan Reedy · 11 years ago
  54. 0f3cde1 use autoconf macro to check for pkg-config (closes #15506) by Benjamin Peterson · 11 years ago
  55. 3cda0ed pop the loop block even for infinite while loops (closes #23048) by Benjamin Peterson · 11 years ago
  56. 5d3febf Issue #17128: Use private version of OpenSSL for 3.x OS X 10.5+ installers. by Ned Deily · 11 years ago
  57. 4ac7ed9 Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port by Serhiy Storchaka · 11 years ago
  58. b67f6e2 Issue #23006: Improve the documentation and indexing of dict.__missing__. by Terry Jan Reedy · 11 years ago
  59. 6059952 Issue #23016: A warning no longer produces AttributeError when the program by Serhiy Storchaka · 11 years ago
  60. 884afd9 Issue #21775: shutil.copytree(): fix crash when copying to VFAT by Berker Peksag · 11 years ago
  61. 7de2968 inspect: Fix getsource() to load updated source of reloaded module by Yury Selivanov · 11 years ago
  62. f8b44a4 NEWS: Remove duplicate entry by Yury Selivanov · 11 years ago
  63. 690998b NEWS: Add news entry for issue #23009. by Yury Selivanov · 11 years ago
  64. a090f01 HTTPSConnection: prefer the context's check_hostname attribute over the constructor parameter (#22959) by Benjamin Peterson · 11 years ago
  65. e32467c allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935) by Benjamin Peterson · 11 years ago
  66. eca72d4 merge 3.3 (#16043) by Benjamin Peterson · 11 years ago
  67. 81b7374 merge 3.2 (#16043) by Benjamin Peterson · 11 years ago
  68. f990e7f Issue #16893: Update Idle doc chapter to match current Idle and add new by Terry Jan Reedy · 11 years ago
  69. 4e9cefa add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043) by Benjamin Peterson · 11 years ago
  70. 6b33519 Issue #22914: Update the Python 2/3 porting HOWTO to describe a more by Brett Cannon · 11 years ago
  71. 1ad088f Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects by Serhiy Storchaka · 11 years ago
  72. 83cf99d Issue #20335: bytes constructor now raises TypeError when encoding or errors by Serhiy Storchaka · 11 years ago
  73. 9e4db75 - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is by Barry Warsaw · 11 years ago
  74. 2a41385 - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is by Barry Warsaw · 11 years ago
  75. eecd5c4 Add NEWS items for Idle patches and a turtledemo patch. by Terry Jan Reedy · 11 years ago
  76. 56a6d85 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 11 years ago
  77. b491e05 Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. by Serhiy Storchaka · 11 years ago
  78. 9cba989 Issue #22838: All test_re tests now work with unittest test discovery. by Serhiy Storchaka · 11 years ago
  79. 6632341 backout 9fcf4008b626 (#9179) for further consideration by Benjamin Peterson · 11 years ago
  80. c1da3d1 add context parameter to xmlrpclib.ServerProxy (#22960) by Benjamin Peterson · 11 years ago
  81. e718297 Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation by Victor Stinner · 11 years ago
  82. ab5e9b9 Issue #22314: pydoc now works when the LINES environment variable is set. by Serhiy Storchaka · 11 years ago
  83. fc8e9b0 Issue #22915: SAX parser now supports files opened with file descriptor or by Serhiy Storchaka · 11 years ago
  84. 7a6915e Issue #21514: The documentation of the json module now refers to new JSON RFC by Serhiy Storchaka · 11 years ago
  85. ae5cb21 Issue #22609: Constructors and update methods of mapping classes in the by Serhiy Storchaka · 11 years ago
  86. 43052a1 add context parameter to HTTPHandler (closes #22788) by Benjamin Peterson · 11 years ago
  87. f200498 add NEWS note for #22921 by Benjamin Peterson · 11 years ago
  88. 18f2298 Issue #22894: TestCase.subTest() would cause the test suite to be stopped when in failfast mode, even in the absence of failures. by Antoine Pitrou · 11 years ago
  89. a21de3d Issue #22638: SSLv3 is now disabled throughout the standard library. by Antoine Pitrou · 11 years ago
  90. db118f5 Close #22370: Windows detection in pathlib is now more robust. by Antoine Pitrou · 11 years ago
  91. e36fcde - Issue #22841: Reject coroutines in asyncio add_signal_handler(). by Guido van Rossum · 11 years ago
  92. 6c14f23 fix possible double free in TextIOWrapper.__init__ (closes #22849) by Benjamin Peterson · 11 years ago
  93. 0c938f6 Issue #12728: Different Unicode characters having the same uppercase but by Serhiy Storchaka · 11 years ago
  94. d915b08 Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian by Serhiy Storchaka · 11 years ago
  95. 84df7fe Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 11 years ago
  96. 519114d Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x. by Serhiy Storchaka · 11 years ago
  97. e66bb96 Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. by Serhiy Storchaka · 11 years ago
  98. 8e92f57 Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. by Serhiy Storchaka · 11 years ago
  99. 4ffb075 PEP 476: enable HTTPS certificate verification by default (#22417) by Benjamin Peterson · 11 years ago
  100. 8cf7c1c Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 by Serhiy Storchaka · 11 years ago