summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-dataSerhiy Storchaka2013-06-173-0/+35
|\
| * Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-dataSerhiy Storchaka2013-06-173-0/+35
* | Issue #18223: Refactor test_tarfile.Serhiy Storchaka2013-06-172-383/+347
|\ \ | |/
| * Issue #18223: Refactor test_tarfile.Serhiy Storchaka2013-06-172-381/+345
* | documentation suggesting something which doesn't existBrett Cannon2013-06-161-2/+1
* | Merge doc/argument name fixBrett Cannon2013-06-162-3/+3
|\ \ | |/
| * mergeBrett Cannon2013-06-169-33/+90
| |\
| * | Fix a misnaming of a method and an argumentBrett Cannon2013-06-163-1074/+1074
* | | Issue #18076: Introduce imoportlib.util.decode_source().Brett Cannon2013-06-166-3554/+3611
* | | importlib.abc.SourceLoader.get_source() was re-raising SyntaxError andBrett Cannon2013-06-164-1730/+1718
* | | Issue #18115: Abstract out managing the cleanup of modules to use inBrett Cannon2013-06-162-2461/+2491
* | | Check that warnings.showwarning() is not changed.Brett Cannon2013-06-161-1/+6
* | | Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoaderBrett Cannon2013-06-165-1079/+1156
* | | mergeBrett Cannon2013-06-165-15/+41
|\ \ \
| * \ \ Merge with 3.3Andrew Kuchling2013-06-165-15/+41
| |\ \ \ | | | |/ | | |/|
| | * | Describe 'surrogateescape' in the documentation.Andrew Kuchling2013-06-165-15/+41
* | | | Issue #17177: The imp module is pending deprecation.Brett Cannon2013-06-1615-85/+103
|/ / /
* | | Stop using the deprecated unittest.TestCase.assertRaisesRegexp()Brett Cannon2013-06-161-5/+5
* | | Make test_builtin work when executed directlyBrett Cannon2013-06-161-1/+4
* | | Prevent a possible double close of parent pipe fds when the subprocessGregory P. Smith2013-06-162-18/+29
|\ \ \ | |/ /
| * | news entry for subprocess double close fix.Gregory P. Smith2013-06-161-0/+4
| * | Prevent a possible double close of parent pipe fds when the subprocessGregory P. Smith2013-06-161-18/+25
* | | Issue #17177: stop using imp in test_importlibBrett Cannon2013-06-1516-76/+78
* | | Issue #17177: update checkpyc to stop using impBrett Cannon2013-06-151-4/+4
* | | Issue # 17177: Stop using imp in setup.pyBrett Cannon2013-06-151-2/+3
* | | Issue # 17177: Stop using imp in turtledemoBrett Cannon2013-06-151-1/+1
* | | Issue #17177: Stop using imp in zipfileBrett Cannon2013-06-152-5/+5
* | | Issue #17177: Stop using imp in a bunch of testsBrett Cannon2013-06-157-15/+17
* | | Merge with 3.3Andrew Kuchling2013-06-153-0/+20
|\ \ \ | |/ /
| * | #18113: Objects associated to a curses.panel object with set_userptr() were l...Andrew Kuchling2013-06-153-0/+20
| |/
* | Issue #17177: Stop using imp in sysconfigBrett Cannon2013-06-151-2/+2
* | Issue #17177: switch from imp.new_module to types.ModuleType for runpyBrett Cannon2013-06-151-1/+2
* | Issue #17177: Stop using imp in pydocBrett Cannon2013-06-151-5/+4
* | Issue #17177: Stop using imp with py_compileBrett Cannon2013-06-152-5/+6
* | mergeBrett Cannon2013-06-151-2/+2
|\ \
| * | Fix typo; clarify that the methods were removed entirelyAndrew Kuchling2013-06-151-2/+2
* | | merge w/ 3.3Brett Cannon2013-06-153-2/+2
|\ \ \ | |/ / |/| / | |/
| * Drop some dead imports of impBrett Cannon2013-06-153-2/+2
* | Issue #17177: Stop using imp in multiprocessingBrett Cannon2013-06-151-2/+2
* | Issue #17177: Stop using imp in distutilsBrett Cannon2013-06-157-22/+26
* | Issue #17177: stop using imp for compileall.Brett Cannon2013-06-152-32/+29
* | make test more robust under WindowsBrett Cannon2013-06-151-1/+1
* | Issue #17177: Update the programming FAQ to use importlibBrett Cannon2013-06-151-5/+5
* | Move something to the right section of What's NewBrett Cannon2013-06-151-4/+6
* | Issue #18194: Introduce importlib.util.cache_from_source() andBrett Cannon2013-06-152-2/+37
* | Make it more obvious what things used in imp are snuck in through private APIsBrett Cannon2013-06-151-11/+8
* | Issue #17907: touch up the code for imp.new_module().Brett Cannon2013-06-158-3544/+3686
* | Fix markup of the synopsis along with changing to state what is in theBrett Cannon2013-06-151-2/+2
* | Merge headsVictor Stinner2013-06-156-2/+1964
|\ \
| * | Closes issue 17947. Adds PEP-0435 (Adding an Enum type to the Python standar...Ethan Furman2013-06-144-0/+1930