COMMITS
/ Doc/library/csv.rst February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
November 12, 2025
M
gh-137952: update `csv.Sniffer().has_header()` docs to describe the actual off-by-onish behavior (GH-137953)
Maurycy Pawłowski-Wieroński committed
September 11, 2025
M
gh-138005: Document that CSV `skipinitialspace=True` and `delimiter=' '` require quotation for empty fields (#138006)
Maurycy Pawłowski-Wieroński committed
August 24, 2025
S
gh-137986: Fix and improve the csv functions docstrings (GH-137987)
Serhiy Storchaka committed
June 30, 2025
A
gh-131885: Update documented signatures for `csv.{writer,reader}` (GH-136085)
Adam Dangoor committed
S
gh-132813: Fix the csv documentation for quoting and escaping (#133209)
Serhiy Storchaka committed
June 8, 2025
E
Use f-strings in csv docs example (#135245)
Ezio Melotti committed
June 2, 2025
S
gh-74232: Add a note about roundtrip of non-float numerics in CSV (GH-134963)
Serhiy Storchaka committed
May 8, 2024
S
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka committed
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
May 3, 2024
N
docs: clarify csv.DictReader's treatment of the first data row (#118549)
Ned Batchelder committed
February 5, 2024
T
Remove bogus syntax error marker in csv doc (#115017)
Terry Jan Reedy committed
February 1, 2024
S
gh-67230: Add versionadded notes for QUOTE_NOTNULL and QUOTE_STRINGS (#114816)
Skip Montanaro committed
January 30, 2024
S
gh-101100: Fix references in csv docs (GH-114658)
Skip Montanaro committed
January 28, 2024
S
Correction Skip Montanaro's email address (#114677)
Skip Montanaro committed
December 16, 2023
T
gh-113046: Revise csv.reader doc (#113207)
Terry Jan Reedy committed
December 13, 2023
H
gh-101100: Fix Sphinx warning in references with asterisks (#113029)
Hugo van Kemenade committed
October 11, 2023
E
gh-110631: Fix reST indentation (#110724)
Ezio Melotti committed
April 12, 2023
S
gh-67230: add quoting rules to csv module (GH-29469)
Skip Montanaro committed
February 19, 2023
R
Fix incorrectly documented attribute in csv docs (#101250)
Reza Rastak committed
October 7, 2022
S
gh-65496: Correct wording on csv's skipinitialspace argument (#96170)
Stanley committed
August 25, 2022
April 22, 2022
I
gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)
Inada Naoki committed
October 11, 2021
D
bpo-20028: Empty escapechar/quotechar is not allowed for csv.Dialect (GH-28833)
Dong-hee Na committed
August 6, 2021
J
bpo-27752: improve documentation of csv.Dialect (GH-26795)
Jack DeVries committed
July 30, 2021
A
bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939)
andrei kulakov committed
June 10, 2020
É
bpo-34003: Re-add versionchanged entry in csv docs (GH-20657)
Éric Araujo committed
March 24, 2020
J
bpo-40013: Clarify documentation of restval in csv.DictReader (GH-19099)
Juhana Jauhiainen committed
May 10, 2019
R
bpo-27497: Add return value to csv.DictWriter.writeheader (GH-12306)
Rémi Lapeyre committed
January 31, 2019
M
bpo-34003: Use dict instead of OrderedDict in csv.DictReader (GH-8014)
Michael Selik committed
June 8, 2018
A
bpo-33798: Update csv document about dict order (GH-7490)
Andrés Delfino committed
June 2, 2018
Z
bpo-23495: Correct the documentation for writerows() of csv Writer objects (GH-6316)
Zackery Spytz committed
October 26, 2017
A
bpo-30937: Make usage of newline='' consistent in csv docs (GH-2730)
Ammar Askar committed
May 23, 2017
A
bpo-21056: Document return type of next method of csv reader (#146)
Amit Kumar committed
January 7, 2017
B
Issue #16026: Fix parameter names of DictReader and DictWriter
Berker Peksag committed
October 21, 2016
I
Issue #18219: Optimize csv.DictWriter for large number of columns.
INADA Naoki committed
August 30, 2016
R
Issue #27842: The csv.DictReader now returns rows of type OrderedDict.
Raymond Hettinger committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
September 11, 2015
Z
Merge with 3.4
Zachary Ware committed
Z
Fix grammatical error in csv docs.
Zachary Ware committed
June 5, 2015
B
Issue #23659: Document **fmtparams in csv.register_dialect docstring.
Berker Peksag committed
B
Issue #23659: Document **fmtparams in csv.register_dialect docstring.
Berker Peksag committed
March 30, 2015
S
Issue #23171: csv.Writer.writerow() now supports arbitrary iterables.
Serhiy Storchaka committed
November 24, 2014
B
Issue #20351: Add examples for csv.DictReader and csv.DictWriter.
Berker Peksag committed
B
Issue #20351: Add examples for csv.DictReader and csv.DictWriter.
Berker Peksag committed
March 19, 2014
A
#13437: link to the source code for a few more modules
Andrew Kuchling committed
March 16, 2014
L
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings committed
February 24, 2014
R
#20628: wrap lines to < 80.
R David Murray committed
R
#20628: make it clear that DictReader/Writer *fieldnames* is a Sequence.
R David Murray committed