Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #28435: Avoid no_proxy environment variable interfering with tests | Martin Panter | 2016-10-22 | 1 | -0/+1 |
| | | | | Patch by Piotr Szczepaniak. | ||||
* | Issue #26796: Don't configure the number of workers for default threadpool ↵ | Yury Selivanov | 2016-10-21 | 1 | -0/+4 |
| | | | | | | executor. Initial patch by Hans Lawrenz. | ||||
* | Issue #26923: Fix asyncio.Gather to refuse being cancelled once all children ↵ | Yury Selivanov | 2016-10-21 | 1 | -0/+4 |
| | | | | | | are done. Patch by Johannes Ebke. | ||||
* | Issue #28396: Remove any mention of .pyo files from the man page. | Brett Cannon | 2016-10-21 | 1 | -2/+2 |
| | | | | Thanks to Ville Skyttä for the patch. | ||||
* | Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception | Serhiy Storchaka | 2016-10-18 | 1 | -0/+3 |
| | | | | loss in PyTraceBack_Here(). | ||||
* | Issue #28409: regrtest: fix the parser of command line arguments. | Victor Stinner | 2016-10-17 | 1 | -2/+4 |
| | |||||
* | Issue #24452: Make webbrowser support Chrome on Mac OS X. | Guido van Rossum | 2016-10-13 | 1 | -0/+2 |
| | |||||
* | Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers. | Xavier de Gaye | 2016-10-12 | 1 | -0/+3 |
| | |||||
* | Issue #28248: Merge with 3.4 | Zachary Ware | 2016-10-11 | 1 | -0/+2 |
|\ | |||||
| * | Issue #28248: Update Windows build to use OpenSSL 1.0.2j | Zachary Ware | 2016-10-11 | 1 | -0/+5 |
| | | |||||
| * | Issue #27759: Fix selectors incorrectly retain invalid file descriptors. | Yury Selivanov | 2016-10-06 | 1 | -0/+3 |
| | | | | | | | | (Backported to 3.4 as this bug might be exploited to for DoS) | ||||
| * | Issue #12885: Revert commits in 3.4 branch which is security-only fixes. | Jason R. Coombs | 2016-09-02 | 1 | -2/+0 |
| | | |||||
* | | Issue #28394: Spelling and typo fixes in code comments and changelog | Martin Panter | 2016-10-10 | 2 | -2/+2 |
| | | | | | | | | Includes patch by Ville Skyttä. | ||||
* | | Issue #27972: Prohibit Tasks to await on themselves. | Yury Selivanov | 2016-10-09 | 1 | -0/+2 |
| | | |||||
* | | Issue #28399: Remove UNIX socket from FS before binding. | Yury Selivanov | 2016-10-09 | 1 | -0/+3 |
| | | | | | | | | Patch by Коренберг Марк. | ||||
* | | Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). | Serhiy Storchaka | 2016-10-08 | 1 | -0/+3 |
| | | | | | | | | Patch by Xiang Zhang. | ||||
* | | Issue #28376: The type of long range iterator is now registered as Iterator. | Serhiy Storchaka | 2016-10-08 | 1 | -0/+3 |
| | | | | | | | | Patch by Oren Milman. | ||||
* | | Issue #28376: The constructor of range_iterator now checks that step is not 0. | Serhiy Storchaka | 2016-10-08 | 1 | -0/+3 |
| | | | | | | | | Patch by Oren Milman. | ||||
* | | Issue #26906: Resolving special methods of uninitialized type now causes | Serhiy Storchaka | 2016-10-08 | 1 | -0/+3 |
| | | | | | | | | implicit initialization of the type instead of a fail. | ||||
* | | Issue #18287: PyType_Ready() now checks that tp_name is not NULL. | Serhiy Storchaka | 2016-10-07 | 2 | -0/+4 |
| | | | | | | | | Original patch by Niklas Koep. | ||||
* | | Issue #26293: Fixed writing ZIP files that starts not from the start of the | Serhiy Storchaka | 2016-10-07 | 1 | -0/+4 |
| | | | | | | | | | | file. Offsets in ZIP file now are relative to the start of the archive in conforming to the specification. | ||||
* | | Issue #24098: Fixed possible crash when AST is changed in process of | Serhiy Storchaka | 2016-10-07 | 1 | -0/+3 |
| | | | | | | | | compiling it. | ||||
* | | mmap: do all internal arithmetic with Py_ssize_t while being very careful ↵ | Benjamin Peterson | 2016-10-06 | 1 | -0/+3 |
| | | | | | | | | about overflow | ||||
* | | Issue #28372: Fix asyncio to support formatting of non-python coroutines | 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 |
| | | |||||
* | | Issue #28370: Speedup asyncio.StreamReader.readexactly | Yury Selivanov | 2016-10-05 | 1 | -0/+3 |
| | | | | | | | | Patch by Коренберг Марк. | ||||
* | | Issue #28369: Raise an error when transport's FD is used with add_reader | Yury Selivanov | 2016-10-05 | 1 | -0/+3 |
| | | |||||
* | | 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 #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 |
|\ \ | |||||
| * | | ensure gc tracking is off when invoking weakref callbacks (closes #26617) | Benjamin Peterson | 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 #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: Clean up to avoid use-after-free after bzip decompress failure | Martin Panter | 2016-10-01 | 1 | -1/+2 |
| | | |||||
* | | 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 #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. | ||||
* | | 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 #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 #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: 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/+2 |
| | | |||||
* | | 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 |
| | | |||||
* | | Fix references to Python 3’s socketserver (lowercase) module | Martin Panter | 2016-09-22 | 1 | -1/+1 |
| | | |||||
* | | Issue #27348: Restore “Exception: None” formatting in traceback module | Martin Panter | 2016-09-22 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a regression caused by revision 73afda5a4e4c. Also reverts the decimal test workaround added in revision 5f3dd0a2b1ab. Remove test_without_exception(). According to revision ecaafc32c500, this was added in Python 2 so that print_exc() would output “None” when called with no exception set. However print_exc() never worked like this in Python 3, and the use case is not documented. Restore TracebackCases class name (instead of SyntaxTracebackCases), because the class also tests other exceptions. | ||||
* | | Issue #25651: Allow falsy values to be used for msg parameter of subTest() | Berker Peksag | 2016-09-21 | 1 | -0/+2 |
| | |