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
*
Raise statement normalization in Lib/.
Collin Winter
2007-08-30
1
-6/+5
*
Merged revisions 56125-56153 via svnmerge from
Guido van Rossum
2007-07-03
1
-1/+1
*
Change some uses of cStringIO.StringIO to io.StringIO.
Guido van Rossum
2007-05-18
1
-4/+1
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-3/+4
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-5/+5
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-3/+3
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-2/+2
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-1/+1
*
Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M.
Guido van Rossum
2006-08-22
1
-8/+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