summaryrefslogtreecommitdiffstats
path: root/Doc/library/csv.rst
Commit message (Expand)AuthorAgeFilesLines
* 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