1. 0a421a2 Issue #18219: Optimize csv.DictWriter for large number of columns. by INADA Naoki · 8 years ago
  2. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  3. 43ca452 Issue #27842: The csv.DictReader now returns rows of type OrderedDict. by Raymond Hettinger · 8 years ago
  4. 19e69c5 Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej by Martin Panter · 9 years ago
  5. 7901b48 Issue #23171: csv.Writer.writerow() now supports arbitrary iterables. by Serhiy Storchaka · 9 years ago
  6. 07360df Issue #14260: The groupindex attribute of regular expression pattern object by Serhiy Storchaka · 9 years ago
  7. fb099c9 #19449: Handle non-string keys when generating 'fieldnames' error. by R David Murray · 11 years ago
  8. 925a322 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 11 years ago
  9. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  10. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  11. 7424dd3 #5975: add unix_dialect to csv module. by Georg Brandl · 14 years ago
  12. be0698b Merged revisions 78384 via svnmerge from by R. David Murray · 14 years ago
  13. f3d7dbe Merged revisions 75231 via svnmerge from by Benjamin Peterson · 15 years ago
  14. 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
  15. e8d0bf9 Merged revisions 65795 via svnmerge from by Brett Cannon · 16 years ago
  16. af8fcfa Merged revisions 65605 via svnmerge from by Skip Montanaro · 16 years ago
  17. a461873 Obvious simplification, now that "long" has disappeared. by Amaury Forgeot d'Arc · 16 years ago
  18. 4fbc72b Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,61714-61716,61718-61722 via svnmerge from by Christian Heimes · 16 years ago
  19. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  20. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  21. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  22. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  23. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  24. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  25. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 17 years ago
  26. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  27. 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago
  28. 39b29be Fix a delimiter detection problem in sniffer. Sniffing "a|b|c\r\n" was by Skip Montanaro · 18 years ago
  29. 91bb70c Fix for problem with Sniffer class. If your delimiter is whitespace and the by Skip Montanaro · 18 years ago
  30. 31d8896 Rename csv.set_field_limit to csv.field_size_limit (since it both sets and by Andrew McNamara · 19 years ago
  31. e4d05c4 Set an upper limit on the size of the field buffer, raise an exception by Andrew McNamara · 19 years ago
  32. 7130ff5 Replace python-coded validation of csv dialect with a call to the C by Andrew McNamara · 19 years ago
  33. 1196cf1 Improved the implementation of the internal "dialect" type. The new by Andrew McNamara · 19 years ago
  34. f26285c add a couple missing docstrings by Skip Montanaro · 19 years ago
  35. dffeed3 Make the fieldnames argument optional in the DictReader. If self.fieldnames by Skip Montanaro · 21 years ago
  36. 3f7a948 **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. by Skip Montanaro · 21 years ago
  37. 6f7b213 use the long names for re compilation options; this makes it easier to by Fred Drake · 21 years ago
  38. f31cb0c One more multiple exception catch should be in a tuple. by Raymond Hettinger · 21 years ago
  39. abe14e6 The multiple exception catch should be in a tuple. by Raymond Hettinger · 21 years ago
  40. 39a5592 SF Patch #744104: Remove eval() from csv by Raymond Hettinger · 21 years ago
  41. 7789237 * Correct Sniffer doc to correspond to the implementation. by Skip Montanaro · 21 years ago
  42. 1448d47 rework Sniffer api significantly by Skip Montanaro · 21 years ago
  43. 7c852f3 Attempt to deal with some obvious errors in the code. These were all by Fred Drake · 21 years ago
  44. 04ae705 cvs is going to be a module again by Skip Montanaro · 21 years ago