History log of /external/python/cpython3/Python/dynload_stub.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2657df47449dd5d324985a5eb43b937217e0d7e0 04-May-2012 Brett Cannon <brett@python.org> Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.

This introduces a new function, imp.extension_suffixes(), which is
currently undocumented. That is forthcoming once issue #14657 is
resolved and how to expose file suffixes is decided.
/external/python/cpython3/Python/dynload_stub.c
8586991099e4ace18ee94163a96b8ea1bed77ebe 02-Sep-2000 Guido van Rossum <guido@python.org> REMOVED all CWI, CNRI and BeOpen copyright markings.
This should match the situation in the 1.6b1 tree.
/external/python/cpython3/Python/dynload_stub.c
ffcc3813d82e6b96db79f518f4e67b940a13ce64 01-Jul-2000 Guido van Rossum <guido@python.org> Change copyright notice - 2nd try.
/external/python/cpython3/Python/dynload_stub.c
fd71b9e9d496caa510dec56a9b69966558d6ba5d 01-Jul-2000 Guido van Rossum <guido@python.org> Change copyright notice.
/external/python/cpython3/Python/dynload_stub.c
22a1d3671bd02fbbc3599e3b4c19648027d7b867 20-Dec-1999 Guido van Rossum <guido@python.org> The old platform-specific contents of importdl.c, broken down into one
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.
/external/python/cpython3/Python/dynload_stub.c