Georg Brandl
|
2aff335c36
|
#9204: remove mentions of removed types in the types module.
|
2010-10-17 10:59:41 +00:00 |
Georg Brandl
|
60203b41b0
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
Victor Stinner
|
6009ece0ed
|
Replace :func: by :cfunc:
To get links to the C functions
|
2010-08-17 22:01:02 +00:00 |
Benjamin Peterson
|
ce36962d12
|
remove docs for PyBytes_Format #4917
|
2009-01-12 00:28:16 +00:00 |
Benjamin Peterson
|
c15a07333e
|
make bytes(o) respect __bytes__ #2415
This adds two new C-API functions: PyObject_Bytes and PyBytes_FromObject.
Reviewer: Barry
|
2008-08-26 16:46:47 +00:00 |
Benjamin Peterson
|
dae32c196a
|
update docs after renaming of PyString -> PyBytes
|
2008-05-26 15:01:55 +00:00 |