Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
3adc7b75a5f35003b3b91de113b5212748dc1a1d
/
Python
/
importlib.h
19a2f59
Issue #15056: imp.cache_from_source() and source_from_cache() raise
by Brett Cannon
· 13 years ago
ae7b8f0
Issue #15110: Also hide importlib frames when importing a builtin module fails.
by Amaury Forgeot d'Arc
· 13 years ago
bc07a5c
Issue #15110: Fix the tracebacks generated by "import xxx" to not show the importlib stack frames.
by Antoine Pitrou
· 13 years ago
bc1a7dd
Check-in compiled importlib changes (you must run "make" after modifying the importlib sources).
by Antoine Pitrou
· 13 years ago
98979b8
Issue #15166: Re-implement imp.get_tag() using sys.implementation.
by Brett Cannon
· 13 years ago
0ab5cf9
Issue #15181: importlib bytecode is unsigned and shouldn't have negative numbers.
by Antoine Pitrou
· 13 years ago
e51a369
Fixes issue 15039: namespace packages are no longer imported in preference to modules of the same name.
by Eric V. Smith
· 13 years ago
310f95b
A better repr() for FileFinder
by Antoine Pitrou
· 13 years ago
e67f48c
Issue #14928: Fix importlib bootstrap issues by using a custom executable (Modules/_freeze_importlib) to build Python/importlib.h.
by Antoine Pitrou
· 13 years ago
1d25b6f
Issue #15103: remove the NUL character (serving as a Mercurial binary marker) from Python/importlib.h.
by Antoine Pitrou
· 13 years ago
2d9db1d
Try to fix issue #15086: build failure on Ubuntu shared buildbot.
by Antoine Pitrou
· 13 years ago
99d776f
Update importlib.h by touching Lib/importlib/_bootstrap.py.
by Brett Cannon
· 13 years ago
5c6eba3
Tweak importlib._bootstrap to avoid zero-argument super so I can work on issue #14857 without breaking imports
by Nick Coghlan
· 13 years ago
d785cb3
Remove some redundant decorators.
by Brett Cannon
· 13 years ago
984b11f
issue 14660: Implement PEP 420, namespace packages.
by Eric V. Smith
· 13 years ago
ea3eb88
Issue #9260: A finer-grained import lock.
by Antoine Pitrou
· 13 years ago
b84bc7a
Avoid "warning: no newline at end of file" in importlib.h.
by Antoine Pitrou
· 13 years ago
6ecf8ce
apparently importlib.h wants to be updated
by Benjamin Peterson
· 13 years ago
c049952
Issue #13959: Have
by Brett Cannon
· 13 years ago
44ec91f
Update importlib.h
by Brett Cannon
· 13 years ago
6efa50a
Issue #14583: Fix importlib bug when a package's __init__.py would first import one of its modules then raise an error.
by Antoine Pitrou
· 13 years ago
feccc09
Clean up a docstring.
by Brett Cannon
· 13 years ago
a6685e8
update importlib.h
by Brett Cannon
· 13 years ago
2657df4
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
by Brett Cannon
· 13 years ago
efad00d
Issue #14646: __import__() now sets __loader__ if need be.
by Brett Cannon
· 13 years ago
fea73ef
Issue #14605: Don't error out if get_importer() returns None.
by Brett Cannon
· 13 years ago
aa93642
Issue #14605: Use None in sys.path_importer_cache to represent no
by Brett Cannon
· 13 years ago
ce418b4
Issue #14605: Stop having implicit entries for sys.meta_path.
by Brett Cannon
· 13 years ago
e0d88a1
Issue #14605: Make explicit the entries on sys.path_hooks that used to
by Brett Cannon
· 13 years ago
f96bb2f
Update importlib.h
by Brett Cannon
· 13 years ago
7541c8e
Issue #14605 and #14642:
by Marc-Andre Lemburg
· 13 years ago
4fe29c9
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.
by Marc-Andre Lemburg
· 13 years ago
938d44d
Issue #14605: Expose importlib.abc.FileLoader and
by Brett Cannon
· 13 years ago
5c903e6
Issue #13959: Continue to try to accomodate altsep in importlib by not
by Brett Cannon
· 13 years ago
cf64995
Revert to os.path.join() semantics for path manipulation in importlib
by Brett Cannon
· 13 years ago
6c802b8
Update importlib.h
by Brett Cannon
· 13 years ago
0d05a76
Have importlib look for pre-existing path separators when joining paths.
by Brett Cannon
· 13 years ago
2f92389
Don't worry about moving imp.get_tag() over to Lib/imp.py.
by Brett Cannon
· 13 years ago
a64faf0
Issue #13959: Re-implement imp.source_from_cache() in Lib/imp.py.
by Brett Cannon
· 13 years ago
ea59dbf
Issue #13959: Re-implement imp.cache_from_source() in Lib/imp.py.
by Brett Cannon
· 13 years ago
ed672d6
Make path manipulation more robust for platforms with alternative path
by Brett Cannon
· 13 years ago
24117a7
Issue #13959: Keep imp.get_magic() in C code, but cache in importlib
by Brett Cannon
· 13 years ago
8ff6baf
Issue #14581: Windows users are allowed to import modules w/o taking
by Brett Cannon
· 13 years ago
665c3b3
update importlib...
by Benjamin Peterson
· 13 years ago
d76bc7a
rollback 005fd1fe31ab (see #14609 and #14582)
by Benjamin Peterson
· 13 years ago
7bd329d
Issue #12599: Be more strict in accepting None vs. a false-like object
by Brett Cannon
· 13 years ago
a938c74
Avoid compiler warning due to stray \x00
by Antoine Pitrou
· 13 years ago
c1b3f63
Try to get hg to treat importlib.h as binary.
by Brett Cannon
· 13 years ago
7ceedb8
Update importlib.h
by Brett Cannon
· 13 years ago
6f44d66
Issue #13959: Rename imp to _imp and add Lib/imp.py and begin
by Brett Cannon
· 13 years ago
881535b
Issue #14582: Import returns the module returned by a loader instead
by Brett Cannon
· 13 years ago
49f8d8b
Handle importing pkg.mod by executing
by Brett Cannon
· 13 years ago
59f9c3a
Rebuild importlib.h to incorporate added comments.
by Brett Cannon
· 13 years ago
fd07415
Issue #2377: Make importlib the implementation of __import__().
by Brett Cannon
· 13 years ago