Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d455ce4fd4078f1561ec0959dccd5b6561e4d3f6
/
Python
/
dynload_shlib.c
af01f66
Issue #16136: Remove VMS support and VMS-related code
by Christian Heimes
· 11 years ago
26421ab
merge 3.3
by Benjamin Peterson
· 11 years ago
7d28b6b
return NULL here
by Benjamin Peterson
· 11 years ago
7bc80fc
Check return value of fstat() in _PyImport_GetDynLoadFunc() CID 486250
by Christian Heimes
· 11 years ago
27c4c3e
Check return value of fstat() in _PyImport_GetDynLoadFunc() CID 486250
by Christian Heimes
· 11 years ago
b48925a
#16135: Removal of OS/2 support (I)
by Jesus Cea
· 12 years ago
3b635cd
Close #15766: Catch exceptions while raising the ImportError in imp.load_dynamic()
by Victor Stinner
· 12 years ago
ad54c6d
Issue #15766: Fix a crash in imp.load_dynamic() on PyUnicode_FromString() failure
by Victor Stinner
· 12 years ago
2657df4
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
by Brett Cannon
· 13 years ago
f0434e6
Issue #14599: Generalize a test for ImportError.path and add support
by Brett Cannon
· 13 years ago
fd07415
Issue #2377: Make importlib the implementation of __import__().
by Brett Cannon
· 13 years ago
c229e6e
Issue #14040: Remove rarely used file name suffixes for C extensions (under POSIX mainly).
by Antoine Pitrou
· 13 years ago
42040fb
Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()
by Victor Stinner
· 14 years ago
4d0d471
Merge branches/pep-0384.
by Martin v. Löwis
· 14 years ago
f69af1e
PEP 3149: Try to load the extension with the SOABI before trying
by Matthias Klose
· 14 years ago
35f3a2c
PEP 3149 is accepted.
by Barry Warsaw
· 14 years ago
f95a1b3
Recorded merge of revisions 81029 via svnmerge from
by Antoine Pitrou
· 15 years ago
1a21451
Implement PEP 3121: new module initialization and finalization API.
by Martin v. Löwis
· 16 years ago
23f391c
Fix a warning from gcc by adding a missed const qualifier.
by Hye-Shik Chang
· 19 years ago
67715f0
- SF Bug #1350188, "setdlopenflags" leads to crash upon "import"
by Neal Norwitz
· 19 years ago
507a485
Print verbose messages to stderr. Fixes #1036752.
by Martin v. Löwis
· 20 years ago
2786d90
A few more PyThreadState_Get to PyThreadState_GET conversions
by Nicholas Bastin
· 21 years ago
c16f3bd
Patch #708495: Port more stuff to OpenVMS.
by Martin v. Löwis
· 22 years ago
d940054
OS/2 EMX port changes (Python part of patch #450267):
by Andrew MacIntyre
· 23 years ago
518ab1c
Use PyOS_snprintf instead of sprintf.
by Jeremy Hylton
· 23 years ago
8a57f00
Move dlfcn.h block out of NetBSD block, assuming that NetBSD before
by Martin v. Löwis
· 23 years ago
0eb1ed5
Patch to bug #472202: Correctly recognize NetBSD before 199712.
by Martin v. Löwis
· 23 years ago
36546db
Patch #455231: Support ELF properly on OpenBSD.
by Martin v. Löwis
· 23 years ago
f0473d5
Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.
by Martin v. Löwis
· 23 years ago
fef1243
Oops, one more part of the cygwin patch (SF patch #102409 by jlt63:
by Guido van Rossum
· 24 years ago
c8fcdcb
Patch 102114, Bug 11725. On OpenBSD (but apparently not on the other
by Guido van Rossum
· 24 years ago
98dc065
SF "bug" 115973: patches from Norman Vine so that shared libraries and
by Tim Peters
· 24 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
ffcc381
Change copyright notice - 2nd try.
by Guido van Rossum
· 24 years ago
fd71b9e
Change copyright notice.
by Guido van Rossum
· 24 years ago
96a8fb7
Cleanup patches from Greg Stein:
by Guido van Rossum
· 25 years ago
22a1d36
The old platform-specific contents of importdl.c, broken down into one
by Guido van Rossum
· 25 years ago