Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d02ac25ab0879f1a6de6937573bf00a16b7bd22e
/
Doc
/
c-api
/
bytes.rst
88c38b3
bpo-28415: Note 0 conversion different between Python and C (#885)
by Louie Lu
· 8 years ago
84b8e92
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
by Serhiy Storchaka
· 8 years ago
4a72a7b
Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed
by Berker Peksag
· 9 years ago
6f379f4
Issue #27481: Docummented that ValueError is now raised instead of TypeError
by Serhiy Storchaka
· 9 years ago
0a560a1
#23088: Clarify null termination of bytes and strings in C API.
by R David Murray
· 10 years ago
44ea77b
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
by Georg Brandl
· 12 years ago
2aff335
#9204: remove mentions of removed types in the types module.
by Georg Brandl
· 15 years ago
60203b4
Migrate to Sphinx 1.0 C language constructs.
by Georg Brandl
· 15 years ago
6009ece
Replace :func: by :cfunc:
by Victor Stinner
· 15 years ago
ce36962
remove docs for PyBytes_Format #4917
by Benjamin Peterson
· 17 years ago
c15a073
make bytes(o) respect __bytes__ #2415
by Benjamin Peterson
· 17 years ago
dae32c1
update docs after renaming of PyString -> PyBytes
by Benjamin Peterson
· 17 years ago