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 #17177: Stop using imp in pydoc
Brett Cannon
2013-06-15
1
-5/+4
*
Issue #17177: Stop using imp with py_compile
Brett Cannon
2013-06-15
2
-5/+6
*
merge
Brett Cannon
2013-06-15
1
-2/+2
|
\
|
*
Fix typo; clarify that the methods were removed entirely
Andrew Kuchling
2013-06-15
1
-2/+2
*
|
merge w/ 3.3
Brett Cannon
2013-06-15
3
-2/+2
|
\
\
|
|
/
|
/
|
|
*
Drop some dead imports of imp
Brett Cannon
2013-06-15
3
-2/+2
*
|
Issue #17177: Stop using imp in multiprocessing
Brett Cannon
2013-06-15
1
-2/+2
*
|
Issue #17177: Stop using imp in distutils
Brett Cannon
2013-06-15
7
-22/+26
*
|
Issue #17177: stop using imp for compileall.
Brett Cannon
2013-06-15
2
-32/+29
*
|
make test more robust under Windows
Brett Cannon
2013-06-15
1
-1/+1
*
|
Issue #17177: Update the programming FAQ to use importlib
Brett Cannon
2013-06-15
1
-5/+5
*
|
Move something to the right section of What's New
Brett Cannon
2013-06-15
1
-4/+6
*
|
Issue #18194: Introduce importlib.util.cache_from_source() and
Brett Cannon
2013-06-15
2
-2/+37
*
|
Make it more obvious what things used in imp are snuck in through private APIs
Brett Cannon
2013-06-15
1
-11/+8
*
|
Issue #17907: touch up the code for imp.new_module().
Brett Cannon
2013-06-15
8
-3544/+3686
*
|
Fix markup of the synopsis along with changing to state what is in the
Brett Cannon
2013-06-15
1
-2/+2
*
|
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
[next]