| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-33798: Update csv document about dict order (GH-7490) | Andrés Delfino | 2018-06-08 | 1 | -3/+1 |
|
|
* | bpo-23495: Correct the documentation for writerows() of csv Writer objects (G... | Zackery Spytz | 2018-06-02 | 1 | -2/+3 |
|
|
* | bpo-30937: Make usage of newline='' consistent in csv docs (GH-2730) | Ammar Askar | 2017-10-26 | 1 | -3/+3 |
|
|
* | bpo-21056: Document return type of next method of csv reader (#146) | Amit Kumar | 2017-05-23 | 1 | -2/+4 |
|
|
* | Issue #16026: Fix parameter names of DictReader and DictWriter | Berker Peksag | 2017-01-07 | 1 | -6/+6 |
|
|
* | Issue #18219: Optimize csv.DictWriter for large number of columns. | INADA Naoki | 2016-10-21 | 1 | -4/+6 |
|
|
* | Issue #27842: The csv.DictReader now returns rows of type OrderedDict. | Raymond Hettinger | 2016-08-30 | 1 | -15/+24 |
|
|
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+3 |
|
|
* | Merge with 3.4 | Zachary Ware | 2015-09-11 | 1 | -1/+1 |
|\ |
|
| * | Fix grammatical error in csv docs. | Zachary Ware | 2015-09-11 | 1 | -1/+1 |
|
|
* | | Issue #23659: Document **fmtparams in csv.register_dialect docstring. | Berker Peksag | 2015-06-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #23659: Document **fmtparams in csv.register_dialect docstring. | Berker Peksag | 2015-06-05 | 1 | -1/+1 |
|
|
* | | Issue #23171: csv.Writer.writerow() now supports arbitrary iterables. | Serhiy Storchaka | 2015-03-30 | 1 | -1/+3 |
|
|
* | | Issue #20351: Add examples for csv.DictReader and csv.DictWriter. | Berker Peksag | 2014-11-24 | 1 | -0/+25 |
|\ \
| |/ |
|
| * | Issue #20351: Add examples for csv.DictReader and csv.DictWriter. | Berker Peksag | 2014-11-24 | 1 | -0/+25 |
|
|
| * | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -30/+37 |
|
|
* | | #13437: link to the source code for a few more modules | Andrew Kuchling | 2014-03-19 | 1 | -0/+1 |
|
|
* | | #20628: wrap lines to < 80. | R David Murray | 2014-02-24 | 1 | -34/+37 |
|
|
* | | #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. | R David Murray | 2014-02-24 | 1 | -2/+6 |
|/ |
|
* | #16053: merge with 3.2. | Ezio Melotti | 2012-11-18 | 1 | -0/+5 |
|\ |
|
| * | #16053: document csv.Dialect.strict. Patch by Kushal Das. | Ezio Melotti | 2012-11-18 | 1 | -0/+5 |
|
|
* | | #15932: merge with 3.2. | Ezio Melotti | 2012-09-15 | 1 | -13/+15 |
|\ \
| |/ |
|
| * | #15932: use with statement in csv doc examples. Patch by Dario Bertini. | Ezio Melotti | 2012-09-15 | 1 | -13/+15 |
|
|
* | | Merge #15543: glossary entry for and 'universal newlines', and links to it. | R David Murray | 2012-08-15 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | #15543: glossary entry for and 'universal newlines', and links to it. | R David Murray | 2012-08-15 | 1 | -1/+5 |
|
|
* | | Markup fixes for #7198 patch. | R David Murray | 2011-03-20 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Merge markup fixes for #7198 patch. | R David Murray | 2011-03-20 | 1 | -3/+3 |
| |\ |
|
| | * | Markup fixes for #7198 patch. | R David Murray | 2011-03-20 | 1 | -3/+3 |
|
|
| * | | Really merge #7198 | R David Murray | 2011-03-20 | 1 | -10/+11 |
| |\ \
| | |/ |
|
| | * | #7198: really add newline='' to csv.writer docs. | R David Murray | 2011-03-20 | 1 | -10/+11 |
|
|
| * | | merge from 3.1 | Eli Bendersky | 2011-03-11 | 1 | -20/+26 |
| |\ \
| | |/ |
|
| | * | Issue #11426: use 'with' statements on open files in CSV examples | Eli Bendersky | 2011-03-11 | 1 | -20/+26 |
|
|
| | * | Merged revisions 87789-87790 via svnmerge from | Georg Brandl | 2011-01-09 | 1 | -1/+1 |
|
|
| | * | Merged revisions 84827-84829 via svnmerge from | Antoine Pitrou | 2010-09-15 | 1 | -3/+3 |
|
|
| | * | Merged revisions 76165 via svnmerge from | R. David Murray | 2009-11-09 | 1 | -7/+6 |
|
|
| | * | missing module ref (issue6723) | Skip Montanaro | 2009-08-18 | 1 | -1/+1 |
|
|
| | * | Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,... | Georg Brandl | 2009-08-13 | 1 | -1/+1 |
|
|
* | | | Fix footnote reference. | R David Murray | 2011-03-20 | 1 | -1/+1 |
|
|
* | | | mention newline= in write doc | Skip Montanaro | 2011-03-20 | 1 | -2/+2 |
|
|
* | | | #7198: add newlines='' to csv.writer docs. | R David Murray | 2011-03-20 | 1 | -10/+11 |
|
|
* | | | untab | Skip Montanaro | 2011-03-19 | 1 | -1/+1 |
|
|
* | | | *sigh* - i don't like this workflow at all | Skip Montanaro | 2011-03-19 | 1 | -52/+0 |
|
|
* | | | Mention RFC 4180. Based on input by Tony Wallace in issue 11456. | Skip Montanaro | 2011-03-19 | 1 | -12/+64 |
|
|
* | | | Issue #11426: use 'with' statements on open files in CSV examples | Eli Bendersky | 2011-03-11 | 1 | -20/+26 |
|/ / |
|
* | | Fix various issues (mostly Python 2 relics) found by Jacques Ducasse. | Georg Brandl | 2011-01-06 | 1 | -1/+1 |
|
|
* | | #5975: add unix_dialect to csv module. | Georg Brandl | 2010-10-27 | 1 | -0/+9 |
|
|
* | | Add cross-references to the glossary entry for file objects. | Antoine Pitrou | 2010-09-15 | 1 | -3/+3 |
|
|
* | | Fix version added for csv writeheader. | R. David Murray | 2010-02-23 | 1 | -1/+1 |
|
|
* | | Merged revisions 78384 via svnmerge from | R. David Murray | 2010-02-23 | 1 | -0/+10 |
|
|
* | | Merged revisions 76163 via svnmerge from | R. David Murray | 2009-11-09 | 1 | -7/+6 |
|
|