Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c0a56ff9089718c042bc17e4c3e78fb32eb12525
/
Lib
/
encodings
/
aliases.py
6e39080
Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.
by Walter Dörwald
· 18 years ago
4ba9e5b
Patch #1634778: add missing encoding aliases for iso8859_15 and iso8859_16.
by Georg Brandl
· 19 years ago
7797be7
Alias iso8859_1 to latin_1 which is the same encoding, but has
by Marc-André Lemburg
· 20 years ago
007f8df
Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified
by Walter Dörwald
· 20 years ago
9ab8818
Rearranged mappings to value sorting order.
by Marc-André Lemburg
· 21 years ago
c759f07
Added new codecs and aliases for ISO_8859-11, ISO_8859-16 and TIS-620.
by Marc-André Lemburg
· 21 years ago
cd8a4cb
Added new codec hp-roman8 submitted as patch [ 996067 ] hp-roman8 codec.
by Marc-André Lemburg
· 21 years ago
2bb146f
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
by Hye-Shik Chang
· 21 years ago
5c5316f
Add a new unicode codec: ptcp154 (Kazakh)
by Hye-Shik Chang
· 21 years ago
5c94d33
Add some more code page aliases needed for completeness.
by Marc-André Lemburg
· 22 years ago
b619e4b
Fix a typo: s/iso_3022/iso2022/
by Hye-Shik Chang
· 22 years ago
3e2a306
Add CJK codecs support as discussed on python-dev. (SF #873597)
by Hye-Shik Chang
· 22 years ago
9a80c5d
Added codec for bz2 compression.
by Raymond Hettinger
· 22 years ago
8dc5ff2
Undo the removal. Guido mentioned that the encoding name is in active
by Marc-André Lemburg
· 23 years ago
68fc273
Remove unneeded alias.
by Marc-André Lemburg
· 23 years ago
a40ea75
Fix doc-string.
by Marc-André Lemburg
· 23 years ago
9d158bb
Adapt lookup names to new more general encoding name normalization scheme.
by Marc-André Lemburg
· 23 years ago
479f3d3
Oops, must convert hyphens to underscores in keys of aliases dict.
by Guido van Rossum
· 23 years ago
b7a88e5
Add yet another alias for ASCII found in the field. Will backport to 2.2.2.
by Guido van Rossum
· 23 years ago
a0af63b
Corrected import behaviour for codecs which live outside the encodings package.
by Marc-André Lemburg
· 23 years ago
462004e
Add IANA character set aliases to the encodings alias dictionary
by Marc-André Lemburg
· 23 years ago
79d802d
Patch #487275: Add windows-1251 charset alias.
by Martin v. Löwis
· 24 years ago
c60e6f7
Patch #435971: UTF-7 codec by Brian Quinlan.
by Marc-André Lemburg
· 24 years ago
9b75dca
Expose nl_langinfo through locale where available.
by Martin v. Löwis
· 24 years ago
13b8bc5
Patch #429957: Add support for cp1140, which is identical to cp037,
by Martin v. Löwis
· 24 years ago
194bfb2
Add some useful Windows encodings - patch #423221.
by Mark Hammond
· 24 years ago
acfdf15
Add quoted-printable codec
by Guido van Rossum
· 24 years ago
2d92041
This patch changes the way the string .encode() method works slightly
by Marc-André Lemburg
· 24 years ago
4fd73f0
Marc-Andre Lemburg <mal@lemburg.com>:
by Marc-André Lemburg
· 25 years ago
9e896b3
Marc-Andre's third try at this bulk patch seems to work (except that
by Guido van Rossum
· 25 years ago
68895ed
Marc-Andre Lemburg: use all lowercase names.
by Guido van Rossum
· 25 years ago
0229bf6
Marc-Andre Lemburg: Unicode encodings.
by Guido van Rossum
· 25 years ago