Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
0c503c2c7f788beb486c3edf8f7232bcff2f3f08
/
Lib
/
csv.py
24dc753
#18155: Regex-escape delimiter, in case it is a regex special char.
by R David Murray
· 11 years ago
c2077b0
#11565: Fix several typos. Patch by Piotr Kasprzyk.
by Ezio Melotti
· 14 years ago
8614817
Fix #1537721: add writeheader() method to csv.DictWriter.
by Dirkjan Ochtman
· 15 years ago
b4fd4d3
Patch from Thomas Barr so that csv.Sniffer will set doublequote property.
by Skip Montanaro
· 15 years ago
88f801d
Update __all__ for cookielib, csv, os, and urllib2 for objects imported into
by Brett Cannon
· 16 years ago
9fc5631
Silence warnings in csv about using reduce() when run under -3 by using
by Brett Cannon
· 16 years ago
a032bf4
accept issue 3436
by Skip Montanaro
· 16 years ago
77354cf
Issue #2432: give DictReader the dialect and line_num attributes
by Georg Brandl
· 17 years ago
94fe3f5
Patch #1635454: the csv.DictWriter class now includes the offending
by Georg Brandl
· 18 years ago
39b29be
Fix a delimiter detection problem in sniffer. Sniffing "a|b|c\r\n" was
by Skip Montanaro
· 19 years ago
91bb70c
Fix for problem with Sniffer class. If your delimiter is whitespace and the
by Skip Montanaro
· 19 years ago
31d8896
Rename csv.set_field_limit to csv.field_size_limit (since it both sets and
by Andrew McNamara
· 20 years ago
e4d05c4
Set an upper limit on the size of the field buffer, raise an exception
by Andrew McNamara
· 20 years ago
7130ff5
Replace python-coded validation of csv dialect with a call to the C
by Andrew McNamara
· 20 years ago
1196cf1
Improved the implementation of the internal "dialect" type. The new
by Andrew McNamara
· 20 years ago
f26285c
add a couple missing docstrings
by Skip Montanaro
· 20 years ago
dffeed3
Make the fieldnames argument optional in the DictReader. If self.fieldnames
by Skip Montanaro
· 21 years ago
3f7a948
**kwds arg was missing from __init__ for Dict{Reader,Writer} classes.
by Skip Montanaro
· 21 years ago
6f7b213
use the long names for re compilation options; this makes it easier to
by Fred Drake
· 21 years ago
f31cb0c
One more multiple exception catch should be in a tuple.
by Raymond Hettinger
· 21 years ago
abe14e6
The multiple exception catch should be in a tuple.
by Raymond Hettinger
· 21 years ago
39a5592
SF Patch #744104: Remove eval() from csv
by Raymond Hettinger
· 21 years ago
7789237
* Correct Sniffer doc to correspond to the implementation.
by Skip Montanaro
· 21 years ago
1448d47
rework Sniffer api significantly
by Skip Montanaro
· 22 years ago
7c852f3
Attempt to deal with some obvious errors in the code. These were all
by Fred Drake
· 22 years ago
04ae705
cvs is going to be a module again
by Skip Montanaro
· 22 years ago