index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
csv.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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