COMMITS
/ Python/importdl.c December 25, 2015
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
May 29, 2015
B
fix importing one char extension modules (closes #24328)
Benjamin Peterson committed
May 26, 2015
N
Issue #24285: fix importing extensions from packages
Nick Coghlan committed
May 23, 2015
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan committed
July 17, 2013
V
Issue #18408: Fix _PyImport_LoadDynamicModule(), handle PyUnicode_FromFormat() failure
Victor Stinner committed
July 11, 2013
C
Issue #18426: improve exception message. Courtesy of Amaury
Christian Heimes committed
C
Issue #18426: Fix NULL pointer dereference in C extension import when
Christian Heimes committed
April 20, 2012
B
Issue #14599: Generalize a test for ImportError.path and add support
Brett Cannon committed
April 14, 2012
B
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon committed
May 7, 2011
V
_PyImport_LoadDynamicModule() encodes the module name explicitly to ASCII
Victor Stinner committed
April 4, 2011
V
Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes
Victor Stinner committed
March 14, 2011
V
Issue #3080: _PyImport_LoadDynamicModule() uses Unicode for name and path
Victor Stinner committed
March 7, 2011
V
Issue #3080: Import builtins using Unicode strings
Victor Stinner committed
February 22, 2011
V
Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()
Victor Stinner committed
October 17, 2010
V
_PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
October 15, 2007
N
Move decl so it compiles with C89.
Neal Norwitz committed
G
Patch #1272, by Christian Heimes and Alexandre Vassalotti.
Guido van Rossum committed
September 4, 2003
M
Patch #794826: Add __file__ in dynamically loaded modules for multiple
Martin v. Löwis committed
August 26, 2002
F
Simplify, and avoid PyModule_GetDict() while we're at it.
Fred Drake committed
October 16, 2001
G
SF patch #471839: Bug when extensions import extensions (Shane Hathaway)
Guido van Rossum committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 22, 2000
T
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
December 22, 1999
G
Cleanup patches from Greg Stein:
Guido van Rossum committed
December 20, 1999
G
Moved most of the platform-specific code to dynload_<platform>.c files.
Guido van Rossum committed
November 16, 1999
G
Patch by Vladimir Marangozov, inspired by a bug report from Gary
Guido van Rossum committed
August 4, 1999
G
Vladimir Marangozov fixes an AIX-specific problem, writing:
Guido van Rossum committed
January 27, 1999
G
Patches by William Lewis for Nextstep descendants.
Guido van Rossum committed
January 7, 1999
G
Ty Sarna writes:
Guido van Rossum committed
January 4, 1999
G
Chris Herborth writes:
Guido van Rossum committed
December 21, 1998
G
Thanks to Chris Herborth, the thread primitives now have proper Py*
Guido van Rossum committed
October 12, 1998
G
Replace fprintf(stderr, ...) with PySys_WriteStderr(...).
Guido van Rossum committed
October 8, 1998
G
On Win32, use
Guido van Rossum committed
October 1, 1998
G
Renamed thread.h to pythread.h.
Guido van Rossum committed
September 30, 1998
G
In FreeBSD when using ELF, an underscore is needed in front of the
Guido van Rossum committed
September 14, 1998
G
Mac-specific mod to enable aliases on import paths.
Guido van Rossum committed
August 24, 1998
G
Ted Horst writes in psa-members@python.org:
Guido van Rossum committed
August 4, 1998
G
Changes for BeOS, QNX and long long, by Chris Herborth.
Guido van Rossum committed
July 8, 1998
G
Reindented some OS/2 and hpux code that looked ugly or at least
Guido van Rossum committed
June 27, 1998
G
Windows-specific hack to make sure that when LoadLibrary() is called,
Guido van Rossum committed
May 18, 1998
G
Remove use of RTLD_GLOBAL.
Guido van Rossum committed
May 15, 1998
G
In debug mode on MS Windows, DLLs are called foo_d.pyd or foo_d.dll.
Guido van Rossum committed
April 13, 1998
G
Support for OpenBSD :-(
Guido van Rossum committed
April 10, 1998
G
Move #include <sys/param.h> to before osdefs.h (Donn Cave).
Guido van Rossum committed
January 19, 1998
G
Protect PyErr_Format format string argument from overflow.
Guido van Rossum committed
G
Better #ifdefs for NetBSD, taking into account that at least on netBSD
Guido van Rossum committed
December 2, 1997
G
Add the flag RTLD_GLOBAL to the dlopen() options.
Guido van Rossum committed