40 Commits (dda44682c65bfb90854720e5c36e1a76d131697b)

Author SHA1 Message Date
Nick Coghlan d5cacbb1d9 PEP 489: Multi-phase extension module initialization 11 years ago
Victor Stinner e134a7fe36 Issue #23752: _Py_fstat() is now responsible to raise the Python exception 11 years ago
Steve Dower f2f373f593 Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows. 11 years ago
Christian Heimes af01f66817 Issue #16136: Remove VMS support and VMS-related code 12 years ago
Benjamin Peterson 7d28b6b379 return NULL here 13 years ago
Christian Heimes 27c4c3ec79 Check return value of fstat() in _PyImport_GetDynLoadFunc() 13 years ago
Jesus Cea b48925a406 #16135: Removal of OS/2 support (I) 13 years ago
Victor Stinner 3b635cd447 Close #15766: Catch exceptions while raising the ImportError in imp.load_dynamic() 13 years ago
Victor Stinner ad54c6d82e Issue #15766: Fix a crash in imp.load_dynamic() on PyUnicode_FromString() failure 14 years ago
Brett Cannon 2657df4744 Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. 14 years ago
Brett Cannon f0434e647a Issue #14599: Generalize a test for ImportError.path and add support 14 years ago
Brett Cannon fd0741555b Issue #2377: Make importlib the implementation of __import__(). 14 years ago
Antoine Pitrou c229e6e8ff Issue #14040: Remove rarely used file name suffixes for C extensions (under POSIX mainly). 14 years ago
Victor Stinner 42040fb665 Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc() 15 years ago
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 15 years ago
Matthias Klose f69af1e959 PEP 3149: Try to load the extension with the SOABI before trying 16 years ago
Barry Warsaw 35f3a2cbeb PEP 3149 is accepted. 16 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Martin v. Löwis 1a21451b1d Implement PEP 3121: new module initialization and finalization API. 18 years ago
Hye-Shik Chang 23f391c6a1 Fix a warning from gcc by adding a missed const qualifier. 20 years ago
Neal Norwitz 67715f0420 - SF Bug #1350188, "setdlopenflags" leads to crash upon "import" 20 years ago
Martin v. Löwis 507a485984 Print verbose messages to stderr. Fixes #1036752. 22 years ago
Nicholas Bastin 2786d90617 A few more PyThreadState_Get to PyThreadState_GET conversions 22 years ago
Martin v. Löwis c16f3bd8a3 Patch #708495: Port more stuff to OpenVMS. 23 years ago
Andrew MacIntyre d940054ad4 OS/2 EMX port changes (Python part of patch #450267): 24 years ago
Jeremy Hylton 518ab1c02a Use PyOS_snprintf instead of sprintf. 24 years ago
Martin v. Löwis 8a57f00081 Move dlfcn.h block out of NetBSD block, assuming that NetBSD before 25 years ago
Martin v. Löwis 0eb1ed556b Patch to bug #472202: Correctly recognize NetBSD before 199712. 25 years ago
Martin v. Löwis 36546db750 Patch #455231: Support ELF properly on OpenBSD. 25 years ago
Martin v. Löwis f0473d511b Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. 25 years ago
Guido van Rossum fef124346e Oops, one more part of the cygwin patch (SF patch #102409 by jlt63: 25 years ago
Guido van Rossum c8fcdcba36 Patch 102114, Bug 11725. On OpenBSD (but apparently not on the other 26 years ago
Tim Peters 98dc065c1b SF "bug" 115973: patches from Norman Vine so that shared libraries and 26 years ago
Guido van Rossum 8586991099 REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
Guido van Rossum ffcc3813d8 Change copyright notice - 2nd try. 26 years ago
Guido van Rossum fd71b9e9d4 Change copyright notice. 26 years ago
Guido van Rossum 96a8fb7e99 Cleanup patches from Greg Stein: 26 years ago
Guido van Rossum 22a1d3671b The old platform-specific contents of importdl.c, broken down into one 26 years ago
Guido van Rossum 55db515a51 Great renaming. 29 years ago
Guido van Rossum cd165cc092 Make dummy int public (with _Py_ prefix), to keep gcc -Wall happy. 29 years ago
Guido van Rossum d266eb460e New permission notice, includes CNRI. 30 years ago
Sjoerd Mullender 7d0590b544 Removed declaration of sginap because it conflicted with a header file. 31 years ago
Guido van Rossum 524b588553 Added 1995 to copyright message. 31 years ago
Guido van Rossum 43021932bc Added _getpty interface. 32 years ago
Guido van Rossum b6775db241 Merge alpha100 branch back to main trunk 32 years ago
Guido van Rossum 234f942aef * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 33 years ago
Guido van Rossum 9bfef44d97 * Changed all copyright messages to include 1993. 33 years ago