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
/
Doc
/
lib
/
libcsv.tex
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Bug #1585690] Note that line_num was added in Python 2.5
Andrew M. Kuchling
2006-10-27
1
-0/+1
*
Note that the excel_tab class is registered as the "excel-tab" dialect.
Skip Montanaro
2006-10-07
1
-10/+10
*
minor tweaks
Skip Montanaro
2006-07-31
1
-1/+1
*
minor tweaks
Skip Montanaro
2006-07-31
1
-4/+4
*
Redo the comment about the 2.5 change in quoted-newline handling.
Andrew McNamara
2006-07-31
1
-7/+9
*
markup cleanups
Fred Drake
2006-07-29
1
-1/+1
*
Fix case for 'Unix'
Andrew M. Kuchling
2006-07-29
1
-1/+1
*
Follow TeX's conventions for hyphens
Andrew M. Kuchling
2006-07-29
1
-3/+3
*
fix minor markup error that introduced extra punctuation
Fred Drake
2006-07-29
1
-2/+1
*
Add a comment to the csv reader documentation that explains why the
Skip Montanaro
2006-07-29
1
-0/+11
*
Change the example classes UnicodeReader and UnicodeWriter so
Walter Dörwald
2006-04-04
1
-11/+35
*
added another example of Unicode CSV parsing; reworked the example text a bit...
David Goodger
2006-04-04
1
-9/+48
*
Bug #1440831: fix csv UnicodeWriter example
Georg Brandl
2006-03-07
1
-2/+2
*
Fix broken example of csv.reader use (it returns an iterator, which isn't
Thomas Wouters
2006-02-16
1
-1/+2
*
typo
Skip Montanaro
2005-12-28
1
-1/+1
*
add UnicodeReader and UnicodeWriter example classes
Skip Montanaro
2005-03-18
1
-0/+35
*
Many updates to csv module doco.
Andrew McNamara
2005-01-12
1
-32/+110
*
add a couple missing items
Skip Montanaro
2005-01-05
1
-0/+10
*
[Bug #998307] Use open() instead of file() in docs
Andrew M. Kuchling
2004-08-07
1
-3/+3
*
show how easy it is to manipulate individual columns - from a request on
Skip Montanaro
2004-07-08
1
-0/+9
*
bring description of optional and keyword args for DictReader and DictWriter
Skip Montanaro
2004-04-16
1
-6/+8
*
The example files need to be opened with the "b" flag.
Skip Montanaro
2004-03-17
1
-2/+2
*
expand on notion of row object type
Skip Montanaro
2004-01-21
1
-3/+10
*
typo
Skip Montanaro
2004-01-21
1
-1/+1
*
Make the fieldnames argument optional in the DictReader. If self.fieldnames
Skip Montanaro
2003-10-03
1
-4/+15
*
SF bug #803679: Missing section number in csv module documentation
Raymond Hettinger
2003-09-10
1
-2/+2
*
SF bug #797853: Small problems with the csv module's documentation
Raymond Hettinger
2003-08-31
1
-6/+6
*
Note that csv files (when they are actual files) must be opened in 'b'inary
Skip Montanaro
2003-07-02
1
-4/+9
*
QUOTE_ALWAYS -> QUOTE_ALL
Skip Montanaro
2003-06-04
1
-1/+1
*
* Correct Sniffer doc to correspond to the implementation.
Skip Montanaro
2003-05-19
1
-7/+7
*
organizational and markup cleansing
Fred Drake
2003-04-25
1
-76/+81
*
reflect csv's change back to a module. Document the new sniffer api.
Skip Montanaro
2003-04-25
1
-20/+14
*
* minor tweaks relating to the package nature of the beast
Skip Montanaro
2003-04-24
1
-8/+32
*
new CSV file processing module - see PEP 305
Skip Montanaro
2003-03-20
1
-0/+281