- 16 Ara, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
extension modules.
-
- 28 Kas, 2001 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 19 Ock, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 15 Ock, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 12 Ara, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
Pascal-strings. Safer, because Pstring converts in-place and the pathname may be reused later for error messages.
-
- 01 Eyl, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This should match the situation in the 1.6b1 tree.
-
- 12 Tem, 2000 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 30 Haz, 2000 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 24 Nis, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
has a few slightly different calls from the old one.
-
- 14 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
If we attempt to import a dynamic module in a newer (or older) version of Python give an error message tailored to the situation (Python too new/old).
-
- 22 Ara, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* in import.c, #ifdef out references to dynamic loading based on HAVE_DYNAMIC_LOADING * clean out the platform-specific crud from importdl.c. [ maybe fold this function into import.c and drop the importdl.c file? Greg.] * change GetDynLoadFunc's "funcname" parameter to "shortname". change "name" to "fqname" for clarification. * each GetDynLoadFunc now creates its own funcname value. WARNING: as I mentioned previously, we may run into an issue with a missing "_" on some platforms. Testing will show this pretty quickly, however. * move pathname munging into dynload_shlib.c
-
- 20 Ara, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
file per platform (really: per style of Dl API; e.g. all platforms using dlopen() are grouped together in dynload_shlib.c.). This is part of a set of patches by Greg Stein.
-