index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
csv.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka
2024-05-08
1
-2/+2
*
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder
2024-05-08
1
-2/+2
*
docs: clarify csv.DictReader's treatment of the first data row (#118549)
Ned Batchelder
2024-05-03
1
-2/+4
*
Remove bogus syntax error marker in csv doc (#115017)
Terry Jan Reedy
2024-02-05
1
-1/+0
*
gh-67230: Add versionadded notes for QUOTE_NOTNULL and QUOTE_STRINGS (#114816)
Skip Montanaro
2024-02-01
1
-0/+4
*
gh-101100: Fix references in csv docs (GH-114658)
Skip Montanaro
2024-01-30
1
-7/+7
*
Correction Skip Montanaro's email address (#114677)
Skip Montanaro
2024-01-28
1
-1/+1
*
gh-113046: Revise csv.reader doc (#113207)
Terry Jan Reedy
2023-12-16
1
-4/+7
*
gh-101100: Fix Sphinx warning in references with asterisks (#113029)
Hugo van Kemenade
2023-12-13
1
-2/+4
*
gh-110631: Fix reST indentation (#110724)
Ezio Melotti
2023-10-11
1
-3/+3
*
gh-67230: add quoting rules to csv module (GH-29469)
Skip Montanaro
2023-04-12
1
-2/+20
*
Fix incorrectly documented attribute in csv docs (#101250)
Reza Rastak
2023-02-19
1
-1/+1
*
gh-65496: Correct wording on csv's skipinitialspace argument (#96170)
Stanley
2022-10-07
1
-1/+1
*
gh-76728: Coerce DictReader and DictWriter fieldnames argument to a list (GH-...
Sam Ezeh
2022-08-25
1
-0/+4
*
gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)
Inada Naoki
2022-04-22
1
-1/+1
*
bpo-20028: Empty escapechar/quotechar is not allowed for csv.Dialect (GH-28833)
Dong-hee Na
2021-10-11
1
-0/+4
*
bpo-27752: improve documentation of csv.Dialect (GH-26795)
Jack DeVries
2021-08-06
1
-11/+23
*
bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939)
andrei kulakov
2021-07-30
1
-0/+14
*
bpo-34003: Re-add versionchanged entry in csv docs (GH-20657)
Éric Araujo
2020-06-10
1
-0/+3
*
bpo-40013: Clarify documentation of restval in csv.DictReader (GH-19099)
Juhana Jauhiainen
2020-03-24
1
-1/+2
*
bpo-27497: Add return value to csv.DictWriter.writeheader (GH-12306)
Rémi Lapeyre
2019-05-10
1
-2/+8
*
bpo-34003: Use dict instead of OrderedDict in csv.DictReader (GH-8014)
Michael Selik
2019-01-31
1
-6/+6
*
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
[next]