summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* Reformat, since I've been busy here anyway.Jeroen Ruigrok van der Werven2009-04-251-34/+37
* Issue #4129: Documentation notes for int -> Py_ssize_t changes.Jeroen Ruigrok van der Werven2009-04-251-0/+8
* Issue #4129: More documentation pointers about int -> Py_ssize_t.Jeroen Ruigrok van der Werven2009-04-251-1/+9
* Reformat prior to editing.Jeroen Ruigrok van der Werven2009-04-251-35/+39
* Since I edited this file, reformat for future edits.Jeroen Ruigrok van der Werven2009-04-251-68/+72
* Reference to an int type, whereas it's a Py_ssize_t as the synopsis states.Jeroen Ruigrok van der Werven2009-04-251-3/+3
* Reformat prior to editing.Jeroen Ruigrok van der Werven2009-04-251-41/+47
* Issue #4129: Document more int -> Py_ssize_t changes.Jeroen Ruigrok van der Werven2009-04-251-0/+11
* Reformat prior to editing.Jeroen Ruigrok van der Werven2009-04-251-17/+18
* Issue #4129: Belatedly document which C API functions had their argument(s) orJeroen Ruigrok van der Werven2009-04-2513-5/+171
* Reformat paragraph.Jeroen Ruigrok van der Werven2009-04-251-10/+10
* The type for ppos has been Py_ssize_t since 2.5, reflect this in theJeroen Ruigrok van der Werven2009-04-251-1/+1
* Reformat prior to editing.Jeroen Ruigrok van der Werven2009-04-251-50/+55
* Reformat file prior to editing.Jeroen Ruigrok van der Werven2009-04-251-239/+252
* Rewrite a sentence to be more in line with the rest of the documentation withJeroen Ruigrok van der Werven2009-04-251-7/+7
* First attempt to document PyObject_HEAD_INIT and PyVarObject_HEAD_INIT.Jeroen Ruigrok van der Werven2009-04-251-1/+18
* Reformat prior to expanding.Jeroen Ruigrok van der Werven2009-04-251-57/+63
* Remove redundant backtick.Georg Brandl2009-04-081-1/+1
* #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
* Fix 'the the'; grammar fixAndrew M. Kuchling2009-04-031-2/+2
* Issue #2396: backport the memoryview object.Antoine Pitrou2009-04-022-5/+300
* PyImport_AppendInittab() took a char * as a first argument even though thatBrett Cannon2009-04-021-1/+1
* fix markupBenjamin Peterson2009-04-021-2/+1
* #5618: fix typo.Georg Brandl2009-03-311-1/+1
* #5227: note that Py_Main doesnt return on SystemExit.Georg Brandl2009-03-311-0/+4
* #5245: note that PyRun_SimpleString doesnt return on SystemExit.Georg Brandl2009-03-311-0/+4
* #970783: document PyObject_Generic[GS]etAttr.Georg Brandl2009-03-311-0/+21
* #5566: fix versionadded from PyLong ssize_t functions.Georg Brandl2009-03-311-3/+3
* #5488: add missing struct member.Georg Brandl2009-03-151-0/+1
* #5486: typos.Georg Brandl2009-03-131-1/+1
* #5338, #5339: two types in the API manual.Georg Brandl2009-02-212-2/+2
* note functions that are not aliased to PyBytes_ #5280Benjamin Peterson2009-02-161-2/+28
* Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError forMark Dickinson2009-02-101-6/+17
* #5015: document PythonHome API functions.Georg Brandl2009-02-051-0/+14
* PyErr_PrintEx is also in 2.x...Georg Brandl2009-02-051-1/+10
* #5144: document that PySys_SetArgv prepends the script directory (or the empt...Georg Brandl2009-02-051-7/+11
* PyErr_BadInternalCall() raises a SystemError, not TypeError #5112Benjamin Peterson2009-01-311-3/+4
* Fix call signature and markup.Georg Brandl2009-01-131-3/+3
* tp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901Benjamin Peterson2009-01-101-1/+1
* Issue 4293: Make Py_AddPendingCall() thread safeKristján Valur Jónsson2009-01-091-0/+44
* Grammar fix.Georg Brandl2009-01-031-4/+3
* Remove trailing whitespace.Georg Brandl2009-01-039-12/+12
* Fix uses of the default role.Georg Brandl2009-01-031-5/+5
* Issue #4817: Remove unused function PyOS_GetLastModificationTime.Martin v. Löwis2009-01-031-7/+0
* #4811: fix markup glitches (mostly remains of the conversion),Georg Brandl2009-01-021-6/+7
* document PyMemberDefBenjamin Peterson2009-01-021-0/+63
* #4763 PyErr_ExceptionMatches won't blow up with NULL argumentsBenjamin Peterson2008-12-281-5/+4
* Document Py_VaBuildValue.Alexandre Vassalotti2008-12-281-0/+5
* #4682: 'b' is actually unsigned char.Georg Brandl2008-12-271-2/+3