summaryrefslogtreecommitdiff
path: root/Doc/library/csv.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #16026: Fix parameter names of DictReader and DictWriterBerker Peksag2017-01-071-6/+6
* Issue #18219: Optimize csv.DictWriter for large number of columns.INADA Naoki2016-10-211-4/+6
* Issue #27842: The csv.DictReader now returns rows of type OrderedDict.Raymond Hettinger2016-08-301-15/+24
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+3
* Merge with 3.4Zachary Ware2015-09-111-1/+1
|\
| * Fix grammatical error in csv docs.Zachary Ware2015-09-111-1/+1
* | Issue #23659: Document **fmtparams in csv.register_dialect docstring.Berker Peksag2015-06-051-1/+1
|\ \ | |/
| * Issue #23659: Document **fmtparams in csv.register_dialect docstring.Berker Peksag2015-06-051-1/+1
* | Issue #23171: csv.Writer.writerow() now supports arbitrary iterables.Serhiy Storchaka2015-03-301-1/+3
* | Issue #20351: Add examples for csv.DictReader and csv.DictWriter.Berker Peksag2014-11-241-0/+1
|\ \ | |/ |/|
| * #13437: link to the source code for a few more modulesAndrew Kuchling2014-03-191-0/+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-34/+37
* #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence.R David Murray2014-02-241-2/+6
* #16053: merge with 3.2.Ezio Melotti2012-11-181-9/+9
|\
| * #15932: merge with 3.2.Ezio Melotti2012-09-151-9/+9
| |\
| | * Merge #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-9/+9
| | |\
| | | * Markup fixes for #7198 patch.R David Murray2011-03-201-9/+9
| | | |\
| | | | * Fix footnote reference.R David Murray2011-03-201-1/+1
| | | | * mention newline= in write docSkip Montanaro2011-03-201-2/+2
| | | | * #7198: add newlines='' to csv.writer docs.R David Murray2011-03-191-10/+11
| | | | * untabSkip Montanaro2011-03-191-1/+1
| | | | * *sigh* - i don't like this workflow at allSkip Montanaro2011-03-191-52/+0
| | | | * Mention RFC 4180. Based on input by Tony Wallace in issue 11456.Skip Montanaro2011-03-191-12/+64
* | | | | #16053: document csv.Dialect.strict. Patch by Kushal Das.Ezio Melotti2012-11-181-0/+5
|/ / / /
* | | | #15932: use with statement in csv doc examples. Patch by Dario Bertini.Ezio Melotti2012-09-151-13/+15
|/ / /
* | | #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-1/+5
|/ /
* | Merge markup fixes for #7198 patch.R David Murray2011-03-201-3/+3
|\ \
| * | Markup fixes for #7198 patch.R David Murray2011-03-201-3/+3
* | | Really merge #7198R David Murray2011-03-201-0/+19
|\ \ \ | |/ / |/| / | |/
| * merge from 3.1Eli Bendersky2011-03-111-0/+19
| |\
| | * Fix various issues (mostly Python 2 relics) found by Jacques Ducasse.Georg Brandl2011-01-061-1/+1
| | * #5975: add unix_dialect to csv module.Georg Brandl2010-10-271-0/+9
| | * Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-3/+3
| | * Fix version added for csv writeheader.R. David Murray2010-02-231-1/+1
| | * Merged revisions 78384 via svnmerge fromR. David Murray2010-02-231-0/+10
| | * Merged revisions 76163 via svnmerge fromR. David Murray2009-11-091-7/+6
| | * missing module ref (issue6723)Skip Montanaro2009-08-181-1/+1
| | * Merged revisions 74207 via svnmerge fromGeorg Brandl2009-07-261-1/+1
* | | #7198: really add newline='' to csv.writer docs.R David Murray2011-03-201-10/+11
|/ /
* | Issue #11426: use 'with' statements on open files in CSV examplesEli Bendersky2011-03-111-20/+26
* | Merged revisions 87789-87790 via svnmerge fromGeorg Brandl2011-01-091-1/+1
* | Merged revisions 84827-84829 via svnmerge fromAntoine Pitrou2010-09-151-3/+3
* | Merged revisions 76165 via svnmerge fromR. David Murray2009-11-091-7/+6
* | missing module ref (issue6723)Skip Montanaro2009-08-181-1/+1
* | Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,...Georg Brandl2009-08-131-1/+1
|/
* Remove surplus empty lines and convert more files to new optional arg style.Georg Brandl2009-05-171-1/+0
* Update signature style for optional arguments, part 3.Georg Brandl2009-04-101-9/+9
* Update documentation for csv module to reflect changes in code,R. David Murray2009-04-041-120/+30
* #5636: fix next -> __next__ in csv reader docs.Georg Brandl2009-04-011-6/+3