summaryrefslogtreecommitdiff
path: root/Include/moduleobject.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-271-0/+4
|\
| * Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-271-0/+4
* | Issue #19569: Compiler warnings are now emitted if use most of deprecatedSerhiy Storchaka2016-11-201-1/+1
|/
* Issue #27782: Fix m_methods handling in multiphase initNick Coghlan2016-08-211-1/+1
* Issue 24365: Conditionalize PEP 489 additions to the stable ABIYury Selivanov2015-06-021-8/+16
* Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stab...Steve Dower2015-05-231-1/+1
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-1/+15
* Issue #19255: The builtins module is restored to initial value beforeSerhiy Storchaka2014-02-101-0/+1
* Issue #3080: Add PyModule_NewObject() functionVictor Stinner2011-03-041-0/+3
* Issue #3080: Add PyModule_GetNameObject()Victor Stinner2011-02-231-0/+1
* Issue #3080: document encoding used by import functionsVictor Stinner2011-02-221-1/+3
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+2
* Issue #9518: Extend the PyModuleDef_HEAD_INIT macro to explicitlyDavid Malcolm2010-11-171-1/+6
* Issue #9425: Create PyModule_GetFilenameObject() functionVictor Stinner2010-08-171-0/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-0/+24
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-1/+1
* Get rid of more uses of string and use const in a few places.Neal Norwitz2007-08-261-2/+2
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-1/+1
* Add const to several API functions that take char *.Jeremy Hylton2005-12-101-1/+1
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-6/+6
* SF bug [#460467] file objects should be subclassable.Tim Peters2001-09-131-0/+1
* PyModule_Check() now checks for subtype of module, as it should.Guido van Rossum2001-09-101-1/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-091-11/+11
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Add PyModule_GetFilename().Guido van Rossum1999-02-151-0/+1
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-4/+4
* Add internal routine _PyModule_Clear(), which does approximately whatGuido van Rossum1998-02-191-0/+1
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* make the type a parameter of the DL_IMPORT macro, for Borland CGuido van Rossum1995-02-271-1/+1
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-5/+5
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* Changes for dynamic linking under NTGuido van Rossum1994-08-181-1/+1
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-1/+1
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* "Compiling" versionGuido van Rossum1990-12-201-1/+0
* Added getmodulename() public interface.Guido van Rossum1990-10-261-0/+1
* Initial revisionGuido van Rossum1990-10-141-0/+9