| Commit message (Expand) | Author | Age | Files | Lines |
* | whatsnew: cp273 codec (#10907797) | R David Murray | 2014-03-08 | 1 | -0/+4 |
|
|
* | Issue #19668: Added support for the cp1125 encoding. | Serhiy Storchaka | 2013-11-23 | 1 | -0/+4 |
|
|
* | Close #7475: Restore binary & text transform codecs | Nick Coghlan | 2013-11-23 | 1 | -46/+70 |
|
|
* | Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. | Serhiy Storchaka | 2013-11-19 | 1 | -7/+18 |
|
|
* | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -11/+13 |
|\ |
|
| * | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -11/+13 |
|
|
* | | Issue #17827: document codecs.encode and codecs.decode | Nick Coghlan | 2013-10-13 | 1 | -0/+19 |
|\ \
| |/ |
|
| * | Issue #17827: Document codecs.encode and codecs.decode | Nick Coghlan | 2013-10-13 | 1 | -0/+19 |
|
|
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix order of required StreamReader/StreamWriter base classes. Spotted by Edw... | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|
|
* | | Close #17839: support bytes-like objects in base64 module | Nick Coghlan | 2013-10-02 | 1 | -30/+35 |
|/ |
|
* | Issue #18336. Fix a link to StreamReader's read() method. | Serhiy Storchaka | 2013-07-11 | 1 | -1/+1 |
|
|
* | Describe 'surrogateescape' in the documentation. | Andrew Kuchling | 2013-06-16 | 1 | -1/+5 |
|
|
* | Issue 17844: Clarify meaning of different codec tables | Nick Coghlan | 2013-05-23 | 1 | -30/+50 |
|
|
* | Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. | Serhiy Storchaka | 2013-05-22 | 1 | -27/+27 |
|
|
* | #17841: remove missing codecs aliases from the documentation. Patch by Thoma... | Ezio Melotti | 2013-05-10 | 1 | -33/+33 |
|
|
* | #17714: document that the base64 codec adds a trailing newline. | Ezio Melotti | 2013-05-07 | 1 | -1/+3 |
|
|
* | Closes #4159: add LaTeX tabular column specifications to tables that otherwis... | Georg Brandl | 2013-03-28 | 1 | -0/+10 |
|
|
* | 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 |
|
|