Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-28415: Note 0 conversion different between Python and C (#885) | Louie Lu | 2017-04-27 | 1 | -16/+19 |
| | |||||
* | bpo-29918: Add missed "const" modifiers in C API documentation. (#846) | Serhiy Storchaka | 2017-03-30 | 1 | -2/+2 |
| | |||||
* | Issue #25270: Prevent codecs.escape_encode() from raising SystemError when ↵ | Berker Peksag | 2016-09-16 | 1 | -1/+1 |
| | | | | an empty bytestring is passed | ||||
* | Issue #27481: Docummented that ValueError is now raised instead of TypeError | Serhiy Storchaka | 2016-07-12 | 1 | -1/+5 |
| | | | | in case of embedded null characters/bytes. Patch by Xiang Zhang. | ||||
* | #23088: Clarify null termination of bytes and strings in C API. | R David Murray | 2015-05-14 | 1 | -14/+18 |
| | | | | Patch by Martin Panter, reviewed by Serhiy Storchaka and R. David Murray. | ||||
* | Closes #4159: add LaTeX tabular column specifications to tables that ↵ | Georg Brandl | 2013-03-28 | 1 | -0/+2 |
| | | | | otherwise are cut off or have overlapping text. | ||||
* | #9204: remove mentions of removed types in the types module. | Georg Brandl | 2010-10-17 | 1 | -3/+1 |
| | |||||
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -25/+25 |
| | |||||
* | Replace :func: by :cfunc: | Victor Stinner | 2010-08-17 | 1 | -1/+1 |
| | | | | To get links to the C functions | ||||
* | remove docs for PyBytes_Format #4917 | Benjamin Peterson | 2009-01-12 | 1 | -6/+0 |
| | |||||
* | make bytes(o) respect __bytes__ #2415 | Benjamin Peterson | 2008-08-26 | 1 | -0/+6 |
| | | | | | | This adds two new C-API functions: PyObject_Bytes and PyBytes_FromObject. Reviewer: Barry | ||||
* | update docs after renaming of PyString -> PyBytes | Benjamin Peterson | 2008-05-26 | 1 | -0/+194 |