summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/init.rst
Commit message (Expand)AuthorAgeFilesLines
* Followup to 4c59cd84086f: add an entry in the porting guide and a "versioncha...Antoine Pitrou2011-03-151-2/+3
* Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() an...Antoine Pitrou2011-03-131-4/+2
* NitsAntoine Pitrou2011-01-151-10/+6
* Issue #10913: Deprecate misleading functions PyEval_AcquireLock() andAntoine Pitrou2011-01-151-0/+18
* Reword and restructure the GIL API docAntoine Pitrou2011-01-151-152/+156
* Add mention of how to switch interpretersAntoine Pitrou2011-01-151-1/+3
* Improve description of issuesAntoine Pitrou2011-01-151-7/+10
* Restructure a bitAntoine Pitrou2011-01-151-79/+100
* Standard streams use file descriptors, not FILE pointers.Antoine Pitrou2011-01-151-1/+1
* #10597: fix Py_SetPythonHome docs by pointing to where the meaning of PYTHONH...Georg Brandl2010-12-021-2/+3
* Be consistent in the spelling of thread-safe(ty).Georg Brandl2010-10-191-1/+1
* #6798: fix wrong docs for the arguments to several trace events.Georg Brandl2010-10-151-4/+5
* Fix spelling and markup.Georg Brandl2010-10-061-10/+10
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-154/+154
* issue 9910Kristján Valur Jónsson2010-09-271-2/+23
* Terminology fix: exceptions are raised, except in generator.throw().Georg Brandl2010-08-031-1/+1
* Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,...Benjamin Peterson2010-06-271-1/+1
* Merged revisions 81398 via svnmerge fromAntoine Pitrou2010-05-211-5/+33
* Merged revisions 77209,77229,77359-77360,77371 via svnmerge fromBenjamin Peterson2010-01-091-8/+9
* Merged revisions 76904 via svnmerge fromEzio Melotti2009-12-191-2/+2
* Merged revisions 76883 via svnmerge fromGeorg Brandl2009-12-191-7/+0
* Merged revisions 74841 via svnmerge fromBenjamin Peterson2009-10-041-0/+16
* Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,...Benjamin Peterson2009-10-041-0/+4
* Py_(Set|Get)PythonHome use wchar_t #6913Benjamin Peterson2009-09-151-2/+2
* Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,...Benjamin Peterson2009-05-081-4/+3
* 2.7 -> 3.1 versionchanges.Georg Brandl2009-05-051-2/+1
* Merged revisions 71874,71882,71890 via svnmerge fromJeroen Ruigrok van der Werven2009-04-261-7/+7
* Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,...Benjamin Peterson2009-04-111-78/+79
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-051-1/+1
* #5486: typos.Georg Brandl2009-03-131-1/+1
* Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,...Benjamin Peterson2009-02-061-7/+25
* Merged revisions 68568,68665 via svnmerge fromBenjamin Peterson2009-01-181-3/+3
* Merged revisions 68425,68461,68498 via svnmerge fromBenjamin Peterson2009-01-131-0/+44
* Remove trailing whitespace.Georg Brandl2009-01-031-2/+2
* merge from trunkBenjamin Peterson2008-10-111-3/+3
* correct return typeBenjamin Peterson2008-08-171-1/+1
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-2/+2
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-13/+11
* Change command line processing API to use wchar_t.Martin v. Löwis2008-04-051-8/+9
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-3/+3
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-031-2/+0
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-021-0/+48
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-4/+4
* Remove versionadded and versionchanged directives, fold information into text...Georg Brandl2007-09-011-24/+0
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+936