summaryrefslogtreecommitdiffstats
path: root/Lib/encodings
Commit message (Expand)AuthorAgeFilesLines
* gh-98433: Fix quadratic time idna decoding. (#99092)Gregory P. Smith2022-11-081-17/+25
* bpo-46659: Fix the MBCS codec alias on Windows (GH-31218)Victor Stinner2022-02-221-4/+7
* bpo-46659: Update the test on the mbcs codec alias (GH-31168)Victor Stinner2022-02-061-3/+4
* bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape...Serhiy Storchaka2021-10-141-4/+5
* bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" co...Serhiy Storchaka2021-10-141-4/+5
* bpo-39337: encodings.normalize_encoding() now ignores non-ASCII characters (G...Hai Shi2020-10-141-1/+2
* bpo-30566: Fix IndexError when using punycode codec (GH-18632)Berker Peksag2020-02-251-1/+1
* bpo-38945: UU Encoding: Don't let newline in filename corrupt the output form...Matthew Rollings2019-12-021-0/+4
* bpo-34519: Add additional aliases for HP Roman 8 (GH-8956)Michael Osipov2019-09-111-0/+2
* bpo-35551: remove mac_centeuro encoding (GH-13856)Inada Naoki2019-06-061-307/+0
* bpo-35551: encodings update (GH-11446)Ashwin Ramaswami2019-06-051-3/+1
* Fix typos in docs and docstrings (GH-13745)Xtreak2019-06-021-1/+1
* bpo-36778: cp65001 encoding becomes an alias to utf_8 (GH-13230)Victor Stinner2019-05-102-43/+1
* bpo-36297: remove "unicode_internal" codec (GH-12342)Inada Naoki2019-03-181-45/+0
* Remove obsolete comment about latin-1 in `normalize_encoding` (GH-8739)Anthony Sottile2018-09-111-2/+1
* bpo-32943: Fix confusing error message for rot13 codec (GH-5869)Xiang Zhang2018-03-251-4/+4
* bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)Victor Stinner2017-12-131-2/+3
* Revert #27959: ImportError within an encoding module should also skip the enc...Steve Dower2016-09-091-3/+4
* Issue #28005: Allow ImportErrors in encoding implementation to propagate.Steve Dower2016-09-081-2/+3
* Issue #27959: Prevent ImportError from escaping codec search functionSteve Dower2016-09-071-4/+8
* Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec ...Steve Dower2016-09-073-0/+52
* PEP 7 style for if/else in CVictor Stinner2016-09-021-0/+1
* Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-262-2/+2
* Add some "used with permission" mentions where external resources are referen...Brett Cannon2016-01-151-0/+2
* Issue #16473: Merge codecs doc and test from 3.4 into 3.5Martin Panter2015-09-121-1/+1
|\
| * Issue #16473: Fix byte transform codec documentation; test quotetabs=TrueMartin Panter2015-09-121-1/+1
* | Added forgotten new files for issues #22681 and #22682.Serhiy Storchaka2015-05-122-0/+615
* | Issue #22682: Added support for the kz1048 encoding.Serhiy Storchaka2015-05-121-0/+5
* | Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.Serhiy Storchaka2014-11-071-1/+1
|\ \ | |/
| * Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.Serhiy Storchaka2014-11-071-1/+1
* | Issue #21171: Fixed undocumented filter API of the rot13 codec.Serhiy Storchaka2014-04-131-1/+1
|\ \ | |/
| * Issue #21171: Fixed undocumented filter API of the rot13 codec.Serhiy Storchaka2014-04-131-1/+1
* | Issue #20574: Implement incremental decoder for cp65001 codeVictor Stinner2014-03-171-3/+6
|/
* Merge #7475: Remove references to '.transform' from transform codec docstrings.R David Murray2014-03-146-12/+6
|\
| * #7475: Remove references to '.transform' from transform codec docstrings.R David Murray2014-03-146-12/+6
| * Issue #19619: Blacklist non-text codecs in method APISerhiy Storchaka2014-02-247-0/+7
* | whatsnew: cp273 codec (#10907797)R David Murray2014-03-081-0/+5
* | Fixed incorrectly applying a patch for issue19668.Serhiy Storchaka2013-11-232-26/+724
* | Issue #19668: Added support for the cp1125 encoding.Serhiy Storchaka2013-11-232-26/+32
* | Close #7475: Restore binary & text transform codecsNick Coghlan2013-11-231-18/+18
* | Issue #19619: Blacklist non-text codecs in method APINick Coghlan2013-11-227-0/+7
* | #1097797: Add CP273 codec, and exercise it in the test suiteAndrew Kuchling2013-11-101-0/+307
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-3/+4
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-141-4/+3
* | Add fast-path in PyUnicode_DecodeCharmap() for pure 8 bit encodings:Victor Stinner2013-04-093-3/+0
|/
* Normalize whitespaceAntoine Pitrou2012-06-162-2/+0
* Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels.Antoine Pitrou2012-06-167-422/+1078
* Speed up IDNA for the common caseAntoine Pitrou2011-11-101-0/+22
* Merge 3.2Florent Xicluna2011-10-281-6/+5
|\
| * Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-281-6/+5