FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/importlib_external.h - pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
importlib_external.h
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Jun 16, 2018
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834)
Show description for b193fa9
carljm
authored and
ncoghlan
committed
b193fa9
View commit details
Copy full SHA for b193fa9
View code at this point
Browse repository at this point
Commits on May 31, 2018
bpo-32911: Add the historical note about the magic number. (GH-7273)
serhiy-storchaka
authored
941ec21
View commit details
Copy full SHA for 941ec21
View code at this point
Browse repository at this point
Commits on May 29, 2018
bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)
Show description for 73cbe7a
serhiy-storchaka
and
methane
authored
73cbe7a
View commit details
Copy full SHA for 73cbe7a
View code at this point
Browse repository at this point
Commits on Apr 15, 2018
bpo-33270: Intern names for all anonymous code objects (#6472)
ZackerySpytz
authored and
serhiy-storchaka
committed
f303639
View commit details
Copy full SHA for f303639
View code at this point
Browse repository at this point
Commits on Apr 6, 2018
bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402)
Show description for 9e2be60
brettcannon
authored
9e2be60
View commit details
Copy full SHA for 9e2be60
View code at this point
Browse repository at this point
Commits on Mar 23, 2018
bpo-33041: Rework compiling an "async for" loop. (#6142)
Show description for 702f8f3
serhiy-storchaka
authored
702f8f3
View commit details
Copy full SHA for 702f8f3
View code at this point
Browse repository at this point
Commits on Feb 22, 2018
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)
Show description for 520b7ae
authored
520b7ae
View commit details
Copy full SHA for 520b7ae
View code at this point
Browse repository at this point
bpo-32838: Fix Python versions in the table of magic numbers. (#5658)
serhiy-storchaka
authored
4af8fd5
View commit details
Copy full SHA for 4af8fd5
View code at this point
Browse repository at this point
Commits on Feb 2, 2018
bpo-32303 - Consistency fixes for namespace loaders (#5481)
Show description for bbbcf86
warsaw
authored
bbbcf86
View commit details
Copy full SHA for bbbcf86
View code at this point
Browse repository at this point
Commits on Jan 30, 2018
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
markshannon
authored and
rhettinger
committed
332cd5e
View commit details
Copy full SHA for 332cd5e
View code at this point
Browse repository at this point
Commits on Jan 15, 2018
Implement the get_resource_reader() API for file system imports (#5168)
warsaw
authored
5ec0fee
View commit details
Copy full SHA for 5ec0fee
View code at this point
Browse repository at this point
Commits on Jan 9, 2018
bpo-24340: Fix estimation of the code stack size. (#5076)
serhiy-storchaka
authored
d4864c6
View commit details
Copy full SHA for d4864c6
View code at this point
Browse repository at this point
Commits on Dec 14, 2017
bpo-29469: Optimize literal lists and sets iterating on the AST level. (#4866)
serhiy-storchaka
authored
15a8728
View commit details
Copy full SHA for 15a8728
View code at this point
Browse repository at this point
bpo-29469: Move constant folding to AST optimizer (GH-2858)
methane
authored
7ea143a
View commit details
Copy full SHA for 7ea143a
View code at this point
Browse repository at this point
Commits on Dec 9, 2017
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Show description for 42aa93b
benjaminp
authored
42aa93b
View commit details
Copy full SHA for 42aa93b
View code at this point
Browse repository at this point
Commits on Oct 6, 2017
bpo-31709: Update importlib magic (#3906)
Yury Selivanov
authored
02e82a0
View commit details
Copy full SHA for 02e82a0
View code at this point
Browse repository at this point
Commits on Sep 18, 2017
Trivial cleanups following bpo-31370 (#3649)
Show description for 88c60c9
pitrou
authored
88c60c9
View commit details
Copy full SHA for 88c60c9
View code at this point
Browse repository at this point
Commits on Jun 11, 2017
bpo-30501: Make the compiler producing optimized code for condition expressions. (#1851)
serhiy-storchaka
authored
36ff451
View commit details
Copy full SHA for 36ff451
View code at this point
Browse repository at this point
Commits on Apr 16, 2017
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
serhiy-storchaka
authored
55fe1ae
View commit details
Copy full SHA for 55fe1ae
View code at this point
Browse repository at this point
Commits on Feb 22, 2017
bpo-29463: Add docstring field to some AST nodes. (#46)
Show description for cb41b27
methane
authored and
vstinner
committed
cb41b27
View commit details
Copy full SHA for cb41b27
View code at this point
Browse repository at this point
Commits on Dec 14, 2016
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
Show description for f239213
Yury Selivanov
committed
f239213
View commit details
Copy full SHA for f239213
View code at this point
Browse repository at this point
Commits on Dec 12, 2016
Issue #28896: Disable WindowsRegistryFinder by default.
zooba
committed
10beb3c
View commit details
Copy full SHA for 10beb3c
View code at this point
Browse repository at this point
Commits on Dec 5, 2016
Issue #23722: improve __classcell__ compatibility
Show description for 19d2467
ncoghlan
committed
19d2467
View commit details
Copy full SHA for 19d2467
View code at this point
Browse repository at this point
Commits on Oct 25, 2016
Issue #28517: Fixed of-by-one error in the peephole optimizer that caused
Show description for 7db3c48
serhiy-storchaka
committed
7db3c48
View commit details
Copy full SHA for 7db3c48
View code at this point
Browse repository at this point
Commits on Oct 2, 2016
Issue #28257: Improved error message when pass a non-iterable as
Show description for 7344285
serhiy-storchaka
committed
7344285
View commit details
Copy full SHA for 7344285
View code at this point
Browse repository at this point
Commits on Sep 30, 2016
Issue #27942: String constants now interned recursively in tuples and frozensets.
serhiy-storchaka
committed
3738c2d
View commit details
Copy full SHA for 3738c2d
View code at this point
Browse repository at this point
Issue #27942: String constants now interned recursively in tuples and frozensets.
serhiy-storchaka
committed
00a0fc1
View commit details
Copy full SHA for 00a0fc1
View code at this point
Browse repository at this point
Commits on Sep 11, 2016
Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
Show description for b728105
serhiy-storchaka
committed
b728105
View commit details
Copy full SHA for b728105
View code at this point
Browse repository at this point
Issue #23722: Initialize __class__ from type.__new__()
Show description for 944368e
ncoghlan
committed
944368e
View commit details
Copy full SHA for 944368e
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
Issue #24320: Drop an old setuptools-induced hack.
ericsnowcurrently
committed
50fd898
View commit details
Copy full SHA for 50fd898
View code at this point
Browse repository at this point
Rework CALL_FUNCTION* opcodes
Show description for f9b760f
vstinner
committed
f9b760f
View commit details
Copy full SHA for f9b760f
View code at this point
Browse repository at this point
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Show description for f8cb8a1
Yury Selivanov
committed
f8cb8a1
View commit details
Copy full SHA for f8cb8a1
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
Issue #26667: Add path-like object support to importlib.util.
brettcannon
committed
035a100
View commit details
Copy full SHA for 035a100
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
serhiy-storchaka
committed
ea525a2
View commit details
Copy full SHA for ea525a2
View code at this point
Browse repository at this point
Commits on Jul 16, 2016
Check in update for importlib_external.h
brettcannon
committed
b2f8a80
View commit details
Copy full SHA for b2f8a80
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL