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
/
Include
/
import.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix redundant declaration of _PyImport_AddModuleObject (GH-7992)
Jeremy Cline
2018-06-29
1
-3/+0
*
Add missed details of the C API introduced in 3.7. (GH-7047)
Serhiy Storchaka
2018-05-22
1
-0/+2
*
rename _imp initialization function to follow conventions (#5432)
Benjamin Peterson
2018-01-29
1
-1/+1
*
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner
2017-11-15
1
-1/+1
*
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
Eric Snow
2017-09-15
1
-0/+6
*
bpo-28411: Isolate PyInterpreterState.modules (#3575)
Eric Snow
2017-09-14
1
-3/+14
*
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow
2017-09-14
1
-22/+3
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-5/+0
*
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow
2017-09-04
1
-3/+22
*
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
[next]