summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Issue #17907: Document types.ModuleType's constructor and attributes,Brett Cannon2013-06-143-2/+34
* | | Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory ...Victor Stinner2013-06-156-772/+212
|/ /
* | Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document theBrett Cannon2013-06-148-8/+37
* | Issue #3329: Add new APIs to customize memory allocatorsVictor Stinner2013-06-146-212/+772
* | mergeBrett Cannon2013-06-145-3/+32
|\ \
| * | Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache.Ned Deily2013-06-145-3/+32
* | | Issue #17222: Raise FileExistsError when py_compile.compile wouldBrett Cannon2013-06-145-1/+52
|/ /
* | Issue #18193: Add importlib.reload(), documenting (but notBrett Cannon2013-06-146-24/+122
* | Remove a dead import line.Brett Cannon2013-06-141-1/+0
* | Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 o...Christian Heimes2013-06-142-2/+7
|\ \ | |/
| * Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 o...Christian Heimes2013-06-142-2/+10
* | Simplify return value of ssl.get_default_verify_pathsChristian Heimes2013-06-141-11/+3
* | comparing with http://hg.python.org/cpython/Christian Heimes2013-06-142-17/+17
* | Closes issue 17947. Adds PEP-0435 (Enum, IntEnum) to the stdlib.Ethan Furman2013-06-141-0/+1
* | Move test_pep352 over to unittest.main()Brett Cannon2013-06-141-3/+1
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-1483-158/+144
* | Issue #18048: Merge test_pep263.py and test_coding.py into test_source_encodi...Serhiy Storchaka2013-06-132-87/+76
|\ \
| * | Issue #18048: Rename test_pep263.py to test_source_encoding.py.Serhiy Storchaka2013-06-131-0/+0
* | | Issue #18048: Rename test_coding.py to test_source_encoding.py.Serhiy Storchaka2013-06-131-0/+0
|/ /
* | Issue #15767: Add an explicit test for raising ModuleNotFoundErrorBrett Cannon2013-06-131-0/+7
* | Issue #15767: Touch up ModuleNotFoundError usage by import.Brett Cannon2013-06-1310-14/+52
* | Update various test modules to use unittest.main() for test discoveryBrett Cannon2013-06-1318-108/+24
* | Partially revert changeset #281857369a78 to make sure threads areBrett Cannon2013-06-131-1/+11
* | Move test___all__ over to unittest.main() and use ModuleNotFoundErrorBrett Cannon2013-06-135-24/+21
* | Spruce up test_xmlrpc by using ModuleNotFoundError and moving toBrett Cannon2013-06-131-22/+7
* | Move test_zipfile to unittest.main()Brett Cannon2013-06-121-7/+1
* | Issue #15767: Introduce ModuleNotFoundError, a subclass ofBrett Cannon2013-06-1217-408/+424
* | Move code from test_importhooks into test_zipimport.Brett Cannon2013-06-121-1/+25
* | Add tests for issue #18183.Serhiy Storchaka2013-06-121-3/+14
|\ \ | |/
| * Add tests for issue #18183.Serhiy Storchaka2013-06-121-3/+15
* | #18196: merge with 3.3Roger Serwy2013-06-122-0/+6
|\ \ | |/
| * #18196: Avoid displaying spurious SystemExit tracebacks.Roger Serwy2013-06-122-0/+6