summaryrefslogtreecommitdiffstats
path: root/Doc/library/csv.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-23495: Correct the documentation for writerows() of csv Writer objects (G...Miss Islington (bot)2018-06-021-2/+3
* bpo-32784: Wrong argument name for csv.DictReader in documentation (GH-5575)Stéphane Wirtel2018-02-071-5/+5
* Issue 13573: Document that csv.writer uses str() for floats instead of repr().Raymond Hettinger2016-02-281-0/+1
* Fix grammatical error in csv docs.Zachary Ware2015-09-111-1/+1
* Issue #20351: Add examples for csv.DictReader and csv.DictWriter.Berker Peksag2014-11-241-0/+25
* #20628: wrap lines to < 80.R David Murray2014-02-241-29/+30
* #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence.R David Murray2014-02-241-2/+8
* #16053: document csv.Dialect.strict. Patch by Kushal Das.Ezio Melotti2012-11-181-0/+5
* Issue #16341: convert examples to use except ... as ... syntax.Andrew Svetlov2012-10-301-1/+1
* #15932: use with statement in csv doc examples.Ezio Melotti2012-09-151-13/+15
* #14880: Fix kwargs notation in csv.reader, .writer & .register_dialectHynek Schlawack2012-08-281-6/+6
* Adapt mentions of future changes in docÉric Araujo2012-07-021-1/+1
* #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-221-3/+3
* Issue #11426: use 'with' statements on open files in CSV examplesEli Bendersky2011-03-131-18/+21
* Make sure all files are opened in binary mode.Skip Montanaro2010-07-301-3/+3
* Fix #1537721: add writeheader() method to csv.DictWriter.Dirkjan Ochtman2010-02-231-0/+10
* Remove redundant sentence.R. David Murray2009-11-091-7/+6
* missing module ref (issue6723)Skip Montanaro2009-08-181-1/+1
* #6577: fix (hopefully) all links to builtin instead of module/class-specific ...Georg Brandl2009-07-261-1/+1
* clarify the type of data returnedSkip Montanaro2009-03-251-2/+2
* revert r69777 since all the experts agree that extra import lines distract fr...Benjamin Peterson2009-02-201-5/+2
* Since we recommend one module per import line, reflect this also in theJeroen Ruigrok van der Werven2009-02-191-2/+5
* Remove trailing whitespace.Georg Brandl2009-01-031-1/+1
* accept issue 3436Skip Montanaro2008-08-081-0/+12
* reformat some documentation of classes so methods and attributes are under th...Benjamin Peterson2008-04-251-8/+9
* #1686390: add example for csv.Sniffer use.Georg Brandl2008-01-061-2/+9
* Add examples to csv, pprint and traceback docs.Georg Brandl2007-12-051-2/+17
* Fix syntax for versionchanged markup.Georg Brandl2007-11-041-4/+3
* Note change to get_dialect semantics in 2.5. Will backport to 2.5.Skip Montanaro2007-11-041-0/+5
* Add :term:s for iterator.Georg Brandl2007-10-211-1/+1
* Add :term: for generators.Georg Brandl2007-10-211-2/+2
* Remove ``:const:`` notation on None in parameter list. Since the markup is notBrett Cannon2007-10-161-1/+1
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+530