Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
9e4a9339e159e03bcbcf154a4adba0761f9c36a8
/
Doc
/
library
/
csv.rst
17a4322
#20628: wrap lines to < 80.
by R David Murray
· 11 years ago
d2b5b31
#20628: make it clear that DictReader/Writer *fieldnames* is a Sequence.
by R David Murray
· 11 years ago
355637b
#16053: document csv.Dialect.strict. Patch by Kushal Das.
by Ezio Melotti
· 13 years ago
1625d88
Issue #16341: convert examples to use except ... as ... syntax.
by Andrew Svetlov
· 13 years ago
a733d81
#15932: use with statement in csv doc examples.
by Ezio Melotti
· 13 years ago
7d97890
#14880: Fix kwargs notation in csv.reader, .writer & .register_dialect
by Hynek Schlawack
· 13 years ago
06176a8
Adapt mentions of future changes in doc
by Éric Araujo
· 13 years ago
e58ce01
#14804: Remove [] around optional arguments with default values
by Hynek Schlawack
· 13 years ago
ec40bab
Issue #11426: use 'with' statements on open files in CSV examples
by Eli Bendersky
· 14 years ago
c9a5ed0
Make sure all files are opened in binary mode.
by Skip Montanaro
· 15 years ago
8614817
Fix #1537721: add writeheader() method to csv.DictWriter.
by Dirkjan Ochtman
· 15 years ago
a5dcf21
Remove redundant sentence.
by R. David Murray
· 16 years ago
56366cc
missing module ref (issue6723)
by Skip Montanaro
· 16 years ago
9fa61bb
#6577: fix (hopefully) all links to builtin instead of module/class-specific objects.
by Georg Brandl
· 16 years ago
9a1337b
clarify the type of data returned
by Skip Montanaro
· 16 years ago
a7b55a3
revert r69777 since all the experts agree that extra import lines distract from the code
by Benjamin Peterson
· 16 years ago
5149742
Since we recommend one module per import line, reflect this also in the
by Jeroen Ruigrok van der Werven
· 16 years ago
c62ef8b
Remove trailing whitespace.
by Georg Brandl
· 17 years ago
a032bf4
accept issue 3436
by Skip Montanaro
· 17 years ago
c7b0592
reformat some documentation of classes so methods and attributes are under the class directive
by Benjamin Peterson
· 17 years ago
14aaee1
#1686390: add example for csv.Sniffer use.
by Georg Brandl
· 18 years ago
722e101
Add examples to csv, pprint and traceback docs. Written by Ross for GHOP.
by Georg Brandl
· 18 years ago
9c466ba
Fix syntax for versionchanged markup.
by Georg Brandl
· 18 years ago
d469ff1
Note change to get_dialect semantics in 2.5. Will backport to 2.5.
by Skip Montanaro
· 18 years ago
e7a0990
Add :term:s for iterator.
by Georg Brandl
· 18 years ago
cf3fb25
Add :term: for generators.
by Georg Brandl
· 18 years ago
1f67a67
Remove ``:const:`` notation on None in parameter list. Since the markup is not
by Brett Cannon
· 18 years ago
8ec7f65
Move the 2.6 reST doc tree in place.
by Georg Brandl
· 18 years ago