| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos. | Walter Dörwald | 2003-02-02 | 1 | -4/+4 |
|
|
* | sys was already imported, remove second import | Neal Norwitz | 2002-12-30 | 1 | -2/+0 |
|
|
* | Patch to make _codecs a builtin module. This is necessary since | Marc-André Lemburg | 2002-12-12 | 1 | -5/+15 |
|
|
* | Add missing documentation for the PEP 293 functionality to | Walter Dörwald | 2002-11-19 | 1 | -7/+22 |
|
|
* | Add next() and __iter__() methods to StreamReader, StreamReaderWriter | Walter Dörwald | 2002-11-06 | 1 | -0/+27 |
|
|
* | PEP 293 implemention (from SF patch http://www.python.org/sf/432401) | Walter Dörwald | 2002-09-02 | 1 | -1/+12 |
|
|
* | Add constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE, | Walter Dörwald | 2002-06-04 | 1 | -17/+32 |
|
|
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -1/+1 |
|
|
* | Set default value for readlines.sizehint to None. Change needed for 2.2.1 | Martin v. Löwis | 2002-03-05 | 1 | -1/+1 |
|
|
* | Added new helpers for easy access to codecs. Docs will follow. | Marc-André Lemburg | 2001-09-19 | 1 | -0/+42 |
|
|
* | Fix typo in comment | Andrew M. Kuchling | 2001-09-18 | 1 | -1/+1 |
|
|
* | Patch #444359: Remove unused imports. | Martin v. Löwis | 2001-08-02 | 1 | -1/+1 |
|
|
* | Add dead imports of modules that are "magically" imported. | Martin v. Löwis | 2001-07-31 | 1 | -0/+6 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-05-29 | 1 | -1/+1 |
|
|
* | Moved the encoding map building logic from the individual mapping | Marc-André Lemburg | 2001-05-16 | 1 | -0/+21 |
|
|
* | Just changed "x,y" to "x, y" everywhere (i.e., inserted horizontal space | Tim Peters | 2001-05-15 | 1 | -37/+34 |
|
|
* | added __all__ lists to a number of Python modules | Skip Montanaro | 2001-01-20 | 1 | -0/+3 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-14 | 1 | -7/+7 |
|
|
* | This patch changes the default behaviour of the builtin charmap | Marc-André Lemburg | 2001-01-03 | 1 | -0/+15 |
|
|
* | (Patch #102698) Fix for a bug reported by Wade Leftwich: | Andrew M. Kuchling | 2000-12-10 | 1 | -4/+4 |
|
|
* | Remove redundent information from a docstring. | Fred Drake | 2000-10-02 | 1 | -3/+0 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -2/+2 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-21 | 1 | -1/+6 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-05-01 | 1 | -2/+2 |
|
|
* | M.-A. Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-13 | 1 | -4/+40 |
|
|
* | Deleted trailing whitespace. This is really a way to be able to add | Guido van Rossum | 2000-04-11 | 1 | -14/+14 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-11 | 1 | -23/+119 |
|
|
* | Marc-Andre Lemburg: Error reporting in the codec registry and lookup | Guido van Rossum | 2000-03-31 | 1 | -1/+5 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-03-24 | 1 | -1/+1 |
|
|
* | Oops, another in the same file; I should read the mail fully before | Fred Drake | 2000-03-17 | 1 | -1/+1 |
|
|
* | "intput" --> "input" (in docstring); noted by Detlef Lannert | Fred Drake | 2000-03-17 | 1 | -1/+1 |
|
|
* | Module codecs -- Python Codec Registry, API and helpers. Written by | Guido van Rossum | 2000-03-10 | 1 | -0/+414 |
|
|