| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.8] bpo-38600: NULL -> ``NULL``. (GH-17001) (GH-17003) | Serhiy Storchaka | 2019-10-30 | 1 | -2/+2 |
|
|
* | [3.8] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-1... | Serhiy Storchaka | 2019-10-30 | 1 | -9/+9 |
|
|
* | 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 |
|
|
* | Replace :func: by :cfunc: | Victor Stinner | 2010-08-17 | 1 | -3/+3 |
|
|
* | PEP 3147 | Barry Warsaw | 2010-04-17 | 1 | -0/+17 |
|
|
* | Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-... | Benjamin Peterson | 2010-04-11 | 1 | -0/+9 |
|
|
* | Merged revisions 74209 via svnmerge from | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
|
|
* | Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 ... | Alexandre Vassalotti | 2009-07-17 | 1 | -0/+4 |
|
|
* | Merged revisions 71031 via svnmerge from | Brett Cannon | 2009-04-02 | 1 | -1/+1 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -2/+2 |
|
|
* | Remove many "versionchanged" items that didn't use the official markup, | Georg Brandl | 2008-05-12 | 1 | -14/+9 |
|
|
* | Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,... | Christian Heimes | 2008-03-22 | 1 | -0/+13 |
|
|
* | Split C API docs in Py3k branch. | Georg Brandl | 2008-01-20 | 1 | -0/+227 |
|
|