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 #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 #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
*
|
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
[next]