summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge 3.6, fix for #24142Łukasz Langa2016-11-261-0/+3
|\ \ | |/
| * Merge 3.5, fix for #24142Łukasz Langa2016-11-261-0/+3
| |\
| | * Fixes #24142: [configparser] always join multiline values to not leave the pa...Łukasz Langa2016-11-261-0/+3
* | | Issue #28796: Silence Sphinx warningsBerker Peksag2016-11-251-3/+3
* | | Merge 3.6Victor Stinner2016-11-241-0/+4
|\ \ \ | |/ /
| * | Fix _PyGen_yf()Victor Stinner2016-11-241-0/+4
* | | Issue #28774: Fix start/end pos in unicode_encode_ucs1().Xiang Zhang2016-11-231-0/+5
* | | Issue #28023: Fix python-gdb.py didn't support new dict implementationINADA Naoki2016-11-221-0/+2
|\ \ \ | |/ /
| * | 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-221-1/+1
* | | Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,Serhiy Storchaka2016-11-221-0/+4
* | | mergeRaymond Hettinger2016-11-221-0/+4
|\ \ \ | |/ /
| * | Issue #27100: With statement reports missing __enter__ before __exit__. (Co...Raymond Hettinger2016-11-221-0/+4
* | | Issue #28752: Restored the __reduce__() methods of datetime objects.Serhiy Storchaka2016-11-211-0/+2
|\ \ \ | |/ /
| * | Issue #28752: Restored the __reduce__() methods of datetime objects.Serhiy Storchaka2016-11-211-0/+2
* | | NEWS updateEthan Furman2016-11-211-0/+2
|\ \ \ | |/ /
| * | issue28082: actually include NEWS entryEthan Furman2016-11-211-0/+2
* | | update news and re docEthan Furman2016-11-211-0/+2
|\ \ \ | |/ /
| * | closes issue23591: add NEWS entryEthan Furman2016-11-211-0/+2
* | | Issue #28731: Optimize _PyDict_NewPresized() to create correct size dictINADA Naoki2016-11-211-0/+3
* | | Merge 3.6Victor Stinner2016-11-211-0/+5
|\ \ \ | |/ /
| * | 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 #28532: Show sys.version when -V option is supplied twiceINADA Naoki2016-11-211-0/+2
* | | Issue #28748: Private variable _Py_PackageContext is now of type "const char *"Serhiy Storchaka2016-11-211-0/+3
* | | Issue #20572: Remove the subprocess.Popen.wait endtime parameter.Gregory P. Smith2016-11-211-0/+3
|\ \ \ | |/ /
| * | Issue #20572: The subprocess.Popen.wait method's undocumented endtimeGregory P. Smith2016-11-211-0/+3
* | | Merge typo fixes from 3.6Martin Panter2016-11-201-1/+1
|\ \ \ | |/ /
| * | Fix typos in documentationMartin Panter2016-11-201-1/+1
* | | Issue #25659: Merge ctypes fix from 3.6Martin Panter2016-11-201-0/+3
|\ \ \ | |/ /
| * | Issue #25659: Merge ctypes fix from 3.5Martin Panter2016-11-201-0/+3
| |\ \ | | |/
| | * Issue #25659: Change assert to TypeError in from_buffer/_copy()Martin Panter2016-11-201-0/+3
* | | Issue #10656: Merge AIX build fix from 3.6Martin Panter2016-11-201-0/+3
|\ \ \ | |/ /
| * | Issue #10656: Merge AIX build fix from 3.5Martin Panter2016-11-201-0/+3
| |\ \ | | |/
| | * Issue #10656: Fix out-of-tree building on AIXMartin Panter2016-11-201-0/+3
| * | move the enable-optimizations mention to the correct Build section.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-11-201-2/+2
* | | Rename the new --with-optimiations flag to --enable-optimizations.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-11-201-0/+2
|\ \ \ | |/ /
| * | Rename the new --with-optimiations flag to --enable-optimizations.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-11-201-0/+2
| |\ \ | | |/
| | * Rename the new --with-optimiations flag to --enable-optimizations.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-11-201-0/+2
* | | Issue #28666: Now test.support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-0/+3
|\ \ \ | |/ /
| * | Issue #28666: Now test.support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-0/+3
| |\ \ | | |/
| | * Issue #28666: Now test.support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-0/+3
* | | Issue #19569: Compiler warnings are now emitted if use most of deprecatedSerhiy Storchaka2016-11-201-0/+3
* | | Merge from 3.6Steve Dower2016-11-201-0/+2
|\ \ \ | |/ /