summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-062-15/+7
* Big fat todo.Georg Brandl2008-01-051-0/+1
* Remove versionadded/changed directives merged as an oversight.Georg Brandl2008-01-051-21/+7
* Merged revisions 59666-59679 via svnmerge fromChristian Heimes2008-01-031-1/+44
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-314-13/+12
* Merged revisions 59565-59594 via svnmerge fromChristian Heimes2007-12-241-0/+10
* Fix role usage.Georg Brandl2007-12-211-1/+1
* Merged revisions 59541-59561 via svnmerge fromChristian Heimes2007-12-191-0/+16
* Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C APIChristian Heimes2007-12-111-0/+41
* Replace all remaining occurrences of PyInt_.Georg Brandl2007-12-082-21/+15
* Merged revisions 59376-59406 via svnmerge fromChristian Heimes2007-12-081-2/+2
* Merged revisions 59333-59370 via svnmerge fromChristian Heimes2007-12-051-3/+3
* Eliminate outdated usages of PyInt_GetMax.Martin v. Löwis2007-12-041-4/+2
* Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.Martin v. Löwis2007-12-041-5/+10
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-032-2/+60
* Remove mentions of "long integer" in the API docs.Georg Brandl2007-12-022-12/+12
* Remove PyInt API from the docs. Extend PyLong docs to cover all public functi...Georg Brandl2007-12-021-143/+79
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-023-0/+134
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-022-6/+6
* Merged revisions 59245-59254 via svnmerge fromChristian Heimes2007-12-011-0/+17
* Cleanups and documentation updates related to the removal of unbound methods.Christian Heimes2007-11-301-21/+8
* Futher update docs after unbound method removal.Georg Brandl2007-11-271-1/+2
* Merged revisions 58742-58816 via svnmerge fromGuido van Rossum2007-11-021-2/+2
* Remove duplicate entry for PyObject_AsFileDescriptor. (Really, this time.)Georg Brandl2007-11-011-8/+0
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-013-23/+20
* Patch 1329 (partial) by Christian Heimes.Guido van Rossum2007-10-301-3/+3
* Kill PyString_Encode(), which isn't used anywhere.Guido van Rossum2007-10-261-9/+0
* Remove duplicate entry for PyObject_AsFileDescriptor.Georg Brandl2007-10-232-6/+7
* Issue 1267, continued.Guido van Rossum2007-10-221-19/+11
* Patch 1267 by Christian Heimes.Guido van Rossum2007-10-191-0/+6
* #1189: documentation for tp_as_* structs.Georg Brandl2007-09-241-15/+166
* Remove more cruft leftover from nb_coerce. Rename nb_coerce toNeil Schemenauer2007-09-211-14/+1
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-5/+5
* Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.Sean Reifscheider2007-09-172-2/+2
* Remove yet more references to has_key() methods.Collin Winter2007-09-101-2/+2
* Convert all print statements in the docs.Georg Brandl2007-09-042-4/+4
* Document PyCFunctionWithKeywords, add comment for PEP 3123.Georg Brandl2007-09-011-1/+10
* Get rid of METH_OLDARGS.Georg Brandl2007-09-011-10/+0
* Remove versionadded and versionchanged directives, fold information into text...Georg Brandl2007-09-017-442/+41
* Address a few XXX comments, other fixes.Georg Brandl2007-08-311-5/+2
* - document bytes()Georg Brandl2007-08-312-71/+1
* Three patches from issue #1047, by Amaury Forgeot d'Arc:Guido van Rossum2007-08-291-0/+7
* Kill lingering docs references to UnicodeType.Collin Winter2007-08-281-1/+1
* Remove _PyObject_DelNeal Norwitz2007-08-191-4/+1
* Fix stupid typo in Lib/encodings/utf_32.py which led to failing testsWalter Dörwald2007-08-171-2/+7
* Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le andWalter Dörwald2007-08-161-0/+68
* Complete truncated sentence.Walter Dörwald2007-08-161-1/+1
* Move the 3k reST doc tree in place.Georg Brandl2007-08-1511-0/+10116