summaryrefslogtreecommitdiffstats
path: root/Doc/library/csv.rst
Commit message (Expand)AuthorAgeFilesLines
* #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-201-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
* | 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
|/
* 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
* clarify the type of data returnedSkip Montanaro2009-03-251-2/+2
* Remove trailing whitespace.Georg Brandl2009-01-031-1/+1
* murder some versionadded and versionchanged directives in their bedsBenjamin Peterson2008-08-161-1/+0
* Merged revisions 65605 via svnmerge fromSkip Montanaro2008-08-091-0/+12
* Remove last traces of cStringIO.Georg Brandl2008-06-101-2/+2
* Merged revisions 62490 via svnmerge fromBenjamin Peterson2008-04-251-8/+9
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-011-2/+2
* Merged revisions 59774-59783 via svnmerge fromChristian Heimes2008-01-061-2/+9
* Merged revisions 59333-59370 via svnmerge fromChristian Heimes2007-12-051-2/+17
* Remove a few merged versionadded/changed.Georg Brandl2007-12-021-7/+3
* Merged revisions 58817-58861 via svnmerge fromGuido van Rossum2007-11-051-0/+4
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-011-4/+4
* Convert all print statements in the docs.Georg Brandl2007-09-041-4/+4