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
*
Grammar tweak
Brett Cannon
2013-06-17
1
-1/+1
*
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) ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
Victor Stinner
2013-06-17
1
-0/+1
|
\
\
|
|
/
|
*
ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
Victor Stinner
2013-06-17
1
-0/+1
*
|
(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
3
-0/+35
|
\
\
|
*
\
Merge heads
Serhiy Storchaka
2013-06-17
2
-2/+19
|
|
\
\
|
*
\
\
Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data
Serhiy Storchaka
2013-06-17
3
-0/+35
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data
Serhiy Storchaka
2013-06-17
3
-0/+35
*
|
|
|
Issue #18147: Add diagnostic functions to ssl.SSLContext().
Christian Heimes
2013-06-17
4
-17/+212
|
|
_
|
/
|
/
|
|
*
|
|
Issue #18207: Fix test_ssl for some versions of OpenSSL that ignore seconds
Christian Heimes
2013-06-17
2
-2/+19
|
/
/
*
|
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
*
|
documentation suggesting something which doesn't exist
Brett Cannon
2013-06-16
1
-2/+1
*
|
Merge doc/argument name fix
Brett Cannon
2013-06-16
2
-3/+3
|
\
\
|
|
/
|
*
merge
Brett Cannon
2013-06-16
9
-33/+90
|
|
\
|
*
|
Fix a misnaming of a method and an argument
Brett Cannon
2013-06-16
3
-1074/+1074
*
|
|
Issue #18076: Introduce imoportlib.util.decode_source().
Brett Cannon
2013-06-16
6
-3554/+3611
*
|
|
importlib.abc.SourceLoader.get_source() was re-raising SyntaxError and
Brett Cannon
2013-06-16
4
-1730/+1718
*
|
|
Issue #18115: Abstract out managing the cleanup of modules to use in
Brett Cannon
2013-06-16
2
-2461/+2491
*
|
|
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
5
-1079/+1156
*
|
|
merge
Brett Cannon
2013-06-16
5
-15/+41
|
\
\
\
|
*
\
\
Merge with 3.3
Andrew Kuchling
2013-06-16
5
-15/+41
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Describe 'surrogateescape' in the documentation.
Andrew Kuchling
2013-06-16
5
-15/+41
*
|
|
|
Issue #17177: The imp module is pending deprecation.
Brett Cannon
2013-06-16
15
-85/+103
|
/
/
/
*
|
|
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
2
-18/+29
|
\
\
\
|
|
/
/
|
*
|
news entry for subprocess double close fix.
Gregory P. Smith
2013-06-16
1
-0/+4
|
*
|
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: update checkpyc to stop using imp
Brett Cannon
2013-06-15
1
-4/+4
*
|
|
Issue # 17177: Stop using imp in setup.py
Brett Cannon
2013-06-15
1
-2/+3
*
|
|
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
3
-0/+20
|
\
\
\
|
|
/
/
|
*
|
#18113: Objects associated to a curses.panel object with set_userptr() were l...
Andrew Kuchling
2013-06-15
3
-0/+20
|
|
/
*
|
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
[next]