summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* how could I have missed :cmember: in import.rst?Sandro Tosi2012-01-141-1/+1
* update to new C roles and directivesSandro Tosi2012-01-1455-2052/+2052
* Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith...Sandro Tosi2012-01-071-1/+1
* Issue #13302: backport part of 3ed28f28466fSandro Tosi2012-01-011-0/+5
* s/:c:type:/:ctype:/gEzio Melotti2011-12-191-3/+3
* Issue #13617: Document that the result PyUnicode_AsUnicode() andVictor Stinner2011-12-181-3/+8
* Issue #13522: Fix _Py_co_pow() documentationVictor Stinner2011-12-181-1/+1
* Issue #13522: document error return values of some float and complex C API fu...Antoine Pitrou2011-12-182-0/+9
* Remove duplication.Ezio Melotti2011-10-191-1/+1
* Issue #7732: Fix a crash on importing a module if a directory has the same nameVictor Stinner2011-09-231-1/+2
* Fix some markup and one typoÉric Araujo2011-09-011-2/+2
* let PySequence_Check me a link; thanks to tomo cocoa from docs@Sandro Tosi2011-08-121-1/+1
* Repair markup.Georg Brandl2011-08-091-1/+1
* #10741: add documentation for PyGILState_GetThisThreadState()Sandro Tosi2011-08-071-0/+10
* Fix typo in 97a75fccd7c8Éric Araujo2011-07-291-1/+1
* Clarify that PyErr_NewException creates an exception *class*, not instance.Georg Brandl2011-07-131-3/+3
* Fix a few misuses of :option: I missed in r86521.Éric Araujo2011-06-091-2/+2
* #12072: add missing parenthesis in the doc. Patch by Sandro Tosi.Ezio Melotti2011-05-201-1/+1
* Port #6498 fix: fix several misspellings of "SystemExit" as "SystemError".Georg Brandl2011-05-151-5/+5
* #11997: fix typo in init.rst.Ezio Melotti2011-05-051-1/+1
* fix function name in example (closes #11966)Benjamin Peterson2011-04-301-1/+1
* fix formatting, :c:func: --> :cfunc:Eli Bendersky2011-04-301-1/+1
* Issue #10912: add clarification for PyObject_RichCompareBool comparing identi...Eli Bendersky2011-04-301-0/+3
* #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
* Issue #11768: signal.set_wakeup_fd() and PySignal_SetWakeupFd() added in 2.6Victor Stinner2011-04-181-0/+2
* #11865: fix typo in init.rst.Ezio Melotti2011-04-181-1/+1
* #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi.Ezio Melotti2011-04-141-27/+26
* Remove documentation to non-existent function PyObject_CopyToObject (fixes #1...Antoine Pitrou2011-03-131-14/+0
* #11317: fix wrong info about string exceptions.Georg Brandl2011-02-251-9/+5
* Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,...Georg Brandl2011-02-251-3/+5
* Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,...Georg Brandl2011-02-252-5/+6
* Merged revisions 88012-88018 via svnmerge fromAntoine Pitrou2011-01-151-232/+280
* Merged revisions 86838 via svnmerge fromAntoine Pitrou2010-11-271-74/+4
* Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge fromGeorg Brandl2010-11-264-2/+198
* Merged revisions 85731,85735 via svnmerge fromGeorg Brandl2010-11-261-1/+1
* Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-...Georg Brandl2010-11-262-12/+12
* Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge...Georg Brandl2010-11-261-9/+10
* Merged revisions 85530,85534,85538,85540-85542 via svnmerge fromGeorg Brandl2010-11-261-4/+5
* #10398: manual backport of r73943.Georg Brandl2010-11-121-9/+7
* #1945: document Unicode functions backported from py3k branch.Georg Brandl2010-10-172-0/+133
* #10111: minor problems in 2.7 FILE* API docs.Georg Brandl2010-10-152-5/+16
* Merged revisions 82879,82958-82959,83109,83127,83224,83747,84162 via svnmerge...Georg Brandl2010-10-061-2/+2
* Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,...Georg Brandl2010-10-062-2/+2
* Merged revisions 85066 via svnmerge fromAntoine Pitrou2010-09-281-6/+37
* Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,...Georg Brandl2010-08-022-1/+40
* Issue 9024: Added :cdata: tag to PyDateTimeAPIAlexander Belopolsky2010-06-261-1/+2
* Issue #9024: Fixed mark-up for PyDateTime_IMPORT macro and added thatAlexander Belopolsky2010-06-261-3/+3
* #8993: fix reference.Georg Brandl2010-06-141-1/+1
* #5753: Suggest PySys_SetArgvEx() instead of PySys_SetArgv()Andrew M. Kuchling2010-06-111-4/+4