summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Issue #29000: Fixed bytes formatting of octals with zero padding in alternateSerhiy Storchaka2016-12-171-0/+3
|\
| * Issue #29000: Fixed bytes formatting of octals with zero padding in alternateSerhiy Storchaka2016-12-171-0/+3
| |\
| | * Issue #29000: Fixed bytes formatting of octals with zero padding in alternateSerhiy Storchaka2016-12-171-0/+3
| * | Merge 3.6.0rc2 Misc/NEWS entries into 3.6.1Ned Deily2016-12-171-8/+31
* | | Issue #28596: The preferred encoding is UTF-8 on Android.Xavier de Gaye2016-12-171-0/+3
* | | mergeRaymond Hettinger2016-12-161-0/+3
|\ \ \ | |/ /
| * | mergeRaymond Hettinger2016-12-161-0/+3
| |\ \ | | |/
| | * Issue #28991: Fix obscure reentrancy bug in functools.lru_cache().Raymond Hettinger2016-12-161-0/+3
| * | Merge 3.5 (issue #28990)Yury Selivanov2016-12-161-0/+4
| |\ \ | | |/
| | * Issue #28990: Fix SSL hanging if connection is closed before handshake comple...Yury Selivanov2016-12-161-0/+4
* | | Issue #18896: Python function can now have more than 255 parameters.Serhiy Storchaka2016-12-161-0/+3
* | | Merge 3.6.Xavier de Gaye2016-12-151-0/+4
|\ \ \ | |/ /
| * | Issue #26919: On Android, operating system data is now always encoded/decodedXavier de Gaye2016-12-151-0/+4
* | | Merge 3.6Victor Stinner2016-12-151-0/+4
|\ \ \ | |/ /
| * | Fix a memory leak in split-table dictionariesVictor Stinner2016-12-151-0/+4
* | | Merge from 3.6.Serhiy Storchaka2016-12-141-3/+0
|\ \ \ | |/ /
| * | Merge from 3.6.Serhiy Storchaka2016-12-141-3/+0
| |\ \ | | |/
| | * Revert changeset 1f31bf3f76f5 (issue5322) except tests.Serhiy Storchaka2016-12-141-3/+0
* | | Issue #28683: Merge 3.6.Xavier de Gaye2016-12-141-0/+3
|\ \ \ | |/ /
| * | Issue #28683: Fix the tests that bind() a unix socket and raise PermissionErrorXavier de Gaye2016-12-141-0/+3
* | | Issue #20211: Merge 3.6.Xavier de Gaye2016-12-141-0/+4
|\ \ \ | |/ /
| * | Issue #20211: Do not add the directory for installing C header files andXavier de Gaye2016-12-141-0/+4
* | | Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.Yury Selivanov2016-12-141-0/+3
* | | Issue #16255: subrocess.Popen uses /system/bin/sh on Android as the shell,Xavier de Gaye2016-12-131-0/+3
* | | Issue #26936: Fix the test_socket failures on Android - getservbyname(),Xavier de Gaye2016-12-131-0/+3
* | | Issue #28896: Disable WindowsRegistryFinder by default.Steve Dower2016-12-121-1/+1
|\ \ \ | |/ /
| * | Issue #28896: Disable WindowsRegistryFinder by default.Steve Dower2016-12-121-1/+1
* | | 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