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 #26822: itemgetter, attrgetter and methodcaller objects no longer
Serhiy Storchaka
2016-04-23
3
-0/+18
|
\
|
*
Issue #26822: itemgetter, attrgetter and methodcaller objects no longer
Serhiy Storchaka
2016-04-23
3
-0/+18
*
|
merge 3.5 (#26827)
Benjamin Peterson
2016-04-23
1
-1/+1
|
\
\
|
|
/
|
*
fix python 3 mod init function declaration (closes #26827)
Benjamin Peterson
2016-04-23
1
-1/+1
*
|
Issue #26733: Disassembling a class now disassembles class and static methods.
Serhiy Storchaka
2016-04-23
4
-8/+60
|
\
\
|
|
/
|
*
Issue #26733: Disassembling a class now disassembles class and static methods.
Serhiy Storchaka
2016-04-23
4
-8/+60
*
|
merge 3.5
Senthil Kumaran
2016-04-23
1
-0/+5
|
\
\
|
|
/
|
*
Issue23806 - Document the no_proxy environment variable in Python 3 docs.
Senthil Kumaran
2016-04-23
1
-0/+5
*
|
Issue #22359: Merge cross-compilation fix from 3.5
Martin Panter
2016-04-23
4
-7/+27
|
\
\
|
|
/
|
*
Issue #22359: Disable running cross-compiled _freeze_importlib and pgen
Martin Panter
2016-04-23
4
-7/+27
*
|
Issue #26249: Try test_capi on Windows
Victor Stinner
2016-04-22
1
-6/+7
*
|
PyMem_Malloc() now uses the fast pymalloc allocator
Victor Stinner
2016-04-22
5
-32/+58
*
|
[minor] Doc fix in old python doc.
Senthil Kumaran
2016-04-21
1
-1/+1
*
|
Merge 3.5
Victor Stinner
2016-04-20
1
-10/+4
|
\
\
|
|
/
|
*
gdb/libpython.py: inline _type_void_ptr()
Victor Stinner
2016-04-20
1
-10/+4
*
|
Merge 3.5
Victor Stinner
2016-04-20
1
-2/+2
|
\
\
|
|
/
|
*
Issue #26799: Fix typo in Misc/NEWS
Victor Stinner
2016-04-20
1
-2/+2
*
|
Merge 3.5: Issue #26799
Victor Stinner
2016-04-20
3
-14/+39
|
\
\
|
|
/
|
*
python-gdb.py: get C types at runtime
Victor Stinner
2016-04-20
3
-14/+39
*
|
Issue #21668: Add also Chi Hsuan Yen to Misc/ACKS
Victor Stinner
2016-04-20
1
-0/+1
*
|
Issue #21668: Fix author of the patch.
Victor Stinner
2016-04-20
1
-1/+1
*
|
Additional grammar fix
Martin Panter
2016-04-19
1
-1/+1
*
|
Merge doc and comment fixes from 3.5
Martin Panter
2016-04-19
11
-15/+15
|
\
\
|
|
/
|
*
Fix spelling (inital), grammar (may translates) in documentation, comments
Martin Panter
2016-04-19
11
-15/+15
*
|
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
[next]