summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
* Issue 27948: Allow backslashes in the literal string portion of f-strings, ↵Eric V. Smith2016-09-101-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 Dower2016-09-101-0/+2
|\
| * Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)Steve Dower2016-09-101-0/+2
| |
* | Issue #27705: Update message in validate_ucrtbase.pySteve Dower2016-09-101-0/+2
|\ \ | |/
| * Issue #27705: Update message in validate_ucrtbase.pySteve Dower2016-09-101-0/+2
| |
* | Issue #25969: Update the lib2to3 grammar to handle the unpackingGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-101-0/+3
|\ \ | |/ | | | | generalizations added in 3.5.
| * Issue #25969: Update the lib2to3 grammar to handle the unpackingGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-101-0/+3
| | | | | | | | generalizations added in 3.5.
* | Merge from ZachSteve Dower2016-09-101-0/+2
|\ \
| * | Issue #28046: Remove platform-specific directories from sys.pathZachary Ware2016-09-101-0/+2
| | |
* | | Issue #27932: Fixes memory leak in platform.win32_ver()Steve Dower2016-09-101-0/+2
|\ \ \ | |/ / |/| / | |/
| * Issue #27932: Fixes memory leak in platform.win32_ver()Steve Dower2016-09-101-0/+2
| |
* | DTrace support: function calls, GC activity, line executionŁukasz Langa2016-09-102-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 Dower2016-09-101-0/+3
|\ \ | |/ | | | | (patch by Eryk Sun)
| * Issue #25758: Prevents zipimport from unnecessarily encoding a filename ↵Steve Dower2016-09-101-0/+3
| | | | | | | | (patch by Eryk Sun)
* | Merge: #14977: Make mailcap respect the order of the lines in the mailcap file.R David Murray2016-09-102-0/+8
|\ \ | |/
| * #14977: Make mailcap respect the order of the lines in the mailcap file.R David Murray2016-09-102-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.requestRaymond Hettinger2016-09-091-0/+4
| |
* | Closes #27976: Deprecate bundled full copy of libffiZachary Ware2016-09-101-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 Dower2016-09-091-0/+3
|\ \ | |/
| * Issue #25144: Ensures TargetDir is set before continuing with custom install.Steve Dower2016-09-091-0/+3
| |
* | Issue #28025: Convert all ssl module constants to IntEnum and IntFlags.Christian Heimes2016-09-091-0/+3
| |
* | repair reSTBenjamin Peterson2016-09-091-4/+4
| |
* | Merge headsSerhiy Storchaka2016-09-092-28/+4
|\ \
| * | remove ceval timestamp supportBenjamin Peterson2016-09-091-26/+0
| | |
| * | Issue #26331: Implement the parsing part of PEP 515.Brett Cannon2016-09-091-2/+4
| | | | | | | | | | | | Thanks to Georg Brandl for the patch.
* | | Issue #433028: Added support of modifier spans in regular expressions.Serhiy Storchaka2016-09-091-0/+2
|/ /
* | Issue #25856: The __module__ attribute of extension classes and functionsSerhiy Storchaka2016-09-091-0/+3
| | | | | | | | now is interned. This leads to more compact pickle data with protocol 4.
* | Issue #19489: Merge with 3.5Zachary Ware2016-09-092-0/+4
|\ \ | |/
| * Issue #19489: Add NEWS and ACKSZachary Ware2016-09-092-0/+4
| |
* | Issue #27213: document changes in Misc/NEWSVictor Stinner2016-09-091-0/+4
| |
* | Merge with 3.5Steve Dower2016-09-091-0/+5
|\ \ | |/
| * Issue #24594: Validates persist parameter when opening MSI databaseSteve Dower2016-09-091-0/+2
| |
| * #28047: Fix calculation of base64 line length.R David Murray2016-09-091-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 literalsRaymond Hettinger2016-09-081-0/+2
| |
* | Issue #27576: Fix call order in OrderedDict.__init__().Eric Snow2016-09-091-0/+2
| |
* | Issue #28008: Implement PEP 530 -- asynchronous comprehensions.Yury Selivanov2016-09-091-1/+1
| |
* | Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal.Guido van Rossum2016-09-091-0/+3
| | | | | | | | Patch by Ivan Levkivskyi.
* | Move news items for PEP 526 and 525 to the top of their section.Guido van Rossum2016-09-091-4/+5
| | | | | | | | (News items should be ordered newest-first within their section.)
* | Remove duplicate entry for Ivan L.Guido van Rossum2016-09-091-1/+0
| |
* | Issue #28003: Implement PEP 525 -- Asynchronous Generators.Yury Selivanov2016-09-091-0/+3
| |
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-092-0/+4
| | | | | | | | Patch by Ivan Levkivskyi.
* | #27364: Credit Emanuel Barry in NEWS item.R David Murray2016-09-091-1/+1
| |
* | Add policy keyword to email.generator.DecodedGenerator.R David Murray2016-09-081-0/+2
| |
* | Issue #1602: Windows console doesn't input or print Unicode (PEP 528)Steve Dower2016-08-311-1/+2
| | | | | | | | Closes #17602: Adds a readline implementation for the Windows console
* | Add a new private version to the builtin dict typeVictor Stinner2016-09-081-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 Potts2016-09-081-0/+3
|\ \ | |/ | | | | server to client for certain exceptions
| * Issue #21201: Improves readability of multiprocessing error message from ↵Davin Potts2016-09-081-0/+3
| | | | | | | | server to client for certain exceptions
* | #27364: Deprecate invalid escape strings in str/byutes.R David Murray2016-09-081-0/+3
| | | | | | | | Patch by Emanuel Barry, reviewed by Serhiy Storchaka and Martin Panter.
* | Issue #27350: Add creditsRaymond Hettinger2016-09-081-0/+1
| |
* | Issue #28027: Mention the names of the removed modules in Misc/NEWSZachary Ware2016-09-081-1/+2
| |