Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue 27948: Allow backslashes in the literal string portion of f-strings, ↵ | Eric V. Smith | 2016-09-10 | 1 | -5/+7 |
| | | | | but not in the expressions. Also, require expressions to begin and end with literal curly braces. | ||||
* | Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) | Steve Dower | 2016-09-10 | 1 | -0/+2 |
|\ | |||||
| * | Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) | Steve Dower | 2016-09-10 | 1 | -0/+2 |
| | | |||||
* | | Issue #27705: Update message in validate_ucrtbase.py | Steve Dower | 2016-09-10 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #27705: Update message in validate_ucrtbase.py | Steve Dower | 2016-09-10 | 1 | -0/+2 |
| | | |||||
* | | Issue #25969: Update the lib2to3 grammar to handle the unpacking | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-10 | 1 | -0/+3 |
|\ \ | |/ | | | | | generalizations added in 3.5. | ||||
| * | Issue #25969: Update the lib2to3 grammar to handle the unpacking | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-10 | 1 | -0/+3 |
| | | | | | | | | generalizations added in 3.5. | ||||
* | | Merge from Zach | Steve Dower | 2016-09-10 | 1 | -0/+2 |
|\ \ | |||||
| * | | Issue #28046: Remove platform-specific directories from sys.path | Zachary Ware | 2016-09-10 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #27932: Fixes memory leak in platform.win32_ver() | Steve Dower | 2016-09-10 | 1 | -0/+2 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Issue #27932: Fixes memory leak in platform.win32_ver() | Steve Dower | 2016-09-10 | 1 | -0/+2 |
| | | |||||
* | | DTrace support: function calls, GC activity, line execution | Łukasz Langa | 2016-09-10 | 2 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on macOS 10.11 dtrace, Ubuntu 16.04 SystemTap, and libbcc. Largely based by an initial patch by Jesús Cea Avión, with some influence from Dave Malcolm's SystemTap patch and Nikhil Benesch's unification patch. Things deliberately left out for simplicity: - ustack helpers, I have no way of testing them at this point since they are Solaris-specific - PyFrameObject * in function__entry/function__return, this is SystemTap-specific - SPARC support - dynamic tracing - sys module dtrace facility introspection All of those might be added later. | ||||
* | | Issue #25758: Prevents zipimport from unnecessarily encoding a filename ↵ | Steve Dower | 2016-09-10 | 1 | -0/+3 |
|\ \ | |/ | | | | | (patch by Eryk Sun) | ||||
| * | Issue #25758: Prevents zipimport from unnecessarily encoding a filename ↵ | Steve Dower | 2016-09-10 | 1 | -0/+3 |
| | | | | | | | | (patch by Eryk Sun) | ||||
* | | Merge: #14977: Make mailcap respect the order of the lines in the mailcap file. | R David Murray | 2016-09-10 | 2 | -0/+8 |
|\ \ | |/ | |||||
| * | #14977: Make mailcap respect the order of the lines in the mailcap file. | R David Murray | 2016-09-10 | 2 | -0/+4 |
| | | | | | | | | | | This is required by RFC 1542, so despite the subtle behavior change we are treating it as a bug. Patch by Michael Lazar. | ||||
| * | Issue #22450: Use "Accept: */*" in the default headers for urllib.request | Raymond Hettinger | 2016-09-09 | 1 | -0/+4 |
| | | |||||
* | | Closes #27976: Deprecate bundled full copy of libffi | Zachary Ware | 2016-09-10 | 1 | -0/+3 |
| | | | | | | | | | | Builds on non-OSX UNIX now default to using the system libffi, and warn if the bundled copy is used. | ||||
* | | Issue #25144: Ensures TargetDir is set before continuing with custom install. | Steve Dower | 2016-09-09 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #25144: Ensures TargetDir is set before continuing with custom install. | Steve Dower | 2016-09-09 | 1 | -0/+3 |
| | | |||||
* | | Issue #28025: Convert all ssl module constants to IntEnum and IntFlags. | Christian Heimes | 2016-09-09 | 1 | -0/+3 |
| | | |||||
* | | repair reST | Benjamin Peterson | 2016-09-09 | 1 | -4/+4 |
| | | |||||
* | | Merge heads | Serhiy Storchaka | 2016-09-09 | 2 | -28/+4 |
|\ \ | |||||
| * | | remove ceval timestamp support | Benjamin Peterson | 2016-09-09 | 1 | -26/+0 |
| | | | |||||
| * | | Issue #26331: Implement the parsing part of PEP 515. | Brett Cannon | 2016-09-09 | 1 | -2/+4 |
| | | | | | | | | | | | | Thanks to Georg Brandl for the patch. | ||||
* | | | Issue #433028: Added support of modifier spans in regular expressions. | Serhiy Storchaka | 2016-09-09 | 1 | -0/+2 |
|/ / | |||||
* | | Issue #25856: The __module__ attribute of extension classes and functions | Serhiy Storchaka | 2016-09-09 | 1 | -0/+3 |
| | | | | | | | | now is interned. This leads to more compact pickle data with protocol 4. | ||||
* | | Issue #19489: Merge with 3.5 | Zachary Ware | 2016-09-09 | 2 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #19489: Add NEWS and ACKS | Zachary Ware | 2016-09-09 | 2 | -0/+4 |
| | | |||||
* | | Issue #27213: document changes in Misc/NEWS | Victor Stinner | 2016-09-09 | 1 | -0/+4 |
| | | |||||
* | | Merge with 3.5 | Steve Dower | 2016-09-09 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Issue #24594: Validates persist parameter when opening MSI database | Steve Dower | 2016-09-09 | 1 | -0/+2 |
| | | |||||
| * | #28047: Fix calculation of base64 line length. | R David Murray | 2016-09-09 | 1 | -0/+3 |
| | | | | | | | | | | This is buggy in the old email code as well, but it doesn't affect anything there because only the default line length is ever used there. | ||||
| * | Issue #26020: Fix evaluation order for set literals | Raymond Hettinger | 2016-09-08 | 1 | -0/+2 |
| | | |||||
* | | Issue #27576: Fix call order in OrderedDict.__init__(). | Eric Snow | 2016-09-09 | 1 | -0/+2 |
| | | |||||
* | | Issue #28008: Implement PEP 530 -- asynchronous comprehensions. | Yury Selivanov | 2016-09-09 | 1 | -1/+1 |
| | | |||||
* | | Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal. | Guido van Rossum | 2016-09-09 | 1 | -0/+3 |
| | | | | | | | | Patch by Ivan Levkivskyi. | ||||
* | | Move news items for PEP 526 and 525 to the top of their section. | Guido van Rossum | 2016-09-09 | 1 | -4/+5 |
| | | | | | | | | (News items should be ordered newest-first within their section.) | ||||
* | | Remove duplicate entry for Ivan L. | Guido van Rossum | 2016-09-09 | 1 | -1/+0 |
| | | |||||
* | | Issue #28003: Implement PEP 525 -- Asynchronous Generators. | Yury Selivanov | 2016-09-09 | 1 | -0/+3 |
| | | |||||
* | | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. | Yury Selivanov | 2016-09-09 | 2 | -0/+4 |
| | | | | | | | | Patch by Ivan Levkivskyi. | ||||
* | | #27364: Credit Emanuel Barry in NEWS item. | R David Murray | 2016-09-09 | 1 | -1/+1 |
| | | |||||
* | | Add policy keyword to email.generator.DecodedGenerator. | R David Murray | 2016-09-08 | 1 | -0/+2 |
| | | |||||
* | | Issue #1602: Windows console doesn't input or print Unicode (PEP 528) | Steve Dower | 2016-08-31 | 1 | -1/+2 |
| | | | | | | | | Closes #17602: Adds a readline implementation for the Windows console | ||||
* | | Add a new private version to the builtin dict type | Victor Stinner | 2016-09-08 | 1 | -0/+4 |
| | | | | | | | | | | | | | | Issue #26058: Add a new private version to the builtin dict type, incremented at each dictionary creation and at each dictionary change. Implementation of the PEP 509. | ||||
* | | Issue #21201: Improves readability of multiprocessing error message from ↵ | Davin Potts | 2016-09-08 | 1 | -0/+3 |
|\ \ | |/ | | | | | server to client for certain exceptions | ||||
| * | Issue #21201: Improves readability of multiprocessing error message from ↵ | Davin Potts | 2016-09-08 | 1 | -0/+3 |
| | | | | | | | | server to client for certain exceptions | ||||
* | | #27364: Deprecate invalid escape strings in str/byutes. | R David Murray | 2016-09-08 | 1 | -0/+3 |
| | | | | | | | | Patch by Emanuel Barry, reviewed by Serhiy Storchaka and Martin Panter. | ||||
* | | Issue #27350: Add credits | Raymond Hettinger | 2016-09-08 | 1 | -0/+1 |
| | | |||||
* | | Issue #28027: Mention the names of the removed modules in Misc/NEWS | Zachary Ware | 2016-09-08 | 1 | -1/+2 |
| | |