Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
fe6e46d42a8464c7a451463d4217e3106e3dd4a5
/
Doc
/
lib
/
libcsv.tex
fe6e46d
Note that the excel_tab class is registered as the "excel-tab" dialect.
by Skip Montanaro
· 19 years ago
759c185
minor tweaks
by Skip Montanaro
· 19 years ago
08bbccf
minor tweaks
by Skip Montanaro
· 19 years ago
10183b8
Redo the comment about the 2.5 change in quoted-newline handling.
by Andrew McNamara
· 19 years ago
d457a97
markup cleanups
by Fred Drake
· 19 years ago
2d5c8e3
Fix case for 'Unix'
by Andrew M. Kuchling
· 19 years ago
b9a79c9
Follow TeX's conventions for hyphens
by Andrew M. Kuchling
· 19 years ago
a650fb3
fix minor markup error that introduced extra punctuation
by Fred Drake
· 19 years ago
abd51a3
Add a comment to the csv reader documentation that explains why the
by Skip Montanaro
· 19 years ago
f7bc5f9
Change the example classes UnicodeReader and UnicodeWriter so
by Walter Dörwald
· 19 years ago
cb30f97
added another example of Unicode CSV parsing; reworked the example text a bit; corrected notice in the intro and added a link to the examples
by David Goodger
· 19 years ago
58780d2
Bug #1440831: fix csv UnicodeWriter example
by Georg Brandl
· 19 years ago
bbdf607
Fix broken example of csv.reader use (it returns an iterator, which isn't
by Thomas Wouters
· 19 years ago
8bdaac7
typo
by Skip Montanaro
· 20 years ago
5011c3f
add UnicodeReader and UnicodeWriter example classes
by Skip Montanaro
· 20 years ago
8231de0
Many updates to csv module doco.
by Andrew McNamara
· 21 years ago
bb0c9dc
add a couple missing items
by Skip Montanaro
· 21 years ago
6f937b1
[Bug #998307] Use open() instead of file() in docs
by Andrew M. Kuchling
· 21 years ago
2b2795a
show how easy it is to manipulate individual columns - from a request on c.l.py
by Skip Montanaro
· 21 years ago
10659f2
bring description of optional and keyword args for DictReader and DictWriter
by Skip Montanaro
· 21 years ago
bdda9f3
The example files need to be opened with the "b" flag.
by Skip Montanaro
· 21 years ago
ba0485a
expand on notion of row object type
by Skip Montanaro
· 22 years ago
7895146
typo
by Skip Montanaro
· 22 years ago
dffeed3
Make the fieldnames argument optional in the DictReader. If self.fieldnames
by Skip Montanaro
· 22 years ago
6e380cd
SF bug #803679: Missing section number in csv module documentation
by Raymond Hettinger
· 22 years ago
6f6d7b93
SF bug #797853: Small problems with the csv module's documentation
by Raymond Hettinger
· 22 years ago
5e4e39f
Note that csv files (when they are actual files) must be opened in 'b'inary
by Skip Montanaro
· 22 years ago
a104556
QUOTE_ALWAYS -> QUOTE_ALL
by Skip Montanaro
· 22 years ago
7789237
* Correct Sniffer doc to correspond to the implementation.
by Skip Montanaro
· 22 years ago
9635268
organizational and markup cleansing
by Fred Drake
· 22 years ago
5d0136e
reflect csv's change back to a module. Document the new sniffer api.
by Skip Montanaro
· 22 years ago
3bd3c84
* minor tweaks relating to the package nature of the beast
by Skip Montanaro
· 22 years ago
b4a0417
new CSV file processing module - see PEP 305
by Skip Montanaro
· 22 years ago