| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-23495: Correct the documentation for writerows() of csv Writer objects (G... | Miss Islington (bot) | 2018-06-02 | 1 | -2/+3 |
|
|
* | bpo-32784: Wrong argument name for csv.DictReader in documentation (GH-5575) | Stéphane Wirtel | 2018-02-07 | 1 | -5/+5 |
|
|
* | Issue 13573: Document that csv.writer uses str() for floats instead of repr(). | Raymond Hettinger | 2016-02-28 | 1 | -0/+1 |
|
|
* | Fix grammatical error in csv docs. | Zachary Ware | 2015-09-11 | 1 | -1/+1 |
|
|
* | Issue #20351: Add examples for csv.DictReader and csv.DictWriter. | Berker Peksag | 2014-11-24 | 1 | -0/+25 |
|
|
* | #20628: wrap lines to < 80. | R David Murray | 2014-02-24 | 1 | -29/+30 |
|
|
* | #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. | R David Murray | 2014-02-24 | 1 | -2/+8 |
|
|
* | #16053: document csv.Dialect.strict. Patch by Kushal Das. | Ezio Melotti | 2012-11-18 | 1 | -0/+5 |
|
|
* | Issue #16341: convert examples to use except ... as ... syntax. | Andrew Svetlov | 2012-10-30 | 1 | -1/+1 |
|
|
* | #15932: use with statement in csv doc examples. | Ezio Melotti | 2012-09-15 | 1 | -13/+15 |
|
|
* | #14880: Fix kwargs notation in csv.reader, .writer & .register_dialect | Hynek Schlawack | 2012-08-28 | 1 | -6/+6 |
|
|
* | Adapt mentions of future changes in doc | Éric Araujo | 2012-07-02 | 1 | -1/+1 |
|
|
* | #14804: Remove [] around optional arguments with default values | Hynek Schlawack | 2012-05-22 | 1 | -3/+3 |
|
|
* | Issue #11426: use 'with' statements on open files in CSV examples | Eli Bendersky | 2011-03-13 | 1 | -18/+21 |
|
|
* | Make sure all files are opened in binary mode. | Skip Montanaro | 2010-07-30 | 1 | -3/+3 |
|
|
* | Fix #1537721: add writeheader() method to csv.DictWriter. | Dirkjan Ochtman | 2010-02-23 | 1 | -0/+10 |
|
|
* | Remove redundant sentence. | R. David Murray | 2009-11-09 | 1 | -7/+6 |
|
|
* | missing module ref (issue6723) | Skip Montanaro | 2009-08-18 | 1 | -1/+1 |
|
|
* | #6577: fix (hopefully) all links to builtin instead of module/class-specific ... | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
|
|
* | clarify the type of data returned | Skip Montanaro | 2009-03-25 | 1 | -2/+2 |
|
|
* | revert r69777 since all the experts agree that extra import lines distract fr... | Benjamin Peterson | 2009-02-20 | 1 | -5/+2 |
|
|
* | Since we recommend one module per import line, reflect this also in the | Jeroen Ruigrok van der Werven | 2009-02-19 | 1 | -2/+5 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
|
|
* | accept issue 3436 | Skip Montanaro | 2008-08-08 | 1 | -0/+12 |
|
|
* | reformat some documentation of classes so methods and attributes are under th... | Benjamin Peterson | 2008-04-25 | 1 | -8/+9 |
|
|
* | #1686390: add example for csv.Sniffer use. | Georg Brandl | 2008-01-06 | 1 | -2/+9 |
|
|
* | Add examples to csv, pprint and traceback docs. | Georg Brandl | 2007-12-05 | 1 | -2/+17 |
|
|
* | Fix syntax for versionchanged markup. | Georg Brandl | 2007-11-04 | 1 | -4/+3 |
|
|
* | Note change to get_dialect semantics in 2.5. Will backport to 2.5. | Skip Montanaro | 2007-11-04 | 1 | -0/+5 |
|
|
* | Add :term:s for iterator. | Georg Brandl | 2007-10-21 | 1 | -1/+1 |
|
|
* | Add :term: for generators. | Georg Brandl | 2007-10-21 | 1 | -2/+2 |
|
|
* | Remove ``:const:`` notation on None in parameter list. Since the markup is not | Brett Cannon | 2007-10-16 | 1 | -1/+1 |
|
|
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+530 |
|
|