René's URL Explorer Experiment


Title: Codec registry and support functions — Python 3.5.10 documentation

direct link

Domain: docs.python.org

Nonetext/html; charset=utf-8

Links:

Python documentation for the current stable releasehttps://docs.python.org/3/c-api/codec.html
indexhttps://docs.python.org/3.5/genindex.html
moduleshttps://docs.python.org/3.5/py-modindex.html
nexthttps://docs.python.org/3.5/c-api/abstract.html
previoushttps://docs.python.org/3.5/c-api/reflection.html
Pythonhttps://www.python.org/
3.5.10 Documentationhttps://docs.python.org/3.5/index.html
Python/C API Reference Manualhttps://docs.python.org/3.5/c-api/index.html
Utilitieshttps://docs.python.org/3.5/c-api/utilities.html
https://docs.python.org/3.5/c-api/codec.html#codec-registry-and-support-functions
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
https://docs.python.org/3.5/c-api/codec.html#c.PyCodec_Register
https://docs.python.org/3.5/c-api/codec.html#c.PyCodec_KnownEncoding
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
https://docs.python.org/3.5/c-api/codec.html#c.PyCodec_Encode
LookupErrorhttps://docs.python.org/3.5/library/exceptions.html#LookupError
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
https://docs.python.org/3.5/c-api/codec.html#c.PyCodec_Decode
LookupErrorhttps://docs.python.org/3.5/library/exceptions.html#LookupError
https://docs.python.org/3.5/c-api/codec.html#codec-lookup-api
KeyErrorhttps://docs.python.org/3.5/library/exceptions.html#KeyError
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
https://docs.python.org/3.5/c-api/codec.html#c.PyCodec_Encoder
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
https://docs.python.org/3.5/c-api/codec.html#c.PyCodec_Decoder
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
https://docs.python.org/3.5/c-api/codec.html#c.PyCodec_IncrementalEncoder
IncrementalEncoderhttps://docs.python.org/3.5/library/codecs.html#codecs.IncrementalEncoder
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
https://docs.python.org/3.5/c-api/codec.html#c.PyCodec_IncrementalDecoder
IncrementalDecoderhttps://docs.python.org/3.5/library/codecs.html#codecs.IncrementalDecoder
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
https://docs.python.org/3.5/c-api/codec.html#c.PyCodec_StreamReader
StreamReaderhttps://docs.python.org/3.5/library/codecs.html#codecs.StreamReader
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
https://docs.python.org/3.5/c-api/codec.html#c.PyCodec_StreamWriter
StreamWriterhttps://docs.python.org/3.5/library/codecs.html#codecs.StreamWriter
https://docs.python.org/3.5/c-api/codec.html#registry-api-for-unicode-encoding-error-handlers
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
https://docs.python.org/3.5/c-api/codec.html#c.PyCodec_RegisterError
UnicodeEncodeErrorhttps://docs.python.org/3.5/library/exceptions.html#UnicodeEncodeError
UnicodeDecodeErrorhttps://docs.python.org/3.5/library/exceptions.html#UnicodeDecodeError
UnicodeTranslateErrorhttps://docs.python.org/3.5/library/exceptions.html#UnicodeTranslateError
Unicode Exception Objectshttps://docs.python.org/3.5/c-api/exceptions.html#unicodeexceptions
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
https://docs.python.org/3.5/c-api/codec.html#c.PyCodec_LookupError
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
https://docs.python.org/3.5/c-api/codec.html#c.PyCodec_StrictErrors
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
https://docs.python.org/3.5/c-api/codec.html#c.PyCodec_IgnoreErrors
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
https://docs.python.org/3.5/c-api/codec.html#c.PyCodec_ReplaceErrors
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
https://docs.python.org/3.5/c-api/codec.html#c.PyCodec_XMLCharRefReplaceErrors
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
https://docs.python.org/3.5/c-api/codec.html#c.PyCodec_BackslashReplaceErrors
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3.5/c-api/structures.html#c.PyObject
https://docs.python.org/3.5/c-api/codec.html#c.PyCodec_NameReplaceErrors
Table of Contentshttps://docs.python.org/3.5/contents.html
Codec registry and support functionshttps://docs.python.org/3.5/c-api/codec.html
Codec lookup APIhttps://docs.python.org/3.5/c-api/codec.html#codec-lookup-api
Registry API for Unicode encoding error handlershttps://docs.python.org/3.5/c-api/codec.html#registry-api-for-unicode-encoding-error-handlers
Reflectionhttps://docs.python.org/3.5/c-api/reflection.html
Abstract Objects Layerhttps://docs.python.org/3.5/c-api/abstract.html
Report a Bughttps://docs.python.org/3.5/bugs.html
Show Source https://github.com/python/cpython/blob/3.5/Doc/c-api/codec.rst
indexhttps://docs.python.org/3.5/genindex.html
moduleshttps://docs.python.org/3.5/py-modindex.html
nexthttps://docs.python.org/3.5/c-api/abstract.html
previoushttps://docs.python.org/3.5/c-api/reflection.html
Pythonhttps://www.python.org/
3.5.10 Documentationhttps://docs.python.org/3.5/index.html
Python/C API Reference Manualhttps://docs.python.org/3.5/c-api/index.html
Utilitieshttps://docs.python.org/3.5/c-api/utilities.html
Copyrighthttps://docs.python.org/3.5/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/3.5/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.