Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #28201: Dict reduces possibility of 2nd conflict in hash table. | INADA Naoki | 2016-10-06 | 1 | -0/+3 |
| | | | | Do perturb shift after first conflict. | ||||
* | merge 3.5 | Benjamin Peterson | 2016-10-06 | 1 | -0/+3 |
|\ | |||||
| * | mmap: do all internal arithmetic with Py_ssize_t while being very careful ↵ | Benjamin Peterson | 2016-10-06 | 1 | -0/+3 |
| | | | | | | | | about overflow | ||||
* | | Merge 3.5 (issue #28372) | Yury Selivanov | 2016-10-05 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #28372: Fix asyncio to support formatting of non-python coroutines | Yury Selivanov | 2016-10-05 | 1 | -0/+2 |
| | | |||||
* | | Merge 3.5 (issue #28371) | Yury Selivanov | 2016-10-05 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #28371: Deprecate passing asyncio.Handles to run_in_executor. | Yury Selivanov | 2016-10-05 | 1 | -0/+2 |
| | | |||||
* | | Merge 3.5 (issue #28370) | Yury Selivanov | 2016-10-05 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #28370: Speedup asyncio.StreamReader.readexactly | Yury Selivanov | 2016-10-05 | 1 | -0/+3 |
| | | | | | | | | Patch by Коренберг Марк. | ||||
* | | Merge 3.5 (issue #28369) | Yury Selivanov | 2016-10-05 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #28369: Raise an error when transport's FD is used with add_reader | Yury Selivanov | 2016-10-05 | 1 | -0/+3 |
| | | |||||
* | | Merge 3.5 (issue #28368) | Yury Selivanov | 2016-10-05 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #28368: Refuse monitoring processes if the child watcher has no loop ↵ | Yury Selivanov | 2016-10-05 | 1 | -0/+4 |
| | | | | | | | | | | | | attached. Patch by Vincent Michel. | ||||
* | | Issue #27181 remove geometric_mean and defer for 3.7. | Steven D'Aprano | 2016-10-04 | 1 | -0/+2 |
| | | |||||
* | | Issue #28229: lzma module now supports pathlib | Berker Peksag | 2016-10-04 | 1 | -0/+2 |
| | | |||||
* | | Issue #28321: Fixed writing non-BMP characters with binary format in plistlib. | Serhiy Storchaka | 2016-10-04 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #28321: Fixed writing non-BMP characters with binary format in plistlib. | Serhiy Storchaka | 2016-10-04 | 1 | -0/+2 |
| | | |||||
| * | Merge heads | Serhiy Storchaka | 2016-10-04 | 1 | -0/+2 |
| |\ | |||||
* | \ | Issue #28350: String constants with null character no longer interned. | Serhiy Storchaka | 2016-10-04 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #28350: String constants with null character no longer interned. | Serhiy Storchaka | 2016-10-04 | 1 | -0/+2 |
| | | | |||||
* | | | merge 3.5 (#26617) | Benjamin Peterson | 2016-10-04 | 1 | -0/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | ensure gc tracking is off when invoking weakref callbacks (closes #26617) | Benjamin Peterson | 2016-10-04 | 1 | -0/+2 |
| |/ | |||||
* | | Issue #28217: Adds _testconsole module to test console input. Fixes some ↵ | Steve Dower | 2016-10-03 | 1 | -0/+4 |
| | | | | | | | | issues found by the tests. | ||||
* | | Issue #28225: bz2 module now supports pathlib | Berker Peksag | 2016-10-02 | 1 | -0/+2 |
| | | | | | | | | Initial patch by Ethan Furman. | ||||
* | | Issue #28227: gzip now supports pathlib | Berker Peksag | 2016-10-02 | 1 | -0/+2 |
| | | | | | | | | Patch by Ethan Furman. | ||||
* | | Issue #27358: Optimized merging var-keyword arguments and improved error | Serhiy Storchaka | 2016-10-02 | 1 | -0/+3 |
| | | | | | | | | message when pass a non-mapping as a var-keyword argument. | ||||
* | | Issue #28257: Improved error message when pass a non-iterable as | Serhiy Storchaka | 2016-10-02 | 1 | -0/+3 |
| | | | | | | | | a var-positional argument. Added opcode BUILD_TUPLE_UNPACK_WITH_CALL. | ||||
* | | Issue #28322: Fixed possible crashes when unpickle itertools objects from | Serhiy Storchaka | 2016-10-02 | 1 | -0/+3 |
|\ \ | |/ | | | | | incorrect pickle data. Based on patch by John Leitch. | ||||
| * | Issue #28322: Fixed possible crashes when unpickle itertools objects from | Serhiy Storchaka | 2016-10-02 | 1 | -0/+3 |
| | | | | | | | | incorrect pickle data. Based on patch by John Leitch. | ||||
* | | Issue #28275: Merge bz2 fix from 3.5 into 3.6 | Martin Panter | 2016-10-01 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Issue #28275: Clean up to avoid use-after-free after bzip decompress failure | Martin Panter | 2016-10-01 | 1 | -1/+2 |
| | | |||||
* | | Issue #28228: imghdr now supports pathlib | Berker Peksag | 2016-10-01 | 1 | -0/+2 |
| | | |||||
* | | Issue #28226: compileall now supports pathlib | Berker Peksag | 2016-09-30 | 1 | -0/+2 |
| | | |||||
* | | Merge with 3.5 | Terry Jan Reedy | 2016-09-30 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #28815: Change '?' to '<module>' in some doc examples. | Terry Jan Reedy | 2016-09-30 | 1 | -0/+1 |
| | | | | | | | | Patch by Mariatta Wijaya. | ||||
* | | 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. | ||||
* | | 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 #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.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 |
| | | |||||
* | | Issue #28148: Added a NEWS entry. | Alexander Belopolsky | 2016-09-28 | 1 | -0/+7 |
| | | |||||
* | | 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 #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. |