index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Python
/
dynload_shlib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PEP 489: Multi-phase extension module initialization
Nick Coghlan
2015-05-23
1
-3
/
+5
*
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
Victor Stinner
2015-03-30
1
-8
/
+6
*
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Wind...
Steve Dower
2015-02-21
1
-2
/
+2
*
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes
2013-12-21
1
-26
/
+0
*
merge 3.3
Benjamin Peterson
2013-07-22
1
-1
/
+2
|
\
|
*
return NULL here
Benjamin Peterson
2013-07-22
1
-1
/
+2
*
|
Check return value of fstat() in _PyImport_GetDynLoadFunc()
Christian Heimes
2013-07-20
1
-1
/
+3
|
\
\
|
|
/
|
*
Check return value of fstat() in _PyImport_GetDynLoadFunc()
Christian Heimes
2013-07-20
1
-1
/
+3
*
|
#16135: Removal of OS/2 support (I)
Jesus Cea
2012-10-05
1
-11
/
+0
*
|
Close #15766: Catch exceptions while raising the ImportError in imp.load_dyna...
Victor Stinner
2012-10-02
1
-7
/
+18
|
/
*
Issue #15766: Fix a crash in imp.load_dynamic() on PyUnicode_FromString() fai...
Victor Stinner
2012-08-22
1
-3
/
+3
*
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
Brett Cannon
2012-05-04
1
-10
/
+10
*
Issue #14599: Generalize a test for ImportError.path and add support
Brett Cannon
2012-04-20
1
-1
/
+10
*
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon
2012-04-14
1
-4
/
+0
*
Issue #14040: Remove rarely used file name suffixes for C extensions (under P...
Antoine Pitrou
2012-02-20
1
-6
/
+0
*
Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()
Victor Stinner
2011-02-22
1
-1
/
+1
*
Merge branches/pep-0384.
Martin v. Löwis
2010-12-03
1
-0
/
+2
*
PEP 3149: Try to load the extension with the SOABI before trying
Matthias Klose
2010-09-08
1
-1
/
+1
*
PEP 3149 is accepted.
Barry Warsaw
2010-09-03
1
-6
/
+13
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-76
/
+76
*
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis
2008-06-11
1
-1
/
+1
*
Fix a warning from gcc by adding a missed const qualifier.
Hye-Shik Chang
2006-01-04
1
-1
/
+1
*
- SF Bug #1350188, "setdlopenflags" leads to crash upon "import"
Neal Norwitz
2005-11-09
1
-1
/
+4
*
Print verbose messages to stderr. Fixes #1036752.
Martin v. Löwis
2004-10-03
1
-1
/
+2
*
A few more PyThreadState_Get to PyThreadState_GET conversions
Nicholas Bastin
2004-03-25
1
-1
/
+1
*
Patch #708495: Port more stuff to OpenVMS.
Martin v. Löwis
2003-05-03
1
-0
/
+28
*
OS/2 EMX port changes (Python part of patch #450267):
Andrew MacIntyre
2002-02-26
1
-0
/
+11
*
Use PyOS_snprintf instead of sprintf.
Jeremy Hylton
2001-11-28
1
-2
/
+3
*
Move dlfcn.h block out of NetBSD block, assuming that NetBSD before
Martin v. Löwis
2001-10-18
1
-3
/
+4
*
Patch to bug #472202: Correctly recognize NetBSD before 199712.
Martin v. Löwis
2001-10-18
1
-2
/
+5
*
Patch #455231: Support ELF properly on OpenBSD.
Martin v. Löwis
2001-09-05
1
-1
/
+1
*
Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.
Martin v. Löwis
2001-07-18
1
-13
/
+7
*
Oops, one more part of the cygwin patch (SF patch #102409 by jlt63:
Guido van Rossum
2001-01-10
1
-1
/
+1
*
Patch 102114, Bug 11725. On OpenBSD (but apparently not on the other
Guido van Rossum
2000-10-25
1
-2
/
+7
*
SF "bug" 115973: patches from Norman Vine so that shared libraries and
Tim Peters
2000-10-05
1
-0
/
+5
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9
/
+0
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6
/
+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22
/
+7
*
Cleanup patches from Greg Stein:
Guido van Rossum
1999-12-22
1
-1
/
+12
*
The old platform-specific contents of importdl.c, broken down into one
Guido van Rossum
1999-12-20
1
-0
/
+110