34 Commits (04a29554c1fe0a06cdc657229bb4332eb017e3e9)

Author SHA1 Message Date
Victor Stinner 0639b56672 Issue #3080: Add PyModule_NewObject() function 15 years ago
Victor Stinner bd475115c4 Issue #3080: Add PyModule_GetNameObject() 15 years ago
Victor Stinner eda71c9ef1 Merged revisions 88517 via svnmerge from 15 years ago
Victor Stinner d7e76405c7 Issue #3080: document encoding used by import functions 15 years ago
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 15 years ago
David Malcolm 82e73cb951 Issue #9518: Extend the PyModuleDef_HEAD_INIT macro to explicitly 15 years ago
Victor Stinner 6c00c1464f Issue #9425: Create PyModule_GetFilenameObject() function 16 years ago
Martin v. Löwis 1a21451b1d Implement PEP 3121: new module initialization and finalization API. 18 years ago
Christian Heimes 90aa7646af #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. 18 years ago
Christian Heimes e93237dfcc #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 18 years ago
Neal Norwitz 312e10d63e Get rid of more uses of string and use const in a few places. 19 years ago
Martin v. Löwis 9f2e346911 Merged revisions 56467-56482 via svnmerge from 19 years ago
Martin v. Löwis 6819210b9e PEP 3123: Provide forward compatibility with Python 3.0, while keeping 19 years ago
Jeremy Hylton af68c874a6 Add const to several API functions that take char *. 20 years ago
Mark Hammond 91a681debf Excise DL_EXPORT from Include. 24 years ago
Tim Peters 59c9a645e2 SF bug [#460467] file objects should be subclassable. 25 years ago
Guido van Rossum b875509310 PyModule_Check() now checks for subtype of module, as it should. 25 years ago
Guido van Rossum 8586991099 REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
Fred Drake 3cf4d2b3ea ANSI-fication and Py_PROTO extermination. 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 e784f1efec Add PyModule_GetFilename(). 27 years ago
Guido van Rossum 43466ec7b0 Add DL_IMPORT(returntype) for all officially exported functions. 27 years ago
Guido van Rossum f1dc0615e9 Add internal routine _PyModule_Clear(), which does approximately what 28 years ago
Guido van Rossum d266eb460e New permission notice, includes CNRI. 30 years ago
Guido van Rossum 051ab123b4 make the type a parameter of the DL_IMPORT macro, for Borland C 31 years ago
Guido van Rossum caa6380886 The great renaming, phase two: all header files have been updated to 31 years ago
Guido van Rossum 5799b52008 Added 1995 copyright. 31 years ago
Guido van Rossum e89bc75048 Changes for dynamic linking under NT 32 years ago
Guido van Rossum b6775db241 Merge alpha100 branch back to main trunk 32 years ago
Guido van Rossum a3309960a5 * Added support for X11 modules. 33 years ago
Guido van Rossum 9bfef44d97 * Changed all copyright messages to include 1993. 33 years ago
Guido van Rossum 5113f5fd34 Copyright for 1992 added 34 years ago
Guido van Rossum f70e43a073 Added copyright notice. 35 years ago
Guido van Rossum 3f5da24ea3 "Compiling" version 36 years ago
Guido van Rossum 0558a205a3 Added getmodulename() public interface. 36 years ago
Guido van Rossum 85a5fbbdfe Initial revision 36 years ago