summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/init.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #1590864, multiple threads and fork() can cause deadlocks, byThomas Wouters2009-09-161-0/+16
* Py_SetPythonHome uses static storage #6913Benjamin Peterson2009-09-151-0/+4
* #5840: dont claim we dont support TLS.Georg Brandl2009-04-271-4/+3
* Rewrite a sentence to be more in line with the rest of the documentation withJeroen Ruigrok van der Werven2009-04-251-7/+7
* #5298: clarify docs about GIL by using more consistent wording.Georg Brandl2009-04-051-78/+79
* Fix 'the the' duplicationAndrew M. Kuchling2009-04-031-1/+1
* #5486: typos.Georg Brandl2009-03-131-1/+1
* #5015: document PythonHome API functions.Georg Brandl2009-02-051-0/+14
* #5144: document that PySys_SetArgv prepends the script directory (or the empt...Georg Brandl2009-02-051-7/+11
* Fix call signature and markup.Georg Brandl2009-01-131-3/+3
* Issue 4293: Make Py_AddPendingCall() thread safeKristján Valur Jónsson2009-01-091-0/+44
* Remove trailing whitespace.Georg Brandl2009-01-031-2/+2
* PyGILState_Acquire -> PyGILState_EnsureBenjamin Peterson2008-10-101-3/+3
* Some cleanup in the docs.Georg Brandl2007-12-291-3/+3
* Add documentation for PySys_* functions.Georg Brandl2007-12-021-2/+0
* Document PyEval_* functions from ceval.c.Georg Brandl2007-12-011-0/+48
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+936