summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_csv.py
Commit message (Expand)AuthorAgeFilesLines
...
* Replace python-coded validation of csv dialect with a call to the CAndrew McNamara2005-01-111-4/+0
* No longer attempt to instantiate python classes describing dialects. ThisAndrew McNamara2005-01-111-18/+0
* Allow dialect-describing keywords to be supplied to register_dialect,Andrew McNamara2005-01-111-1/+10
* Fix parsing of csv files with escapes (escape character previously would beAndrew McNamara2005-01-101-2/+2
* Whitespace normalization.Tim Peters2005-01-071-1/+1
* Improved the implementation of the internal "dialect" type. The newAndrew McNamara2005-01-071-24/+99
* Whitespace normalization.Tim Peters2004-07-081-3/+3
* Rewrote to use temporary files instead of StringIO objects in most places.Skip Montanaro2004-06-051-113/+253
* Make the fieldnames argument optional in the DictReader. If self.fieldnamesSkip Montanaro2003-10-031-1/+10
* **kwds arg was missing from __init__ for Dict{Reader,Writer} classes.Skip Montanaro2003-09-061-0/+7
* add a couple test cases which involve longs and floats in 'e' format.Skip Montanaro2003-06-121-0/+23
* * Correct Sniffer doc to correspond to the implementation.Skip Montanaro2003-05-191-0/+15
* add not-yet-supported Unicode test just so it doesn't get lost.Skip Montanaro2003-05-061-0/+20
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-11/+7
* some sniffer testsSkip Montanaro2003-04-251-0/+34
* Whitespace normalization.Tim Peters2003-04-241-12/+12
* hoist contents of csv submodule up to the package levelSkip Montanaro2003-04-101-1/+1
* The message "*** skipping leakage tests ***" was causing the test toGuido van Rossum2003-03-211-1/+2
* new CSV file processing module - see PEP 305Skip Montanaro2003-03-201-0/+619