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