summaryrefslogtreecommitdiffstats
path: root/Doc/library/codecs.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword supp...Victor Stinner2014-05-141-4/+6
* whatsnew: cp273 codec (#10907797)R David Murray2014-03-081-0/+4
* Issue #19668: Added support for the cp1125 encoding.Serhiy Storchaka2013-11-231-0/+4
* Close #7475: Restore binary & text transform codecsNick Coghlan2013-11-231-46/+70
* Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates.Serhiy Storchaka2013-11-191-7/+18
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-11/+13
|\
| * Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-11/+13
* | Issue #17827: document codecs.encode and codecs.decodeNick Coghlan2013-10-131-0/+19
|\ \ | |/
| * Issue #17827: Document codecs.encode and codecs.decodeNick Coghlan2013-10-131-0/+19
* | merge with 3.3Georg Brandl2013-10-061-1/+1
|\ \ | |/
| * Fix order of required StreamReader/StreamWriter base classes. Spotted by Edw...Georg Brandl2013-10-061-1/+1
* | Close #17839: support bytes-like objects in base64 moduleNick Coghlan2013-10-021-30/+35
|/
* Issue #18336. Fix a link to StreamReader's read() method.Serhiy Storchaka2013-07-111-1/+1
* Describe 'surrogateescape' in the documentation.Andrew Kuchling2013-06-161-1/+5
* Issue 17844: Clarify meaning of different codec tablesNick Coghlan2013-05-231-30/+50
* Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs.Serhiy Storchaka2013-05-221-27/+27
* #17841: remove missing codecs aliases from the documentation. Patch by Thoma...Ezio Melotti2013-05-101-33/+33
* #17714: document that the base64 codec adds a trailing newline.Ezio Melotti2013-05-071-1/+3
* 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