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
...
|
*
|
Merge 3.5 (issue #27456)
Yury Selivanov
2016-09-12
1
-0/+16
|
|
\
\
|
|
|
/
|
|
*
Issue #27456: asyncio: Set TCP_NODELAY by default.
Yury Selivanov
2016-09-12
1
-0/+16
|
*
|
Merge 3.5 (asyncio)
Yury Selivanov
2016-09-12
7
-0/+45
|
|
\
\
|
|
|
/
|
|
*
asyncio: Add set_protocol / get_protocol methods to Transports
Yury Selivanov
2016-09-12
7
-0/+45
|
|
*
Issue #28079: Update typing and test typing from python/typing repo.
Guido van Rossum
2016-09-11
2
-63/+407
|
|
*
#19003: Only replace \r and/or \n line endings in email.generator.
R David Murray
2016-09-11
2
-6/+22
*
|
|
Issue #28093: Check more invalid combinations of PROTOCOL_TLS_CLIENT / PROTOC...
Christian Heimes
2016-09-12
1
-3/+23
|
/
/
*
|
Add another f-string comment test, to make sure # are being caught in the rig...
Eric V. Smith
2016-09-11
1
-0/+2
*
|
Make an f-string error message more exact and consistent.
Eric V. Smith
2016-09-11
1
-1/+2
*
|
Issue #28079: Update typing and test typing from python/typing repo.
Guido van Rossum
2016-09-11
2
-144/+289
*
|
Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext
Christian Heimes
2016-09-11
2
-0/+34
*
|
issue28082: better name for Flag
Ethan Furman
2016-09-11
1
-2/+2
*
|
Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
Serhiy Storchaka
2016-09-11
3
-12/+11
*
|
Merge: #19003: Only replace \r and/or \n line endings in email.generator.
R David Murray
2016-09-11
2
-6/+22
*
|
Issue #28022: Catch another deprecation warning in imaplib
Christian Heimes
2016-09-11
1
-2/+4
*
|
issue28083: add IntFlag constants
Ethan Furman
2016-09-11
1
-1/+11
*
|
issue28082: use IntFlag for re constants
Ethan Furman
2016-09-11
1
-12/+21
*
|
Enum._convert: sort by value, then by name
Ethan Furman
2016-09-11
1
-3/+10
*
|
Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME
Xavier de Gaye
2016-09-11
2
-16/+11
*
|
Issue #27917: Fix test_triplet_in_ext_suffix for the 'x86' Android platform.
Xavier de Gaye
2016-09-11
1
-2/+3
*
|
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
[prev]
[next]