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
/
Doc
/
c-api
/
import.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood
2024-10-09
1
-13/+13
*
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang
2024-08-30
1
-1/+1
*
gh-115664: Fix ordering of more versionadded and versionchanged directives (G...
Serhiy Storchaka
2024-03-07
1
-1/+1
*
GH-69695: Update ``PyImport_ImportModule`` description (GH-103836)
patenaud
2024-02-02
1
-14/+2
*
gh-101100: Improve documentation of code object attributes (#112781)
Alex Waygood
2023-12-06
1
-1/+1
*
gh-107091: Fix some uses of :attr: role (GH-107318)
Serhiy Storchaka
2023-07-27
1
-9/+11
*
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner
2023-07-27
1
-3/+3
*
gh-107091: Fix some uses of :c:member: role (GH-107129)
Serhiy Storchaka
2023-07-26
1
-1/+1
*
gh-106892: Use roles :data: and :const: for referencing module variables (GH-...
Serhiy Storchaka
2023-07-21
1
-3/+3
*
gh-105922: Add PyImport_AddModuleRef() function (#105923)
Victor Stinner
2023-06-20
1
-12/+25
*
gh-105396: Deprecate PyImport_ImportModuleNoBlock() function (#105397)
Victor Stinner
2023-06-09
1
-0/+3
*
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner
2023-05-06
1
-2/+2
*
GH-98040: Suppress cross-references to the removed ``imp`` module (#104131)
Adam Turner
2023-05-03
1
-2/+2
*
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw
2023-04-28
1
-0/+2
*
gh-65961: Do not rely solely on `__cached__` (GH-97990)
Brett Cannon
2022-10-06
1
-0/+9
*
gh-93738: Documentation C syntax (Use `c:struct`) (#97772)
Adam Turner
2022-10-04
1
-3/+3
*
bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB spa...
Kumar Aditya
2022-02-04
1
-0/+4
*
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)
Victor Stinner
2021-06-23
1
-1/+5
*
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka
2019-10-30
1
-2/+2
*
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka
2019-10-30
1
-9/+9
*
bpo-36710: Remove PyImport_Cleanup() function (GH-14221)
Victor Stinner
2019-06-19
1
-15/+0
*
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel
2019-05-17
1
-1/+1
*
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
Eric Snow
2017-09-15
1
-0/+7
*
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow
2017-09-14
1
-7/+0
*
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow
2017-09-04
1
-0/+7
*
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka
2017-03-30
1
-8/+3
*
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka
2016-10-27
1
-2/+2
*
[backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".
Senthil Kumaran
2016-09-07
1
-4/+4
*
Issue #25533: Update documentation regarding the frozen modules table
Martin Panter
2016-05-15
1
-1/+1
*
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter
2016-04-15
1
-1/+1
*
Issue #12484: Remove a mention of Py_InitModule() and _PyImport_FixupExtensio...
Brett Cannon
2015-12-27
1
-5/+0
*
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka
2015-06-21
1
-2/+2
|
\
|
*
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka
2015-06-21
1
-2/+2
*
|
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
1
-3/+3
|
/
*
Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.
Eric Snow
2014-05-12
1
-1/+7
*
Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets
Brett Cannon
2014-04-04
1
-0/+3
*
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka
2013-10-19
1
-4/+4
*
Fix rst markup.
Ezio Melotti
2012-09-20
1
-1/+1
*
Issue #15610: The PyImport_ImportModuleEx macro now calls
Brett Cannon
2012-08-10
1
-2/+4
*
Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use
Brett Cannon
2012-07-13
1
-1/+6
*
Issue #15167 (as part of #13959): imp.get_magic() is no implemented in
Brett Cannon
2012-07-09
1
-1/+4
*
Issue #15242: Have PyImport_GetMagicTag() return a const char *
Brett Cannon
2012-07-09
1
-1/+2
*
Issue #9260: A finer-grained import lock.
Antoine Pitrou
2012-05-17
1
-7/+7
*
Fix a typo (see #3080)
Éric Araujo
2011-03-20
1
-2/+2
*
Issue #3080: Add PyImport_ImportModuleLevelObject() function
Victor Stinner
2011-03-14
1
-1/+8
*
Issue #3080: Document the name attribute of the _inittab structure
Victor Stinner
2011-03-07
1
-5/+5
*
Issue #3080: Add PyImport_ImportFrozenModuleObject()
Victor Stinner
2011-03-20
1
-1/+9
*
Issue #3080: Add PyImport_AddModuleObject() and PyImport_ExecCodeModuleObject()
Victor Stinner
2011-03-04
1
-2/+19
*
Add missing docs and directives related to PEP 3147 and byte-compilation
Éric Araujo
2010-12-16
1
-0/+3
*
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl
2010-10-06
1
-45/+45
[next]