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
*
Issue #18207: Fix test_ssl for some versions of OpenSSL that ignore seconds
Christian Heimes
2013-06-17
1
-2/+16
*
Issue #18223: Refactor test_tarfile.
Serhiy Storchaka
2013-06-17
2
-383/+347
|
\
|
*
Issue #18223: Refactor test_tarfile.
Serhiy Storchaka
2013-06-17
2
-381/+345
*
|
Merge doc/argument name fix
Brett Cannon
2013-06-16
1
-2/+2
|
\
\
|
|
/
|
*
merge
Brett Cannon
2013-06-16
3
-18/+39
|
|
\
|
*
|
Fix a misnaming of a method and an argument
Brett Cannon
2013-06-16
1
-2/+2
*
|
|
Issue #18076: Introduce imoportlib.util.decode_source().
Brett Cannon
2013-06-16
3
-5/+35
*
|
|
importlib.abc.SourceLoader.get_source() was re-raising SyntaxError and
Brett Cannon
2013-06-16
1
-11/+3
*
|
|
Issue #18115: Abstract out managing the cleanup of modules to use in
Brett Cannon
2013-06-16
1
-24/+23
*
|
|
Check that warnings.showwarning() is not changed.
Brett Cannon
2013-06-16
1
-1/+6
*
|
|
Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader
Brett Cannon
2013-06-16
3
-7/+39
*
|
|
merge
Brett Cannon
2013-06-16
1
-0/+1
|
\
\
\
|
*
\
\
Merge with 3.3
Andrew Kuchling
2013-06-16
1
-0/+1
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Describe 'surrogateescape' in the documentation.
Andrew Kuchling
2013-06-16
1
-0/+1
*
|
|
|
Issue #17177: The imp module is pending deprecation.
Brett Cannon
2013-06-16
12
-83/+93
|
/
/
/
*
|
|
Stop using the deprecated unittest.TestCase.assertRaisesRegexp()
Brett Cannon
2013-06-16
1
-5/+5
*
|
|
Make test_builtin work when executed directly
Brett Cannon
2013-06-16
1
-1/+4
*
|
|
Prevent a possible double close of parent pipe fds when the subprocess
Gregory P. Smith
2013-06-16
1
-18/+25
|
\
\
\
|
|
/
/
|
*
|
Prevent a possible double close of parent pipe fds when the subprocess
Gregory P. Smith
2013-06-16
1
-18/+25
*
|
|
Issue #17177: stop using imp in test_importlib
Brett Cannon
2013-06-15
16
-76/+78
*
|
|
Issue # 17177: Stop using imp in turtledemo
Brett Cannon
2013-06-15
1
-1/+1
*
|
|
Issue #17177: Stop using imp in zipfile
Brett Cannon
2013-06-15
2
-5/+5
*
|
|
Issue #17177: Stop using imp in a bunch of tests
Brett Cannon
2013-06-15
7
-15/+17
*
|
|
Merge with 3.3
Andrew Kuchling
2013-06-15
1
-0/+13
|
\
\
\
|
|
/
/
|
*
|
#18113: Objects associated to a curses.panel object with set_userptr() were l...
Andrew Kuchling
2013-06-15
1
-0/+13
|
|
/
*
|
Issue #17177: Stop using imp in sysconfig
Brett Cannon
2013-06-15
1
-2/+2
*
|
Issue #17177: switch from imp.new_module to types.ModuleType for runpy
Brett Cannon
2013-06-15
1
-1/+2
*
|
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 w/ 3.3
Brett Cannon
2013-06-15
2
-2/+0
|
\
\
|
|
/
|
*
Drop some dead imports of imp
Brett Cannon
2013-06-15
2
-2/+0
*
|
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 #18194: Introduce importlib.util.cache_from_source() and
Brett Cannon
2013-06-15
1
-2/+33
*
|
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
5
-12/+131
*
|
Closes issue 17947. Adds PEP-0435 (Adding an Enum type to the Python standar...
Ethan Furman
2013-06-14
2
-0/+1386
*
|
Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the
Brett Cannon
2013-06-14
4
-6/+22
*
|
merge
Brett Cannon
2013-06-14
2
-3/+15
|
\
\
|
*
|
Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache.
Ned Deily
2013-06-14
2
-3/+15
*
|
|
Issue #17222: Raise FileExistsError when py_compile.compile would
Brett Cannon
2013-06-14
2
-0/+34
|
/
/
*
|
Issue #18193: Add importlib.reload(), documenting (but not
Brett Cannon
2013-06-14
3
-24/+50
*
|
Remove a dead import line.
Brett Cannon
2013-06-14
1
-1/+0
*
|
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
|
/
/
[next]