summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/NOTES
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the code implementing __import__ for importlib. Now it is much simplerBrett Cannon2009-02-071-31/+6
* Initial, untested stab at writing a common denominator function for __import__Brett Cannon2009-02-061-0/+13
* Finish implementing tests for importlib.machinery.PathFinder by testing thatBrett Cannon2009-02-061-10/+12
* Update NOTES for importlib about PathFinder.Brett Cannon2009-02-051-0/+2
* Add some notes for importlib to package up what is in Python 2.7 as well as m...Brett Cannon2009-02-021-0/+8
* Note to move __package__ stuff over to rpartition to make Nick happy. Also makeBrett Cannon2009-02-021-0/+4
* Update importlib notes.Brett Cannon2009-02-011-12/+11
* Ditch read_source() and read_bytecode() and replace with *_path() andBrett Cannon2009-02-011-1/+0
* Expose source_path and bytecode_path on _PyFileLoader.Brett Cannon2009-02-011-2/+1
* Remove an outdated todo item from importlib.Brett Cannon2009-02-011-6/+0
* Move import semantic util code to importlib.test.import_.util.Brett Cannon2009-02-011-4/+0
* Rename importlib.test.support to importlib.test.util.Brett Cannon2009-02-011-0/+4
* Split out support code that is specific to source tests out ofBrett Cannon2009-02-011-3/+0
* Move source loader tests (including reload tests) over toBrett Cannon2009-02-011-4/+0
* Fix importlib.machinery.FrozenImporter.load_module() to set __package__Brett Cannon2009-02-011-1/+0
* Move extension module loader tests over to importlib.test.abc.LoaderTests.Brett Cannon2009-02-011-1/+0
* Move built-in loader tests to importlib.test.abc.LoaderTests.Brett Cannon2009-02-011-2/+1
* Initial take on importlib.test.loader_tests.Brett Cannon2009-01-271-8/+5
* Update importlib NOTES.Brett Cannon2009-01-271-2/+9
* Update NOTES for importlib.Brett Cannon2009-01-261-18/+8
* Document both importlib.machinery.BuiltinImporter and FrozenImporter.Brett Cannon2009-01-251-6/+0
* Add importlib.machinery with its first tenants, BuitinImporter andBrett Cannon2009-01-221-1/+32
* Document the (very small) public API for importlib. As time goes on and someBrett Cannon2009-01-201-9/+4
* NOTES for importlib should mention the ultimate end-goal for the package.Brett Cannon2009-01-181-0/+2
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-181-0/+78