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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #23722: Initialize __class__ from type.__new__()
Nick Coghlan
2016-09-11
2
-2/+84
*
Remove the debug print that i accidentally left in.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-11
1
-1/+0
|
\
|
*
Remove the debug print that i accidentally left in.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-11
1
-1/+0
|
*
Backported tests for issue #28070.
Serhiy Storchaka
2016-09-10
1
-0/+3
*
|
Issue #28070: Fixed parsing inline verbose flag in regular expressions.
Serhiy Storchaka
2016-09-10
2
-0/+4
*
|
Issue #19500: Add client-side SSL session resumption to the ssl module.
Christian Heimes
2016-09-10
2
-14/+163
*
|
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
Christian Heimes
2016-09-10
15
-75/+126
*
|
Issue 28043: SSLContext has improved default settings
Christian Heimes
2016-09-10
2
-53/+39
*
|
IDLE newx items. merge from 3.5
Terry Jan Reedy
2016-09-10
1
-1/+15
|
\
\
|
|
/
|
*
IDLE newx items.
Terry Jan Reedy
2016-09-10
1
-0/+7
*
|
Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files
Steve Dower
2016-09-10
1
-2/+3
|
\
\
|
|
/
|
*
Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files
Steve Dower
2016-09-10
1
-2/+9
*
|
Merge from 3.5
Steve Dower
2016-09-10
1
-33/+29
|
\
\
|
|
/
|
*
Issue #27932: Backs out change
Steve Dower
2016-09-10
1
-33/+29
*
|
Issue #24693: Changed some RuntimeError's in the zipfile module to more
Serhiy Storchaka
2016-09-10
2
-48/+48
*
|
Issue #28046: Fix get_sysconfigdata_name().
Xavier de Gaye
2016-09-10
1
-7/+14
*
|
Merge spelling fixes from 3.5
Martin Panter
2016-09-10
1
-1/+1
|
\
\
|
|
/
|
*
Correct spelling in documentation and code comment
Martin Panter
2016-09-10
2
-2/+2
*
|
test_platform: Save/restore os.environ on Windows
Victor Stinner
2016-09-10
1
-0/+7
*
|
Issue #17909: Accept binary input in json.loads
Nick Coghlan
2016-09-10
3
-14/+56
*
|
Issue #27137: align Python & C implementations of functools.partial
Nick Coghlan
2016-09-10
2
-91/+176
*
|
Merge 3.5 (regrtest)
Victor Stinner
2016-09-10
1
-1/+1
|
\
\
|
|
/
|
*
regrtest: accept options after test names
Victor Stinner
2016-09-10
1
-1/+1
*
|
test_eintr: Fix ResourceWarning warnings
Victor Stinner
2016-09-10
1
-0/+5
*
|
Issue #28019: itertools.count() no longer rounds non-integer step in range
Serhiy Storchaka
2016-09-10
1
-5/+23
|
\
\
|
|
/
|
*
Issue #28019: itertools.count() no longer rounds non-integer step in range
Serhiy Storchaka
2016-09-10
1
-5/+23
|
*
Use raw string for regexp
Guido van Rossum
2016-09-10
1
-1/+1
*
|
Issue #18401: Fix test_pdb on Windows
Victor Stinner
2016-09-10
1
-14/+7
*
|
Issue #18401: Fix test_pdb if $HOME is not set
Victor Stinner
2016-09-10
1
-6/+10
*
|
Issue #18401: pdb tests don't read ~/.pdbrc anymore
Łukasz Langa
2016-09-10
2
-29/+67
*
|
Try to fix sizeof unit tests on dict
Victor Stinner
2016-09-10
2
-4/+5
*
|
#20476: Deal with the message_factory circular import differently.
R David Murray
2016-09-10
4
-6/+7
*
|
Fix SystemError in compact dict
Victor Stinner
2016-09-10
1
-0/+69
*
|
Issue 27080: PEP 515: add '_' formatting option.
Eric V. Smith
2016-09-10
1
-0/+28
*
|
Issue #27199: TarFile expose copyfileobj bufsize to improve throughput
Łukasz Langa
2016-09-10
1
-15/+18
*
|
Issue 27948: Allow backslashes in the literal string portion of f-strings, bu...
Eric V. Smith
2016-09-10
7
-71/+111
*
|
Issue #28046: Fix distutils
Zachary Ware
2016-09-10
1
-1/+5
*
|
Issue #25969: Update the lib2to3 grammar to handle the unpacking
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-10
6
-6/+88
|
\
\
|
|
/
|
*
Issue #25969: Update the lib2to3 grammar to handle the unpacking
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-10
6
-6/+88
|
*
remove fix_callable - callable() was readded many releases ago.
Gregory P. Smith
2016-09-10
2
-129/+0
*
|
Merge from Zach
Steve Dower
2016-09-10
1
-2/+11
|
\
\
|
*
|
Issue #28046: Remove platform-specific directories from sys.path
Zachary Ware
2016-09-10
1
-2/+11
*
|
|
Issue #27932: Fixes memory leak in platform.win32_ver()
Steve Dower
2016-09-10
1
-29/+33
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue #27932: Fixes memory leak in platform.win32_ver()
Steve Dower
2016-09-10
1
-29/+33
*
|
DTrace support: function calls, GC activity, line execution
Łukasz Langa
2016-09-10
17
-0/+463
*
|
Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc...
Steve Dower
2016-09-10
1
-1/+1
|
\
\
|
|
/
|
*
Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc...
Steve Dower
2016-09-10
1
-1/+1
*
|
Merge: #14977: Make mailcap respect the order of the lines in the mailcap file.
R David Murray
2016-09-10
3
-27/+72
|
\
\
|
|
/
|
*
#14977: Make mailcap respect the order of the lines in the mailcap file.
R David Murray
2016-09-10
3
-27/+72
|
*
Issue #22450: Use "Accept: */*" in the default headers for urllib.request
Raymond Hettinger
2016-09-09
1
-1/+1
[next]