summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/import.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-107091: Fix some uses of :attr: role (GH-107318)Serhiy Storchaka2023-07-271-9/+11
* gh-107298: Fix more Sphinx warnings in the C API doc (#107329)Victor Stinner2023-07-271-3/+3
* gh-107091: Fix some uses of :c:member: role (GH-107129)Serhiy Storchaka2023-07-261-1/+1
* gh-106892: Use roles :data: and :const: for referencing module variables (GH-...Serhiy Storchaka2023-07-211-3/+3
* gh-105922: Add PyImport_AddModuleRef() function (#105923)Victor Stinner2023-06-201-12/+25
* gh-105396: Deprecate PyImport_ImportModuleNoBlock() function (#105397)Victor Stinner2023-06-091-0/+3
* GH-97950: Use new-style index directive ('builtin') (#104164)Adam Turner2023-05-061-2/+2
* GH-98040: Suppress cross-references to the removed ``imp`` module (#104131)Adam Turner2023-05-031-2/+2
* gh-98040: Remove just the `imp` module (#98573)Barry Warsaw2023-04-281-0/+2
* gh-65961: Do not rely solely on `__cached__` (GH-97990)Brett Cannon2022-10-061-0/+9
* gh-93738: Documentation C syntax (Use `c:struct`) (#97772)Adam Turner2022-10-041-3/+3
* bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB spa...Kumar Aditya2022-02-041-0/+4
* bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)Victor Stinner2021-06-231-1/+5
* bpo-38600: NULL -> ``NULL``. (GH-17001)Serhiy Storchaka2019-10-301-2/+2
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-9/+9
* bpo-36710: Remove PyImport_Cleanup() function (GH-14221)Victor Stinner2019-06-191-15/+0
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)Eric Snow2017-09-151-0/+7
* bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)Eric Snow2017-09-141-7/+0
* bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)Eric Snow2017-09-041-0/+7
* bpo-29918: Add missed "const" modifiers in C API documentation. (#846)Serhiy Storchaka2017-03-301-8/+3
* Issue #28496: Mark up constants 0, 1 and -1 that denote return values orSerhiy Storchaka2016-10-271-2/+2
* [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".Senthil Kumaran2016-09-071-4/+4
* Issue #25533: Update documentation regarding the frozen modules tableMartin Panter2016-05-151-1/+1
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-1/+1
* Issue #12484: Remove a mention of Py_InitModule() and _PyImport_FixupExtensio...Brett Cannon2015-12-271-5/+0
* Fixed documentation of functions with const char* arguments.Serhiy Storchaka2015-06-211-2/+2
|\
| * Fixed documentation of functions with const char* arguments.Serhiy Storchaka2015-06-211-2/+2
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-3/+3
|/
* Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.Eric Snow2014-05-121-1/+7
* Issue #20942: PyImport_ImportFrozenModuleObject() no longer setsBrett Cannon2014-04-041-0/+3
* Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-191-4/+4
* Fix rst markup.Ezio Melotti2012-09-201-1/+1
* Issue #15610: The PyImport_ImportModuleEx macro now callsBrett Cannon2012-08-101-2/+4
* Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() useBrett Cannon2012-07-131-1/+6
* Issue #15167 (as part of #13959): imp.get_magic() is no implemented inBrett Cannon2012-07-091-1/+4
* Issue #15242: Have PyImport_GetMagicTag() return a const char *Brett Cannon2012-07-091-1/+2
* Issue #9260: A finer-grained import lock.Antoine Pitrou2012-05-171-7/+7
* Fix a typo (see #3080)Éric Araujo2011-03-201-2/+2
* Issue #3080: Add PyImport_ImportModuleLevelObject() functionVictor Stinner2011-03-141-1/+8
* Issue #3080: Document the name attribute of the _inittab structureVictor Stinner2011-03-071-5/+5
* Issue #3080: Add PyImport_ImportFrozenModuleObject()Victor Stinner2011-03-201-1/+9
* Issue #3080: Add PyImport_AddModuleObject() and PyImport_ExecCodeModuleObject()Victor Stinner2011-03-041-2/+19
* Add missing docs and directives related to PEP 3147 and byte-compilationÉric Araujo2010-12-161-0/+3
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-45/+45
* Replace :func: by :cfunc:Victor Stinner2010-08-171-3/+3
* PEP 3147Barry Warsaw2010-04-171-0/+17
* Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-...Benjamin Peterson2010-04-111-0/+9
* Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-261-1/+1
* Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 ...Alexandre Vassalotti2009-07-171-0/+4