FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/import.c - python/cpython · GitHub
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
36.1k
Star
77.2k
Code
Issues
5k+
Pull requests
2.7k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
import.c
on
76d5abc
User selector
Datepicker
Commit history
Commits on Sep 4, 2017
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Show description for 86b7afd
ericsnowcurrently
authored
86b7afd
View commit details
Copy full SHA for 86b7afd
View code at this point
Browse repository at this point
Commits on Jul 12, 2017
bpo-30876: Relative import from unloaded package now reimports the package (#2639)
Show description for 8a9cd20
serhiy-storchaka
authored
8a9cd20
View commit details
Copy full SHA for 8a9cd20
View code at this point
Browse repository at this point
Commits on Jul 10, 2017
bpo-30891: Fix importlib _find_and_load() race condition (#2646)
Show description for 4f9a446
vstinner
authored
4f9a446
View commit details
Copy full SHA for 4f9a446
View code at this point
Browse repository at this point
Commits on Jul 6, 2017
bpo-30814: Fixed a race condition when import a submodule from a package. (#2580)
serhiy-storchaka
authored
b4baace
View commit details
Copy full SHA for b4baace
View code at this point
Browse repository at this point
Commits on Jun 15, 2017
bpo-30626: Fix error handling in PyImport_Import(). (#2103)
Show description for 145541c
serhiy-storchaka
authored
145541c
View commit details
Copy full SHA for 145541c
View code at this point
Browse repository at this point
Commits on May 28, 2017
Doc nits for bpo-16500 (#1841)
Show description for f7ecfac
pitrou
authored
f7ecfac
View commit details
Copy full SHA for f7ecfac
View code at this point
Browse repository at this point
Commits on Mar 23, 2017
bpo-6532: Make the thread id an unsigned integer. (#781)
Show description for aefa7eb
serhiy-storchaka
authored and
vstinner
committed
aefa7eb
View commit details
Copy full SHA for aefa7eb
View code at this point
Browse repository at this point
Commits on Mar 8, 2017
Use Py_RETURN_FALSE/Py_RETURN_TRUE rather than PyBool_FromLong(0)/PyBool_FromLong(1). (#567)
serhiy-storchaka
authored
370fd20
View commit details
Copy full SHA for 370fd20
View code at this point
Browse repository at this point
Commits on Feb 4, 2017
Removed redundant Argument Clinic directives.
serhiy-storchaka
committed
685c203
View commit details
Copy full SHA for 685c203
View code at this point
Browse repository at this point
Commits on Jan 23, 2017
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Show description for 228b12e
serhiy-storchaka
committed
228b12e
View commit details
Copy full SHA for 228b12e
View code at this point
Browse repository at this point
Commits on Dec 9, 2016
Use _PyObject_CallMethodIdObjArgs()
Show description for 55ba38a
vstinner
committed
55ba38a
View commit details
Copy full SHA for 55ba38a
View code at this point
Browse repository at this point
Commits on Dec 4, 2016
Backed out changeset b9c9691c72c5
Show description for de4ae3d
vstinner
committed
de4ae3d
View commit details
Copy full SHA for de4ae3d
View code at this point
Browse repository at this point
Commits on Dec 1, 2016
Replace PyObject_CallFunctionObjArgs() with fastcall
Show description for 27580c1
vstinner
committed
27580c1
View commit details
Copy full SHA for 27580c1
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Added the const qualifier to char* variables that refer to readonly internal
Show description for 85b0f5b
serhiy-storchaka
committed
85b0f5b
View commit details
Copy full SHA for 85b0f5b
View code at this point
Browse repository at this point
Commits on Nov 16, 2016
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Show description for 3b73ea1
serhiy-storchaka
committed
3b73ea1
View commit details
Copy full SHA for 3b73ea1
View code at this point
Browse repository at this point
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Show description for f4934ea
serhiy-storchaka
committed
f4934ea
View commit details
Copy full SHA for f4934ea
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
Fix potential NULL pointer dereference in _imp_create_builtin
Show description for a78b627
tiran
committed
a78b627
View commit details
Copy full SHA for a78b627
View code at this point
Browse repository at this point
Issue #27911: Remove some unnecessary error checks in import.c.
Show description for 52794db
brettcannon
committed
52794db
View commit details
Copy full SHA for 52794db
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
[backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".
orsenthil
committed
32d3742
View commit details
Copy full SHA for 32d3742
View code at this point
Browse repository at this point
Issue #15767: Use ModuleNotFoundError.
ericsnowcurrently
committed
46f97b8
View commit details
Copy full SHA for 46f97b8
View code at this point
Browse repository at this point
Commits on Aug 31, 2016
Issue #27909: Fix INCREF for possible NULL value
rhettinger
committed
f0afe77
View commit details
Copy full SHA for f0afe77
View code at this point
Browse repository at this point
Merge
rhettinger
committed
74942c9
View commit details
Copy full SHA for 74942c9
View code at this point
Browse repository at this point
Commits on Aug 2, 2016
Issue #22557: Now importing already imported modules is up to 2.5 times faster.
serhiy-storchaka
committed
133138a
View commit details
Copy full SHA for 133138a
View code at this point
Browse repository at this point
Commits on Jul 17, 2016
Issue #27419: Added temporary workaround for subinterpreters.
serhiy-storchaka
committed
caaf53e
View commit details
Copy full SHA for caaf53e
View code at this point
Browse repository at this point
Issue #27419: Added temporary workaround for subinterpreters.
serhiy-storchaka
committed
80ab069
View commit details
Copy full SHA for 80ab069
View code at this point
Browse repository at this point
Issue #27419: Standard __import__() no longer look up "__import__" in globals
Show description for 7905f99
serhiy-storchaka
committed
7905f99
View commit details
Copy full SHA for 7905f99
View code at this point
Browse repository at this point
Issue #27419: Standard __import__() no longer look up "__import__" in globals
Show description for b3b65e6
serhiy-storchaka
committed
b3b65e6
View commit details
Copy full SHA for b3b65e6
View code at this point
Browse repository at this point
Commits on Jul 8, 2016
Issue #26896: Disambiguate uses of "importer" with "finder".
Show description for fdcdd9e
brettcannon
committed
fdcdd9e
View commit details
Copy full SHA for fdcdd9e
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
- Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 2954f83
serhiy-storchaka
committed
2954f83
View commit details
Copy full SHA for 2954f83
View code at this point
Browse repository at this point
Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 1a2b24f
serhiy-storchaka
committed
1a2b24f
View commit details
Copy full SHA for 1a2b24f
View code at this point
Browse repository at this point
Commits on May 20, 2016
Cleanup import.c
Show description for 744c34e
vstinner
committed
744c34e
View commit details
Copy full SHA for 744c34e
View code at this point
Browse repository at this point
Commits on Apr 14, 2016
fs_unicode_converter is no longer used.
serhiy-storchaka
committed
23c5cbb
View commit details
Copy full SHA for 23c5cbb
View code at this point
Browse repository at this point
Commits on Apr 6, 2016
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
serhiy-storchaka
committed
ec39756
View commit details
Copy full SHA for ec39756
View code at this point
Browse repository at this point
Commits on Feb 10, 2016
Issue #25698: Prevent possible replacing imported module with the empty one
Show description for 5b613dd
serhiy-storchaka
committed
5b613dd
View commit details
Copy full SHA for 5b613dd
View code at this point
Browse repository at this point
Issue #25698: Prevent possible replacing imported module with the empty one
Show description for 48a583b
serhiy-storchaka
committed
48a583b
View commit details
Copy full SHA for 48a583b
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL