summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* A few more docstring/API cleanups for importlib.Brett Cannon2009-03-151-15/+1
* Finish properly hiding importlib implementation code.Brett Cannon2009-03-121-4/+0
* Define importlib.__init__.__all__.Brett Cannon2009-03-121-1/+3
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-041-2/+2
* Rewrite the code implementing __import__ for importlib. Now it is much simplerBrett Cannon2009-02-071-6/+4
* Add some comment markers to more clearly delineate what different parts of theBrett Cannon2009-01-221-1/+5
* Document the (very small) public API for importlib. As time goes on and someBrett Cannon2009-01-201-21/+26
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-181-0/+133