| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #29058: All stable API extensions added after Python 3.2 are now | Serhiy Storchaka | 2016-12-27 | 1 | -1/+9 |
* | Issue #26900: Excluded underscored names and other private API from limited API. | Serhiy Storchaka | 2016-09-11 | 1 | -0/+2 |
* | (Merge 3.3) Issue #19932: Fix typo in import.h, missing whitespaces in functi... | Victor Stinner | 2013-12-10 | 1 | -4/+4 |
|\ |
|
| * | Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. | Victor Stinner | 2013-12-10 | 1 | -4/+4 |
* | | Issue #1772673: The type of `char*` arguments now changed to `const char*`. | Serhiy Storchaka | 2013-10-19 | 1 | -9/+9 |
* | | make some freezing related stuff const | Benjamin Peterson | 2013-03-13 | 1 | -3/+3 |
|/ |
|
* | Issue #15610: The PyImport_ImportModuleEx macro now calls | Brett Cannon | 2012-08-10 | 1 | -1/+1 |
* | Issue #2377: Make importlib the implementation of __import__(). | Brett Cannon | 2012-04-14 | 1 | -0/+3 |
* | make PyImport_ImportModuleLevel's first arg const like similiar functions (cl... | Benjamin Peterson | 2011-05-25 | 1 | -1/+1 |
* | Issue #3080: Add PyImport_ImportModuleLevelObject() function | Victor Stinner | 2011-03-14 | 1 | -0/+7 |
* | Issue #3080: Document the name attribute of the _inittab structure | Victor Stinner | 2011-03-07 | 1 | -1/+1 |
* | Issue #3080: Import builtins using Unicode strings | Victor Stinner | 2011-03-07 | 1 | -2/+2 |
* | Issue #3080: Add PyImport_ImportFrozenModuleObject() | Victor Stinner | 2011-03-20 | 1 | -0/+3 |
* | Issue #3080: Add PyImport_AddModuleObject() and PyImport_ExecCodeModuleObject() | Victor Stinner | 2011-03-04 | 1 | -0/+9 |
* | Issue #3080: Mark _PyImport_FindBuiltin() argument as constant | Victor Stinner | 2011-02-23 | 1 | -2/+2 |
* | Issue #3080: document encoding used by import functions | Victor Stinner | 2011-02-22 | 1 | -14/+45 |
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -2/+6 |
* | _PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding | Victor Stinner | 2010-10-17 | 1 | -2/+4 |
* | Remove unused functions _PyImport_FindModule and _PyImport_IsScript | Victor Stinner | 2010-08-17 | 1 | -3/+0 |
* | PEP 3147 | Barry Warsaw | 2010-04-17 | 1 | -0/+3 |
* | Merged revisions 74841 via svnmerge from | Benjamin Peterson | 2009-10-04 | 1 | -0/+8 |
* | 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 | -3/+3 |
* | Merged revisions 59666-59679 via svnmerge from | Christian Heimes | 2008-01-03 | 1 | -4/+1 |
* | Merged revisions 59005-59040 via svnmerge from | Christian Heimes | 2007-11-18 | 1 | -0/+2 |
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -1/+1 |
* | SF patch #1438387, PEP 328: relative and absolute imports. | Thomas Wouters | 2006-02-28 | 1 | -0/+8 |
* | Add const to several API functions that take char *. | Jeremy Hylton | 2005-12-10 | 1 | -2/+2 |
* | - Changes donated by Elemental Security to make it work on AIX 5.3 | Guido van Rossum | 2005-09-14 | 1 | -0/+1 |
* | SF patch #1035498: -m option to run a module as a script | Raymond Hettinger | 2004-10-07 | 1 | -0/+4 |
* | Excise DL_IMPORT/EXPORT from object.h, and related files. This patch | Mark Hammond | 2002-07-29 | 1 | -6/+6 |
* | Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. | Mark Hammond | 2002-07-19 | 1 | -17/+17 |
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
* | ANSIfications: fix empty arglists, and remove the checks for | Thomas Wouters | 2000-07-22 | 1 | -2/+2 |
* | ANSI-fication and Py_PROTO extermination. | Fred Drake | 2000-07-08 | 1 | -29/+29 |
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -21/+6 |
* | Chris Herborth writes: | Guido van Rossum | 1999-01-04 | 1 | -5/+0 |
* | Add DL_IMPORT(returntype) for all officially exported functions. | Guido van Rossum | 1998-12-04 | 1 | -16/+16 |
* | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 1 | -0/+5 |
* | Add PyImport_AppendInittab() an PyImport_ExtendInittab(). | Guido van Rossum | 1998-06-29 | 1 | -0/+3 |
* | Added PyImport_ExecCodeModuleEx(), which adds an extra parameter to pass | Guido van Rossum | 1998-02-11 | 1 | -0/+2 |
* | Remove the declaration of "internal" table _PyImport_Inittab[]; add | Guido van Rossum | 1997-10-31 | 1 | -3/+1 |
* | Added PyImport_ImportModuleEx(name, globals, locals, fromlist); this | Guido van Rossum | 1997-09-05 | 1 | -0/+2 |
* | Added prototype for PyImport_Import(). | Guido van Rossum | 1997-08-14 | 1 | -0/+1 |
* | Mass checkin (more to follow for other directories). | Guido van Rossum | 1997-08-02 | 1 | -1/+3 |
* | Renamed inittab. | Guido van Rossum | 1997-04-29 | 1 | -1/+1 |
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -12/+19 |
* | Add defs for struct _frozen and struct _frozen *PyImport_FrozenModules(); | Guido van Rossum | 1996-06-17 | 1 | -0/+13 |
* | Added decl for PyImport_Init. | Guido van Rossum | 1996-05-22 | 1 | -2/+6 |