summaryrefslogtreecommitdiffstats
path: root/Lib/csv.py
Commit message (Expand)AuthorAgeFilesLines
* Make the fieldnames argument optional in the DictReader. If self.fieldnamesSkip Montanaro2003-10-031-1/+5
* **kwds arg was missing from __init__ for Dict{Reader,Writer} classes.Skip Montanaro2003-09-061-4/+4
* use the long names for re compilation options; this makes it easier toFred Drake2003-09-021-1/+1
* One more multiple exception catch should be in a tuple.Raymond Hettinger2003-06-121-1/+1
* The multiple exception catch should be in a tuple.Raymond Hettinger2003-06-121-1/+1
* SF Patch #744104: Remove eval() from csvRaymond Hettinger2003-06-121-17/+18
* * Correct Sniffer doc to correspond to the implementation.Skip Montanaro2003-05-191-7/+9
* rework Sniffer api significantlySkip Montanaro2003-04-251-41/+26
* Attempt to deal with some obvious errors in the code. These were allFred Drake2003-04-251-15/+14
* cvs is going to be a module againSkip Montanaro2003-04-241-0/+440