COMMITS
/ Python/dynload_shlib.c December 21, 2013
C
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes committed
July 23, 2013
B
return NULL here
Benjamin Peterson committed
July 20, 2013
C
Check return value of fstat() in _PyImport_GetDynLoadFunc()
Christian Heimes committed
C
Check return value of fstat() in _PyImport_GetDynLoadFunc()
Christian Heimes committed
October 4, 2012
J
#16135: Removal of OS/2 support (I)
Jesus Cea committed
October 1, 2012
V
Close #15766: Catch exceptions while raising the ImportError in imp.load_dynamic()
Victor Stinner committed
August 22, 2012
V
Issue #15766: Fix a crash in imp.load_dynamic() on PyUnicode_FromString() failure
Victor Stinner committed
May 4, 2012
B
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
Brett Cannon 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
February 20, 2012
A
Issue #14040: Remove rarely used file name suffixes for C extensions (under POSIX mainly).
Antoine Pitrou committed
February 22, 2011
V
Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()
Victor Stinner committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
September 8, 2010
M
PEP 3149: Try to load the extension with the SOABI before trying
Matthias Klose committed
September 3, 2010
B
PEP 3149 is accepted.
Barry Warsaw 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
January 4, 2006
H
Fix a warning from gcc by adding a missed const qualifier.
Hye-Shik Chang committed
November 9, 2005
N
- SF Bug #1350188, "setdlopenflags" leads to crash upon "import"
Neal Norwitz committed
October 3, 2004
M
Print verbose messages to stderr. Fixes #1036752.
Martin v. Löwis committed
March 25, 2004
N
A few more PyThreadState_Get to PyThreadState_GET conversions
Nicholas Bastin committed
May 3, 2003
M
Patch #708495: Port more stuff to OpenVMS.
Martin v. Löwis committed
February 26, 2002
A
OS/2 EMX port changes (Python part of patch #450267):
Andrew MacIntyre committed
November 28, 2001
J
Use PyOS_snprintf instead of sprintf.
Jeremy Hylton committed
October 18, 2001
M
Move dlfcn.h block out of NetBSD block, assuming that NetBSD before
Martin v. Löwis committed
M
Patch to bug #472202: Correctly recognize NetBSD before 199712.
Martin v. Löwis committed
September 5, 2001
M
Patch #455231: Support ELF properly on OpenBSD.
Martin v. Löwis committed
July 18, 2001
M
Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.
Martin v. Löwis committed
January 10, 2001
G
Oops, one more part of the cygwin patch (SF patch #102409 by jlt63:
Guido van Rossum committed
October 25, 2000
G
Patch 102114, Bug 11725. On OpenBSD (but apparently not on the other
Guido van Rossum committed
October 5, 2000
T
SF "bug" 115973: patches from Norman Vine so that shared libraries and
Tim Peters committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum 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
The old platform-specific contents of importdl.c, broken down into one
Guido van Rossum committed