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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #27350: Document compact dict memory usage
Victor Stinner
2016-09-12
1
-0/+2
*
Issue #28077: find_empty_slot() only supports combined dict
Victor Stinner
2016-09-12
1
-3/+7
*
Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict()
Victor Stinner
2016-09-12
4
-30/+53
*
Revert change f860b7a775c5
Victor Stinner
2016-09-12
3
-23/+9
*
Buildbot: give 20 minute per test file
Victor Stinner
2016-09-12
2
-2/+2
*
ssue #27213: Reintroduce checks in _PyStack_AsDict()
Victor Stinner
2016-09-12
3
-9/+23
*
Issue #27866: Fix refleak in cipher_to_dict()
Victor Stinner
2016-09-12
1
-12/+1
*
socket: Fix memory leak in sendmsg() and sendmsg_afalg()
Victor Stinner
2016-09-12
1
-5/+12
*
Cleanup socketmodule.c
Victor Stinner
2016-09-12
1
-13/+31
*
Issue #27213: Fix reference leaks
Victor Stinner
2016-09-12
1
-0/+2
*
merge
Christian Heimes
2016-09-12
40
-128/+579
|
\
|
*
Issue #17941: Add a *module* parameter to collections.namedtuple()
Raymond Hettinger
2016-09-12
4
-7/+22
|
*
merge
Raymond Hettinger
2016-09-12
3
-0/+22
|
|
\
|
|
*
Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes
Raymond Hettinger
2016-09-12
3
-0/+22
|
*
|
Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
Terry Jan Reedy
2016-09-12
7
-25/+58
|
|
\
\
|
|
|
/
|
|
*
Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
Terry Jan Reedy
2016-09-12
4
-26/+52
|
*
|
Revert part of 3471a3515827 that caused a performance regression
Raymond Hettinger
2016-09-12
1
-8/+44
|
*
|
Issue #28071: Add early-out for differencing from an empty set.
Raymond Hettinger
2016-09-12
2
-0/+10
|
*
|
Add missing versionadded directives
Berker Peksag
2016-09-12
1
-0/+4
|
*
|
Issue #28045: Merge from 3.5
Berker Peksag
2016-09-12
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #28045: Fix comment in range_contains_long()
Berker Peksag
2016-09-12
1
-1/+1
|
*
|
Issue #28095: Temporarily disable part of test_startup_imports on OS X.
Ned Deily
2016-09-12
1
-1/+3
|
*
|
Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inT...
Berker Peksag
2016-09-12
4
-27/+20
|
*
|
Make PGO use usual build directory on Windows.
Steve Dower
2016-09-12
3
-10/+1
|
*
|
Adds missing assert suppression.
Steve Dower
2016-09-12
1
-0/+4
|
*
|
Closes #25283: Make tm_gmtoff and tm_zone available on all platforms.
Alexander Belopolsky
2016-09-12
3
-37/+89
|
*
|
Fixes test_getargs2 to get the buildbots working again.
Steve Dower
2016-09-12
1
-1/+1
|
*
|
Issue #28065: Update xz to 5.2.2 on Windows, and build it from source
Zachary Ware
2016-09-12
5
-7/+227
|
*
|
Issue #28066: Merge srcdir fix from 3.5
Martin Panter
2016-09-12
3
-2/+5
|
|
\
\
|
|
|
/
|
|
*
Issue #28066: Fix include search directory logic for out-of-tree builds
Martin Panter
2016-09-12
3
-2/+5
|
*
|
Merge 3.5 (issue #27456)
Yury Selivanov
2016-09-12
2
-0/+18
|
|
\
\
|
|
|
/
|
|
*
Issue #27456: asyncio: Set TCP_NODELAY by default.
Yury Selivanov
2016-09-12
2
-0/+18
|
*
|
Merge 3.5 (asyncio/NEWS)
Yury Selivanov
2016-09-12
1
-0/+2
|
*
|
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
|
*
|
merge
Raymond Hettinger
2016-09-12
1
-2/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #26511: Reference the id() function in the 'is' and 'is not' docs
Raymond Hettinger
2016-09-12
1
-2/+3
*
|
|
Issue #28093: Check more invalid combinations of PROTOCOL_TLS_CLIENT / PROTOC...
Christian Heimes
2016-09-12
1
-3/+23
|
/
/
*
|
Update whatsnew with my contributions
Christian Heimes
2016-09-11
2
-3/+83
*
|
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
2
-2/+3
*
|
Null merge 3.5->3.6
Guido van Rossum
2016-09-11
0
-0/+0
|
\
\
|
|
/
|
*
Issue #28079: Update typing and test typing from python/typing repo.
Guido van Rossum
2016-09-11
2
-63/+407
*
|
Null merge 3.5->3.6
Guido van Rossum
2016-09-11
0
-0/+0
|
\
\
|
|
/
|
*
#19003: Only replace \r and/or \n line endings in email.generator.
R David Murray
2016-09-11
3
-6/+26
*
|
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
4
-32/+123
*
|
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
10
-3472/+3429
*
|
Merge: #19003: Only replace \r and/or \n line endings in email.generator.
R David Murray
2016-09-11
2
-6/+22
[next]