René's URL Explorer Experiment


Title: Codec registry and support functions — Python 2.7.18 documentation

direct link

Domain: docs.python.org

Links:

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

URLs of crawlers that visited me.