- 7901b48 Issue #23171: csv.Writer.writerow() now supports arbitrary iterables. by Serhiy Storchaka · 10 years ago
- 07360df Issue #14260: The groupindex attribute of regular expression pattern object by Serhiy Storchaka · 10 years ago
- fb099c9 #19449: Handle non-string keys when generating 'fieldnames' error. by R David Murray · 11 years ago
- 925a322 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 11 years ago
- 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 14 years ago
- 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- 7424dd3 #5975: add unix_dialect to csv module. by Georg Brandl · 14 years ago
- be0698b Merged revisions 78384 via svnmerge from by R. David Murray · 15 years ago
- f3d7dbe Merged revisions 75231 via svnmerge from by Benjamin Peterson · 15 years ago
- 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 15 years ago
- e8d0bf9 Merged revisions 65795 via svnmerge from by Brett Cannon · 16 years ago
- af8fcfa Merged revisions 65605 via svnmerge from by Skip Montanaro · 16 years ago
- a461873 Obvious simplification, now that "long" has disappeared. by Amaury Forgeot d'Arc · 17 years ago
- 4fbc72b Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,61714-61716,61718-61722 via svnmerge from by Christian Heimes · 17 years ago
- ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
- c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
- 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
- d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
- a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 18 years ago
- cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
- e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
- b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
- 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago
- 39b29be Fix a delimiter detection problem in sniffer. Sniffing "a|b|c\r\n" was by Skip Montanaro · 19 years ago
- 91bb70c Fix for problem with Sniffer class. If your delimiter is whitespace and the by Skip Montanaro · 19 years ago
- 31d8896 Rename csv.set_field_limit to csv.field_size_limit (since it both sets and by Andrew McNamara · 20 years ago
- e4d05c4 Set an upper limit on the size of the field buffer, raise an exception by Andrew McNamara · 20 years ago
- 7130ff5 Replace python-coded validation of csv dialect with a call to the C by Andrew McNamara · 20 years ago
- 1196cf1 Improved the implementation of the internal "dialect" type. The new by Andrew McNamara · 20 years ago
- f26285c add a couple missing docstrings by Skip Montanaro · 20 years ago
- dffeed3 Make the fieldnames argument optional in the DictReader. If self.fieldnames by Skip Montanaro · 21 years ago
- 3f7a948 **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. by Skip Montanaro · 21 years ago
- 6f7b213 use the long names for re compilation options; this makes it easier to by Fred Drake · 21 years ago
- f31cb0c One more multiple exception catch should be in a tuple. by Raymond Hettinger · 21 years ago
- abe14e6 The multiple exception catch should be in a tuple. by Raymond Hettinger · 21 years ago
- 39a5592 SF Patch #744104: Remove eval() from csv by Raymond Hettinger · 21 years ago
- 7789237 * Correct Sniffer doc to correspond to the implementation. by Skip Montanaro · 21 years ago
- 1448d47 rework Sniffer api significantly by Skip Montanaro · 22 years ago
- 7c852f3 Attempt to deal with some obvious errors in the code. These were all by Fred Drake · 22 years ago
- 04ae705 cvs is going to be a module again by Skip Montanaro · 22 years ago