index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
csv.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #1537721: add writeheader() method to csv.DictWriter.
Dirkjan Ochtman
2010-02-23
1
-0
/
+4
*
Patch from Thomas Barr so that csv.Sniffer will set doublequote property.
Skip Montanaro
2009-09-28
1
-5
/
+17
*
Update __all__ for cookielib, csv, os, and urllib2 for objects imported into
Brett Cannon
2008-08-18
1
-1
/
+2
*
Silence warnings in csv about using reduce() when run under -3 by using
Brett Cannon
2008-08-09
1
-0
/
+1
*
accept issue 3436
Skip Montanaro
2008-08-08
1
-4
/
+18
*
Issue #2432: give DictReader the dialect and line_num attributes
Georg Brandl
2008-03-21
1
-0
/
+3
*
Patch #1635454: the csv.DictWriter class now includes the offending
Georg Brandl
2007-03-13
1
-3
/
+4
*
Fix a delimiter detection problem in sniffer. Sniffing "a|b|c\r\n" was
Skip Montanaro
2005-12-30
1
-3
/
+10
*
Fix for problem with Sniffer class. If your delimiter is whitespace and the
Skip Montanaro
2005-12-28
1
-1
/
+1
*
Rename csv.set_field_limit to csv.field_size_limit (since it both sets and
Andrew McNamara
2005-01-12
1
-1
/
+1
*
Set an upper limit on the size of the field buffer, raise an exception
Andrew McNamara
2005-01-11
1
-0
/
+1
*
Replace python-coded validation of csv dialect with a call to the C
Andrew McNamara
2005-01-11
1
-40
/
+7
*
Improved the implementation of the internal "dialect" type. The new
Andrew McNamara
2005-01-07
1
-1
/
+1
*
add a couple missing docstrings
Skip Montanaro
2005-01-05
1
-0
/
+9
*
Make the fieldnames argument optional in the DictReader. If self.fieldnames
Skip Montanaro
2003-10-03
1
-1
/
+5
*
**kwds arg was missing from __init__ for Dict{Reader,Writer} classes.
Skip Montanaro
2003-09-06
1
-4
/
+4
*
use the long names for re compilation options; this makes it easier to
Fred Drake
2003-09-02
1
-1
/
+1
*
One more multiple exception catch should be in a tuple.
Raymond Hettinger
2003-06-12
1
-1
/
+1
*
The multiple exception catch should be in a tuple.
Raymond Hettinger
2003-06-12
1
-1
/
+1
*
SF Patch #744104: Remove eval() from csv
Raymond Hettinger
2003-06-12
1
-17
/
+18
*
* Correct Sniffer doc to correspond to the implementation.
Skip Montanaro
2003-05-19
1
-7
/
+9
*
rework Sniffer api significantly
Skip Montanaro
2003-04-25
1
-41
/
+26
*
Attempt to deal with some obvious errors in the code. These were all
Fred Drake
2003-04-25
1
-15
/
+14
*
cvs is going to be a module again
Skip Montanaro
2003-04-24
1
-0
/
+440