index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
importlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 78242 via svnmerge from
Brett Cannon
2010-02-19
2
-29/+109
*
Merged revisions 76146 via svnmerge from
Brett Cannon
2009-11-07
2
-2/+28
*
Merged revisions 76113-76114 via svnmerge from
Brett Cannon
2009-11-05
1
-13/+10
*
Merged revisions 74584 via svnmerge from
Brett Cannon
2009-08-30
2
-5/+20
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
18
-84/+84
*
Merged revisions 74107 via svnmerge from
Brett Cannon
2009-07-20
2
-15/+62
*
Backport of r74103.
Brett Cannon
2009-07-20
1
-8/+8
*
Fixup/simplify another nested context manager.
Raymond Hettinger
2009-06-12
1
-6/+3
*
Tests for case-senstivity were not being skipped for darwin when installed on a
Brett Cannon
2009-05-11
6
-45/+37
*
fix name again
Benjamin Peterson
2009-04-04
1
-1/+1
*
fix name
Benjamin Peterson
2009-04-04
1
-1/+1
*
fix naming
Benjamin Peterson
2009-04-03
1
-3/+3
*
os.path.listdir -> os.listdir
Benjamin Peterson
2009-04-03
1
-1/+1
*
importlib.test.source.test_abc_loader was making a bad assumption that all file
Brett Cannon
2009-04-02
1
-16/+21
*
Make a test in importlib have a more robust test value.
Brett Cannon
2009-04-02
1
-1/+1
*
Give a more informative message on an importlib test upon failure.
Brett Cannon
2009-04-02
1
-1/+3
*
Check that on a platform that is expected to have a case-insensitive filesystem
Brett Cannon
2009-04-02
1
-1/+8
*
Rip out a useless method that the superclass implements properly.
Brett Cannon
2009-04-01
1
-19/+0
*
Fix importlib.machinery.PathFinder.find_module() to essentially skip over None
Brett Cannon
2009-03-30
2
-3/+23
*
Add simple tests for __import__ for future optimizations to importlib.
Brett Cannon
2009-03-30
1
-0/+82
*
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
4
-9/+65
*
Implement InspectLoader for BuiltinImporter.
Brett Cannon
2009-03-15
6
-22/+80
*
A few more docstring/API cleanups for importlib.
Brett Cannon
2009-03-15
4
-53/+55
*
Clean up docstring from importlib.util.module_for_loader.
Brett Cannon
2009-03-15
1
-8/+8
*
Finish properly hiding importlib implementation code.
Brett Cannon
2009-03-12
12
-55/+43
*
Last big re-organization of importlib._bootstrap. Should actually be able to ...
Brett Cannon
2009-03-12
1
-172/+173
*
Do a little bit of reorganization on importlib._bootstrap.
Brett Cannon
2009-03-12
1
-58/+69
*
Make utility code in importlib._bootstrap private.
Brett Cannon
2009-03-12
1
-32/+32
*
Define importlib.__init__.__all__.
Brett Cannon
2009-03-12
1
-1/+3
*
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
6
-11/+25
*
Implement get_source for importlib.abc.PyLoader using source_path and get_data.
Brett Cannon
2009-03-10
3
-10/+52
*
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
8
-140/+555
*
Remove a dead XXX comment.
Brett Cannon
2009-03-09
1
-1/+0
*
Fix importlib._bootstrap.PyPycLoader.load_module() to better handle
Brett Cannon
2009-03-09
1
-3/+10
*
Make importlib.test.source.util.write_bytecode reset sys.dont_write_bytecode.
Brett Cannon
2009-03-09
1
-1/+5
*
Minor changes to Python source base loader.
Brett Cannon
2009-03-08
1
-3/+7
*
Skip case-sensitivity tests for extension modules if _testcapi cannot be found.
Brett Cannon
2009-03-08
1
-0/+2
*
Rename importlib.util.set___package__ to set_package.
Brett Cannon
2009-03-04
3
-8/+8
*
Move importlib over to _io.
Brett Cannon
2009-03-04
1
-5/+5
*
Add a test for importlib.import_module.
Brett Cannon
2009-03-04
1
-1/+10
*
merge the io-c branch: C implementation of the io module
Benjamin Peterson
2009-03-04
2
-4/+4
*
Expose importlib.util.set___package__.
Brett Cannon
2009-03-02
3
-22/+56
*
Relocate source_mtime in importlib to PyPycLoader.
Brett Cannon
2009-02-21
1
-13/+11
*
Refactor source and bytecode file loaders in importlib so that there
Brett Cannon
2009-02-21
4
-150/+164
*
Tweak the source/bytecode loader from importlib to use more of the PEP 302
Brett Cannon
2009-02-21
2
-3/+3
*
Separate out finder for source and source/bytecode.
Brett Cannon
2009-02-21
4
-10/+21
*
Do some cleanup in importlib:
Brett Cannon
2009-02-21
8
-62/+56
[next]