summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #18202: Fix minor bugs and cleanup test_source_encoding.py.Serhiy Storchaka2013-06-191-12/+13
|\
| * Issue #18202: Fix minor bugs and cleanup test_coding.py.Serhiy Storchaka2013-06-191-17/+15
* | Issue #17222: fix a mix-up in some exception messages.Brett Cannon2013-06-171-2/+2
* | (Merge 3.3) test_faulthandler: use _sigsegv() instead of _read_null()Victor Stinner2013-06-171-5/+5
|\ \ | |/
| * test_faulthandler: use _sigsegv() instead of _read_null()Victor Stinner2013-06-171-5/+5
* | (Merge 3.3) Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIXVictor Stinner2013-06-171-0/+4
|\ \ | |/
| * Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIXVictor Stinner2013-06-171-0/+4
* | Issue #18228: Use locale.setlocale(name, None) instead ofVictor Stinner2013-06-171-2/+2
* | Issue #18228: Fix locale test of test.regrtest.saved_test_environmentVictor Stinner2013-06-171-2/+3
* | (Merge 3.3) regrtest.py: Fix another typo in the usage of the faulthandler mo...Victor Stinner2013-06-171-1/+1
|\ \ | |/
| * regrtest.py: Fix another typo in the usage of the faulthandler moduleVictor Stinner2013-06-171-1/+1
* | (Merge 3.3) regrtest.py: Fix typo in the usage of the faulthandler moduleVictor Stinner2013-06-171-3/+3
|\ \ | |/
| * regrtest.py: Fix typo in the usage of the faulthandler moduleVictor Stinner2013-06-171-3/+3
* | merge headsChristian Heimes2013-06-172-0/+32
|\ \
| * \ Merge headsSerhiy Storchaka2013-06-171-2/+16
| |\ \
| * \ \ Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-dataSerhiy Storchaka2013-06-172-0/+32
| |\ \ \ | | | |/ | | |/|
| | * | Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-dataSerhiy Storchaka2013-06-172-0/+32
* | | | Issue #18147: Add diagnostic functions to ssl.SSLContext().Christian Heimes2013-06-171-0/+57
| |_|/ |/| |
* | | Issue #18207: Fix test_ssl for some versions of OpenSSL that ignore secondsChristian Heimes2013-06-171-2/+16
|/ /
* | Issue #18223: Refactor test_tarfile.Serhiy Storchaka2013-06-172-383/+347
|\ \ | |/
| * Issue #18223: Refactor test_tarfile.Serhiy Storchaka2013-06-172-381/+345
* | Merge doc/argument name fixBrett Cannon2013-06-161-2/+2
|\ \ | |/
| * mergeBrett Cannon2013-06-163-18/+39
| |\
| * | Fix a misnaming of a method and an argumentBrett Cannon2013-06-161-2/+2
* | | Issue #18076: Introduce imoportlib.util.decode_source().Brett Cannon2013-06-163-5/+35
* | | importlib.abc.SourceLoader.get_source() was re-raising SyntaxError andBrett Cannon2013-06-161-11/+3
* | | Issue #18115: Abstract out managing the cleanup of modules to use inBrett Cannon2013-06-161-24/+23
* | | Check that warnings.showwarning() is not changed.Brett Cannon2013-06-161-1/+6
* | | Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoaderBrett Cannon2013-06-163-7/+39
* | | mergeBrett Cannon2013-06-161-0/+1
|\ \ \
| * \ \ Merge with 3.3Andrew Kuchling2013-06-161-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | Describe 'surrogateescape' in the documentation.Andrew Kuchling2013-06-161-0/+1
* | | | Issue #17177: The imp module is pending deprecation.Brett Cannon2013-06-1612-83/+93
|/ / /
* | | 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-161-18/+25
|\ \ \ | |/ /
| * | 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: 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-151-0/+13
|\ \ \ | |/ /
| * | #18113: Objects associated to a curses.panel object with set_userptr() were l...Andrew Kuchling2013-06-151-0/+13
| |/
* | 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
* | merge w/ 3.3Brett Cannon2013-06-152-2/+0
|\ \ | |/
| * Drop some dead imports of impBrett Cannon2013-06-152-2/+0
* | Issue #17177: Stop using imp in multiprocessingBrett Cannon2013-06-151-2/+2