1. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  2. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  3. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  4. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  5. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  6. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  7. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  8. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  9. 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago
  10. 39b29be Fix a delimiter detection problem in sniffer. Sniffing "a|b|c\r\n" was by Skip Montanaro · 19 years ago
  11. 91bb70c Fix for problem with Sniffer class. If your delimiter is whitespace and the by Skip Montanaro · 19 years ago
  12. 31d8896 Rename csv.set_field_limit to csv.field_size_limit (since it both sets and by Andrew McNamara · 20 years ago
  13. e4d05c4 Set an upper limit on the size of the field buffer, raise an exception by Andrew McNamara · 20 years ago
  14. 7130ff5 Replace python-coded validation of csv dialect with a call to the C by Andrew McNamara · 20 years ago
  15. 1196cf1 Improved the implementation of the internal "dialect" type. The new by Andrew McNamara · 20 years ago
  16. f26285c add a couple missing docstrings by Skip Montanaro · 20 years ago
  17. dffeed3 Make the fieldnames argument optional in the DictReader. If self.fieldnames by Skip Montanaro · 21 years ago
  18. 3f7a948 **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. by Skip Montanaro · 21 years ago
  19. 6f7b213 use the long names for re compilation options; this makes it easier to by Fred Drake · 21 years ago
  20. f31cb0c One more multiple exception catch should be in a tuple. by Raymond Hettinger · 21 years ago
  21. abe14e6 The multiple exception catch should be in a tuple. by Raymond Hettinger · 21 years ago
  22. 39a5592 SF Patch #744104: Remove eval() from csv by Raymond Hettinger · 21 years ago
  23. 7789237 * Correct Sniffer doc to correspond to the implementation. by Skip Montanaro · 21 years ago
  24. 1448d47 rework Sniffer api significantly by Skip Montanaro · 21 years ago
  25. 7c852f3 Attempt to deal with some obvious errors in the code. These were all by Fred Drake · 21 years ago
  26. 04ae705 cvs is going to be a module again by Skip Montanaro · 21 years ago