summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/concrete.rst
Commit message (Collapse)AuthorAgeFilesLines
* update to new C roles and directivesSandro Tosi2012-01-141-1/+1
|
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-251-0/+1
| | | | CObject to PyCapsule.
* PyCode_NewEmpty:Jeffrey Yasskin2009-05-081-0/+1
| | | | | | | | Most uses of PyCode_New found by http://www.google.com/codesearch?q=PyCode_New are trying to build an empty code object, usually to put it in a dummy frame object. This patch adds a PyCode_NewEmpty wrapper which lets the user specify just the filename, function name, and first line number, instead of also requiring lots of code internals.
* add PyByteArray docsBenjamin Peterson2008-05-261-0/+1
|
* Split the monstrous C API manual files in smaller parts.Georg Brandl2008-01-191-3574/+33
|
* Fix typos.Georg Brandl2008-01-191-7/+7
|
* Now that I've learnt about structseq objects I felt like converting ↵Christian Heimes2008-01-141-1/+1
| | | | | | sys.float_info to a structseq. It's readonly and help(sys.float_info) explains the attributes nicely.
* Add versionadded tags missing in r59254. Do NOT merge to Py3k.Georg Brandl2007-12-011-0/+6
|
* Feature #1534Christian Heimes2007-12-011-0/+17
| | | | | Added PyFloat_GetMax(), PyFloat_GetMin() and PyFloat_GetInfo() to the float API. Added a dictionary sys.float_info with information about the internal floating point type to the sys module.
* Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and ↵Georg Brandl2007-11-021-2/+2
| | | | | | | __hash__. I hope the concept of hashability is better understandable now. Thanks to Tim Hatch for pointing out the flaws here.
* 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-151-0/+3551