summaryrefslogtreecommitdiff
path: root/Doc/c-api/bytes.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an...Berker Peksag2016-09-161-1/+1
* Issue #27481: Docummented that ValueError is now raised instead of TypeErrorSerhiy Storchaka2016-07-121-1/+5
* #23088: Clarify null termination of bytes and strings in C API.R David Murray2015-05-131-14/+18
* Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-0/+2
* #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
* remove docs for PyBytes_Format #4917Benjamin Peterson2009-01-121-6/+0
* make bytes(o) respect __bytes__ #2415Benjamin Peterson2008-08-261-0/+6
* update docs after renaming of PyString -> PyBytesBenjamin Peterson2008-05-261-0/+194