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 #27952: Merge from 3.5
Berker Peksag
2016-09-13
1
-1/+2
|
\
|
*
Issue #27952: Capture stderr in run_script()
Berker Peksag
2016-09-13
1
-1/+2
*
|
Issue #27981: Merge from 3.5
Berker Peksag
2016-09-13
1
-2/+5
|
\
\
|
|
/
|
*
Issue #27981: Fix refleak in fp_setreadl()
Berker Peksag
2016-09-13
1
-2/+5
*
|
Fix headers in whatsnew/3.6.rst
Berker Peksag
2016-09-13
1
-14/+14
*
|
Issue #28103: Merge from 3.5
Berker Peksag
2016-09-13
1
-2/+2
|
\
\
|
|
/
|
*
Issue #28103: Use ``'...'`` style in zipfile documentation
Berker Peksag
2016-09-13
1
-2/+2
*
|
Start 3.6 branch
Ned Deily
2016-09-12
1
-0/+1
*
|
Post 3.6.0b1 merge
Ned Deily
2016-09-12
4
-32/+21
|
\
\
|
*
|
Updates zip and nuget builds for Windows.
Steve Dower
2016-09-12
2
-21/+20
|
*
|
Fix warning in _PyCFunction_FastCallKeywords()
Victor Stinner
2016-09-12
1
-2/+1
|
*
|
Issue #23545: Adding -Wextra in setup.py is no longer necessary, since it
Stefan Krah
2016-09-12
1
-9/+0
*
|
|
Start 3.6.0b2
Ned Deily
2016-09-12
2
-1/+13
*
|
|
Added tag v3.6.0b1 for changeset 5b0ca4ed5e2f
Ned Deily
2016-09-12
1
-0/+1
*
|
|
Version bump for 3.6.0b1
v3.6.0b1
Ned Deily
2016-09-12
3
-6/+6
*
|
|
Change SOURCE_URI for pydoc source URLs to point to 3.6 branch
Ned Deily
2016-09-12
1
-1/+1
*
|
|
Update pydoc topics for 3.6.0b1
Ned Deily
2016-09-12
1
-87/+226
|
/
/
*
|
Issue #27810: Exclude METH_FASTCALL from the stable API
Victor Stinner
2016-09-12
1
-1/+1
*
|
Issue #17128: Build OS X installer for 3.6 with private copy of OpenSSL.
Ned Deily
2016-09-12
5
-82/+115
*
|
Issue #27322: back out the commit. needs to be addressed after beta1.
Christian Heimes
2016-09-12
1
-1/+0
*
|
Issue #27322: skip test_compile_path when sys.path is not writeable.
Christian Heimes
2016-09-12
1
-0/+1
*
|
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
|
|
\
\
|
|
|
/
[next]