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 #18202: Fix minor bugs and cleanup test_source_encoding.py.
Serhiy Storchaka
2013-06-19
1
-12/+13
|
\
|
*
Issue #18202: Fix minor bugs and cleanup test_coding.py.
Serhiy Storchaka
2013-06-19
1
-17/+15
*
|
Issue #17222: fix a mix-up in some exception messages.
Brett Cannon
2013-06-17
1
-2/+2
*
|
(Merge 3.3) test_faulthandler: use _sigsegv() instead of _read_null()
Victor Stinner
2013-06-17
1
-5/+5
|
\
\
|
|
/
|
*
test_faulthandler: use _sigsegv() instead of _read_null()
Victor Stinner
2013-06-17
1
-5/+5
*
|
(Merge 3.3) Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX
Victor Stinner
2013-06-17
1
-0/+4
|
\
\
|
|
/
|
*
Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX
Victor Stinner
2013-06-17
1
-0/+4
*
|
Issue #18228: Use locale.setlocale(name, None) instead of
Victor Stinner
2013-06-17
1
-2/+2
*
|
Issue #18228: Fix locale test of test.regrtest.saved_test_environment
Victor Stinner
2013-06-17
1
-2/+3
*
|
(Merge 3.3) regrtest.py: Fix another typo in the usage of the faulthandler mo...
Victor Stinner
2013-06-17
1
-1/+1
|
\
\
|
|
/
|
*
regrtest.py: Fix another typo in the usage of the faulthandler module
Victor Stinner
2013-06-17
1
-1/+1
*
|
(Merge 3.3) regrtest.py: Fix typo in the usage of the faulthandler module
Victor Stinner
2013-06-17
1
-3/+3
|
\
\
|
|
/
|
*
regrtest.py: Fix typo in the usage of the faulthandler module
Victor Stinner
2013-06-17
1
-3/+3
*
|
merge heads
Christian Heimes
2013-06-17
2
-0/+32
|
\
\
|
*
\
Merge heads
Serhiy Storchaka
2013-06-17
1
-2/+16
|
|
\
\
|
*
\
\
Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data
Serhiy Storchaka
2013-06-17
2
-0/+32
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data
Serhiy Storchaka
2013-06-17
2
-0/+32
*
|
|
|
Issue #18147: Add diagnostic functions to ssl.SSLContext().
Christian Heimes
2013-06-17
1
-0/+57
|
|
_
|
/
|
/
|
|
*
|
|
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
[next]