summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* 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
* #7577: fix signature of PyBuffer_FillInfo().Georg Brandl2009-12-281-1/+1
* Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk.Mark Dickinson2009-12-211-0/+13
* #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
* Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString,Mark Dickinson2009-11-152-0/+32
* Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement...Mark Dickinson2009-10-311-2/+43
* Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note tha...Eric Smith2009-10-191-0/+24
* #6881 - fixed wrong return type; improved the formattingEzio Melotti2009-09-201-10/+19
* #6930: clarify description about byteorder handling in UTF decoder routines.Georg Brandl2009-09-181-12/+17
* 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
* #6821: fix signature of PyBuffer_Release().Georg Brandl2009-09-021-2/+2
* #6658: fix two typos.Georg Brandl2009-08-061-2/+2