aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/dynload_shlib.c
Commit message (Expand)AuthorAge
* gh-131238: Remove more includes from pycore_interp.h (#131480)Victor Stinner2025-03-19
* gh-88402: Add new sysconfig variables on Windows (GH-110049)Sam Gross2023-10-04
* gh-101758: Clean Up Uses of Import State (gh-101919)Eric Snow2023-02-15
* bpo-43895: Remove an unnecessary cache of shared object handles (GH-25487)Ian Henriksen2021-07-07
* bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)Kevin Adler2020-10-15
* bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)Victor Stinner2020-04-14
* bpo-40268: Include explicitly pycore_interp.h (GH-19505)Victor Stinner2020-04-14
* bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)Victor Stinner2020-03-13
* bpo-36722: Debug build loads libraries built in release mode (GH-12952)Victor Stinner2019-04-26
* bpo-28401: prevent Py_DEBUG builds from trying to import limited ABI modules ...Stefano Rivera2018-11-16
* bpo-35081: Rename internal headers (GH-10275)Victor Stinner2018-11-12
* bpo-35081: Add pycore_ prefix to internal header files (GH-10263)Victor Stinner2018-11-01
* bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)Victor Stinner2018-08-03
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-07
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-23
* Issue #23752: _Py_fstat() is now responsible to raise the Python exceptionVictor Stinner2015-03-30
* Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Wind...Steve Dower2015-02-21
* Issue #16136: Remove VMS support and VMS-related codeChristian Heimes2013-12-21
* merge 3.3Benjamin Peterson2013-07-22
|\
| * return NULL hereBenjamin Peterson2013-07-22
* | Check return value of fstat() in _PyImport_GetDynLoadFunc()Christian Heimes2013-07-20
|\|
| * Check return value of fstat() in _PyImport_GetDynLoadFunc()Christian Heimes2013-07-20
* | #16135: Removal of OS/2 support (I)Jesus Cea2012-10-05
* | Close #15766: Catch exceptions while raising the ImportError in imp.load_dyna...Victor Stinner2012-10-02
|/
* Issue #15766: Fix a crash in imp.load_dynamic() on PyUnicode_FromString() fai...Victor Stinner2012-08-22
* Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.Brett Cannon2012-05-04
* Issue #14599: Generalize a test for ImportError.path and add supportBrett Cannon2012-04-20
* Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-14
* Issue #14040: Remove rarely used file name suffixes for C extensions (under P...Antoine Pitrou2012-02-20
* Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()Victor Stinner2011-02-22
* Merge branches/pep-0384.Martin v. Löwis2010-12-03
* PEP 3149: Try to load the extension with the SOABI before tryingMatthias Klose2010-09-08
* PEP 3149 is accepted.Barry Warsaw2010-09-03
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-09
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-11
* Fix a warning from gcc by adding a missed const qualifier.Hye-Shik Chang2006-01-04
* - SF Bug #1350188, "setdlopenflags" leads to crash upon "import"Neal Norwitz2005-11-09
* Print verbose messages to stderr. Fixes #1036752.Martin v. Löwis2004-10-03
* A few more PyThreadState_Get to PyThreadState_GET conversionsNicholas Bastin2004-03-25
* Patch #708495: Port more stuff to OpenVMS.Martin v. Löwis2003-05-03
* OS/2 EMX port changes (Python part of patch #450267):Andrew MacIntyre2002-02-26
* Use PyOS_snprintf instead of sprintf.Jeremy Hylton2001-11-28
* Move dlfcn.h block out of NetBSD block, assuming that NetBSD beforeMartin v. Löwis2001-10-18
* Patch to bug #472202: Correctly recognize NetBSD before 199712.Martin v. Löwis2001-10-18
* Patch #455231: Support ELF properly on OpenBSD.Martin v. Löwis2001-09-05
* Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.Martin v. Löwis2001-07-18
* Oops, one more part of the cygwin patch (SF patch #102409 by jlt63:Guido van Rossum2001-01-10
* Patch 102114, Bug 11725. On OpenBSD (but apparently not on the otherGuido van Rossum2000-10-25
* SF "bug" 115973: patches from Norman Vine so that shared libraries andTim Peters2000-10-05
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-01