summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | Issue #28086: Single var-positional argument of tuple subtype was passedSerhiy Storchaka2016-09-221-0/+3
* | | Merge socketserver fixes from 3.6Martin Panter2016-09-221-1/+1
|\ \ \ | |/ /
| * | Merge socketserver fixes from 3.5 into 3.6Martin Panter2016-09-221-1/+1
| |\ \ | | |/
| | * Fix references to Python 3’s socketserver (lowercase) moduleMartin Panter2016-09-221-1/+1
* | | Issue #27348: Merge exception formatting fix from 3.6Martin Panter2016-09-221-0/+4
|\ \ \ | |/ /
| * | Issue #27348: Merge exception formatting fix from 3.5 into 3.6Martin Panter2016-09-221-0/+4
| |\ \ | | |/
| | * Issue #27348: Restore “Exception: None” formatting in traceback moduleMartin Panter2016-09-221-0/+4
* | | Issue #25651: Merge from 3.6Berker Peksag2016-09-211-0/+2
|\ \ \ | |/ /
| * | Issue #25651: Merge from 3.5Berker Peksag2016-09-211-0/+2
| |\ \ | | |/
| | * Issue #25651: Allow falsy values to be used for msg parameter of subTest()Berker Peksag2016-09-211-0/+2
* | | Issue #28214: Now __set_name__ is looked up on the class instead of theSerhiy Storchaka2016-09-211-0/+3
|\ \ \ | |/ /
| * | Issue #28214: Now __set_name__ is looked up on the class instead of theSerhiy Storchaka2016-09-211-0/+3
* | | Merge 3.6 (os.getrandom)Victor Stinner2016-09-201-0/+3
|\ \ \ | |/ /
| * | Fix memleak in os.getrandom()Victor Stinner2016-09-201-0/+3
* | | Merge 3.6Victor Stinner2016-09-201-0/+3
|\ \ \ | |/ /
| * | (Merge 3.5) Catch EPERM error in py_getrandom()Victor Stinner2016-09-201-0/+3
| |\ \ | | |/
| | * Catch EPERM error in py_getrandom()Victor Stinner2016-09-201-0/+3
| | * Issue #28189: dictitems_contains no longer swallows compare errors.Raymond Hettinger2016-09-191-0/+3
* | | Merge 3.6Victor Stinner2016-09-191-0/+3
|\ \ \ | |/ /
| * | Fix memory leak in path_converter()Victor Stinner2016-09-191-0/+3
* | | Issue #25400: Merge from 3.6Berker Peksag2016-09-181-0/+3
|\ \ \ | |/ /
| * | Issue #25400: RobotFileParser now correctly returns default values for crawl_...Berker Peksag2016-09-181-0/+3
* | | Issue #26661: setup.py now detects system libffi with multiarch wrapper.Christian Heimes2016-09-181-0/+2
|\ \ \ | |/ /
| * | Issue #26661: setup.py now detects system libffi with multiarch wrapper.Christian Heimes2016-09-181-0/+2
| |\ \ | | |/
| | * Issue #26661: setup.py now detects system libffi with multiarch wrapper.Christian Heimes2016-09-181-0/+2
| | * Issue #27932: Prevent memory leak in win32_ver().Steve Dower2016-09-181-0/+2
* | | Issue #27932: Prevent memory leak in win32_ver().Steve Dower2016-09-181-0/+2
|\ \ \ | |/ /
| * | Issue #27932: Prevent memory leak in win32_ver().Steve Dower2016-09-181-0/+2
* | | Issue #28110: launcher.msi has different product codes between 32-bit and 64-bitSteve Dower2016-09-171-0/+3
|\ \ \ | |/ /
| * | Issue #28110: launcher.msi has different product codes between 32-bit and 64-bitSteve Dower2016-09-171-0/+3
| |\ \ | | |/
| | * Issue #28110: launcher.msi has different product codes between 32-bit and 64-bitSteve Dower2016-09-171-0/+3
* | | Issue #28161: Opening CON for write access failsSteve Dower2016-09-171-0/+10
|\ \ \ | |/ /
| * | Issue #28161: Opening CON for write access failsSteve Dower2016-09-171-0/+10
* | | Issue #26384: Merge from 3.6Berker Peksag2016-09-171-0/+2
|\ \ \ | |/ /