index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
/
NEWS
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Issue #27199: TarFile expose copyfileobj bufsize to improve throughput
Łukasz Langa
2016-09-10
1
-0/+3
*
|
Issue 27948: Allow backslashes in the literal string portion of f-strings, bu...
Eric V. Smith
2016-09-10
1
-5/+7
*
|
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
|
\
\
|
|
/
|
*
Issue #25969: Update the lib2to3 grammar to handle the unpacking
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-10
1
-0/+3
*
|
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
1
-0/+2
*
|
Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc...
Steve Dower
2016-09-10
1
-0/+3
|
\
\
|
|
/
|
*
Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc...
Steve Dower
2016-09-10
1
-0/+3
*
|
Merge: #14977: Make mailcap respect the order of the lines in the mailcap file.
R David Murray
2016-09-10
1
-0/+7
|
\
\
|
|
/
|
*
#14977: Make mailcap respect the order of the lines in the mailcap file.
R David Murray
2016-09-10
1
-0/+3
|
*
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
*
|
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
1
-2/+4
|
\
\
|
*
|
Issue #26331: Implement the parsing part of PEP 515.
Brett Cannon
2016-09-09
1
-2/+4
*
|
|
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
*
|
Issue #19489: Merge with 3.5
Zachary Ware
2016-09-09
1
-0/+3
|
\
\
|
|
/
|
*
Issue #19489: Add NEWS and ACKS
Zachary Ware
2016-09-09
1
-0/+3
*
|
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
|
*
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
*
|
Move news items for PEP 526 and 525 to the top of their section.
Guido van Rossum
2016-09-09
1
-4/+5
*
|
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
1
-0/+3
*
|
#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
*
|
Add a new private version to the builtin dict type
Victor Stinner
2016-09-08
1
-0/+4
*
|
Issue #21201: Improves readability of multiprocessing error message from serv...
Davin Potts
2016-09-08
1
-0/+3
|
\
\
|
|
/
|
*
Issue #21201: Improves readability of multiprocessing error message from serv...
Davin Potts
2016-09-08
1
-0/+3
*
|
#27364: Deprecate invalid escape strings in str/byutes.
R David Murray
2016-09-08
1
-0/+3
*
|
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
*
|
Issue #28027: Remove Lib/plat-* files
Zachary Ware
2016-09-08
1
-0/+2
[prev]
[next]