- e9f73ac Python 3.4.0rc1: Version bump. by Larry Hastings · 12 years ago v3.4.0rc1
- 8f9f0f1 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. by Larry Hastings · 12 years ago
- 69a2547 Issue #20530: The signatures for slot builtins have been updated by Larry Hastings · 12 years ago
- b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 12 years ago
- dfe98a1 Issue #20437: Fixed 22 potential bugs when deleting objects references. by Serhiy Storchaka · 12 years ago
- 505ff75 Issue #20437: Fixed 21 potential bugs when deleting objects references. by Serhiy Storchaka · 12 years ago
- 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 12 years ago
- d979e43 Close #20500: Don't trigger PyObject_Str assertion at shutdown by Nick Coghlan · 12 years ago
- 96bb437 Close #20563: Declare ipaddress API stable by Nick Coghlan · 12 years ago
- 66c3d18 Merge: #14983: always add a line end after a MIME boundary marker. by R David Murray · 12 years ago
- e9c3147 #14983: always add a line end after a MIME boundary marker. by R David Murray · 12 years ago
- b7d6d2a Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket. by Antoine Pitrou · 12 years ago
- 0c1e31a Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket. by Antoine Pitrou · 12 years ago
- 01e46ee Merge: #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 12 years ago
- 0400d33 #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 12 years ago
- ff9616b Merge #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 12 years ago
- 905c8c3 #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 12 years ago
- c030270 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 12 years ago
- a7c07d3 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 12 years ago
- 4a7668a Close #20536: correctly handle Decimal exponents in statistics by Nick Coghlan · 12 years ago
- f45e3e3 Merge #18805 NEWS fix from 3.3 by Nick Coghlan · 12 years ago
- 98585b6 Fix #18805 NEWS entry by Nick Coghlan · 12 years ago
- aad0ea0 Merge fix for #18805 from 3.3 by Nick Coghlan · 12 years ago
- 932346f Issue #18805: better netmask validation in ipaddress by Nick Coghlan · 12 years ago
- 6cbf151 Issue #20538: UTF-7 incremental decoder produced inconsistant string when by Serhiy Storchaka · 12 years ago
- 016a3f3 Issue #20538: UTF-7 incremental decoder produced inconsistant string when by Serhiy Storchaka · 12 years ago
- 73afe2a Close #20481: Disallow mixed type input in statistics by Nick Coghlan · 12 years ago
- bfd68bf Issue #20478: avoid special casing Counter in statistics by Nick Coghlan · 12 years ago
- ec1c809 More asyncio news. by Guido van Rossum · 12 years ago
- c489e83 Merge: #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 12 years ago
- 1e94989 #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 12 years ago
- bd3a11b #20013: don't raise socket error when selected mailbox deleted. by R David Murray · 12 years ago
- 95ff723 #20013: don't raise socket error when selected mailbox deleted. by R David Murray · 12 years ago
- 15a693a #20531: Apply the 3.3 version of the #19063 fix. by R David Murray · 12 years ago
- aa21297 #20476: use EmailMessage as factory if non-compat32 policy is used. by R David Murray · 12 years ago
- f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 12 years ago
- 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 12 years ago
- 3303b6a Merge for issue #20488 by Brett Cannon · 12 years ago
- 07fbd78 Issue #20488: Update docs to say importlib is *the* implementaiton of by Brett Cannon · 12 years ago
- f811bbf Issue #6386: When executing a script that's a symlink, the directory by Brett Cannon · 12 years ago
- 94e44a9 Issue #14455: fix handling of unsigned long long values for binary plist files by Ronald Oussoren · 12 years ago
- 255493c Issue #19920: TarFile.list() no longer fails when outputs a listing by Serhiy Storchaka · 12 years ago
- 3b4f159 Issue #19920: TarFile.list() no longer fails when outputs a listing by Serhiy Storchaka · 12 years ago
- 2aa15d8 Issue #20465: Update SQLite shipped with OS X installer to 3.8.3. by Ned Deily · 12 years ago
- 25ff287 Issue #20515: Fix NULL pointer dereference introduced by issue #20368 by Christian Heimes · 12 years ago
- d33491e Issue #20515: Fix NULL pointer dereference introduced by issue #20368 by Christian Heimes · 12 years ago
- e9e8907 merge 3.3 (#19186) by Benjamin Peterson · 12 years ago
- 091d017 restore namespacing of pyexpat symbols (closes #19186) by Benjamin Peterson · 12 years ago
- 6edd82a Close #20053: ignore default pip config settings by Nick Coghlan · 12 years ago
- a9b1524 Close #20404: blacklist non-text encodings in io.TextIOWrapper by Nick Coghlan · 12 years ago
- ca7b046 Issue #17162: Add PyType_GetSlot. by Martin v. Löwis · 12 years ago
- cb306d1 Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. by Ned Deily · 12 years ago
- c564038 Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. by Ned Deily · 12 years ago
- c49672f Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache. by Antoine Pitrou · 12 years ago
- d2cc743 Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache. by Antoine Pitrou · 12 years ago
- ce591c2 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 12 years ago
- 1317e14 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 12 years ago
- 1328e9d Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 12 years ago
- 57839a6 Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 12 years ago
- a56d4e8 whatsnew: hmac accepts more bytes types, importlib decode_source, stat in C. by R David Murray · 12 years ago
- 2315779 Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 12 years ago
- c8d9e0e Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 12 years ago
- 153d97b #20288: merge with 3.3. by Ezio Melotti · 12 years ago
- f27b9a7 #20288: fix handling of invalid numeric charrefs in HTMLParser. by Ezio Melotti · 12 years ago
- 7726ac9 #Issue 20456: Several improvements and bugfixes for Argument Clinic, by Larry Hastings · 12 years ago
- 524be30 tracemalloc: Fix slicing traces and fix slicing a traceback. by Victor Stinner · 12 years ago
- 8f74a73 Issue #20354: Mention the fix in Misc/NEWS by Victor Stinner · 12 years ago
- a17b6bb Issue #20162: Fix an alignment issue in the siphash24() hash function which by Victor Stinner · 12 years ago
- 6d300d6 Fix extra line added in 0bcf23a52d55 by Brian Quinlan · 12 years ago
- 2b754f4 Issue #20319: concurrent.futures.wait() can block forever even if Futures have completed by Brian Quinlan · 12 years ago
- 63da7c7 inspect.signature: Support duck-types of Python functions (Cython, for instance) #17159 by Yury Selivanov · 12 years ago
- 4ded1f3 NEWS: Add news item for #18801 by Yury Selivanov · 12 years ago
- 1088d98 The function name for cmath.isinf in PyArg_ParseTuple() was wrong. by Brett Cannon · 12 years ago
- fcfb946 Issue #20311, #20452: poll and epoll now round the timeout away from zero, by Victor Stinner · 12 years ago
- 63a615c Remove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet. by Gregory P. Smith · 12 years ago
- 844dcfb Remove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet. by Gregory P. Smith · 12 years ago
- 9e3a60b More asyncio news. by Guido van Rossum · 12 years ago
- d82eddc inspect.getfullargspec: Use inspect.signature API behind the scenes #17481 by Yury Selivanov · 12 years ago
- 9f2e46d Issue #20424: Python implementation of io.StringIO now supports lone surrogates. by Serhiy Storchaka · 12 years ago
- 61f5616 Move Misc/NEWS entries committed after releasing 3.4.0b3 to correct places. by Serhiy Storchaka · 12 years ago
- c92ea76 Issue #20424: Python implementation of io.StringIO now supports lone surrogates. by Serhiy Storchaka · 12 years ago
- 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 12 years ago
- 0adc955 NEWS: Add few missing news items by Yury Selivanov · 12 years ago
- e7dcc5e inspect.signature: Support classes without user-defined __init__/__new__ #20308 by Yury Selivanov · 12 years ago
- f5d2f22 Issue #19456: ntpath.join() now joins relative paths correctly when a drive by Serhiy Storchaka · 12 years ago
- c369c2c Issue #19456: ntpath.join() now joins relative paths correctly when a drive by Serhiy Storchaka · 12 years ago
- a28632b Issue #19077: tempfile.TemporaryDirectory cleanup no longer fails when by Serhiy Storchaka · 12 years ago
- 99e033b Issue #19077: tempfile.TemporaryDirectory cleanup is now most likely by Serhiy Storchaka · 12 years ago
- b991597 Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate by Victor Stinner · 12 years ago
- 2361216 I forgot to add a Misc/NEWS entry for issue #20394 by Christian Heimes · 12 years ago
- 23105d8 Merge. by Larry Hastings · 12 years ago
- ee4cca6 Post-release bump for 3.4.0 beta 3. by Larry Hastings · 12 years ago
- 908669b Issue #17721: Remove non-functional configuration dialog help button until we by Terry Jan Reedy · 12 years ago
- 91d4278 Issue #17721: Remove non-functional configuration dialog help button until we by Terry Jan Reedy · 12 years ago
- 6834a65 Issue #20367: Add Glenn Langford to Misc/ACKS by Victor Stinner · 12 years ago
- 62a85b5 Issue #19990: Added tests for the imghdr module. Based on patch by Claudiu Popa. by Serhiy Storchaka · 12 years ago
- 1ac0095 Issue #19990: Added tests for the imghdr module. Based on patch by Claudiu Popa. by Serhiy Storchaka · 12 years ago
- e6994ff Fix issue #20367: concurrent.futures.as_completed() for duplicate arguments. by Guido van Rossum · 12 years ago
- dbe0982 Issue #8260: The read(), readline() and readlines() methods of by Serhiy Storchaka · 12 years ago
- 8003850 Issue #8260: The read(), readline() and readlines() methods of by Serhiy Storchaka · 12 years ago