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