summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/init.rst
Commit message (Expand)AuthorAgeFilesLines
* update to new C roles and directivesSandro Tosi2012-01-141-149/+149
* Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith...Sandro Tosi2012-01-071-1/+1
* Fix some markup and one typoÉric Araujo2011-09-011-2/+2
* Repair markup.Georg Brandl2011-08-091-1/+1
* #10741: add documentation for PyGILState_GetThisThreadState()Sandro Tosi2011-08-071-0/+10
* #11997: fix typo in init.rst.Ezio Melotti2011-05-051-1/+1
* #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi.Ezio Melotti2011-04-271-1/+1
* Fix wrong function name. Noticed by Clive Darke.Ezio Melotti2011-04-201-1/+1
* #11865: fix typo in init.rst.Ezio Melotti2011-04-181-1/+1
* Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,...Georg Brandl2011-02-251-2/+3
* Merged revisions 88012-88018 via svnmerge fromAntoine Pitrou2011-01-151-232/+280
* Merged revisions 85731,85735 via svnmerge fromGeorg Brandl2010-11-261-1/+1
* Merged revisions 85530,85534,85538,85540-85542 via svnmerge fromGeorg Brandl2010-11-261-4/+5
* #10111: minor problems in 2.7 FILE* API docs.Georg Brandl2010-10-151-0/+1
* Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,...Georg Brandl2010-10-061-1/+1
* #8993: fix reference.Georg Brandl2010-06-141-1/+1
* Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allowsAntoine Pitrou2010-05-211-5/+33
* Fix description for Py_GetPath(); it sounded like it always returned sys.path.Georg Brandl2010-01-071-8/+9
* #7388: "python".capitalize() in the DocEzio Melotti2009-12-191-2/+2
* #7521: remove Py_GetBuildNumber(), which was removed in favor of Py_GetBuildI...Georg Brandl2009-12-191-9/+0
* 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