| Commit message (Expand) | Author | Age | Files | Lines |
* | #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 |
|
|
* | | missing module ref (issue6723) | Skip Montanaro | 2009-08-18 | 1 | -1/+1 |
|
|
* | | Merged revisions 74207 via svnmerge from | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
|/ |
|
* | Remove surplus empty lines and convert more files to new optional arg style. | Georg Brandl | 2009-05-17 | 1 | -1/+0 |
|
|
* | Update signature style for optional arguments, part 3. | Georg Brandl | 2009-04-10 | 1 | -9/+9 |
|
|
* | Update documentation for csv module to reflect changes in code, | R. David Murray | 2009-04-04 | 1 | -120/+30 |
|
|
* | #5636: fix next -> __next__ in csv reader docs. | Georg Brandl | 2009-04-01 | 1 | -6/+3 |
|
|
* | clarify the type of data returned | Skip Montanaro | 2009-03-25 | 1 | -2/+2 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
|
|
* | murder some versionadded and versionchanged directives in their beds | Benjamin Peterson | 2008-08-16 | 1 | -1/+0 |
|
|
* | Merged revisions 65605 via svnmerge from | Skip Montanaro | 2008-08-09 | 1 | -0/+12 |
|
|
* | Remove last traces of cStringIO. | Georg Brandl | 2008-06-10 | 1 | -2/+2 |
|
|
* | Merged revisions 62490 via svnmerge from | Benjamin Peterson | 2008-04-25 | 1 | -8/+9 |
|
|
* | Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. | Georg Brandl | 2008-02-01 | 1 | -2/+2 |
|
|
* | Merged revisions 59774-59783 via svnmerge from | Christian Heimes | 2008-01-06 | 1 | -2/+9 |
|
|
* | Merged revisions 59333-59370 via svnmerge from | Christian Heimes | 2007-12-05 | 1 | -2/+17 |
|
|
* | Remove a few merged versionadded/changed. | Georg Brandl | 2007-12-02 | 1 | -7/+3 |
|
|