Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b09a3d69a614c767653a12428d1ac816f516f36e
/
Include
/
moduleobject.h
6c00c14
Issue #9425: Create PyModule_GetFilenameObject() function
by Victor Stinner
· 14 years ago
1a21451
Implement PEP 3121: new module initialization and finalization API.
by Martin v. Löwis
· 16 years ago
90aa764
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
by Christian Heimes
· 17 years ago
312e10d
Get rid of more uses of string and use const in a few places.
by Neal Norwitz
· 17 years ago
9f2e346
Merged revisions 56467-56482 via svnmerge from
by Martin v. Löwis
· 17 years ago
af68c87
Add const to several API functions that take char *.
by Jeremy Hylton
· 19 years ago
91a681d
Excise DL_EXPORT from Include.
by Mark Hammond
· 22 years ago
59c9a64
SF bug [#460467] file objects should be subclassable.
by Tim Peters
· 23 years ago
b875509
PyModule_Check() now checks for subtype of module, as it should.
by Guido van Rossum
· 23 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
3cf4d2b
ANSI-fication and Py_PROTO extermination.
by Fred Drake
· 24 years ago
ffcc381
Change copyright notice - 2nd try.
by Guido van Rossum
· 24 years ago
fd71b9e
Change copyright notice.
by Guido van Rossum
· 24 years ago
e784f1e
Add PyModule_GetFilename().
by Guido van Rossum
· 26 years ago
43466ec
Add DL_IMPORT(returntype) for all officially exported functions.
by Guido van Rossum
· 26 years ago
f1dc061
Add internal routine _PyModule_Clear(), which does approximately what
by Guido van Rossum
· 27 years ago
d266eb4
New permission notice, includes CNRI.
by Guido van Rossum
· 28 years ago
051ab12
make the type a parameter of the DL_IMPORT macro, for Borland C
by Guido van Rossum
· 30 years ago
caa6380
The great renaming, phase two: all header files have been updated to
by Guido van Rossum
· 30 years ago
5799b52
Added 1995 copyright.
by Guido van Rossum
· 30 years ago
e89bc75
Changes for dynamic linking under NT
by Guido van Rossum
· 30 years ago
b6775db
Merge alpha100 branch back to main trunk
by Guido van Rossum
· 30 years ago
a330996
* Added support for X11 modules.
by Guido van Rossum
· 31 years ago
9bfef44
* Changed all copyright messages to include 1993.
by Guido van Rossum
· 32 years ago
5113f5f
Copyright for 1992 added
by Guido van Rossum
· 33 years ago
f70e43a
Added copyright notice.
by Guido van Rossum
· 34 years ago
3f5da24
"Compiling" version
by Guido van Rossum
· 34 years ago
0558a20
Added getmodulename() public interface.
by Guido van Rossum
· 34 years ago
85a5fbb
Initial revision
by Guido van Rossum
· 34 years ago