Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c3008dd480d645678409273eecbfd24bbc9669d7
/
Python
/
importlib_external.h
ed146b5
[3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320) (GH-15456)
by Serhiy Storchaka
· 5 years ago
f96334c
bpo-37697: Sync with importlib_metadata 0.19 (GH-14993) (GH-14995)
by Miss Islington (bot)
· 5 years ago
cf9a63c
bpo-37593: Swap the positions of posonlyargs and args in the constructor of ast.parameters nodes (GH-14778)
by Miss Islington (bot)
· 5 years ago
175b2e9
bpo-35224: Bump the pyc magic number by 1 instead of by 10 in last modification (GH-14320)
by Miss Islington (bot)
· 5 years ago
5c8b4e2
bpo-35224: Bump the pyc magic number after the change in MAP_ADD (GH-14313)
by Miss Islington (bot)
· 5 years ago
5282b3b
bpo-37213: Handle negative line deltas correctly in the peephole optimizer (GH-13969)
by Miss Islington (bot)
· 5 years ago
1bbf7b6
bpo-34632: Add importlib.metadata (GH-12547)
by Jason R. Coombs
· 5 years ago
b82e17e
bpo-36842: Implement PEP 578 (GH-12613)
by Steve Dower
· 5 years ago
8c77b8c
bpo-36540: PEP 570 -- Implementation (GH-12701)
by Pablo Galindo
· 6 years ago
ab9b31f
bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690)
by Anthony Sottile
· 6 years ago
995d9b9
bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021)
by Anthony Sottile
· 6 years ago
c2e1607
bpo-34100: Merge constants recursively (GH-8341)
by INADA Naoki
· 6 years ago
95b6acf
bpo-34876: Change the lineno of the AST for decorated function and class. (GH-9731)
by Serhiy Storchaka
· 6 years ago
9e14e49
bpo-35024: Remove redundant and possibly incorrect verbose message after writing '.pyc' (GH-9998)
by Quentin Agren
· 6 years ago
d7c3e5f
importlib: Fix typo in SourceLoader.path_stats docstring (GH-10052)
by Quentin
· 6 years ago
79d1c2e
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
by Serhiy Storchaka
· 6 years ago
da8d72c
bpo-12458: Fix line numbers for multiline expressions. (GH-8774)
by Serhiy Storchaka
· 6 years ago
b193fa9
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834)
by Carl Meyer
· 6 years ago
941ec21
bpo-32911: Add the historical note about the magic number. (GH-7273)
by Serhiy Storchaka
· 6 years ago
73cbe7a
bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)
by Serhiy Storchaka
· 6 years ago
f303639
bpo-33270: Intern names for all anonymous code objects (#6472)
by Zackery Spytz
· 7 years ago
9e2be60
bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402)
by Brett Cannon
· 7 years ago
702f8f3
bpo-33041: Rework compiling an "async for" loop. (#6142)
by Serhiy Storchaka
· 7 years ago
520b7ae
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)
by Serhiy Storchaka
· 7 years ago
4af8fd5
bpo-32838: Fix Python versions in the table of magic numbers. (#5658)
by Serhiy Storchaka
· 7 years ago
bbbcf86
bpo-32303 - Consistency fixes for namespace loaders (#5481)
by Barry Warsaw
· 7 years ago
332cd5e
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
by Mark Shannon
· 7 years ago
5ec0fee
Implement the get_resource_reader() API for file system imports (#5168)
by Barry Warsaw
· 7 years ago
d4864c6
bpo-24340: Fix estimation of the code stack size. (#5076)
by Serhiy Storchaka
· 7 years ago
15a8728
bpo-29469: Optimize literal lists and sets iterating on the AST level. (#4866)
by Serhiy Storchaka
· 7 years ago
7ea143a
bpo-29469: Move constant folding to AST optimizer (GH-2858)
by INADA Naoki
· 7 years ago
42aa93b
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
by Benjamin Peterson
· 7 years ago
02e82a0
bpo-31709: Update importlib magic (#3906)
by Yury Selivanov
· 7 years ago
88c60c9
Trivial cleanups following bpo-31370 (#3649)
by Antoine Pitrou
· 7 years ago
36ff451
bpo-30501: Make the compiler producing optimized code for condition expressions. (#1851)
by Serhiy Storchaka
· 7 years ago
55fe1ae
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
by Serhiy Storchaka
· 8 years ago
cb41b27
bpo-29463: Add docstring field to some AST nodes. (#46)
by INADA Naoki
· 8 years ago
f239213
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
by Yury Selivanov
· 8 years ago
10beb3c
Issue #28896: Disable WindowsRegistryFinder by default.
by Steve Dower
· 8 years ago
19d2467
Issue #23722: improve __classcell__ compatibility
by Nick Coghlan
· 8 years ago
7db3c48
Issue #28517: Fixed of-by-one error in the peephole optimizer that caused
by Serhiy Storchaka
· 8 years ago
7344285
Issue #28257: Improved error message when pass a non-iterable as
by Serhiy Storchaka
· 8 years ago
3738c2d
Issue #27942: String constants now interned recursively in tuples and frozensets.
by Serhiy Storchaka
· 8 years ago
00a0fc1
Issue #27942: String constants now interned recursively in tuples and frozensets.
by Serhiy Storchaka
· 8 years ago
b728105
Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
by Serhiy Storchaka
· 8 years ago
944368e
Issue #23722: Initialize __class__ from type.__new__()
by Nick Coghlan
· 8 years ago
50fd898
Issue #24320: Drop an old setuptools-induced hack.
by Eric Snow
· 8 years ago
f9b760f
Rework CALL_FUNCTION* opcodes
by Victor Stinner
· 8 years ago
f8cb8a1
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
by Yury Selivanov
· 8 years ago
035a100
Issue #26667: Add path-like object support to importlib.util.
by Brett Cannon
· 8 years ago
ea525a2
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
by Serhiy Storchaka
· 8 years ago
b2f8a80
Check in update for importlib_external.h
by Brett Cannon
· 8 years ago
7ca63cb
Fix regressions introduced by fixes for issue #27083.
by Brett Cannon
· 8 years ago
b3e73b3
Merge for #27083
by Brett Cannon
· 8 years ago
2247e5c
Update frozen importlib code
by Brett Cannon
· 8 years ago
64204de
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
by Serhiy Storchaka
· 8 years ago
5697c4b
Comment fixes extracted from patch by Demur Rumed.
by Serhiy Storchaka
· 8 years ago
cf2ad55
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
by Serhiy Storchaka
· 8 years ago
3c317e7
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
by Serhiy Storchaka
· 8 years ago
6a7506a
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
by Serhiy Storchaka
· 8 years ago
76c4161
Issue #27138: Regenerate Python/importlib_external.h.
by Serhiy Storchaka
· 8 years ago
c7385f3
Issue #27138: Regenerate Python/importlib_external.h.
by Serhiy Storchaka
· 8 years ago
b0f80b0
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
by Serhiy Storchaka
· 8 years ago
ed64d6b
regen importlib bytecode
by Benjamin Peterson
· 8 years ago
4b23494
Issue #27039: Fixed bytearray.remove() for values greater than 127.
by Serhiy Storchaka
· 8 years ago
82f04e2
regrtest: Fix module.__path__
by Victor Stinner
· 9 years ago
885bdc4
Issue #25985: sys.version_info is now used instead of sys.version
by Serhiy Storchaka
· 9 years ago
f3914eb
co_lnotab supports negative line number delta
by Victor Stinner
· 9 years ago
eae3079
Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader and SourcelessFileLoader.
by Brett Cannon
· 9 years ago
a78c795
Issue 25483: Add an opcode to make f-string formatting more robust.
by Eric V. Smith
· 9 years ago
13f7fc5
Update importlib_external.h
by Victor Stinner
· 9 years ago
1dae0c6
Issue #25186: Remove duplicated function from importlib._bootstrap_external
by Brett Cannon
· 9 years ago
b685515
compute stack effect of BUILD_MAP correctly (closes #25060)
by Benjamin Peterson
· 9 years ago
5376ba9
Issue #24400: Introduce a distinct type for 'async def' coroutines.
by Yury Selivanov
· 9 years ago
ee85339
in dict displays, evaluate the key before the value (closes #11205)
by Benjamin Peterson
· 9 years ago
d5cacbb
PEP 489: Multi-phase extension module initialization
by Nick Coghlan
· 9 years ago
183a941
Issue #24192: Fix namespace package imports.
by Eric Snow
· 9 years ago
7544508
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
by Yury Selivanov
· 10 years ago
025e9eb
PEP 448: additional unpacking generalizations (closes #2292)
by Benjamin Peterson
· 10 years ago
32439d6
Issue #23911: Move path-based bootstrap code to a separate frozen module.
by Eric Snow
· 10 years ago
0b40aab
Issue #25280: Import trace messages emitted in verbose (-v) mode are no
by Serhiy Storchaka
· 9 years ago