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
*
Remove more unused imports in tests.
Serhiy Storchaka
2016-04-24
11
-12/+1
*
Merge 3.5
Serhiy Storchaka
2016-04-24
1
-6/+0
|
\
|
*
Remove duplicated tests.
Serhiy Storchaka
2016-04-24
1
-6/+0
*
|
Remove unused support.run_unittest imports.
Serhiy Storchaka
2016-04-24
15
-15/+6
*
|
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
79
-117/+23
*
|
Issue #23277: Remove unused support.run_unittest import.
Serhiy Storchaka
2016-04-24
15
-16/+4
*
|
Issue #23277: Remove more unused sys and os imports.
Serhiy Storchaka
2016-04-24
13
-15/+0
*
|
Issue #26801: shutil.get_terminal_size() now handles the case of stdout is
Serhiy Storchaka
2016-04-24
2
-1/+32
|
\
\
|
|
/
|
*
Issue #26801: shutil.get_terminal_size() now handles the case of stdout is
Serhiy Storchaka
2016-04-24
2
-1/+32
*
|
Issue #23277: Remove unused sys and os imports
Berker Peksag
2016-04-24
45
-48/+6
*
|
Issue #26041: Remove "will be removed in Python 3.7" from description messages
Berker Peksag
2016-04-24
2
-8/+4
|
\
\
|
|
/
|
*
Issue #26041: Remove "will be removed in Python 3.7" from description messages
Berker Peksag
2016-04-24
2
-8/+4
*
|
Issue #26089: Remove duplicate field 'license' from DistributionMetadata
Berker Peksag
2016-04-23
1
-2/+1
*
|
Issue #26822: itemgetter, attrgetter and methodcaller objects no longer
Serhiy Storchaka
2016-04-23
1
-0/+9
|
\
\
|
|
/
|
*
Issue #26822: itemgetter, attrgetter and methodcaller objects no longer
Serhiy Storchaka
2016-04-23
1
-0/+9
*
|
Issue #26733: Disassembling a class now disassembles class and static methods.
Serhiy Storchaka
2016-04-23
2
-3/+52
|
\
\
|
|
/
|
*
Issue #26733: Disassembling a class now disassembles class and static methods.
Serhiy Storchaka
2016-04-23
2
-3/+52
*
|
Additional grammar fix
Martin Panter
2016-04-19
1
-1/+1
*
|
Merge doc and comment fixes from 3.5
Martin Panter
2016-04-19
3
-3/+3
|
\
\
|
|
/
|
*
Fix spelling (inital), grammar (may translates) in documentation, comments
Martin Panter
2016-04-19
3
-3/+3
|
*
Backport test_gdb fix for s390x buildbots
Victor Stinner
2016-04-19
1
-17/+7
*
|
Merge 3.5: issue #26801
Victor Stinner
2016-04-19
2
-1/+3
|
\
\
|
|
/
|
*
Fix shutil.get_terminal_size() error handling
Victor Stinner
2016-04-19
2
-1/+3
*
|
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
*
|
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
2
-19/+97
|
\
\
|
|
/
|
*
Issue #24838: tarfile's ustar and gnu formats now correctly calculate name and
Lars Gustäbel
2016-04-19
2
-19/+97
*
|
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
2
-3/+22
|
\
\
|
|
/
|
*
Issue #26657: Fix Windows directory traversal vulnerability with http.server
Martin Panter
2016-04-18
2
-3/+22
*
|
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 #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka
2016-04-17
36
-43/+44
|
\
\
|
|
/
|
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
36
-43/+44
*
|
Automated merge with ssh://hg.python.org/cpython
Steven D'Aprano
2016-04-17
1
-76/+30
|
\
\
|
*
|
Shorten secrets module docstring, add function docstrings.
Steven D'Aprano
2016-04-17
1
-76/+30
*
|
|
Issue #26717: Merge wsgiref fix from 3.5
Martin Panter
2016-04-17
2
-1/+25
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8
Martin Panter
2016-04-17
2
-1/+25
*
|
Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows
Martin Panter
2016-04-16
2
-3/+3
*
|
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
|
\
\
|
|
/
|
*
test_support -> support
Benjamin Peterson
2016-04-16
1
-1/+1
*
|
merge 3.5 (#26659)
Benjamin Peterson
2016-04-16
1
-3/+14
|
\
\
|
|
/
|
*
add gc support to slice (closes #26659)
Benjamin Peterson
2016-04-16
1
-3/+14
[next]