summaryrefslogtreecommitdiff
path: root/Doc/library/csv.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-27497: Add return value to csv.DictWriter.writeheader (GH-12306)Rémi Lapeyre2019-05-101-2/+8
* bpo-34003: Use dict instead of OrderedDict in csv.DictReader (GH-8014)Michael Selik2019-01-311-6/+6
* bpo-33798: Update csv document about dict order (GH-7490)Andrés Delfino2018-06-081-3/+1
* bpo-23495: Correct the documentation for writerows() of csv Writer objects (G...Zackery Spytz2018-06-021-2/+3
* bpo-30937: Make usage of newline='' consistent in csv docs (GH-2730)Ammar Askar2017-10-261-3/+3
* bpo-21056: Document return type of next method of csv reader (#146)Amit Kumar2017-05-221-2/+4
* 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/+25
|\ \ | |/
| * Issue #20351: Add examples for csv.DictReader and csv.DictWriter.Berker Peksag2014-11-241-0/+25
| * Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-30/+37
* | #13437: link to the source code for a few more modulesAndrew Kuchling2014-03-191-0/+1
* | #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-0/+5
|\
| * #16053: document csv.Dialect.strict. Patch by Kushal Das.Ezio Melotti2012-11-181-0/+5
* | #15932: merge with 3.2.Ezio Melotti2012-09-151-13/+15
|\ \ | |/
| * #15932: use with statement in csv doc examples. Patch by Dario Bertini.Ezio Melotti2012-09-151-13/+15
* | Merge #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-1/+5
|\ \ | |/
| * #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-1/+5
* | Markup fixes for #7198 patch.R David Murray2011-03-201-6/+6
|\ \ | |/
| * 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-10/+11
| |\ \ | | |/
| | * #7198: really add newline='' to csv.writer docs.R David Murray2011-03-201-10/+11
| * | merge from 3.1Eli Bendersky2011-03-111-20/+26
| |\ \ | | |/
| | * 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
* | | 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
* | | Issue #11426: use 'with' statements on open files in CSV examplesEli Bendersky2011-03-111-20/+26
|/ /
* | 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