summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/bytes.rst
Commit message (Collapse)AuthorAgeFilesLines
* #9204: remove mentions of removed types in the types module.Georg Brandl2010-10-171-3/+1
|
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-25/+25
|
* Replace :func: by :cfunc:Victor Stinner2010-08-171-1/+1
| | | | To get links to the C functions
* remove docs for PyBytes_Format #4917Benjamin Peterson2009-01-121-6/+0
|
* make bytes(o) respect __bytes__ #2415Benjamin Peterson2008-08-261-0/+6
| | | | | | This adds two new C-API functions: PyObject_Bytes and PyBytes_FromObject. Reviewer: Barry
* update docs after renaming of PyString -> PyBytesBenjamin Peterson2008-05-261-0/+194