| Commit message (Expand) | Author | Age | Files | Lines |
* | document that encoding error handlers may return bytes (#16585) | Benjamin Peterson | 2012-12-02 | 1 | -7/+10 |
|
|
* | Issue #15444: Use proper spelling for non-ASCII contributor names. | Antoine Pitrou | 2012-08-11 | 1 | -2/+2 |
|\ |
|
| * | Issue #15444: Use proper spelling for non-ASCII contributor names. | Antoine Pitrou | 2012-08-11 | 1 | -2/+2 |
|
|
* | | Fix and deprecated the unicode_internal codec | Victor Stinner | 2011-11-10 | 1 | -0/+2 |
|
|
* | | Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8) | Victor Stinner | 2011-10-26 | 1 | -0/+5 |
|
|
* | | Merge the codecs doc refactoring with 3.2. | Ezio Melotti | 2011-10-25 | 1 | -19/+21 |
|\ \
| |/ |
|
| * | Refactor a bit the codecs doc. | Ezio Melotti | 2011-10-25 | 1 | -19/+21 |
|
|
* | | Remove mention of narrow/wide builds in the codecs doc. | Ezio Melotti | 2011-10-25 | 1 | -5/+3 |
|
|
* | | Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore | Victor Stinner | 2011-10-18 | 1 | -3/+4 |
|
|
* | | Merge doc fix with 3.2. | Ezio Melotti | 2011-09-01 | 1 | -7/+2 |
|\ \
| |/ |
|
| * | From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from... | Ezio Melotti | 2011-09-01 | 1 | -7/+2 |
|
|
* | | Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls | Victor Stinner | 2011-05-30 | 1 | -1/+2 |
|
|
* | | Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtin | Victor Stinner | 2011-05-27 | 1 | -25/+0 |
|
|
* | | Issue #8796: codecs.open() calls the builtin open() function instead of using | Victor Stinner | 2011-05-26 | 1 | -0/+25 |
|
|
* | | Merge: Fix wording and clarify that the IDNA codec operates on full domain na... | R David Murray | 2011-04-13 | 1 | -2/+8 |
|\ \
| |/ |
|
| * | Merge: Fix wording and clarify that the IDNA codec operates on full domain na... | R David Murray | 2011-04-13 | 1 | -2/+8 |
| |\ |
|
| | * | Fix wording and clarify that the IDNA codec operates on full domain names. | R David Murray | 2011-04-13 | 1 | -2/+8 |
|
|
| | * | Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge... | Éric Araujo | 2010-12-16 | 1 | -1/+1 |
|
|
| | * | Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via sv... | Georg Brandl | 2010-10-06 | 1 | -2/+4 |
|
|
| | * | Merged revisions 78491 via svnmerge from | Ezio Melotti | 2010-02-27 | 1 | -1/+1 |
|
|
| | * | Merged revisions 75797 via svnmerge from | Georg Brandl | 2009-10-27 | 1 | -16/+26 |
|
|
| | * | Merged revisions 75231 via svnmerge from | Benjamin Peterson | 2009-10-04 | 1 | -1/+1 |
|
|
| | * | Merged revisions 74613,74615,74619-74620,74622 via svnmerge from | Georg Brandl | 2009-09-01 | 1 | -1/+2 |
|
|
| | * | Merged revisions 74316,74335 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -1/+1 |
|
|
| | * | Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,... | Georg Brandl | 2009-08-13 | 1 | -3/+4 |
|
|
| | * | Merged revisions 73673 via svnmerge from | Martin v. Löwis | 2009-06-29 | 1 | -1/+2 |
|
|
* | | | Issue #11303: Added shortcuts for utf8 and latin1 encodings. | Alexander Belopolsky | 2011-02-25 | 1 | -0/+9 |
|/ / |
|
* | | remove (un)transform methods | Benjamin Peterson | 2010-12-12 | 1 | -4/+2 |
|
|
* | | Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP characters | Victor Stinner | 2010-12-08 | 1 | -2/+2 |
|
|
* | | #7475: add (un)transform method to bytes/bytearray and str, add back codecs t... | Georg Brandl | 2010-12-02 | 1 | -0/+40 |
|
|
* | | Fix usage of :option: in the docs (#9312). | Éric Araujo | 2010-11-18 | 1 | -1/+1 |
|
|
* | | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -2/+2 |
|
|
* | | alias macintosh to mac_roman #843590 | Benjamin Peterson | 2010-08-21 | 1 | -1/+1 |
|
|
* | | Merged revisions 81499,81506 via svnmerge from | Benjamin Peterson | 2010-06-27 | 1 | -0/+2 |
|
|
* | | Issue #850997: mbcs encoding (Windows only) handles errors argument: strict | Victor Stinner | 2010-06-16 | 1 | -0/+17 |
|
|
* | | Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -2/+4 |
|
|
* | | Merged revisions 78489 via svnmerge from | Ezio Melotti | 2010-02-27 | 1 | -1/+1 |
|
|
* | | Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,... | Georg Brandl | 2009-10-27 | 1 | -16/+26 |
|
|
* | | Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,... | Benjamin Peterson | 2009-10-04 | 1 | -1/+1 |
|
|
* | | Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,... | Georg Brandl | 2009-09-01 | 1 | -1/+2 |
|
|
* | | typo | Philip Jenvey | 2009-08-06 | 1 | -1/+1 |
|
|
* | | #6648: mention surrogateescape handler where all standard handlers are listed. | Georg Brandl | 2009-08-06 | 1 | -3/+4 |
|
|
* | | Merged revisions 74006 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-15 | 1 | -0/+2 |
|
|
* | | Link to PEP 383. | Martin v. Löwis | 2009-06-29 | 1 | -1/+2 |
|/ |
|
* | Rename utf8b error handler to surrogateescape. | Martin v. Löwis | 2009-05-10 | 1 | -2/+2 |
|
|
* | Rename the surrogates error handler to surrogatepass. | Martin v. Löwis | 2009-05-10 | 1 | -7/+7 |
|
|
* | Issue #5915: Implement PEP 383, Non-decodable Bytes in | Martin v. Löwis | 2009-05-05 | 1 | -1/+3 |
|
|
* | Issue #3672: Reject surrogates in utf-8 codec; add surrogates error | Martin v. Löwis | 2009-05-02 | 1 | -0/+12 |
|
|
* | Update signature style of optional arguments, part two. | Georg Brandl | 2009-04-05 | 1 | -11/+12 |
|
|
* | Merged revisions 67005 via svnmerge from | Walter Dörwald | 2008-10-23 | 1 | -3/+3 |
|
|