summaryrefslogtreecommitdiff
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Update docs and patchlevel for 3.6.0 final.v3.6.0Ned Deily2016-12-221-4318/+26
* Version bump for 3.6.0rc2v3.6.0rc2Ned Deily2016-12-161-1/+1
* Tidy Misc/NEWS for 3.6.0rc1+ cherrypicks.Ned Deily2016-12-161-4/+8
* Merge 3.5 (issue #28990)Yury Selivanov2016-12-161-0/+4
* Issue #28898: add Misc/NEWS entryNed Deily2016-12-151-0/+5
* Fix a memory leak in split-table dictionariesVictor Stinner2016-12-151-0/+7
* Issue #28896: Deprecate WindowsRegistryFinderSteve Dower2016-12-071-0/+11
* Version bump for 3.6.0rc1v3.6.0rc1Ned Deily2016-12-061-1/+1
* Issue #27030: Unknown escapes in re.sub() replacement template are allowedSerhiy Storchaka2016-12-061-0/+3
* warnings: Fix the issue numberVictor Stinner2016-12-061-1/+1
* catch_warnings() calls showwarning() if overridenVictor Stinner2016-12-061-0/+3
* Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.Serhiy Storchaka2016-12-061-0/+5
|\
| * Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.Serhiy Storchaka2016-12-061-0/+2
* | Issue #23722: improve __classcell__ compatibilityNick Coghlan2016-12-051-0/+12
* | Issue #27172: Undeprecate inspect.getfullargspec()Nick Coghlan2016-12-021-0/+5
* | Issue #28843: Fix asyncio C Task to handle exceptions __traceback__.Yury Selivanov2016-12-011-0/+2
* | Add TCP_CONGESTION and TCP_USER_TIMEOUTVictor Stinner2016-11-291-0/+4
* | Issue #28797: Modifying the class __dict__ inside the __set_name__ method ofSerhiy Storchaka2016-11-291-0/+4
* | Merge 3.5, fix for #24142?ukasz Langa2016-11-261-401/+2117
|\ \ | |/ |/|
| * Fix _PyGen_yf()Victor Stinner2016-11-241-0/+4
| * Issue #28023: Fix python-gdb.py didn't support new dict implementationINADA Naoki2016-11-221-0/+5
| * Start 3.6.0rc1. (Note, patch level was incorrectly set to 3.6.0b4+ following ...Ned Deily2016-11-221-0/+12
| * Version bump for 3.6.0b4v3.6.0b4Ned Deily2016-11-211-1/+1
| * Issue #27100: With statement reports missing __enter__ before __exit__. (Co...Raymond Hettinger2016-11-211-0/+4
| * Issue #28752: Restored the __reduce__() methods of datetime objects.Serhiy Storchaka2016-11-221-0/+2
| * issue28082: actually include NEWS entryEthan Furman2016-11-211-0/+2
| * closes issue23591: add NEWS entryEthan Furman2016-11-211-0/+2
| * Implement rich comparison for _sre.SRE_PatternVictor Stinner2016-11-211-1/+6
| * Issue #28532: Show sys.version when -V option is supplied twiceINADA Naoki2016-11-211-0/+2
| * Issue #20572: The subprocess.Popen.wait method's undocumented endtimeGregory P. Smith2016-11-201-0/+3
| * Fix typos in documentationMartin Panter2016-11-201-1/+1
| * Issue #25659: Merge ctypes fix from 3.5Martin Panter2016-11-201-0/+3
| |\
| * \ Issue #10656: Merge AIX build fix from 3.5Martin Panter2016-11-201-397/+2072
| |\ \
| | * | move the enable-optimizations mention to the correct Build section.Gregory P. Smith2016-11-201-2/+2
| | * | Rename the new --with-optimiations flag to --enable-optimizations.Gregory P. Smith2016-11-201-395/+2070
| | |\ \
| | | * \ Issue #28666: Now test.support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-0/+3
| | | |\ \
| | | * \ \ Merge from 3.5 and fix a few other functions missing IPH handling.Steve Dower2016-11-191-0/+2
| | | |\ \ \
| | | * | | | Issue #28746: Fix the set_inheritable() file descriptor method on platformsXavier de Gaye2016-11-191-0/+3
| | | * | | | Issue #28720: Add collections.abc.AsyncGenerator.Yury Selivanov2016-11-161-0/+2
| | | * | | | Issue #28721: Fix asynchronous generators aclose() and athrow()Yury Selivanov2016-11-161-0/+3
| | | * | | | Issue #26920: Fix not getting the locale's charset upon initializing the inte...Xavier de Gaye2016-11-161-0/+3
| | | * | | | Merge 3.5 (issue #28704)Yury Selivanov2016-11-151-391/+2055
| | | |\ \ \ \
| | | | * \ \ \ Merge 3.5 (issue #28703)Yury Selivanov2016-11-151-0/+2
| | | | |\ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | | * | | | Fix typosRaymond Hettinger2016-11-131-1/+1
| | | | * | | | Issue #28676: merge from 3.5Ned Deily2016-11-121-0/+6
| | | | |\ \ \ \
| | | | * \ \ \ \ Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS XSerhiy Storchaka2016-11-121-0/+3
| | | | |\ \ \ \ \
| | | | * | | | | | Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a 4...Raymond Hettinger2016-11-111-0/+2
| | | | * | | | | | Issue #19398: Extra slash no longer added to sys.path components in case ofSerhiy Storchaka2016-11-111-392/+2048
| | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ Issue #23839: Various caches now are cleared before running every test file.Serhiy Storchaka2016-11-111-392/+2048
| | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ Merge 3.6 (issue #28653)Yury Selivanov2016-11-091-0/+2
| | | | | | |\ \ \ \ \ \