| Commit message (Expand) | Author | Age | Files | Lines |
* | Document import's semantics for the language reference. This includes filling | Brett Cannon | 2009-03-21 | 1 | -7/+0 |
|
|
* | Implement InspectLoader for FrozenImporter. | Brett Cannon | 2009-03-15 | 1 | -4/+0 |
|
|
* | Implement InspectLoader for BuiltinImporter. | Brett Cannon | 2009-03-15 | 1 | -3/+1 |
|
|
* | Finish properly hiding importlib implementation code. | Brett Cannon | 2009-03-12 | 1 | -9/+0 |
|
|
* | Add a NOTE for importlib to fill in the docstrings for the ABCs. | Brett Cannon | 2009-03-11 | 1 | -0/+2 |
|
|
* | Implement importlib.util.set_loader: a decorator to automatically set | Brett Cannon | 2009-03-10 | 1 | -4/+0 |
|
|
* | Implement get_source for importlib.abc.PyLoader using source_path and get_data. | Brett Cannon | 2009-03-10 | 1 | -1/+0 |
|
|
* | Clean up importlib NOTES so it only contains short term goals. | Brett Cannon | 2009-03-09 | 1 | -16/+0 |
|
|
* | Introduce importlib.abc. The module contains various ABCs related to imports | Brett Cannon | 2009-03-09 | 1 | -34/+5 |
|
|
* | Expose importlib.util.set___package__. | Brett Cannon | 2009-03-02 | 1 | -21/+5 |
|
|
* | Refactor source and bytecode file loaders in importlib so that there | Brett Cannon | 2009-02-21 | 1 | -26/+2 |
|
|
* | Tweak the source/bytecode loader from importlib to use more of the PEP 302 | Brett Cannon | 2009-02-21 | 1 | -0/+2 |
|
|
* | Separate out finder for source and source/bytecode. | Brett Cannon | 2009-02-21 | 1 | -6/+9 |
|
|
* | Add some notes about importlib and some API exposure cleanup. | Brett Cannon | 2009-02-21 | 1 | -5/+7 |
|
|
* | Minor NOTES changes for importlib. | Brett Cannon | 2009-02-21 | 1 | -2/+1 |
|
|
* | Outline a possible way to separate out source loading from bytecode loading. | Brett Cannon | 2009-02-17 | 1 | -0/+21 |
|
|
* | Implement the more specific PEP 302 semantics for loaders and what happens upon | Brett Cannon | 2009-02-17 | 1 | -33/+31 |
|
|
* | Document importlib.machinery.PathFinder. | Brett Cannon | 2009-02-16 | 1 | -1/+5 |
|
|
* | Add a NOTE about the new specific semantics for failed loads. | Brett Cannon | 2009-02-15 | 1 | -0/+2 |
|
|
* | Add a NOTE that alternative VMs should be supported by importlib in a nicer | Brett Cannon | 2009-02-09 | 1 | -0/+4 |
|
|
* | Update NOTES for importlib now that a replacement for functools.wraps is | Brett Cannon | 2009-02-07 | 1 | -1/+1 |
|
|
* | Create a simple substitute for functools.wraps to use in importlib._bootstrap. | Brett Cannon | 2009-02-07 | 1 | -2/+0 |
|
|
* | Factor out helper code from importlib.test.extension.test_path_hook. | Brett Cannon | 2009-02-07 | 1 | -2/+0 |
|
|
* | Add a note for importlib about backporting some of functools.wraps functional... | Brett Cannon | 2009-02-07 | 1 | -1/+4 |
|
|
* | Move importlib completely over to using rpartition and accepting the empty | Brett Cannon | 2009-02-07 | 1 | -4/+1 |
|
|
* | Rewrite the code implementing __import__ for importlib. Now it is much simpler | Brett Cannon | 2009-02-07 | 1 | -31/+6 |
|
|
* | Initial, untested stab at writing a common denominator function for __import__ | Brett Cannon | 2009-02-06 | 1 | -0/+13 |
|
|
* | Finish implementing tests for importlib.machinery.PathFinder by testing that | Brett Cannon | 2009-02-06 | 1 | -10/+12 |
|
|
* | Update NOTES for importlib about PathFinder. | Brett Cannon | 2009-02-05 | 1 | -0/+2 |
|
|
* | Add some notes for importlib to package up what is in Python 2.7 as well as m... | Brett Cannon | 2009-02-02 | 1 | -0/+8 |
|
|
* | Note to move __package__ stuff over to rpartition to make Nick happy. Also make | Brett Cannon | 2009-02-02 | 1 | -0/+4 |
|
|
* | Update importlib notes. | Brett Cannon | 2009-02-01 | 1 | -12/+11 |
|
|
* | Ditch read_source() and read_bytecode() and replace with *_path() and | Brett Cannon | 2009-02-01 | 1 | -1/+0 |
|
|
* | Expose source_path and bytecode_path on _PyFileLoader. | Brett Cannon | 2009-02-01 | 1 | -2/+1 |
|
|
* | Remove an outdated todo item from importlib. | Brett Cannon | 2009-02-01 | 1 | -6/+0 |
|
|
* | Move import semantic util code to importlib.test.import_.util. | Brett Cannon | 2009-02-01 | 1 | -4/+0 |
|
|
* | Rename importlib.test.support to importlib.test.util. | Brett Cannon | 2009-02-01 | 1 | -0/+4 |
|
|
* | Split out support code that is specific to source tests out of | Brett Cannon | 2009-02-01 | 1 | -3/+0 |
|
|
* | Move source loader tests (including reload tests) over to | Brett Cannon | 2009-02-01 | 1 | -4/+0 |
|
|
* | Fix importlib.machinery.FrozenImporter.load_module() to set __package__ | Brett Cannon | 2009-02-01 | 1 | -1/+0 |
|
|
* | Move extension module loader tests over to importlib.test.abc.LoaderTests. | Brett Cannon | 2009-02-01 | 1 | -1/+0 |
|
|
* | Move built-in loader tests to importlib.test.abc.LoaderTests. | Brett Cannon | 2009-02-01 | 1 | -2/+1 |
|
|
* | Initial take on importlib.test.loader_tests. | Brett Cannon | 2009-01-27 | 1 | -8/+5 |
|
|
* | Update importlib NOTES. | Brett Cannon | 2009-01-27 | 1 | -2/+9 |
|
|
* | Update NOTES for importlib. | Brett Cannon | 2009-01-26 | 1 | -18/+8 |
|
|
* | Document both importlib.machinery.BuiltinImporter and FrozenImporter. | Brett Cannon | 2009-01-25 | 1 | -6/+0 |
|
|
* | Add importlib.machinery with its first tenants, BuitinImporter and | Brett Cannon | 2009-01-22 | 1 | -1/+32 |
|
|
* | Document the (very small) public API for importlib. As time goes on and some | Brett Cannon | 2009-01-20 | 1 | -9/+4 |
|
|
* | NOTES for importlib should mention the ultimate end-goal for the package. | Brett Cannon | 2009-01-18 | 1 | -0/+2 |
|
|
* | Add initial implementation of importlib. See the NOTES files for what is | Brett Cannon | 2009-01-18 | 1 | -0/+78 |
|
|