summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/codec.rst
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] gh-107298: Fix doc references to undocumented modules (GH-107300) ↵Miss Islington (bot)2023-07-281-1/+1
| | | | | | | | (GH-107370) Update also Doc/tools/.nitignore. (cherry picked from commit 87b39028e5f453a949a1675526c439f6479a04a8) Co-authored-by: Victor Stinner <vstinner@python.org>
* bpo-41842: Add codecs.unregister() function (GH-22360)Hai Shi2020-09-281-0/+8
| | | | Add codecs.unregister() and PyCodec_Unregister() functions to unregister a codec search function.
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-4/+4
| | | | Replace all *NULL* with ``NULL``.
* bpo-35461: Document C API functions which suppress exceptions. (GH-11119)Serhiy Storchaka2018-12-181-1/+1
|
* 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