summaryrefslogtreecommitdiffstats
path: root/Lib/encodings
Commit message (Expand)AuthorAgeFilesLines
...
* Support trailing dots in DNS names. Fixes #782510. Will backport to 2.3.Martin v. Löwis2003-08-051-3/+15
* more generic reference to python interpreterSkip Montanaro2003-07-221-1/+1
* Remove usage of re module from encodings package search function.Marc-André Lemburg2003-05-161-4/+19
* Whitespace normalization.Tim Peters2003-04-243-10/+9
* Implement IDNA (Internationalized Domain Names in Applications).Martin v. Löwis2003-04-182-0/+409
* Revert Patch #670715: iconv support.Martin v. Löwis2003-04-032-39/+0
* Handle iconv initialization erorrsNeal Norwitz2003-02-281-1/+1
* Patch #670715: Universal Unicode Codec for POSIX iconv.Martin v. Löwis2003-01-262-0/+40
* Whitespace normalization.Tim Peters2002-12-241-1/+1
* Add new encoding for Ukrainian CyrillicNeal Norwitz2002-10-171-0/+54
* When looking for an alias, first look for the normalized name (whichGuido van Rossum2002-10-041-1/+3
* Undo the removal. Guido mentioned that the encoding name is in activeMarc-André Lemburg2002-10-041-0/+1
* Remove unneeded alias.Marc-André Lemburg2002-10-041-1/+0
* Fix doc-string.Marc-André Lemburg2002-10-041-3/+3
* Adapt lookup names to new more general encoding name normalizationMarc-André Lemburg2002-10-041-14/+14
* Extending the encoding name normalization to handle more non-alphanumericMarc-André Lemburg2002-10-041-8/+20
* Oops, must convert hyphens to underscores in keys of aliases dict.Guido van Rossum2002-09-261-1/+1
* Add yet another alias for ASCII found in the field. Will backport toGuido van Rossum2002-09-251-0/+1
* Whitespace normalization.Tim Peters2002-08-231-1/+1
* Patch #505705: Remove eval in pickle and cPickle.Martin v. Löwis2002-08-141-0/+23
* Whitespace normalization.Tim Peters2002-08-0873-5769/+5762
* Revert #571603 since it is ok to import codecs that are not subdirectoriesMartin v. Löwis2002-07-291-9/+12
* Patch #571603: Refer to encodings package explicitly.Martin v. Löwis2002-07-281-1/+1
* Palm OS encoding from Sjoerd MullenderMarc-André Lemburg2002-07-121-0/+67
* Fix for bug #222395: UTF-16 et al. don't handle .readline().Marc-André Lemburg2002-04-053-2/+9
* Corrected import behaviour for codecs which live outside the encodingsMarc-André Lemburg2002-02-112-17/+12
* Add IANA character set aliases to the encodings alias dictionaryMarc-André Lemburg2002-02-102-106/+355
* Patch #487275: Add windows-1251 charset alias.Martin v. Löwis2001-12-021-0/+1
* Python part of the UTF-7 codec by Brian Quinlan.Marc-André Lemburg2001-09-201-0/+27
* Patch #435971: UTF-7 codec by Brian Quinlan.Marc-André Lemburg2001-09-201-0/+4
* Patch #462635 by Andrew Kuchling correcting bugs in the newMarc-André Lemburg2001-09-205-11/+21
* Fixed search function error reporting in the encodings packageMarc-André Lemburg2001-09-191-7/+11
* Fix typo (PyChecker)Andrew M. Kuchling2001-08-131-1/+1
* Expose nl_langinfo through locale where available.Martin v. Löwis2001-08-101-0/+2
* This patch by Martin v. Loewis changes the UTF-16 codec to onlyMarc-André Lemburg2001-06-191-3/+33
* Patch #429957: Add support for cp1140, which is identical to cp037,Martin v. Löwis2001-06-072-0/+50
* Add some useful Windows encodings - patch #423221.Mark Hammond2001-06-041-0/+5
* Moved the encoding map building logic from the individual mappingMarc-André Lemburg2001-05-1653-159/+53
* Add quoted-printable codecGuido van Rossum2001-05-152-0/+59
* This patch changes the way the string .encode() method works slightlyMarc-André Lemburg2001-05-156-0/+407
* This patch changes the default behaviour of the builtin charmapMarc-André Lemburg2001-01-0352-267/+359
* Changed .getaliases() support to register the new aliases in theMarc-André Lemburg2000-12-121-4/+12
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-2/+2
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-131-2/+2
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-071-0/+22
* New codec which always raises an exception when used. ThisMarc-André Lemburg2000-06-071-0/+34
* Marc-Andre's third try at this bulk patch seems to work (except thatGuido van Rossum2000-04-052-3/+6
* Marc-Andre Lemburg: use all lowercase names.Guido van Rossum2000-03-311-8/+8
* Marc-Andre Lemburg:Guido van Rossum2000-03-281-1/+0
* MBCS codecs for Windows. Contributed by Mark Hammond.Guido van Rossum2000-03-281-0/+37