index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
dynload_shlib.c
Commit message (
Expand
)
Author
Age
*
Issue #14599: Generalize a test for ImportError.path and add support
Brett Cannon
2012-04-20
*
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon
2012-04-14
*
Issue #14040: Remove rarely used file name suffixes for C extensions (under P...
Antoine Pitrou
2012-02-20
*
Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()
Victor Stinner
2011-02-22
*
Merge branches/pep-0384.
Martin v. Löwis
2010-12-03
*
PEP 3149: Try to load the extension with the SOABI before trying
Matthias Klose
2010-09-08
*
PEP 3149 is accepted.
Barry Warsaw
2010-09-03
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
*
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis
2008-06-11
*
Fix a warning from gcc by adding a missed const qualifier.
Hye-Shik Chang
2006-01-04
*
- SF Bug #1350188, "setdlopenflags" leads to crash upon "import"
Neal Norwitz
2005-11-09
*
Print verbose messages to stderr. Fixes #1036752.
Martin v. Löwis
2004-10-03
*
A few more PyThreadState_Get to PyThreadState_GET conversions
Nicholas Bastin
2004-03-25
*
Patch #708495: Port more stuff to OpenVMS.
Martin v. Löwis
2003-05-03
*
OS/2 EMX port changes (Python part of patch #450267):
Andrew MacIntyre
2002-02-26
*
Use PyOS_snprintf instead of sprintf.
Jeremy Hylton
2001-11-28
*
Move dlfcn.h block out of NetBSD block, assuming that NetBSD before
Martin v. Löwis
2001-10-18
*
Patch to bug #472202: Correctly recognize NetBSD before 199712.
Martin v. Löwis
2001-10-18
*
Patch #455231: Support ELF properly on OpenBSD.
Martin v. Löwis
2001-09-05
*
Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.
Martin v. Löwis
2001-07-18
*
Oops, one more part of the cygwin patch (SF patch #102409 by jlt63:
Guido van Rossum
2001-01-10
*
Patch 102114, Bug 11725. On OpenBSD (but apparently not on the other
Guido van Rossum
2000-10-25
*
SF "bug" 115973: patches from Norman Vine so that shared libraries and
Tim Peters
2000-10-05
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
*
Change copyright notice.
Guido van Rossum
2000-06-30
*
Cleanup patches from Greg Stein:
Guido van Rossum
1999-12-22
*
The old platform-specific contents of importdl.c, broken down into one
Guido van Rossum
1999-12-20