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
...
*
|
Merge heads
Victor Stinner
2013-06-15
6
-2/+1964
|
\
\
|
*
|
Closes issue 17947. Adds PEP-0435 (Adding an Enum type to the Python standar...
Ethan Furman
2013-06-14
4
-0/+1930
|
*
|
Issue #17907: Document types.ModuleType's constructor and attributes,
Brett Cannon
2013-06-14
3
-2/+34
*
|
|
Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory ...
Victor Stinner
2013-06-15
6
-772/+212
|
/
/
*
|
Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the
Brett Cannon
2013-06-14
8
-8/+37
*
|
Issue #3329: Add new APIs to customize memory allocators
Victor Stinner
2013-06-14
6
-212/+772
*
|
merge
Brett Cannon
2013-06-14
5
-3/+32
|
\
\
|
*
|
Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache.
Ned Deily
2013-06-14
5
-3/+32
*
|
|
Issue #17222: Raise FileExistsError when py_compile.compile would
Brett Cannon
2013-06-14
5
-1/+52
|
/
/
*
|
Issue #18193: Add importlib.reload(), documenting (but not
Brett Cannon
2013-06-14
6
-24/+122
*
|
Remove a dead import line.
Brett Cannon
2013-06-14
1
-1/+0
*
|
Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 o...
Christian Heimes
2013-06-14
2
-2/+7
|
\
\
|
|
/
|
*
Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 o...
Christian Heimes
2013-06-14
2
-2/+10
*
|
Simplify return value of ssl.get_default_verify_paths
Christian Heimes
2013-06-14
1
-11/+3
*
|
comparing with http://hg.python.org/cpython/
Christian Heimes
2013-06-14
2
-17/+17
*
|
Closes issue 17947. Adds PEP-0435 (Enum, IntEnum) to the stdlib.
Ethan Furman
2013-06-14
1
-0/+1
*
|
Move test_pep352 over to unittest.main()
Brett Cannon
2013-06-14
1
-3/+1
*
|
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-14
83
-158/+144
*
|
Issue #18048: Merge test_pep263.py and test_coding.py into test_source_encodi...
Serhiy Storchaka
2013-06-13
2
-87/+76
|
\
\
|
*
|
Issue #18048: Rename test_pep263.py to test_source_encoding.py.
Serhiy Storchaka
2013-06-13
1
-0/+0
*
|
|
Issue #18048: Rename test_coding.py to test_source_encoding.py.
Serhiy Storchaka
2013-06-13
1
-0/+0
|
/
/
*
|
Issue #15767: Add an explicit test for raising ModuleNotFoundError
Brett Cannon
2013-06-13
1
-0/+7
*
|
Issue #15767: Touch up ModuleNotFoundError usage by import.
Brett Cannon
2013-06-13
10
-14/+52
*
|
Update various test modules to use unittest.main() for test discovery
Brett Cannon
2013-06-13
18
-108/+24
*
|
Partially revert changeset #281857369a78 to make sure threads are
Brett Cannon
2013-06-13
1
-1/+11
*
|
Move test___all__ over to unittest.main() and use ModuleNotFoundError
Brett Cannon
2013-06-13
5
-24/+21
*
|
Spruce up test_xmlrpc by using ModuleNotFoundError and moving to
Brett Cannon
2013-06-13
1
-22/+7
*
|
Move test_zipfile to unittest.main()
Brett Cannon
2013-06-12
1
-7/+1
*
|
Issue #15767: Introduce ModuleNotFoundError, a subclass of
Brett Cannon
2013-06-12
17
-408/+424
*
|
Move code from test_importhooks into test_zipimport.
Brett Cannon
2013-06-12
1
-1/+25
*
|
Add tests for issue #18183.
Serhiy Storchaka
2013-06-12
1
-3/+14
|
\
\
|
|
/
|
*
Add tests for issue #18183.
Serhiy Storchaka
2013-06-12
1
-3/+15
*
|
#18196: merge with 3.3
Roger Serwy
2013-06-12
2
-0/+6
|
\
\
|
|
/
|
*
#18196: Avoid displaying spurious SystemExit tracebacks.
Roger Serwy
2013-06-12
2
-0/+6
*
|
#5492: merge with 3.3
Roger Serwy
2013-06-12
2
-6/+7
|
\
\
|
|
/
|
*
#5492: Avoid traceback when exiting IDLE caused by a race condition.
Roger Serwy
2013-06-12
2
-6/+7
*
|
Issue #18187: merge from 3.3
Ned Deily
2013-06-11
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18187: Fix broken link in venv documentation. Patch by Berker Peksag.
Ned Deily
2013-06-11
1
-1/+1
*
|
explanatory comment
Brett Cannon
2013-06-11
1
-1/+1
*
|
typo fix
Brett Cannon
2013-06-11
1
-1/+1
*
|
Issue #18158: delete test_importhooks. Redundant in the face of
Brett Cannon
2013-06-11
1
-250/+0
*
|
Issue #18157: stop using imp.load_module() in imp.
Brett Cannon
2013-06-11
2
-12/+14
*
|
#17511: merge with 3.3.
Roger Serwy
2013-06-11
3
-3/+6
|
\
\
|
|
/
|
*
#17511: Keep IDLE find dialog open after clicking "Find Next".
Roger Serwy
2013-06-11
3
-3/+6
*
|
merge 3.3 (#18183)
Benjamin Peterson
2013-06-10
3
-24/+25
|
\
\
|
|
/
|
*
remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value ...
Benjamin Peterson
2013-06-10
3
-31/+32
*
|
Merge.
Richard Oudkerk
2013-06-10
3
-1/+5
|
\
\
|
|
/
|
*
Issue #18174: Fix fd leaks in tests.
Richard Oudkerk
2013-06-10
3
-1/+5
*
|
Merge.
Richard Oudkerk
2013-06-10
2
-2/+5
|
\
\
|
|
/
|
*
Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows().
Richard Oudkerk
2013-06-10
2
-2/+5
[prev]
[next]