summaryrefslogtreecommitdiffstats
path: root/Doc/library/codecs.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #24894: Document the codec iso8859_11Victor Stinner2015-09-241-0/+2
* Issue #16473: Fix byte transform codec documentation; test quotetabs=TrueMartin Panter2015-09-121-8/+9
* Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Code...Berker Peksag2015-07-301-4/+4
* Closes #23181: codepoint -> code pointGeorg Brandl2015-01-141-6/+6
* Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword supp...Victor Stinner2014-05-141-6/+8
* Close #17827: Document codecs.encode & codecs.decodeNick Coghlan2013-11-041-0/+23
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-11/+13
* Fix order of required StreamReader/StreamWriter base classes. Spotted by Edw...Georg Brandl2013-10-061-1/+1
* Issue #18336. Fix a link to StreamReader's read() method.Serhiy Storchaka2013-07-111-1/+1
* Issue #17844: Refactor a documentation of Python specific encodings.Serhiy Storchaka2013-05-221-78/+102
* #17714: document that the base64 codec adds a trailing newline.Ezio Melotti2013-05-071-1/+3
* Backport rev. 3ae74b361f53 to 2.7 branch.Georg Brandl2013-03-281-0/+6
|\
| * Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-0/+10
| * document that encoding error handlers may return bytes (#16585)Benjamin Peterson2012-12-021-7/+10
| * Issue #15444: Use proper spelling for non-ASCII contributor names.Antoine Pitrou2012-08-111-2/+2
| |\
| | * Issue #15444: Use proper spelling for non-ASCII contributor names.Antoine Pitrou2012-08-111-2/+2
| * | Fix and deprecated the unicode_internal codecVictor Stinner2011-11-101-0/+2
| * | Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8)Victor Stinner2011-10-261-0/+5
| * | Merge the codecs doc refactoring with 3.2.Ezio Melotti2011-10-251-19/+21
| |\ \ | | |/
| | * Refactor a bit the codecs doc.Ezio Melotti2011-10-251-19/+21
| * | Remove mention of narrow/wide builds in the codecs doc.Ezio Melotti2011-10-251-5/+3
| * | Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignoreVictor Stinner2011-10-181-3/+4
| * | Merge doc fix with 3.2.Ezio Melotti2011-09-011-7/+2
| |\ \ | | |/
| | * From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from...Ezio Melotti2011-09-011-7/+2
| * | Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) callsVictor Stinner2011-05-301-1/+2
| * | Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtinVictor Stinner2011-05-271-25/+0
| * | Issue #8796: codecs.open() calls the builtin open() function instead of usingVictor Stinner2011-05-261-0/+25
| * | Merge: Fix wording and clarify that the IDNA codec operates on full domain na...R David Murray2011-04-131-2/+8
| |\ \ | | |/
| | * Merge: Fix wording and clarify that the IDNA codec operates on full domain na...R David Murray2011-04-131-2/+8
| | |\
| | | * Fix wording and clarify that the IDNA codec operates on full domain names.R David Murray2011-04-131-2/+8
| | | * Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge...Éric Araujo2010-12-161-1/+1
| | | * Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via sv...Georg Brandl2010-10-061-2/+4
| | | * Merged revisions 78491 via svnmerge fromEzio Melotti2010-02-271-1/+1
| | | * Merged revisions 75797 via svnmerge fromGeorg Brandl2009-10-271-16/+26
| | | * Merged revisions 75231 via svnmerge fromBenjamin Peterson2009-10-041-1/+1
| | | * Merged revisions 74613,74615,74619-74620,74622 via svnmerge fromGeorg Brandl2009-09-011-1/+2
| | | * Merged revisions 74316,74335 via svnmerge fromGeorg Brandl2009-08-131-1/+1
| | | * Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,...Georg Brandl2009-08-131-3/+4
| | | * Merged revisions 73673 via svnmerge fromMartin v. Löwis2009-06-291-1/+2
| * | | Issue #11303: Added shortcuts for utf8 and latin1 encodings.Alexander Belopolsky2011-02-251-0/+9
| |/ /
| * | remove (un)transform methodsBenjamin Peterson2010-12-121-4/+2
| * | Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP charactersVictor Stinner2010-12-081-2/+2
| * | #7475: add (un)transform method to bytes/bytearray and str, add back codecs t...Georg Brandl2010-12-021-0/+40
| * | Fix usage of :option: in the docs (#9312).Éric Araujo2010-11-181-1/+1
| * | Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-2/+2
| * | alias macintosh to mac_roman #843590Benjamin Peterson2010-08-211-1/+1
| * | Merged revisions 81499,81506 via svnmerge fromBenjamin Peterson2010-06-271-0/+2
| * | Issue #850997: mbcs encoding (Windows only) handles errors argument: strictVictor Stinner2010-06-161-0/+17
| * | Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge fromGeorg Brandl2010-03-141-2/+4
| * | Merged revisions 78489 via svnmerge fromEzio Melotti2010-02-271-1/+1