Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27942: String constants now interned recursively in tuples and ↵ | Serhiy Storchaka | 2016-09-30 | 1 | -0/+2 |
|\ | | | | | | | frozensets. | ||||
| * | Issue #27942: String constants now interned recursively in tuples and ↵ | Serhiy Storchaka | 2016-09-30 | 1 | -0/+2 |
| |\ | | | | | | | | | | frozensets. | ||||
| | * | Issue #27942: String constants now interned recursively in tuples and ↵ | Serhiy Storchaka | 2016-09-30 | 1 | -0/+2 |
| | | | | | | | | | | | | frozensets. | ||||
* | | | Merge 3.6 | Victor Stinner | 2016-09-29 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Fix xml.etree.ElementTree.Element.getiterator() | Victor Stinner | 2016-09-29 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | Issue #28314: Fix function declaration (C flags) for the getiterator() method of xml.etree.ElementTree.Element. | ||||
* | | | Issue #28289: ImportError.__init__ now resets not specified attributes. | Serhiy Storchaka | 2016-09-28 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #28258: Fixed build with Estonian locale (python-config and distclean | Serhiy Storchaka | 2016-09-29 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | targets in Makefile). Patch by Arfrever Frehtes Taifersar Arahesis. | ||||
| * | | Issue #28258: Fixed build with Estonian locale (python-config and distclean | Serhiy Storchaka | 2016-09-29 | 1 | -0/+3 |
| |\ \ | | |/ | | | | | | | targets in Makefile). Patch by Arfrever Frehtes Taifersar Arahesis. | ||||
| | * | Issue #28258: Fixed build with Estonian locale (python-config and distclean | Serhiy Storchaka | 2016-09-29 | 1 | -0/+3 |
| | | | | | | | | | | | | targets in Makefile). Patch by Arfrever Frehtes Taifersar Arahesis. | ||||
* | | | merge 3.6 (#1703178) | Benjamin Peterson | 2016-09-29 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | merge 3.5 (#1703178) | Benjamin Peterson | 2016-09-29 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | build_ext: correctly parse the link_objects user option (closes #1703178) | Benjamin Peterson | 2016-09-29 | 1 | -0/+3 |
| | | | | | | | | | | | | Patch by Valerie Lambert. | ||||
| | * | IDLE NEWS item and ack. | Terry Jan Reedy | 2016-09-29 | 2 | -0/+4 |
| | | | |||||
| | * | Issue #28253: Added a NEWS entry. | Alexander Belopolsky | 2016-09-28 | 1 | -0/+7 |
| | | | |||||
* | | | Merged from 3.6 | Alexander Belopolsky | 2016-09-28 | 1 | -0/+7 |
|\ \ \ | |/ / | |||||
| * | | Issue #28148: Added a NEWS entry. | Alexander Belopolsky | 2016-09-28 | 1 | -0/+7 |
| | | | |||||
* | | | Merged from 3.6 | Alexander Belopolsky | 2016-09-28 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #28148: Stop using localtime() and gmtime() in the time module. | Alexander Belopolsky | 2016-09-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | Introduced platform independent _PyTime_localtime API that is similar to POSIX localtime_r, but available on all platforms. Patch by Ed Schouten. | ||||
| * | | Issue #28253: Added a NEWS entry. | Alexander Belopolsky | 2016-09-28 | 1 | -0/+7 |
| | | | |||||
* | | | Issue #28253: Added a NEWS entry. | Alexander Belopolsky | 2016-09-28 | 1 | -0/+7 |
| | | | |||||
* | | | Issue #21578: Fixed misleading error message when ImportError called with | Serhiy Storchaka | 2016-09-27 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | invalid keyword args. | ||||
| * | | Issue #21578: Fixed misleading error message when ImportError called with | Serhiy Storchaka | 2016-09-27 | 1 | -0/+3 |
| |\ \ | | |/ | | | | | | | invalid keyword args. | ||||
| | * | Issue #21578: Fixed misleading error message when ImportError called with | Serhiy Storchaka | 2016-09-27 | 1 | -0/+3 |
| | | | | | | | | | | | | invalid keyword args. | ||||
* | | | Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress(). | Serhiy Storchaka | 2016-09-27 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | Original patch by John Leitch. | ||||
| * | | Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress(). | Serhiy Storchaka | 2016-09-27 | 1 | -0/+3 |
| |\ \ | | |/ | | | | | | | Original patch by John Leitch. | ||||
| | * | Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress(). | Serhiy Storchaka | 2016-09-27 | 1 | -0/+3 |
| | | | | | | | | | | | | Original patch by John Leitch. | ||||
* | | | merge | Raymond Hettinger | 2016-09-27 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #18844: Make the number of selections a keyword-only argument for ↵ | Raymond Hettinger | 2016-09-27 | 1 | -0/+4 |
| | | | | | | | | | | | | random.choices(). | ||||
* | | | Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() | Serhiy Storchaka | 2016-09-26 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | if pass invalid string-like object as a name. Patch by Xiang Zhang. | ||||
| * | | Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() | Serhiy Storchaka | 2016-09-26 | 1 | -0/+3 |
| |\ \ | | |/ | | | | | | | if pass invalid string-like object as a name. Patch by Xiang Zhang. | ||||
| | * | Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() | Serhiy Storchaka | 2016-09-26 | 1 | -0/+3 |
| | | | | | | | | | | | | if pass invalid string-like object as a name. Patch by Xiang Zhang. | ||||
* | | | Issue #18893: Merge from 3.6 | Berker Peksag | 2016-09-26 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #18893: Merge from 3.5 | Berker Peksag | 2016-09-26 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py | Berker Peksag | 2016-09-26 | 1 | -0/+3 |
| | | | | | | | | | | | | Patch by Madison May. | ||||
* | | | Issue #27611: Fixed support of default root window in the tkinter.tix module. | Serhiy Storchaka | 2016-09-25 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | Added the master parameter in the DisplayStyle constructor. | ||||
| * | | Issue #27611: Fixed support of default root window in the tkinter.tix module. | Serhiy Storchaka | 2016-09-25 | 1 | -0/+3 |
| |\ \ | | |/ | | | | | | | Added the master parameter in the DisplayStyle constructor. | ||||
| | * | Issue #27611: Fixed support of default root window in the tkinter.tix module. | Serhiy Storchaka | 2016-09-25 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #28203: Merge from 3.6 | Mark Dickinson | 2016-09-24 | 2 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #28203: Merge from 3.5 | Mark Dickinson | 2016-09-24 | 2 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). ↵ | Mark Dickinson | 2016-09-24 | 2 | -0/+4 |
| | | | | | | | | | | | | Patch by Soumya Sharma. | ||||
* | | | Issue #28251: Improvements to help manuals on Windows. | Steve Dower | 2016-09-23 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #28251: Improvements to help manuals on Windows. | Steve Dower | 2016-09-23 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | Issue #28251: Improvements to help manuals on Windows. | Steve Dower | 2016-09-23 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #28086: Single var-positional argument of tuple subtype was passed | Serhiy Storchaka | 2016-09-22 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | unscathed to the C-defined function. Now it is converted to exact tuple. | ||||
| * | | Issue #28086: Single var-positional argument of tuple subtype was passed | Serhiy Storchaka | 2016-09-22 | 1 | -0/+3 |
| | | | | | | | | | | | | unscathed to the C-defined function. Now it is converted to exact tuple. | ||||
* | | | Merge socketserver fixes from 3.6 | Martin Panter | 2016-09-22 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge socketserver fixes from 3.5 into 3.6 | Martin Panter | 2016-09-22 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix references to Python 3’s socketserver (lowercase) module | Martin Panter | 2016-09-22 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #27348: Merge exception formatting fix from 3.6 | Martin Panter | 2016-09-22 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #27348: Merge exception formatting fix from 3.5 into 3.6 | Martin Panter | 2016-09-22 | 1 | -0/+4 |
| |\ \ | | |/ |