| Commit message (Expand) | Author | Age | Files | Lines |
* | #19449: Handle non-string keys when generating 'fieldnames' error. | R David Murray | 2013-11-19 | 1 | -1/+1 |
|
|
* | #18155: Regex-escape delimiter, in case it is a regex special char. | R David Murray | 2013-06-29 | 1 | -2/+3 |
|
|
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 75231 via svnmerge from | Benjamin Peterson | 2009-10-04 | 1 | -5/+17 |
|
|
* | | #5975: add unix_dialect to csv module. | Georg Brandl | 2010-10-27 | 1 | -1/+11 |
|
|
* | | Merged revisions 78384 via svnmerge from | R. David Murray | 2010-02-23 | 1 | -0/+4 |
|
|
* | | Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,... | Benjamin Peterson | 2009-10-04 | 1 | -5/+17 |
|/ |
|
* | Merged revisions 65795 via svnmerge from | Brett Cannon | 2008-08-18 | 1 | -1/+2 |
|
|
* | Merged revisions 65605 via svnmerge from | Skip Montanaro | 2008-08-09 | 1 | -4/+18 |
|
|
* | Obvious simplification, now that "long" has disappeared. | Amaury Forgeot d'Arc | 2008-04-24 | 1 | -5/+1 |
|
|
* | Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,... | Christian Heimes | 2008-03-22 | 1 | -0/+3 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -6/+5 |
|
|
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 | 1 | -1/+1 |
|
|
* | Change some uses of cStringIO.StringIO to io.StringIO. | Guido van Rossum | 2007-05-18 | 1 | -4/+1 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -3/+4 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -5/+5 |
|
|
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -3/+3 |
|
|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -2/+2 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. | Guido van Rossum | 2006-08-22 | 1 | -8/+4 |
|
|
* | Fix a delimiter detection problem in sniffer. Sniffing "a|b|c\r\n" was | Skip Montanaro | 2005-12-30 | 1 | -3/+10 |
|
|
* | Fix for problem with Sniffer class. If your delimiter is whitespace and the | Skip Montanaro | 2005-12-28 | 1 | -1/+1 |
|
|
* | Rename csv.set_field_limit to csv.field_size_limit (since it both sets and | Andrew McNamara | 2005-01-12 | 1 | -1/+1 |
|
|
* | Set an upper limit on the size of the field buffer, raise an exception | Andrew McNamara | 2005-01-11 | 1 | -0/+1 |
|
|
* | Replace python-coded validation of csv dialect with a call to the C | Andrew McNamara | 2005-01-11 | 1 | -40/+7 |
|
|
* | Improved the implementation of the internal "dialect" type. The new | Andrew McNamara | 2005-01-07 | 1 | -1/+1 |
|
|
* | add a couple missing docstrings | Skip Montanaro | 2005-01-05 | 1 | -0/+9 |
|
|
* | Make the fieldnames argument optional in the DictReader. If self.fieldnames | Skip Montanaro | 2003-10-03 | 1 | -1/+5 |
|
|
* | **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. | Skip Montanaro | 2003-09-06 | 1 | -4/+4 |
|
|
* | use the long names for re compilation options; this makes it easier to | Fred Drake | 2003-09-02 | 1 | -1/+1 |
|
|
* | One more multiple exception catch should be in a tuple. | Raymond Hettinger | 2003-06-12 | 1 | -1/+1 |
|
|
* | The multiple exception catch should be in a tuple. | Raymond Hettinger | 2003-06-12 | 1 | -1/+1 |
|
|
* | SF Patch #744104: Remove eval() from csv | Raymond Hettinger | 2003-06-12 | 1 | -17/+18 |
|
|
* | * Correct Sniffer doc to correspond to the implementation. | Skip Montanaro | 2003-05-19 | 1 | -7/+9 |
|
|
* | rework Sniffer api significantly | Skip Montanaro | 2003-04-25 | 1 | -41/+26 |
|
|
* | Attempt to deal with some obvious errors in the code. These were all | Fred Drake | 2003-04-25 | 1 | -15/+14 |
|
|
* | cvs is going to be a module again | Skip Montanaro | 2003-04-24 | 1 | -0/+440 |
|
|