summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* #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
* Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allowsAntoine Pitrou2010-05-211-5/+33
* Issue #8711: add paragraph titles to c-api/unicode.rstVictor Stinner2010-05-141-27/+54
* rip out mention of types.ListType #8703Benjamin Peterson2010-05-131-5/+2
* Issue #8227: Fix C API documentation, argument parsingVictor Stinner2010-04-031-10/+10
* Document PyImport_ExecCodeModuleEx().Georg Brandl2010-04-021-0/+9
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-253-1/+155
* Fix warnings from "make check".Georg Brandl2010-03-122-2/+2
* #8044: document Py_{Enter,Leave}RecursiveCall functions.Georg Brandl2010-03-071-0/+30
* #8085: The function is called PyObject_NewVar, not PyObject_VarNew.Georg Brandl2010-03-072-2/+2
* Use the correct markup for argsEzio Melotti2010-01-301-7/+7
* Relocate a couple of stars and remove redundant backticksEzio Melotti2010-01-301-4/+4
* Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, aMark Dickinson2010-01-301-0/+13
* Fix description for Py_GetPath(); it sounded like it always returned sys.path.Georg Brandl2010-01-071-8/+9
* :stmt: -> :keyword:Ezio Melotti2010-01-031-1/+1
* Correct documentation for s* z* and w*, the argument that should be passedGregory P. Smith2010-01-021-3/+3
* check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604)Benjamin Peterson2009-12-301-1/+4
* #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new ...Georg Brandl2009-12-281-0/+9