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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue 24454: Improve the usability of the re match object named group API
Eric V. Smith
2016-09-11
1
-0/+4
*
Issue #27952: Merge fixcid.py from 3.5
Martin Panter
2016-09-11
1
-0/+7
|
\
|
*
Issue #27952: Get fixcid.py working with the re module
Martin Panter
2016-09-11
1
-0/+4
*
|
Issue #10740: sqlite3 no longer implicitly commit an open transaction before ...
Berker Peksag
2016-09-11
1
-0/+3
*
|
Issue #22493: Inline flags now should be used only at the start of the
Serhiy Storchaka
2016-09-11
1
-0/+4
*
|
Issue #26885: xmlrpc now supports unmarshalling additional data types used
Serhiy Storchaka
2016-09-11
1
-0/+3
*
|
Issue #26900: Excluded underscored names and other private API from limited API.
Serhiy Storchaka
2016-09-11
1
-0/+2
*
|
Issue #23722: Initialize __class__ from type.__new__()
Nick Coghlan
2016-09-11
1
-0/+5
*
|
Issue #28070: Fixed parsing inline verbose flag in regular expressions.
Serhiy Storchaka
2016-09-10
1
-0/+2
*
|
Issue #19500: Add client-side SSL session resumption to the ssl module.
Christian Heimes
2016-09-10
1
-0/+2
*
|
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
Christian Heimes
2016-09-10
1
-1/+5
*
|
Issue 28043: SSLContext has improved default settings
Christian Heimes
2016-09-10
1
-0/+4
*
|
IDLE newx items. merge from 3.5
Terry Jan Reedy
2016-09-10
1
-0/+17
|
\
\
|
|
/
|
*
IDLE newx items.
Terry Jan Reedy
2016-09-10
1
-0/+7
*
|
Issue #25221: merge from 3.5.
Mark Dickinson
2016-09-10
1
-0/+3
|
\
\
|
|
/
|
*
Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is com...
Mark Dickinson
2016-09-10
1
-0/+3
*
|
Merge from 3.5
Steve Dower
2016-09-10
1
-2/+0
|
\
\
|
|
/
|
*
Issue #27932: Backs out change
Steve Dower
2016-09-10
1
-2/+0
*
|
Issue #24693: Changed some RuntimeError's in the zipfile module to more
Serhiy Storchaka
2016-09-10
1
-0/+3
*
|
Issue #17909: Accept binary input in json.loads
Nick Coghlan
2016-09-10
1
-0/+3
*
|
Issue #27137: align Python & C implementations of functools.partial
Nick Coghlan
2016-09-10
1
-0/+5
*
|
Issue #28019: itertools.count() no longer rounds non-integer step in range
Serhiy Storchaka
2016-09-10
1
-0/+3
|
\
\
|
|
/
|
*
Issue #28019: itertools.count() no longer rounds non-integer step in range
Serhiy Storchaka
2016-09-10
1
-0/+3
*
|
Issue #18401: pdb tests don't read ~/.pdbrc anymore
Łukasz Langa
2016-09-10
1
-0/+4
*
|
Issue 27080: PEP 515: add '_' formatting option.
Eric V. Smith
2016-09-10
1
-0/+3
*
|
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
2
-0/+3
*
|
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
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
|
*
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
2
-28/+4
|
\
\
|
*
|
remove ceval timestamp support
Benjamin Peterson
2016-09-09
1
-26/+0
[next]