1. e4d05c4 Set an upper limit on the size of the field buffer, raise an exception by Andrew McNamara · 20 years ago
  2. 7130ff5 Replace python-coded validation of csv dialect with a call to the C by Andrew McNamara · 20 years ago
  3. 8c94b42 No longer attempt to instantiate python classes describing dialects. This by Andrew McNamara · 20 years ago
  4. 8662597 Allow dialect-describing keywords to be supplied to register_dialect, by Andrew McNamara · 20 years ago
  5. 36a7691 Fix parsing of csv files with escapes (escape character previously would be by Andrew McNamara · 20 years ago
  6. 5a9fb3c Whitespace normalization. by Tim Peters · 20 years ago
  7. 1196cf1 Improved the implementation of the internal "dialect" type. The new by Andrew McNamara · 20 years ago
  8. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  9. 58fc5d0 Rewrote to use temporary files instead of StringIO objects in most places. by Skip Montanaro · 20 years ago
  10. dffeed3 Make the fieldnames argument optional in the DictReader. If self.fieldnames by Skip Montanaro · 21 years ago
  11. 3f7a948 **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. by Skip Montanaro · 21 years ago
  12. 1546bc4 add a couple test cases which involve longs and floats in 'e' format. by Skip Montanaro · 21 years ago
  13. 7789237 * Correct Sniffer doc to correspond to the implementation. by Skip Montanaro · 21 years ago
  14. 1a56665 add not-yet-supported Unicode test just so it doesn't get lost. by Skip Montanaro · 21 years ago
  15. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  16. 48816c6 some sniffer tests by Skip Montanaro · 22 years ago
  17. 0eadaac Whitespace normalization. by Tim Peters · 22 years ago
  18. 594adac hoist contents of csv submodule up to the package level by Skip Montanaro · 22 years ago
  19. e3d1df0 The message "*** skipping leakage tests ***" was causing the test to by Guido van Rossum · 22 years ago
  20. b4a0417 new CSV file processing module - see PEP 305 by Skip Montanaro · 22 years ago