| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | 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 |
|
|
| * | Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-... | Benjamin Peterson | 2008-09-02 | 1 | -3/+3 |
|
|
| * | Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,... | Georg Brandl | 2008-06-10 | 1 | -1/+2 |
|
|
| * | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -2/+2 |
|
|
| * | Update the codecs docs w.r.t. str/bytes. | Georg Brandl | 2008-05-11 | 1 | -78/+63 |
|
|
| * | Merged revisions 62490 via svnmerge from | Benjamin Peterson | 2008-04-25 | 1 | -71/+78 |
|
|
| * | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-22 | 1 | -1/+1 |
|
|
| * | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-17 | 1 | -1/+9 |
|
|
| * | Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config... | Georg Brandl | 2008-01-07 | 1 | -1/+1 |
|
|
| * | #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. | Georg Brandl | 2007-11-01 | 1 | -4/+4 |
|
|
| * | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 1 | -3/+3 |
|
|
| * | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -34/+0 |
|
|
| * | Add bytes methods documentation. | Georg Brandl | 2007-08-31 | 1 | -0/+2 |
|
|
| * | Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and | Walter Dörwald | 2007-08-16 | 1 | -0/+6 |
|
|
| * | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+1230 |
|
|
* | update to new C roles and directives | Sandro Tosi | 2012-01-14 | 1 | -2/+2 |
|
|
* | Refactor a bit the codecs doc. | Ezio Melotti | 2011-10-25 | 1 | -19/+21 |
|
|
* | From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from... | Ezio Melotti | 2011-09-01 | 1 | -7/+2 |
|
|
* | Transplant: Fix wording and clarify that the IDNA codec operates on full doma... | 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 |
|
|
* | #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the te... | Georg Brandl | 2010-05-24 | 1 | -0/+2 |
|
|
* | #8137: add iso-8859-16 to the standard encodings table. | Georg Brandl | 2010-03-14 | 1 | -2/+4 |
|
|
* | Fix missing parenthesis. | Ezio Melotti | 2010-02-27 | 1 | -1/+1 |
|
|
* | #7035: improve docs of the various <method>_errors() functions, and give them... | Georg Brandl | 2009-10-22 | 1 | -15/+25 |
|
|
* | Fix encoding name. | Georg Brandl | 2009-09-22 | 1 | -1/+1 |
|
|
* | #6772: mention utf-8 as utf8 alias. | Georg Brandl | 2009-08-24 | 1 | -1/+2 |
|
|
* | Document the newly added codec | Amaury Forgeot d'Arc | 2009-07-13 | 1 | -0/+2 |
|
|
* | Use the correct names of the stateless codec functions (Fixes issue 4178). | Walter Dörwald | 2008-10-23 | 1 | -3/+3 |
|
|
* | #3749: fix c'n'p errors. | Georg Brandl | 2008-09-01 | 1 | -3/+3 |
|
|
* | fix minor grammar typo | Benjamin Peterson | 2008-05-26 | 1 | -1/+2 |
|
|
* | reformat some documentation of classes so methods and attributes are under th... | Benjamin Peterson | 2008-04-25 | 1 | -62/+69 |
|
|
* | A lot more typo fixes by Ori Avtalion. | Georg Brandl | 2008-02-22 | 1 | -1/+1 |
|
|
* | #2131: note that codecs.open() always opens files in binary mode. | Georg Brandl | 2008-02-17 | 1 | -1/+9 |
|
|
* | Add more entries to the glossary. | Georg Brandl | 2007-12-02 | 1 | -3/+3 |
|
|
* | Add :term: for generators. | Georg Brandl | 2007-10-21 | 1 | -4/+4 |
|
|
* | Fix typo. | Walter Dörwald | 2007-09-01 | 1 | -1/+1 |
|
|