summaryrefslogtreecommitdiffstats
path: root/Doc/library/codecs.rst
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-...Benjamin Peterson2008-09-021-3/+3
| * Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,...Georg Brandl2008-06-101-1/+2
| * Create http package. #2883.Georg Brandl2008-05-261-2/+2
| * Update the codecs docs w.r.t. str/bytes.Georg Brandl2008-05-111-78/+63
| * Merged revisions 62490 via svnmerge fromBenjamin Peterson2008-04-251-71/+78
| * Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-221-1/+1
| * Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-171-1/+9
| * Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config...Georg Brandl2008-01-071-1/+1
| * #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-011-4/+4
| * Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-3/+3
| * Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-34/+0
| * Add bytes methods documentation.Georg Brandl2007-08-311-0/+2
| * Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le andWalter Dörwald2007-08-161-0/+6
| * Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+1230
* update to new C roles and directivesSandro Tosi2012-01-141-2/+2
* Refactor a bit the codecs doc.Ezio Melotti2011-10-251-19/+21
* From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from...Ezio Melotti2011-09-011-7/+2
* Transplant: Fix wording and clarify that the IDNA codec operates on full doma...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
* #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the te...Georg Brandl2010-05-241-0/+2
* #8137: add iso-8859-16 to the standard encodings table.Georg Brandl2010-03-141-2/+4
* Fix missing parenthesis.Ezio Melotti2010-02-271-1/+1
* #7035: improve docs of the various <method>_errors() functions, and give them...Georg Brandl2009-10-221-15/+25
* Fix encoding name.Georg Brandl2009-09-221-1/+1
* #6772: mention utf-8 as utf8 alias.Georg Brandl2009-08-241-1/+2
* Document the newly added codecAmaury Forgeot d'Arc2009-07-131-0/+2
* Use the correct names of the stateless codec functions (Fixes issue 4178).Walter Dörwald2008-10-231-3/+3
* #3749: fix c'n'p errors.Georg Brandl2008-09-011-3/+3
* fix minor grammar typoBenjamin Peterson2008-05-261-1/+2
* reformat some documentation of classes so methods and attributes are under th...Benjamin Peterson2008-04-251-62/+69
* A lot more typo fixes by Ori Avtalion.Georg Brandl2008-02-221-1/+1
* #2131: note that codecs.open() always opens files in binary mode.Georg Brandl2008-02-171-1/+9
* Add more entries to the glossary.Georg Brandl2007-12-021-3/+3
* Add :term: for generators.Georg Brandl2007-10-211-4/+4
* Fix typo.Walter Dörwald2007-09-011-1/+1