Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch ↵ | Steve Dower | 2016-11-09 | 1 | -0/+3 |
|\ | | | | | | | by Vajrasky Kok) | ||||
| * | Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch ↵ | Steve Dower | 2016-11-09 | 1 | -0/+3 |
| | | | | | | | | by Vajrasky Kok) | ||||
| * | Merge 3.5 (issue #28652) | Yury Selivanov | 2016-11-09 | 1 | -0/+2 |
| |\ | |||||
| | * | Issue #28652: Make loop methods reject socket kinds they do not support. | Yury Selivanov | 2016-11-09 | 1 | -0/+2 |
| | | | |||||
* | | | Merge 3.6 (issue #27942) | Yury Selivanov | 2016-11-09 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.5 (issue #27942) | Yury Selivanov | 2016-11-09 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | ssue #27942: Fix memory leak in codeobject.c | Yury Selivanov | 2016-11-09 | 1 | -0/+2 |
| | | | |||||
| * | | Merge 3.5 (issue #28639) | Yury Selivanov | 2016-11-09 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #28639: Fix inspect.isawaitable to always return bool | Yury Selivanov | 2016-11-09 | 1 | -0/+3 |
| | | | | | | | | | | | | Patch by Justin Mayfield. | ||||
| * | | Issue #26081: Fix refleak in _asyncio.Future.__iter__().throw. | Yury Selivanov | 2016-11-09 | 1 | -0/+2 |
| | | | |||||
* | | | Merge 3.6 (typo in NEWS) | Yury Selivanov | 2016-11-08 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | news: Fix a typo | Yury Selivanov | 2016-11-08 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 3.6 (issue #26182) | Yury Selivanov | 2016-11-08 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #26182: Fix ia refleak in code that raises DeprecationWarning. | Yury Selivanov | 2016-11-08 | 1 | -0/+2 |
| | | | |||||
| * | | Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning. | Yury Selivanov | 2016-11-08 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | As it was agreed in the issue, __aiter__ returning an awaitable should result in PendingDeprecationWarning in 3.5 and in DeprecationWarning in 3.6. | ||||
* | | | Issue #28563: Fixed possible DoS and arbitrary code execution when handle | Serhiy Storchaka | 2016-11-08 | 1 | -0/+4 |
|\ \ \ | |/ / | | | | | | | | | | plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext. | ||||
| * | | Issue #28563: Fixed possible DoS and arbitrary code execution when handle | Serhiy Storchaka | 2016-11-08 | 1 | -0/+4 |
| |\ \ | | |/ | | | | | | | | | | plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext. | ||||
| * | | Merge 3.5 (issue #28634) | Yury Selivanov | 2016-11-07 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
* | | | Issue #28621: Sped up converting int to float by reusing faster bits counting | Serhiy Storchaka | 2016-11-08 | 1 | -0/+3 |
| | | | | | | | | | | | | implementation. Patch by Adrian Wielgosik. | ||||
* | | | Closes #27781: Removes special cases for the experimental aspect of PEP 529 | Steve Dower | 2016-11-07 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Closes #27781: Removes special cases for the experimental aspect of PEP 529 | Steve Dower | 2016-11-07 | 1 | -2/+2 |
| | | | |||||
* | | | Issue #28485: Merge single-threading fix from 3.6 | Martin Panter | 2016-11-05 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #28485: Merge single-threading fix from 3.5 into 3.6 | Martin Panter | 2016-11-05 | 1 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | Issue #28485: Check for negative workers even without ProcessPoolExecutor | Martin Panter | 2016-11-05 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | This matches the documentation, and passes the test suite when multithreading is disabled. | ||||
* | | | Issue #28616: merge from 3.6 | Ned Deily | 2016-11-04 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #28616: merge from 3.5 | Ned Deily | 2016-11-04 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #28616: Correct help for sys.version_info releaselevel component. | Ned Deily | 2016-11-04 | 1 | -0/+1 |
| | | | | | | | | | | | | Patch by Anish Tambe. | ||||
| * | | Merge 3.5 (issue #28613) | Yury Selivanov | 2016-11-04 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #28613: Fix get_event_loop() to return the current loop | Yury Selivanov | 2016-11-04 | 1 | -0/+3 |
| | | | | | | | | | | | | when called from coroutines or callbacks. | ||||
| * | | Merge 3.5 (issue #28600) | Yury Selivanov | 2016-11-03 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | Issue #28600: Optimize loop.call_soon(). | Yury Selivanov | 2016-11-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | Run expensive type checks only in debug mode. In addition, stop supporting passing handles to loop.run_in_executor. | ||||
* | | | Issue #28580: Optimize iterating split table values. | INADA Naoki | 2016-11-04 | 1 | -0/+3 |
| | | | | | | | | | | | | Patch by Xiang Zhang. | ||||
* | | | Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when | Serhiy Storchaka | 2016-11-03 | 2 | -0/+5 |
|\ \ \ | |/ / | | | | | | | | | | the garbage collector is invoked in other thread. Based on patch by Sebastian Cufre. | ||||
| * | | Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when | Serhiy Storchaka | 2016-11-03 | 2 | -0/+5 |
| |\ \ | | |/ | | | | | | | | | | the garbage collector is invoked in other thread. Based on patch by Sebastian Cufre. | ||||
| | * | Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when | Serhiy Storchaka | 2016-11-03 | 2 | -0/+5 |
| | | | | | | | | | | | | | | | the garbage collector is invoked in other thread. Based on patch by Sebastian Cufre. | ||||
* | | | Issue #28513: Documented command-line interface of zipfile. | Serhiy Storchaka | 2016-11-02 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Issue #28513: Documented command-line interface of zipfile. | Serhiy Storchaka | 2016-11-02 | 1 | -0/+5 |
| |\ \ | | |/ | |||||
| | * | Issue #28513: Documented command-line interface of zipfile. | Serhiy Storchaka | 2016-11-02 | 1 | -0/+5 |
| | | | |||||
* | | | Issue #28583: PyDict_SetDefault didn't combine split table when needed. | INADA Naoki | 2016-11-02 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | Patch by Xiang Zhang. | ||||
| * | | Issue #28583: PyDict_SetDefault didn't combine split table when needed. | INADA Naoki | 2016-11-02 | 1 | -0/+3 |
| | | | | | | | | | | | | Patch by Xiang Zhang. | ||||
| * | | Start 3.6.0b4 | Ned Deily | 2016-11-01 | 1 | -0/+12 |
| | | | |||||
| * | | Version bump for 3.6.0b3v3.6.0b3 | Ned Deily | 2016-11-01 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #28248: merge from 3.6 | Ned Deily | 2016-10-31 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #28248: merge from 3.5 | Ned Deily | 2016-10-31 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j. | Ned Deily | 2016-10-31 | 1 | -3/+1 |
| | | | | | | | | | | | | Original patch by Mariatta Wijaya. | ||||
* | | | Issue #28208: merge from 3.6 | Ned Deily | 2016-10-31 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #28028: Update OS X installers to use SQLite 3.14.2. | Ned Deily | 2016-10-31 | 1 | -1/+1 |
| | | | | | | | | | | | | Patch by Mariatta Wijaya. | ||||
| * | | Issue 28128: Print out better error/warning messages for invalid string ↵ | Eric V. Smith | 2016-10-31 | 1 | -0/+4 |
| | | | | | | | | | | | | escapes. Backport to 3.6. | ||||
* | | | Issue 28128: Print out better error/warning messages for invalid string escapes. | Eric V. Smith | 2016-10-31 | 1 | -0/+4 |
| | | | |||||
* | | | Issue #27517: LZMA compressor and decompressor no longer raise exceptions if | Serhiy Storchaka | 2016-10-31 | 2 | -0/+4 |
|\ \ \ | |/ / | | | | | | | given empty data twice. Patch by Benjamin Fogle. |