1. 8bdaac7 typo by Skip Montanaro · 19 years ago
  2. 5011c3f add UnicodeReader and UnicodeWriter example classes by Skip Montanaro · 19 years ago
  3. 8231de0 Many updates to csv module doco. by Andrew McNamara · 20 years ago
  4. bb0c9dc add a couple missing items by Skip Montanaro · 20 years ago
  5. 6f937b1 [Bug #998307] Use open() instead of file() in docs by Andrew M. Kuchling · 20 years ago
  6. 2b2795a show how easy it is to manipulate individual columns - from a request on c.l.py by Skip Montanaro · 20 years ago
  7. 10659f2 bring description of optional and keyword args for DictReader and DictWriter by Skip Montanaro · 20 years ago
  8. bdda9f3 The example files need to be opened with the "b" flag. by Skip Montanaro · 20 years ago
  9. ba0485a expand on notion of row object type by Skip Montanaro · 21 years ago
  10. 7895146 typo by Skip Montanaro · 21 years ago
  11. dffeed3 Make the fieldnames argument optional in the DictReader. If self.fieldnames by Skip Montanaro · 21 years ago
  12. 6e380cd SF bug #803679: Missing section number in csv module documentation by Raymond Hettinger · 21 years ago
  13. 6f6d7b93 SF bug #797853: Small problems with the csv module's documentation by Raymond Hettinger · 21 years ago
  14. 5e4e39f Note that csv files (when they are actual files) must be opened in 'b'inary by Skip Montanaro · 21 years ago
  15. a104556 QUOTE_ALWAYS -> QUOTE_ALL by Skip Montanaro · 21 years ago
  16. 7789237 * Correct Sniffer doc to correspond to the implementation. by Skip Montanaro · 21 years ago
  17. 9635268 organizational and markup cleansing by Fred Drake · 21 years ago
  18. 5d0136e reflect csv's change back to a module. Document the new sniffer api. by Skip Montanaro · 21 years ago
  19. 3bd3c84 * minor tweaks relating to the package nature of the beast by Skip Montanaro · 21 years ago
  20. b4a0417 new CSV file processing module - see PEP 305 by Skip Montanaro · 21 years ago