summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Issue #21085: add configure check for siginfo_t.si_bandZachary Ware2016-10-011-0/+3
* Issue #28275: Merge bz2 fix from 3.6Martin Panter2016-10-011-1/+2
|\
| * Issue #28275: Merge bz2 fix from 3.5 into 3.6Martin Panter2016-10-011-1/+2
| |\
| | * Issue #28275: Clean up to avoid use-after-free after bzip decompress failureMartin Panter2016-10-011-1/+2
* | | Issue #28228: Merge from 3.6Berker Peksag2016-10-011-0/+2
|\ \ \ | |/ /
| * | Issue #28228: imghdr now supports pathlibBerker Peksag2016-10-011-0/+2
* | | Issue #28226: Merge from 3.6Berker Peksag2016-09-301-0/+2
|\ \ \ | |/ /
| * | Issue #28226: compileall now supports pathlibBerker Peksag2016-09-301-0/+2
* | | Issue #27942: String constants now interned recursively in tuples and frozens...Serhiy Storchaka2016-09-301-0/+2
|\ \ \ | |/ /
| * | Issue #27942: String constants now interned recursively in tuples and frozens...Serhiy Storchaka2016-09-301-0/+2
| |\ \ | | |/
| | * Issue #27942: String constants now interned recursively in tuples and frozens...Serhiy Storchaka2016-09-301-0/+2
* | | Merge 3.6Victor Stinner2016-09-291-0/+3
|\ \ \ | |/ /
| * | Fix xml.etree.ElementTree.Element.getiterator()Victor Stinner2016-09-291-0/+3
* | | Issue #28289: ImportError.__init__ now resets not specified attributes.Serhiy Storchaka2016-09-281-0/+2
* | | Issue #28258: Fixed build with Estonian locale (python-config and distcleanSerhiy Storchaka2016-09-291-0/+3
|\ \ \ | |/ /
| * | Issue #28258: Fixed build with Estonian locale (python-config and distcleanSerhiy Storchaka2016-09-291-0/+3
| |\ \ | | |/
| | * Issue #28258: Fixed build with Estonian locale (python-config and distcleanSerhiy Storchaka2016-09-291-0/+3
* | | merge 3.6 (#1703178)Benjamin Peterson2016-09-291-0/+3
|\ \ \ | |/ /
| * | merge 3.5 (#1703178)Benjamin Peterson2016-09-291-0/+3
| |\ \ | | |/
| | * build_ext: correctly parse the link_objects user option (closes #1703178)Benjamin Peterson2016-09-291-0/+3
| | * IDLE NEWS item and ack.Terry Jan Reedy2016-09-291-0/+3
| | * Issue #28253: Added a NEWS entry.Alexander Belopolsky2016-09-281-0/+7
* | | Merged from 3.6Alexander Belopolsky2016-09-281-0/+7
|\ \ \ | |/ /
| * | Issue #28148: Added a NEWS entry.Alexander Belopolsky2016-09-281-0/+7
| * | Issue #28253: Added a NEWS entry.Alexander Belopolsky2016-09-281-0/+7
* | | Issue #28253: Added a NEWS entry.Alexander Belopolsky2016-09-281-0/+7
* | | Issue #21578: Fixed misleading error message when ImportError called withSerhiy Storchaka2016-09-271-0/+3
|\ \ \ | |/ /
| * | Issue #21578: Fixed misleading error message when ImportError called withSerhiy Storchaka2016-09-271-0/+3
| |\ \ | | |/
| | * Issue #21578: Fixed misleading error message when ImportError called withSerhiy Storchaka2016-09-271-0/+3
* | | Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().Serhiy Storchaka2016-09-271-0/+3
|\ \ \ | |/ /
| * | Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().Serhiy Storchaka2016-09-271-0/+3
| |\ \ | | |/
| | * Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().Serhiy Storchaka2016-09-271-0/+3
* | | mergeRaymond Hettinger2016-09-271-0/+4
|\ \ \ | |/ /
| * | Issue #18844: Make the number of selections a keyword-only argument for rando...Raymond Hettinger2016-09-271-0/+4
* | | Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()Serhiy Storchaka2016-09-261-0/+3
|\ \ \ | |/ /
| * | Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()Serhiy Storchaka2016-09-261-0/+3
| |\ \ | | |/
| | * Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()Serhiy Storchaka2016-09-261-0/+3
* | | Issue #18893: Merge from 3.6Berker Peksag2016-09-261-0/+3
|\ \ \ | |/ /
| * | Issue #18893: Merge from 3.5Berker Peksag2016-09-261-0/+3
| |\ \ | | |/
| | * Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.pyBerker Peksag2016-09-261-0/+3
* | | Issue #27611: Fixed support of default root window in the tkinter.tix module.Serhiy Storchaka2016-09-251-0/+3
|\ \ \ | |/ /
| * | Issue #27611: Fixed support of default root window in the tkinter.tix module.Serhiy Storchaka2016-09-251-0/+3
| |\ \ | | |/
| | * Issue #27611: Fixed support of default root window in the tkinter.tix module.Serhiy Storchaka2016-09-251-0/+2
* | | Issue #28203: Merge from 3.6Mark Dickinson2016-09-241-0/+3
|\ \ \ | |/ /
| * | Issue #28203: Merge from 3.5Mark Dickinson2016-09-241-0/+3
| |\ \ | | |/
| | * Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). P...Mark Dickinson2016-09-241-0/+3
* | | Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-231-0/+2
|\ \ \ | |/ /
| * | Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-231-0/+2
| |\ \ | | |/
| | * Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-231-0/+2
* | | Issue #28086: Single var-positional argument of tuple subtype was passedSerhiy Storchaka2016-09-221-0/+3
|\ \ \ | |/ /