This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c0cb8beb389da3ba67ad31b1ecc95e100b6292ab
cpython
/
Lib
/
importlib
History
Victor Stinner
4dee92b0ad
Revert "bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (
#18314
)" (GH-18553)
...
This reverts commit
d83b6600b2
.
2020-02-19 14:23:47 +01:00
..
__init__.py
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
2018-09-18 22:22:29 +03:00
_bootstrap_external.py
Revert "bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (
#18314
)" (GH-18553)
2020-02-19 14:23:47 +01:00
_bootstrap.py
bpo-39336: Allow packages to not let their child modules be set on them (
#18006
)
2020-01-22 16:42:38 -08:00
abc.py
Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246)
2019-11-19 21:34:03 +00:00
machinery.py
Issue
#23911
: Move path-based bootstrap code to a separate frozen module.
2015-05-02 19:15:18 -06:00
metadata.py
bpo-39595: Improve zipfile.Path performance (
#18406
)
2020-02-11 21:58:47 -05:00
resources.py
bpo-25711: Move _ZipImportResourceReader from importlib to zipimport. (GH-9406)
2018-09-19 09:28:06 +03:00
util.py
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
2019-08-02 22:46:02 -07:00