summaryrefslogtreecommitdiff
path: root/Lib/csv.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5604)Serhiy Storchaka2018-02-101-1/+1
* 20004: Note that the setter in csv.DictReader is broken.R David Murray2013-12-171-0/+4
* #19449: Handle non-string keys when generating 'fieldnames' error.R David Murray2013-11-191-2/+2
* #18155: Regex-escape delimiter, in case it is a regex special char.R David Murray2013-06-291-2/+3
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* Fix #1537721: add writeheader() method to csv.DictWriter.Dirkjan Ochtman2010-02-231-0/+4
* Patch from Thomas Barr so that csv.Sniffer will set doublequote property.Skip Montanaro2009-09-281-5/+17
* Update __all__ for cookielib, csv, os, and urllib2 for objects imported intoBrett Cannon2008-08-181-1/+2
* Silence warnings in csv about using reduce() when run under -3 by usingBrett Cannon2008-08-091-0/+1
* accept issue 3436Skip Montanaro2008-08-081-4/+18
* Issue #2432: give DictReader the dialect and line_num attributesGeorg Brandl2008-03-211-0/+3
* Patch #1635454: the csv.DictWriter class now includes the offendingGeorg Brandl2007-03-131-3/+4
* Fix a delimiter detection problem in sniffer. Sniffing "a|b|c\r\n" wasSkip Montanaro2005-12-301-3/+10
* Fix for problem with Sniffer class. If your delimiter is whitespace and theSkip Montanaro2005-12-281-1/+1
* Rename csv.set_field_limit to csv.field_size_limit (since it both sets andAndrew McNamara2005-01-121-1/+1
* Set an upper limit on the size of the field buffer, raise an exceptionAndrew McNamara2005-01-111-0/+1
* Replace python-coded validation of csv dialect with a call to the CAndrew McNamara2005-01-111-40/+7
* Improved the implementation of the internal "dialect" type. The newAndrew McNamara2005-01-071-1/+1
* add a couple missing docstringsSkip Montanaro2005-01-051-0/+9
* 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