summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Issue #28739: f-string expressions no longer accepted as docstrings andSerhiy Storchaka2016-12-111-0/+3
|\
| * Issue #28739: f-string expressions no longer accepted as docstrings andSerhiy Storchaka2016-12-111-0/+3
* | Issue #28512: Fixed setting the offset attribute of SyntaxError bySerhiy Storchaka2016-12-111-0/+3
|\ \ | |/
| * Issue #28512: Fixed setting the offset attribute of SyntaxError bySerhiy Storchaka2016-12-111-0/+3
| |\
| | * Issue #28512: Fixed setting the offset attribute of SyntaxError bySerhiy Storchaka2016-12-111-0/+3
* | | Issue #28849: Merge 3.6.Xavier de Gaye2016-12-101-0/+2
|\ \ \ | |/ /
| * | Issue #28849: Do not define sys.implementation._multiarch on Android.Xavier de Gaye2016-12-101-0/+5
* | | Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkse...Antoine Pitrou2016-12-101-0/+4
|\ \ \ | |/ /
| * | Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkse...Antoine Pitrou2016-12-101-0/+4
| |\ \ | | |/
| | * Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkse...Antoine Pitrou2016-12-101-0/+4
* | | Issue #28918: Merge 3.6.Xavier de Gaye2016-12-101-0/+3
|\ \ \ | |/ /
| * | Issue #28918: Fix the cross compilation of xxlimited when PythonXavier de Gaye2016-12-101-0/+3
* | | Issue #26937: Merge 3.6.Xavier de Gaye2016-12-091-0/+4
|\ \ \ | |/ /
| * | Issue #26937: The chown() method of the tarfile.TarFile class does not fail nowXavier de Gaye2016-12-091-0/+4
* | | Issue #28896: Deprecate WindowsRegistryFinderSteve Dower2016-12-081-0/+2
|\ \ \ | |/ /
| * | Issue #28896: Deprecate WindowsRegistryFinderSteve Dower2016-12-071-0/+5
* | | Issue #26939: Merge 3.6.Xavier de Gaye2016-12-081-0/+3
|\ \ \ | |/ /
| * | Issue #26939: Add the support.setswitchinterval() function to fixXavier de Gaye2016-12-081-0/+6
| * | Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict.INADA Naoki2016-12-071-0/+3
* | | Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.Serhiy Storchaka2016-12-071-0/+3
|\ \ \ | |/ /
| * | Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.Serhiy Storchaka2016-12-071-0/+3
| |\ \ | | |/
| | * Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.Serhiy Storchaka2016-12-021-0/+3
* | | Issue #28847: A deprecation warning is now emitted if the index file is missedSerhiy Storchaka2016-12-071-1/+3
* | | Issue #28847: dbm.dumb now supports reading read-only files and no longerSerhiy Storchaka2016-12-071-0/+3
|\ \ \ | |/ /
| * | Issue #28847: dbm.dumb now supports reading read-only files and no longerSerhiy Storchaka2016-12-071-0/+3
| |\ \ | | |/
| | * Issue #28847: dbm.dumb now supports reading read-only files and no longerSerhiy Storchaka2016-12-071-0/+3
| * | Prepare for 3.6.1. Any further 3.6.0 release candidates and 3.6.0 final will...Ned Deily2016-12-071-0/+12
| * | Version bump for 3.6.0rc1v3.6.0rc1Ned Deily2016-12-071-1/+1
* | | Merge documentation for issue #27030 from 3.6.Serhiy Storchaka2016-12-061-0/+3
|\ \ \ | |/ /
| * | Issue #27030: Unknown escapes in re.sub() replacement template are allowedSerhiy Storchaka2016-12-061-0/+3
* | | Merge 3.6Victor Stinner2016-12-061-1/+1
|\ \ \ | |/ /
| * | warnings: Fix the issue numberVictor Stinner2016-12-061-1/+1
* | | Merge 3.6Victor Stinner2016-12-061-0/+3
|\ \ \ | |/ /
| * | catch_warnings() calls showwarning() if overridenVictor Stinner2016-12-061-0/+3
* | | Fixed merge error in Misc/NEWS for issue #23722.Serhiy Storchaka2016-12-051-8/+5
* | | Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.Serhiy Storchaka2016-12-051-0/+2
|\ \ \ | |/ /
| * | Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.Serhiy Storchaka2016-12-051-0/+5
| |\ \ | | |/
| | * Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.Serhiy Storchaka2016-12-051-0/+2
* | | Merge #23722 from 3.6Nick Coghlan2016-12-051-0/+13
|\ \ \ | |/ /
| * | Issue #23722: improve __classcell__ compatibilityNick Coghlan2016-12-051-0/+12
* | | Merge from 3.6.Serhiy Storchaka2016-12-021-0/+5
|\ \ \ | |/ /
| * | 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
* | | Add sys.getandroidapilevel()Victor Stinner2016-12-021-0/+3
* | | 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
|\ \ \ | |/ /
| * | Issue #28797: Modifying the class __dict__ inside the __set_name__ method ofSerhiy Storchaka2016-11-291-0/+4
* | | Remove CALL_PROFILE special buildVictor Stinner2016-11-281-0/+5
* | | Issue #12844: More than 255 arguments can now be passed to a function.Serhiy Storchaka2016-11-281-0/+2