Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
f7f58f8db52a7981dc776a128fcb64657f15406c
/
Lib
/
encodings
« Previous
0d8e16c
Support trailing dots in DNS names. Fixes #782510. Will backport to 2.3.
by Martin v. Löwis
· 21 years ago
5d6ceb4
more generic reference to python interpreter
by Skip Montanaro
· 21 years ago
2820125
Remove usage of re module from encodings package search function.
by Marc-André Lemburg
· 21 years ago
0eadaac
Whitespace normalization.
by Tim Peters
· 22 years ago
2548c73
Implement IDNA (Internationalized Domain Names in Applications).
by Martin v. Löwis
· 22 years ago
7fb697b
Revert Patch #670715: iconv support.
by Martin v. Löwis
· 22 years ago
6156a2d
Handle iconv initialization erorrs
by Neal Norwitz
· 22 years ago
9789aef
Patch #670715: Universal Unicode Codec for POSIX iconv.
by Martin v. Löwis
· 22 years ago
6578dc9
Whitespace normalization.
by Tim Peters
· 22 years ago
d8407a7
Add new encoding for Ukrainian Cyrillic
by Neal Norwitz
· 22 years ago
c8c6065
When looking for an alias, first look for the normalized name (which
by Guido van Rossum
· 22 years ago
8dc5ff2
Undo the removal. Guido mentioned that the encoding name is in active
by Marc-André Lemburg
· 22 years ago
68fc273
Remove unneeded alias.
by Marc-André Lemburg
· 22 years ago
a40ea75
Fix doc-string.
by Marc-André Lemburg
· 22 years ago
9d158bb
Adapt lookup names to new more general encoding name normalization scheme.
by Marc-André Lemburg
· 22 years ago
7012673
Extending the encoding name normalization to handle more non-alphanumeric
by Marc-André Lemburg
· 22 years ago
479f3d3
Oops, must convert hyphens to underscores in keys of aliases dict.
by Guido van Rossum
· 22 years ago
b7a88e5
Add yet another alias for ASCII found in the field. Will backport to 2.2.2.
by Guido van Rossum
· 22 years ago
280488b
Whitespace normalization.
by Tim Peters
· 22 years ago
8a8da79
Patch #505705: Remove eval in pickle and cPickle.
by Martin v. Löwis
· 22 years ago
469cdad
Whitespace normalization.
by Tim Peters
· 22 years ago
b9e0764
Revert #571603 since it is ok to import codecs that are not subdirectories
by Martin v. Löwis
· 22 years ago
fc4c24c
Patch #571603: Refer to encodings package explicitly.
by Martin v. Löwis
· 22 years ago
a83ffa8
Palm OS encoding from Sjoerd Mullender
by Marc-André Lemburg
· 22 years ago
3ccb09c
Fix for bug #222395: UTF-16 et al. don't handle .readline().
by Marc-André Lemburg
· 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
· 23 years ago
35b0cb0
Python part of the UTF-7 codec by Brian Quinlan.
by Marc-André Lemburg
· 23 years ago
c60e6f7
Patch #435971: UTF-7 codec by Brian Quinlan.
by Marc-André Lemburg
· 23 years ago
26e3b68
Patch #462635 by Andrew Kuchling correcting bugs in the new
by Marc-André Lemburg
· 23 years ago
816a1b7
Fixed search function error reporting in the encodings package
by Marc-André Lemburg
· 23 years ago
fd6608b
Fix typo (PyChecker)
by Andrew M. Kuchling
· 23 years ago
9b75dca
Expose nl_langinfo through locale where available.
by Martin v. Löwis
· 23 years ago
92b550c
This patch by Martin v. Loewis changes the UTF-16 codec to only
by Marc-André Lemburg
· 23 years ago
13b8bc5
Patch #429957: Add support for cp1140, which is identical to cp037,
by Martin v. Löwis
· 23 years ago
194bfb2
Add some useful Windows encodings - patch #423221.
by Mark Hammond
· 23 years ago
716cf91
Moved the encoding map building logic from the individual mapping
by Marc-André Lemburg
· 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
a866df8
This patch changes the default behaviour of the builtin charmap
by Marc-André Lemburg
· 24 years ago
988ad2b
Changed .getaliases() support to register the new aliases in the
by Marc-André Lemburg
· 24 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 24 years ago
7ebb92e
Marc-Andre Lemburg <mal@lemburg.com>:
by Marc-André Lemburg
· 24 years ago
4fd73f0
Marc-Andre Lemburg <mal@lemburg.com>:
by Marc-André Lemburg
· 24 years ago
54480d3
New codec which always raises an exception when used. This
by Marc-André Lemburg
· 24 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
24bdb04
Marc-Andre Lemburg:
by Guido van Rossum
· 25 years ago
1abd82c
MBCS codecs for Windows. Contributed by Mark Hammond.
by Guido van Rossum
· 25 years ago
51ac580
On 17-Mar-2000, Marc-Andre Lemburg said:
by Barry Warsaw
· 25 years ago
0229bf6
Marc-Andre Lemburg: Unicode encodings.
by Guido van Rossum
· 25 years ago