cpython/Doc/c-api
Christian Heimes 000a074c95 Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0
Added a new API function PyImport_ImportModuleNoBlock. It solves the problem with dead locks when mixing threads and imports
2008-01-03 22:16:32 +00:00
..
abstract.rst Unify "file-descriptor" to "file descriptor". 2007-10-21 10:46:24 +00:00
concrete.rst Add versionadded tags missing in r59254. Do NOT merge to Py3k. 2007-12-01 13:23:04 +00:00
exceptions.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
index.rst Remove useless warning 2007-10-18 21:13:06 +00:00
init.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
intro.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
memory.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
newtypes.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
refcounting.rst Fix markup. 2007-12-05 19:49:21 +00:00
utilities.rst Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0 2008-01-03 22:16:32 +00:00
veryhigh.rst Document PyEval_* functions from ceval.c. 2007-12-01 22:24:47 +00:00