summaryrefslogtreecommitdiffstats
path: root/Doc/library/codecs.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,...Georg Brandl2009-10-271-16/+26
* | Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,...Benjamin Peterson2009-10-041-1/+1
* | Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,...Georg Brandl2009-09-011-1/+2
* | typoPhilip Jenvey2009-08-061-1/+1
* | #6648: mention surrogateescape handler where all standard handlers are listed.Georg Brandl2009-08-061-3/+4
* | Merged revisions 74006 via svnmerge fromAmaury Forgeot d'Arc2009-07-151-0/+2
* | Link to PEP 383.Martin v. Löwis2009-06-291-1/+2
|/
* Rename utf8b error handler to surrogateescape.Martin v. Löwis2009-05-101-2/+2
* Rename the surrogates error handler to surrogatepass.Martin v. Löwis2009-05-101-7/+7
* Issue #5915: Implement PEP 383, Non-decodable Bytes inMartin v. Löwis2009-05-051-1/+3
* Issue #3672: Reject surrogates in utf-8 codec; add surrogates errorMartin v. Löwis2009-05-021-0/+12
* Update signature style of optional arguments, part two.Georg Brandl2009-04-051-11/+12
* Merged revisions 67005 via svnmerge fromWalter Dörwald2008-10-231-3/+3