summaryrefslogtreecommitdiff
path: root/Include/import.h
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #1590864, multiple threads and fork() can cause deadlocks, byThomas Wouters2009-09-161-0/+8
* Fix two issues introduced by issue #71031 by changing the signature ofBrett Cannon2009-04-021-1/+1
* Modified PyImport_Import and PyImport_ImportModule to always use absolute imp...Christian Heimes2008-01-031-4/+1
* Patch #1739468: Directories and zipfiles containing __main__.py are now execu...Nick Coghlan2007-11-181-0/+2
* SF #1542693: Remove semi-colon at end of PyImport_ImportModuleEx macroNeal Norwitz2006-08-191-1/+1
* SF patch #1438387, PEP 328: relative and absolute imports.Thomas Wouters2006-02-281-0/+8
* Add const to several API functions that take char *.Jeremy Hylton2005-12-101-2/+2
* - Changes donated by Elemental Security to make it work on AIX 5.3Guido van Rossum2005-09-141-0/+1
* SF patch #1035498: -m option to run a module as a scriptRaymond Hettinger2004-10-071-0/+4
* Excise DL_IMPORT/EXPORT from object.h, and related files. This patchMark Hammond2002-07-291-6/+6
* Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.Mark Hammond2002-07-191-17/+17
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSIfications: fix empty arglists, and remove the checks forThomas Wouters2000-07-221-2/+2
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-081-29/+29
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-21/+6
* Chris Herborth writes:Guido van Rossum1999-01-041-5/+0
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-16/+16
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-041-0/+5
* Add PyImport_AppendInittab() an PyImport_ExtendInittab().Guido van Rossum1998-06-291-0/+3
* Added PyImport_ExecCodeModuleEx(), which adds an extra parameter to passGuido van Rossum1998-02-111-0/+2
* Remove the declaration of "internal" table _PyImport_Inittab[]; addGuido van Rossum1997-10-311-3/+1
* Added PyImport_ImportModuleEx(name, globals, locals, fromlist); thisGuido van Rossum1997-09-051-0/+2
* Added prototype for PyImport_Import().Guido van Rossum1997-08-141-0/+1
* Mass checkin (more to follow for other directories).Guido van Rossum1997-08-021-1/+3
* Renamed inittab.Guido van Rossum1997-04-291-1/+1
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-12/+19
* Add defs for struct _frozen and struct _frozen *PyImport_FrozenModules();Guido van Rossum1996-06-171-0/+13
* Added decl for PyImport_Init.Guido van Rossum1996-05-221-2/+6
* exec_dode_object/PyImport_ExecCodeObject is now externally visibleJack Jansen1995-02-151-1/+2
* 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
* Lots of small things, see ChangeLogGuido van Rossum1994-12-301-0/+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
* * Added Fixcprt.py: script to fix copyright message.Guido van Rossum1993-01-261-2/+7
* 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-3/+5
* Added prototype for reload_module.Guido van Rossum1990-10-261-3/+1
* Initial revisionGuido van Rossum1990-10-141-0/+7