1. 17a4322 #20628: wrap lines to < 80. by R David Murray · 11 years ago
  2. d2b5b31 #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. by R David Murray · 11 years ago
  3. 355637b #16053: document csv.Dialect.strict. Patch by Kushal Das. by Ezio Melotti · 13 years ago
  4. 1625d88 Issue #16341: convert examples to use except ... as ... syntax. by Andrew Svetlov · 13 years ago
  5. a733d81 #15932: use with statement in csv doc examples. by Ezio Melotti · 13 years ago
  6. 7d97890 #14880: Fix kwargs notation in csv.reader, .writer & .register_dialect by Hynek Schlawack · 13 years ago
  7. 06176a8 Adapt mentions of future changes in doc by Éric Araujo · 13 years ago
  8. e58ce01 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 13 years ago
  9. ec40bab Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 14 years ago
  10. c9a5ed0 Make sure all files are opened in binary mode. by Skip Montanaro · 15 years ago
  11. 8614817 Fix #1537721: add writeheader() method to csv.DictWriter. by Dirkjan Ochtman · 15 years ago
  12. a5dcf21 Remove redundant sentence. by R. David Murray · 16 years ago
  13. 56366cc missing module ref (issue6723) by Skip Montanaro · 16 years ago
  14. 9fa61bb #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. by Georg Brandl · 16 years ago
  15. 9a1337b clarify the type of data returned by Skip Montanaro · 16 years ago
  16. a7b55a3 revert r69777 since all the experts agree that extra import lines distract from the code by Benjamin Peterson · 16 years ago
  17. 5149742 Since we recommend one module per import line, reflect this also in the by Jeroen Ruigrok van der Werven · 16 years ago
  18. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  19. a032bf4 accept issue 3436 by Skip Montanaro · 17 years ago
  20. c7b0592 reformat some documentation of classes so methods and attributes are under the class directive by Benjamin Peterson · 17 years ago
  21. 14aaee1 #1686390: add example for csv.Sniffer use. by Georg Brandl · 18 years ago
  22. 722e101 Add examples to csv, pprint and traceback docs. Written by Ross for GHOP. by Georg Brandl · 18 years ago
  23. 9c466ba Fix syntax for versionchanged markup. by Georg Brandl · 18 years ago
  24. d469ff1 Note change to get_dialect semantics in 2.5. Will backport to 2.5. by Skip Montanaro · 18 years ago
  25. e7a0990 Add :term:s for iterator. by Georg Brandl · 18 years ago
  26. cf3fb25 Add :term: for generators. by Georg Brandl · 18 years ago
  27. 1f67a67 Remove ``:const:`` notation on None in parameter list. Since the markup is not by Brett Cannon · 18 years ago
  28. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago