summaryrefslogtreecommitdiff
path: root/Doc/library/codecs.rst
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.4 (codecs, issue #24894)Victor Stinner2015-09-241-12/+37
|\
| * Issue #16473: Merge codecs doc and test from 3.4 into 3.5Martin Panter2015-09-121-12/+37
| |\
| | * Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Code...Berker Peksag2015-07-301-12/+37
| | |\
| | | * Issue #22681: Added support for the koi8_t encoding.Serhiy Storchaka2015-05-121-0/+4
| | | * Issue #22682: Added support for the kz1048 encoding.Serhiy Storchaka2015-05-121-0/+4
| | | * Merge with 3.4Georg Brandl2015-02-251-12/+29
| | | |\
| | | | * Issue #22286: The "backslashreplace" error handlers now works withSerhiy Storchaka2015-01-251-5/+9
| | | | * Closes #23181: codepoint -> code pointGeorg Brandl2015-01-141-6/+6
| | | | * Issue #19548: clean up merge issues in codecs docsNick Coghlan2015-01-071-3/+5
| | | | * Merge issue 19548 changes from 3.4Nick Coghlan2015-01-071-317/+334
| | | | |\
| | | | * | Issue #19676: Tweak documentation a bit.Berker Peksag2014-11-251-1/+3
| | | | * | Issue #19676: Added the "namereplace" error handler.Serhiy Storchaka2014-11-251-0/+17
| | | | * | Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, renameVictor Stinner2014-08-011-0/+1
| | | | * | #13437: link to the source code for a few more modulesAndrew Kuchling2014-03-191-1/+1
| | | * | | Remove unsupported (in latex) character from the source.Georg Brandl2015-02-251-1/+1
* | | | | | 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/+8
|/ / / /
* | | | Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Code...Berker Peksag2015-07-301-4/+4
* | | | Checking in this change LOCAL ONLY NO UPLOAD ANYWHEREv3.4.3Larry Hastings2015-02-251-1/+1
|/ / /
* | | Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-181-6/+6
| |/ |/|
* | Issue 19548: update codecs module documentationNick Coghlan2015-01-071-303/+327
* | 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-071-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-141-30/+35
|\ \ | |/ |/|
| * merge with 3.3Georg Brandl2013-10-061-1/+1
| |\
| * | Close #17839: support bytes-like objects in base64 moduleNick Coghlan2013-10-031-30/+35
* | | Issue #17827: Document codecs.encode and codecs.decodeNick Coghlan2013-10-141-0/+19
| |/ |/|
* | 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
* 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-271-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
|\ \ | |/