summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/codec.rst
Commit message (Collapse)AuthorAgeFilesLines
* [3.7] bpo-38600: Change the mark up of NULL in the C API documentation. ↵Serhiy Storchaka2019-10-301-4/+4
| | | | | | | (GH-16950) (GH-17000) Replace all *NULL* with ``NULL``. (cherry picked from commit 25fc088607c855060ed142296dc1bd0125fad1af)
* bpo-35461: Document C API functions which suppress exceptions. (GH-11119)Miss Islington (bot)2018-12-181-1/+1
| | | | | (cherry picked from commit 3fcc1e08db6fb7e17acc4a8f63be3e42f52f094b) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* Issue #19676: Tweak documentation a bit.Berker Peksag2014-11-251-2/+2
| | | | | | * Updated version info to 3.5 * Fixed a markup error * Added a versionadded directive to namereplace_errors documentation
* Issue #19676: Added the "namereplace" error handler.Serhiy Storchaka2014-11-251-0/+5
|
* Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-091-4/+4
|
* #10468: document Unicode exception creation and access functions.Georg Brandl2010-11-231-4/+2
|
* #10439: document PyCodec C APIs.Georg Brandl2010-11-201-0/+120