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 27744: test_aes_cbc is blocking x86-64 Ubuntu 15.10 Skylake CPU 3.x for...
Christian Heimes
2016-09-11
1
-3/+5
*
Issue #28078: Add missing colon
Christian Heimes
2016-09-11
1
-1/+1
*
Issue 28022: Catch deprecation warning in test_httplib, reported by Martin Pa...
Christian Heimes
2016-09-11
1
-6/+9
*
Issue #28078: Silence resource warnings in test_socket. Initial patch by Xian...
Christian Heimes
2016-09-11
1
-11/+15
*
Issue #28076: Variable annotations should be mangled for private names.
Guido van Rossum
2016-09-11
1
-2/+2
*
Issue 24454: Improve the usability of the re match object named group API
Eric V. Smith
2016-09-11
1
-0/+44
*
Use HTTP in testPythonOrg
Berker Peksag
2016-09-11
1
-1/+1
*
Unskip testPythonOrg in test_robotparser
Berker Peksag
2016-09-11
1
-2/+1
*
Wrap testPasswordProtectedSite with @reap_threads
Berker Peksag
2016-09-11
1
-0/+1
*
Merged upstream changes.
Vinay Sajip
2016-09-11
1
-220/+139
|
\
|
*
Issue #25497: Rewrite test_robotparser to use a class based design
Berker Peksag
2016-09-11
1
-220/+139
*
|
Closes #25671: Merged fix from 3.5.
Vinay Sajip
2016-09-11
1
-19/+20
|
\
\
|
|
/
|
/
|
|
*
Fixes #25671: Updated prompt handling in activate.fish.
Vinay Sajip
2016-09-11
1
-19/+20
*
|
Use sequence repetition instead of bytes constructor with integer argument.
Serhiy Storchaka
2016-09-11
12
-20/+20
*
|
Issue #27952: Merge fixcid.py from 3.5
Martin Panter
2016-09-11
1
-0/+91
|
\
\
|
|
/
|
*
Issue #27952: Get fixcid.py working with the re module
Martin Panter
2016-09-11
1
-0/+91
*
|
Issue #10740: sqlite3 no longer implicitly commit an open transaction before ...
Berker Peksag
2016-09-11
1
-8/+28
*
|
Issue #22493: Inline flags now should be used only at the start of the
Serhiy Storchaka
2016-09-11
9
-28/+43
*
|
Issue #26885: xmlrpc now supports unmarshalling additional data types used
Serhiy Storchaka
2016-09-11
2
-6/+75
*
|
issue23591: add auto() for auto-generating Enum member values
Ethan Furman
2016-09-11
2
-15/+112
*
|
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
[next]