summaryrefslogtreecommitdiff
path: root/Lib/encodings
Commit message (Expand)AuthorAgeFilesLines
* 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-124-3/+626
|\
| * Added forgotten new files for issues #22681 and #22682.Serhiy Storchaka2015-05-132-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-3/+6
| |\
| | * Issue #21171: Fixed undocumented filter API of the rot13 codec.Serhiy Storchaka2014-04-131-3/+6
| | |\
| | | * Issue #20574: Implement incremental decoder for cp65001 codeVictor Stinner2014-03-171-3/+6
* | | | Issue #16473: Fix byte transform codec documentation; test quotetabs=TrueMartin Panter2015-09-121-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
|/
* Merge #7475: Remove references to '.transform' from transform codec docstrings.R David Murray2014-03-136-12/+6
|\
| * #7475: Remove references to '.transform' from transform codec docstrings.R David Murray2014-03-136-12/+6
| * Issue #19619: Blacklist non-text codecs in method APISerhiy Storchaka2014-02-247-0/+7
* | whatsnew: cp273 codec (#10907797)R David Murray2014-03-071-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-131-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-0/+40
|\
| * Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8)Victor Stinner2011-10-271-0/+40
* | Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-281-6/+5
|/
* Issue #10807: Remove base64, bz2, hex, quopri, rot13, uu and zlib codecs fromVictor Stinner2011-01-021-18/+18
* Don't use deprecated aliases.Georg Brandl2010-12-061-4/+4
* #7475: add (un)transform method to bytes/bytearray and str, add back codecs t...Georg Brandl2010-12-028-18/+550
* remove pointless coding cookiesFlorent Xicluna2010-08-301-1/+0
* Fix a typo in the alias target name for 'macintosh'.Marc-André Lemburg2010-08-211-1/+1
* alias macintosh to mac_roman #843590Benjamin Peterson2010-08-211-0/+1
* Merged revisions 81499,81506 via svnmerge fromBenjamin Peterson2010-06-272-0/+703
* Merged revisions 81471-81472 via svnmerge fromVictor Stinner2010-05-222-14/+26
* Merged revisions 78806 via svnmerge fromBenjamin Peterson2010-03-081-311/+309
* Fix a minor grammatical error.Brett Cannon2009-12-131-1/+1
* Merged revisions 76337 via svnmerge fromPhilip Jenvey2009-11-171-1/+1
* Oops, really pass a bytes string to the ctypes function.Amaury Forgeot d'Arc2009-07-131-27/+27
* Merged revisions 74000-74001 via svnmerge fromAmaury Forgeot d'Arc2009-07-131-0/+311
* #1276: Add temporary encoding aliases for non-supported Mac CJKHye-Shik Chang2008-08-231-0/+5
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-5/+3
* Move the codec decode type checks to bytes/bytearray.decode().Marc-André Lemburg2008-06-061-0/+2
* The bz2 codec isn't supported any more. I've also commented out several codec...Christian Heimes2007-12-022-120/+18
* Rename buffer -> bytearray.Guido van Rossum2007-11-212-5/+5
* Merged revisions 59056-59076 via svnmerge fromChristian Heimes2007-11-201-13/+10
* Merged revisions 59041-59055 via svnmerge fromGuido van Rossum2007-11-191-5/+11
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-063-12/+12