summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* Make PySet_Add() work with frozensets. Works like PyTuple_SetItem() to build...Raymond Hettinger2008-01-261-3/+8
* Don't repeat yourselfChristian Heimes2008-01-221-2/+18
* #1219903: fix tp_richcompare docs.Georg Brandl2008-01-201-7/+13
* Missed one big file to split up.Georg Brandl2008-01-197-1166/+1175
* Split the monstrous C API manual files in smaller parts.Georg Brandl2008-01-1941-5068/+5118
* Fix typos.Georg Brandl2008-01-191-7/+7
* Polish sentenceAndrew M. Kuchling2008-01-191-4/+4
* Now that I've learnt about structseq objects I felt like converting sys.float...Christian Heimes2008-01-141-1/+1
* Use markup.Georg Brandl2008-01-051-4/+4
* Repair markup.Georg Brandl2008-01-051-10/+6
* Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.Georg Brandl2008-01-051-1/+1
* Modified PyImport_Import and PyImport_ImportModule to always use absolute imp...Christian Heimes2008-01-031-1/+42
* Some cleanup in the docs.Georg Brandl2007-12-294-13/+12
* Patch #1583 by Adam Olsen.Guido van Rossum2007-12-191-0/+10
* Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...Christian Heimes2007-12-181-1/+17
* Add another GHOP student to ACKS.Georg Brandl2007-12-061-2/+2
* Fix markup.Georg Brandl2007-12-051-1/+1
* Add documentation for PySys_* functions.Georg Brandl2007-12-022-2/+60
* Document PyEval_* functions from ceval.c.Georg Brandl2007-12-013-0/+134
* Add versionadded tags missing in r59254. Do NOT merge to Py3k.Georg Brandl2007-12-011-0/+6
* Feature #1534Christian Heimes2007-12-011-0/+17
* Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __ha...Georg Brandl2007-11-021-2/+2
* Unify "file-descriptor" to "file descriptor".Georg Brandl2007-10-211-1/+1
* Remove useless warningRaymond Hettinger2007-10-181-6/+0
* Re-order some functions whose parameters differ between PyObject and const charBrett Cannon2007-10-161-14/+14
* #1199: docs for tp_as_{number,sequence,mapping}, by Amaury Forgeot d'Arc.Georg Brandl2007-10-082-15/+194
* Fix #1139: PyFile_Encoding really is PyFile_SetEncoding.Georg Brandl2007-09-121-1/+1
* Fix #1122: wrong return type documented for various _Size() functions.Georg Brandl2007-09-121-4/+4
* Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.Walter Dörwald2007-08-171-0/+73
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-1511-0/+10023