René's URL Explorer Experiment


Title: 6.6. codecs — Codec registry and base classes — Python v3.2.6 documentation

direct link

Domain: docs.python.org

Nonetext/html; charset=utf-8

Links:

indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/library/unicodedata.html
previoushttps://docs.python.org/3.2/library/textwrap.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
The Python Standard Libraryhttps://docs.python.org/3.2/library/index.html
6. String Serviceshttps://docs.python.org/3.2/library/strings.html
codecshttps://docs.python.org/3.2/library/codecs.html#module-codecs
https://docs.python.org/3.2/library/codecs.html#module-codecs
https://docs.python.org/3.2/library/codecs.html#codecs.register
IncrementalEncoderhttps://docs.python.org/3.2/library/codecs.html#codecs.IncrementalEncoder
IncrementalDecoderhttps://docs.python.org/3.2/library/codecs.html#codecs.IncrementalDecoder
StreamWriterhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamWriter
StreamReaderhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamReader
PEP 383http://www.python.org/dev/peps/pep-0383
register_error()https://docs.python.org/3.2/library/codecs.html#codecs.register_error
https://docs.python.org/3.2/library/codecs.html#codecs.lookup
LookupErrorhttps://docs.python.org/3.2/library/exceptions.html#LookupError
lookup()https://docs.python.org/3.2/library/codecs.html#codecs.lookup
https://docs.python.org/3.2/library/codecs.html#codecs.getencoder
LookupErrorhttps://docs.python.org/3.2/library/exceptions.html#LookupError
https://docs.python.org/3.2/library/codecs.html#codecs.getdecoder
LookupErrorhttps://docs.python.org/3.2/library/exceptions.html#LookupError
https://docs.python.org/3.2/library/codecs.html#codecs.getincrementalencoder
LookupErrorhttps://docs.python.org/3.2/library/exceptions.html#LookupError
https://docs.python.org/3.2/library/codecs.html#codecs.getincrementaldecoder
LookupErrorhttps://docs.python.org/3.2/library/exceptions.html#LookupError
https://docs.python.org/3.2/library/codecs.html#codecs.getreader
LookupErrorhttps://docs.python.org/3.2/library/exceptions.html#LookupError
https://docs.python.org/3.2/library/codecs.html#codecs.getwriter
LookupErrorhttps://docs.python.org/3.2/library/exceptions.html#LookupError
https://docs.python.org/3.2/library/codecs.html#codecs.register_error
UnicodeEncodeErrorhttps://docs.python.org/3.2/library/exceptions.html#UnicodeEncodeError
IndexErrorhttps://docs.python.org/3.2/library/exceptions.html#IndexError
UnicodeDecodeErrorhttps://docs.python.org/3.2/library/exceptions.html#UnicodeDecodeError
UnicodeTranslateErrorhttps://docs.python.org/3.2/library/exceptions.html#UnicodeTranslateError
https://docs.python.org/3.2/library/codecs.html#codecs.lookup_error
LookupErrorhttps://docs.python.org/3.2/library/exceptions.html#LookupError
https://docs.python.org/3.2/library/codecs.html#codecs.strict_errors
UnicodeErrorhttps://docs.python.org/3.2/library/exceptions.html#UnicodeError
https://docs.python.org/3.2/library/codecs.html#codecs.replace_errors
https://docs.python.org/3.2/library/codecs.html#codecs.ignore_errors
https://docs.python.org/3.2/library/codecs.html#codecs.xmlcharrefreplace_errors
https://docs.python.org/3.2/library/codecs.html#codecs.backslashreplace_errors
https://docs.python.org/3.2/library/codecs.html#codecs.open
ValueErrorhttps://docs.python.org/3.2/library/exceptions.html#ValueError
open()https://docs.python.org/3.2/library/functions.html#open
https://docs.python.org/3.2/library/codecs.html#codecs.EncodedFile
ValueErrorhttps://docs.python.org/3.2/library/exceptions.html#ValueError
https://docs.python.org/3.2/library/codecs.html#codecs.iterencode
generatorhttps://docs.python.org/3.2/glossary.html#term-generator
https://docs.python.org/3.2/library/codecs.html#codecs.iterdecode
generatorhttps://docs.python.org/3.2/glossary.html#term-generator
https://docs.python.org/3.2/library/codecs.html#codecs.BOM
https://docs.python.org/3.2/library/codecs.html#codecs.BOM_BE
https://docs.python.org/3.2/library/codecs.html#codecs.BOM_LE
https://docs.python.org/3.2/library/codecs.html#codecs.BOM_UTF8
https://docs.python.org/3.2/library/codecs.html#codecs.BOM_UTF16
https://docs.python.org/3.2/library/codecs.html#codecs.BOM_UTF16_BE
https://docs.python.org/3.2/library/codecs.html#codecs.BOM_UTF16_LE
https://docs.python.org/3.2/library/codecs.html#codecs.BOM_UTF32
https://docs.python.org/3.2/library/codecs.html#codecs.BOM_UTF32_BE
https://docs.python.org/3.2/library/codecs.html#codecs.BOM_UTF32_LE
BOM_UTF16https://docs.python.org/3.2/library/codecs.html#codecs.BOM_UTF16
BOM_UTF16_BEhttps://docs.python.org/3.2/library/codecs.html#codecs.BOM_UTF16_BE
BOM_UTF16_LEhttps://docs.python.org/3.2/library/codecs.html#codecs.BOM_UTF16_LE
BOMhttps://docs.python.org/3.2/library/codecs.html#codecs.BOM
BOM_UTF16https://docs.python.org/3.2/library/codecs.html#codecs.BOM_UTF16
BOM_LEhttps://docs.python.org/3.2/library/codecs.html#codecs.BOM_LE
BOM_UTF16_LEhttps://docs.python.org/3.2/library/codecs.html#codecs.BOM_UTF16_LE
BOM_BEhttps://docs.python.org/3.2/library/codecs.html#codecs.BOM_BE
BOM_UTF16_BEhttps://docs.python.org/3.2/library/codecs.html#codecs.BOM_UTF16_BE
https://docs.python.org/3.2/library/codecs.html#codec-base-classes
codecshttps://docs.python.org/3.2/library/codecs.html#module-codecs
UnicodeErrorhttps://docs.python.org/3.2/library/exceptions.html#UnicodeError
PEP 383http://www.python.org/dev/peps/pep-0383
register_error()https://docs.python.org/3.2/library/codecs.html#codecs.register_error
https://docs.python.org/3.2/library/codecs.html#codec-objects
https://docs.python.org/3.2/library/codecs.html#codecs.Codec.encode
https://docs.python.org/3.2/library/codecs.html#codecs.Codec.decode
IncrementalEncoderhttps://docs.python.org/3.2/library/codecs.html#codecs.IncrementalEncoder
IncrementalDecoderhttps://docs.python.org/3.2/library/codecs.html#codecs.IncrementalDecoder
https://docs.python.org/3.2/library/codecs.html#incrementalencoder-objects
IncrementalEncoderhttps://docs.python.org/3.2/library/codecs.html#codecs.IncrementalEncoder
https://docs.python.org/3.2/library/codecs.html#codecs.IncrementalEncoder
IncrementalEncoderhttps://docs.python.org/3.2/library/codecs.html#codecs.IncrementalEncoder
IncrementalEncoderhttps://docs.python.org/3.2/library/codecs.html#codecs.IncrementalEncoder
ValueErrorhttps://docs.python.org/3.2/library/exceptions.html#ValueError
IncrementalEncoderhttps://docs.python.org/3.2/library/codecs.html#codecs.IncrementalEncoder
register_error()https://docs.python.org/3.2/library/codecs.html#codecs.register_error
https://docs.python.org/3.2/library/codecs.html#codecs.IncrementalEncoder.encode
encode()https://docs.python.org/3.2/library/codecs.html#codecs.IncrementalEncoder.encode
https://docs.python.org/3.2/library/codecs.html#codecs.IncrementalEncoder.reset
https://docs.python.org/3.2/library/codecs.html#codecs.IncrementalEncoder.getstate
https://docs.python.org/3.2/library/codecs.html#codecs.IncrementalEncoder.setstate
getstate()https://docs.python.org/3.2/library/codecs.html#codecs.IncrementalEncoder.getstate
https://docs.python.org/3.2/library/codecs.html#incrementaldecoder-objects
IncrementalDecoderhttps://docs.python.org/3.2/library/codecs.html#codecs.IncrementalDecoder
https://docs.python.org/3.2/library/codecs.html#codecs.IncrementalDecoder
IncrementalDecoderhttps://docs.python.org/3.2/library/codecs.html#codecs.IncrementalDecoder
IncrementalDecoderhttps://docs.python.org/3.2/library/codecs.html#codecs.IncrementalDecoder
ValueErrorhttps://docs.python.org/3.2/library/exceptions.html#ValueError
IncrementalDecoderhttps://docs.python.org/3.2/library/codecs.html#codecs.IncrementalDecoder
register_error()https://docs.python.org/3.2/library/codecs.html#codecs.register_error
https://docs.python.org/3.2/library/codecs.html#codecs.IncrementalDecoder.decode
decode()https://docs.python.org/3.2/library/codecs.html#codecs.IncrementalDecoder.decode
https://docs.python.org/3.2/library/codecs.html#codecs.IncrementalDecoder.reset
https://docs.python.org/3.2/library/codecs.html#codecs.IncrementalDecoder.getstate
https://docs.python.org/3.2/library/codecs.html#codecs.IncrementalDecoder.setstate
getstate()https://docs.python.org/3.2/library/codecs.html#codecs.IncrementalDecoder.getstate
StreamWriterhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamWriter
StreamReaderhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamReader
https://docs.python.org/3.2/library/codecs.html#streamwriter-objects
StreamWriterhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamWriter
https://docs.python.org/3.2/library/codecs.html#codecs.StreamWriter
StreamWriterhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamWriter
StreamWriterhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamWriter
ValueErrorhttps://docs.python.org/3.2/library/exceptions.html#ValueError
StreamWriterhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamWriter
register_error()https://docs.python.org/3.2/library/codecs.html#codecs.register_error
https://docs.python.org/3.2/library/codecs.html#codecs.StreamWriter.write
https://docs.python.org/3.2/library/codecs.html#codecs.StreamWriter.writelines
write()https://docs.python.org/3.2/library/codecs.html#codecs.StreamWriter.write
https://docs.python.org/3.2/library/codecs.html#codecs.StreamWriter.reset
StreamWriterhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamWriter
https://docs.python.org/3.2/library/codecs.html#streamreader-objects
StreamReaderhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamReader
https://docs.python.org/3.2/library/codecs.html#codecs.StreamReader
StreamReaderhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamReader
StreamReaderhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamReader
ValueErrorhttps://docs.python.org/3.2/library/exceptions.html#ValueError
StreamReaderhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamReader
register_error()https://docs.python.org/3.2/library/codecs.html#codecs.register_error
https://docs.python.org/3.2/library/codecs.html#codecs.StreamReader.read
read()https://docs.python.org/3.2/library/codecs.html#codecs.StreamReader.read
https://docs.python.org/3.2/library/codecs.html#codecs.StreamReader.readline
readline()https://docs.python.org/3.2/library/readline.html#module-readline
https://docs.python.org/3.2/library/codecs.html#codecs.StreamReader.readlines
read()https://docs.python.org/3.2/library/codecs.html#codecs.StreamReader.read
https://docs.python.org/3.2/library/codecs.html#codecs.StreamReader.reset
StreamReaderhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamReader
https://docs.python.org/3.2/library/codecs.html#streamreaderwriter-objects
StreamReaderWriterhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamReaderWriter
lookup()https://docs.python.org/3.2/library/codecs.html#codecs.lookup
https://docs.python.org/3.2/library/codecs.html#codecs.StreamReaderWriter
StreamReaderWriterhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamReaderWriter
StreamReaderhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamReader
StreamWriterhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamWriter
StreamReaderWriterhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamReaderWriter
StreamReaderhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamReader
StreamWriterhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamWriter
https://docs.python.org/3.2/library/codecs.html#streamrecoder-objects
StreamRecoderhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamRecoder
lookup()https://docs.python.org/3.2/library/codecs.html#codecs.lookup
https://docs.python.org/3.2/library/codecs.html#codecs.StreamRecoder
StreamRecoderhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamRecoder
StreamReaderhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamReader
StreamWriterhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamWriter
StreamRecoderhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamRecoder
StreamReaderhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamReader
StreamWriterhttps://docs.python.org/3.2/library/codecs.html#codecs.StreamWriter
https://docs.python.org/3.2/library/codecs.html#encodings-and-unicode
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
str.encode()https://docs.python.org/3.2/library/stdtypes.html#str.encode
UnicodeEncodeErrorhttps://docs.python.org/3.2/library/exceptions.html#UnicodeEncodeError
https://docs.python.org/3.2/library/codecs.html#standard-encodings
RFC 3490http://tools.ietf.org/html/rfc3490.html
encodings.idnahttps://docs.python.org/3.2/library/codecs.html#module-encodings.idna
RFC 3492http://tools.ietf.org/html/rfc3492.html
encodings.idnahttps://docs.python.org/3.2/library/codecs.html#module-encodings.idna
https://docs.python.org/3.2/library/codecs.html#module-encodings.idna
RFC 3490http://tools.ietf.org/html/rfc3490.html
RFC 3492http://tools.ietf.org/html/rfc3492.html
stringprephttps://docs.python.org/3.2/library/stringprep.html#module-stringprep
section 3.1http://tools.ietf.org/html/rfc3490#section-3.1
RFC 3490http://tools.ietf.org/html/rfc3490.html
sockethttps://docs.python.org/3.2/library/socket.html#module-socket
http.clienthttps://docs.python.org/3.2/library/http.client.html#module-http.client
ftplibhttps://docs.python.org/3.2/library/ftplib.html#module-ftplib
http.clienthttps://docs.python.org/3.2/library/http.client.html#module-http.client
encodings.idnahttps://docs.python.org/3.2/library/codecs.html#module-encodings.idna
https://docs.python.org/3.2/library/codecs.html#encodings.idna.nameprep
https://docs.python.org/3.2/library/codecs.html#encodings.idna.ToASCII
RFC 3490http://tools.ietf.org/html/rfc3490.html
https://docs.python.org/3.2/library/codecs.html#encodings.idna.ToUnicode
RFC 3490http://tools.ietf.org/html/rfc3490.html
encodings.mbcshttps://docs.python.org/3.2/library/codecs.html#module-encodings.mbcs
https://docs.python.org/3.2/library/codecs.html#module-encodings.mbcs
encodings.utf_8_sighttps://docs.python.org/3.2/library/codecs.html#module-encodings.utf_8_sig
https://docs.python.org/3.2/library/codecs.html#module-encodings.utf_8_sig
Table Of Contentshttps://docs.python.org/3.2/contents.html
6.6. codecs — Codec registry and base classeshttps://docs.python.org/3.2/library/codecs.html
6.6.1. Codec Base Classeshttps://docs.python.org/3.2/library/codecs.html#codec-base-classes
6.6.1.1. Codec Objectshttps://docs.python.org/3.2/library/codecs.html#codec-objects
6.6.1.2. IncrementalEncoder Objectshttps://docs.python.org/3.2/library/codecs.html#incrementalencoder-objects
6.6.1.3. IncrementalDecoder Objectshttps://docs.python.org/3.2/library/codecs.html#incrementaldecoder-objects
6.6.1.4. StreamWriter Objectshttps://docs.python.org/3.2/library/codecs.html#streamwriter-objects
6.6.1.5. StreamReader Objectshttps://docs.python.org/3.2/library/codecs.html#streamreader-objects
6.6.1.6. StreamReaderWriter Objectshttps://docs.python.org/3.2/library/codecs.html#streamreaderwriter-objects
6.6.1.7. StreamRecoder Objectshttps://docs.python.org/3.2/library/codecs.html#streamrecoder-objects
6.6.2. Encodings and Unicodehttps://docs.python.org/3.2/library/codecs.html#encodings-and-unicode
6.6.3. Standard Encodingshttps://docs.python.org/3.2/library/codecs.html#standard-encodings
6.6.4. encodings.idna — Internationalized Domain Names in Applicationshttps://docs.python.org/3.2/library/codecs.html#module-encodings.idna
6.6.5. encodings.mbcs — Windows ANSI codepagehttps://docs.python.org/3.2/library/codecs.html#module-encodings.mbcs
6.6.6. encodings.utf_8_sig — UTF-8 codec with BOM signaturehttps://docs.python.org/3.2/library/codecs.html#module-encodings.utf_8_sig
6.5. textwrap — Text wrapping and fillinghttps://docs.python.org/3.2/library/textwrap.html
6.7. unicodedata — Unicode Databasehttps://docs.python.org/3.2/library/unicodedata.html
Report a Bughttps://docs.python.org/3.2/bugs.html
Show Sourcehttps://docs.python.org/3.2/_sources/library/codecs.txt
indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/library/unicodedata.html
previoushttps://docs.python.org/3.2/library/textwrap.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
The Python Standard Libraryhttps://docs.python.org/3.2/library/index.html
6. String Serviceshttps://docs.python.org/3.2/library/strings.html
Copyrighthttps://docs.python.org/3.2/copyright.html
Please donate.http://www.python.org/psf/donations/
Found a bughttps://docs.python.org/3.2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.