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
*
bpo-39791 native hooks for importlib.resources.files (GH-20576)
Jason R. Coombs
2020-06-08
5
-115/+110
*
bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659)
Jason R. Coombs
2020-06-05
1
-5/+25
*
bpo-19468: delete unnecessary instance check in importlib.reload() (GH-19424)
Furkan Önder
2020-06-05
1
-4/+4
*
bpo-39791: Add files() to importlib.resources (GH-19722)
Jason R. Coombs
2020-05-08
3
-102/+217
*
bpo-40443: Remove unused imports in stdlib (GH-19815)
Victor Stinner
2020-05-01
1
-2/+1
*
bpo-40050: Fix importlib._bootstrap_external (GH-19135)
Victor Stinner
2020-03-24
1
-21/+13
*
bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627)
idomic
2020-03-09
1
-2/+2
*
bpo-38091: Import deadlock detection causes deadlock (GH-17518)
Armin Rigo
2020-03-03
1
-0/+9
*
Revert "bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags p...
Victor Stinner
2020-02-19
1
-1/+1
*
bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#...
idomic
2020-02-17
1
-1/+1
*
bpo-39595: Improve zipfile.Path performance (#18406)
Jason R. Coombs
2020-02-12
1
-5/+7
*
bpo-39320: Handle unpacking of **values in compiler (GH-18141)
Mark Shannon
2020-01-27
1
-1/+2
*
bpo-39320: Handle unpacking of *values in compiler (GH-17984)
Mark Shannon
2020-01-23
1
-1/+3
*
bpo-39336: Allow packages to not let their child modules be set on them (#18006)
Dino Viehland
2020-01-23
1
-1/+6
*
bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)
Mark Shannon
2020-01-14
1
-1/+2
*
bpo-39297: Update for importlib_metadata 1.4. (GH-17947)
Jason R. Coombs
2020-01-11
1
-36/+72
*
bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568)
Jason R. Coombs
2019-12-11
1
-1/+22
*
Produce cleaner bytecode for 'with' and 'async with' by generating separate c...
Mark Shannon
2019-11-21
1
-1/+3
*
Remove binding of captured exceptions when not used to reduce the chances of ...
Pablo Galindo
2019-11-19
1
-1/+1
*
bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993)
Jason R. Coombs
2019-09-12
2
-65/+78
*
bpo-35923: Update the BuiltinImporter to use loader._ORIGIN instead of a hard...
Dong-hee Na
2019-09-11
1
-2/+4
*
bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840)
Jason R. Coombs
2019-09-10
2
-22/+59
*
bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646)
Jason R. Coombs
2019-09-02
1
-3/+15
*
bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)
Zackery Spytz
2019-08-25
1
-1/+2
*
bpo-37830: Fix compilation of break and continue in finally. (GH-15320)
Serhiy Storchaka
2019-08-24
1
-1/+2
*
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka
2019-08-08
1
-1/+1
*
Make importlib.metadata a simple module (#15153)
Barry Warsaw
2019-08-06
1
-0/+0
*
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
Ngalim Siregar
2019-08-03
2
-3/+3
*
bpo-37697: Sync with importlib_metadata 0.19 (#14993)
Jason R. Coombs
2019-07-28
2
-11/+20
*
Fix typos in docs, comments and test assert messages (#14872)
Min ho Kim
2019-07-21
1
-1/+1
*
bpo-37593: Swap the positions of posonlyargs and args in the constructor of a...
Pablo Galindo
2019-07-14
1
-1/+3
*
bpo-35224: Bump the pyc magic number by 1 instead of by 10 in last modificati...
Pablo Galindo
2019-06-23
1
-2/+2
*
bpo-35224: Bump the pyc magic number after the change in MAP_ADD (GH-14313)
Pablo Galindo
2019-06-22
1
-1/+3
*
cross port importlib-metadata PR #76 (#13903)
Anthony Sottile
2019-06-07
1
-0/+2
*
Don't crash if there exists an EGG-INFO directory on sys.path (#13667)
Anthony Sottile
2019-05-30
1
-1/+2
*
bpo-34632: Add importlib.metadata (GH-12547)
Jason R. Coombs
2019-05-24
2
-0/+446
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-2/+6
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
1
-1/+2
*
bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690)
Anthony Sottile
2019-03-08
1
-0/+3
*
bpo-35887: Add make regen-importlib step to importlib._bootstrap docstring (G...
Nina Zakharenko
2019-02-13
1
-3/+3
*
bpo-35321: Set the spec origin to frozen in frozen modules (#11732)
Nina Zakharenko
2019-02-05
1
-2/+4
*
bpo-35133: Fix mistakes when concatenate string literals on different lines. ...
Serhiy Storchaka
2018-11-05
1
-1/+1
*
bpo-33331: Clean modules in the reversed order in PyImport_Cleanup(). (GH-6565)
Serhiy Storchaka
2018-10-29
1
-56/+62
*
bpo-35024: Remove redundant and possibly incorrect verbose message after writ...
Quentin Agren
2018-10-26
1
-1/+0
*
importlib: Fix typo in SourceLoader.path_stats docstring (GH-10052)
Quentin
2018-10-25
1
-3/+4
*
bpo-25711: Move _ZipImportResourceReader from importlib to zipimport. (GH-9406)
Serhiy Storchaka
2018-09-19
1
-84/+0
*
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka
2018-09-18
2
-12/+18
*
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...
Carl Meyer
2018-06-16
1
-10/+52
*
bpo-30436: Add missing space in importlib.util.find_spec() error message (GH-...
Zackery Spytz
2018-06-07
1
-1/+1
*
bpo-32911: Add the historical note about the magic number. (GH-7273)
Serhiy Storchaka
2018-05-31
1
-0/+2
[next]