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
*
Null merge 3.5 (changes already applied to test_gdb)
Victor Stinner
2016-04-19
0
-0/+0
|
\
|
*
Backport test_gdb fix for s390x buildbots
Victor Stinner
2016-04-19
1
-17/+7
*
|
Optimize func(*tuple) function call
Victor Stinner
2016-04-19
1
-0/+4
*
|
Merge with 3.5
Paul Moore
2016-04-19
0
-0/+0
|
\
\
|
|
/
|
*
Mention types.SimpleNamespace in collections.namedtuple doc
Paul Moore
2016-04-19
1
-0/+5
*
|
Issue #26802: Optimized calling a function with *args only positional arguments.
Serhiy Storchaka
2016-04-19
1
-0/+15
*
|
Merge 3.5: issue #26801
Victor Stinner
2016-04-19
4
-1/+8
|
\
\
|
|
/
|
*
Fix shutil.get_terminal_size() error handling
Victor Stinner
2016-04-19
4
-1/+8
*
|
MERGE: Trivial typo
Jesus Cea
2016-04-19
1
-1/+1
|
\
\
|
|
/
|
*
Trivial typo
Jesus Cea
2016-04-19
1
-1/+1
*
|
Mention types.SimpleNamespace in collections.namedtuple doc
Paul Moore
2016-04-19
1
-0/+5
*
|
Merge with 3.5
Zachary Ware
2016-04-19
1
-280/+304
|
\
\
|
|
/
|
*
Replace assert statements with self.assertXxx() calls
Zachary Ware
2016-04-19
1
-280/+304
*
|
Don't define _PyMem_PymallocEnabled() if pymalloc is disabled
Victor Stinner
2016-04-19
1
-1/+1
*
|
Merge 3.5: Issue #21668
Victor Stinner
2016-04-19
2
-9/+25
|
\
\
|
|
/
|
*
setup.py: add missing libm dependency
Victor Stinner
2016-04-19
2
-9/+25
*
|
Issue #24838: Merge test_tarfile.py fix from 3.5.
Lars Gustäbel
2016-04-19
1
-2/+2
|
\
\
|
|
/
|
*
Issue #24838: Fix test_tarfile.py for non-utf8 filesystem encodings.
Lars Gustäbel
2016-04-19
1
-2/+2
*
|
Issue #24838: Merge tarfile fix from 3.5.
Lars Gustäbel
2016-04-19
3
-19/+100
|
\
\
|
|
/
|
*
Issue #24838: tarfile's ustar and gnu formats now correctly calculate name and
Lars Gustäbel
2016-04-19
3
-19/+100
*
|
Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs
Berker Peksag
2016-04-18
1
-4/+4
|
\
\
|
|
/
|
*
Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs
Berker Peksag
2016-04-18
1
-4/+4
*
|
typing.py: merge 3.5->3.6 (Tuple/ellipsis/equality).
Guido van Rossum
2016-04-18
2
-1/+8
|
\
\
|
|
/
|
*
typing.py: Consider ellipsis in TupleMeta.__eq__. By Kalle Tuure. github.com/...
Guido van Rossum
2016-04-18
2
-1/+8
*
|
Merge 3.5 (test_asyncio)
Victor Stinner
2016-04-18
1
-1/+3
|
\
\
|
|
/
|
*
Fix test_asyncio.test_timeout_disable()
Victor Stinner
2016-04-18
1
-1/+3
*
|
Issue #26657: Merge http.server fix from 3.5
Martin Panter
2016-04-18
3
-3/+26
|
\
\
|
|
/
|
*
Issue #26657: Fix Windows directory traversal vulnerability with http.server
Martin Panter
2016-04-18
3
-3/+26
*
|
#25987: add versionadded to Reversible.
Georg Brandl
2016-04-18
1
-0/+2
*
|
Fix spelling error
Raymond Hettinger
2016-04-18
1
-1/+1
*
|
Sync test_typing.py with upstream git repo (typing.py was already synced). (3...
Guido van Rossum
2016-04-18
1
-0/+2
|
\
\
|
|
/
|
*
Sync test_typing.py with upstream git repo (typing.py was already synced).
Guido van Rossum
2016-04-18
1
-0/+20
*
|
Issue #26745: Removed redundant code in _PyObject_GenericSetAttrWithDict.
Serhiy Storchaka
2016-04-17
1
-30/+21
*
|
Avoid fcntl() if possible in set_inheritable()
Victor Stinner
2016-04-17
1
-5/+13
*
|
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka
2016-04-17
68
-92/+93
|
\
\
|
|
/
|
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
64
-87/+88
*
|
Automated merge with ssh://hg.python.org/cpython
Steven D'Aprano
2016-04-17
2
-86/+39
|
\
\
|
*
|
Shorten secrets module docstring, add function docstrings.
Steven D'Aprano
2016-04-17
1
-76/+30
|
*
|
Fix a few minor typos to secrets documentation.
Steven D'Aprano
2016-04-17
1
-10/+9
*
|
|
Issue #26717: Merge wsgiref fix from 3.5
Martin Panter
2016-04-17
4
-1/+29
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8
Martin Panter
2016-04-17
4
-1/+29
*
|
Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows
Martin Panter
2016-04-16
4
-4/+6
*
|
Issue #26782: Merge test_subprocess from 3.5
Martin Panter
2016-04-16
1
-1/+2
|
\
\
|
|
/
|
*
Issue #26782: Acknowledge the incomplete status of __all__ in 3.5
Martin Panter
2016-04-16
1
-1/+2
*
|
merge 3.5
Benjamin Peterson
2016-04-16
1
-1/+1
|
\
\
|
|
/
|
*
fix slice cache finalization to use gc del
Benjamin Peterson
2016-04-16
1
-1/+1
*
|
merge 3.5
Benjamin Peterson
2016-04-16
1
-1/+1
|
\
\
|
|
/
|
*
test_support -> support
Benjamin Peterson
2016-04-16
1
-1/+1
*
|
merge 3.5 (#26659)
Benjamin Peterson
2016-04-16
3
-7/+31
|
\
\
|
|
/
|
*
add gc support to slice (closes #26659)
Benjamin Peterson
2016-04-16
3
-7/+31
[next]