COMMITS
/ Modules/_csv.c June 17, 2021
E
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland committed
May 12, 2021
E
bpo-44116: Add GC support to _csv heap types (GH-26074)
Erlend Egeberg Aasland committed
K
bpo-44089: Allow subclassing of ``csv.Error`` (GH-26008)
Ken Jin committed
December 15, 2020
P
bpo-14935: Remove static state from the _csv module (GH-23224)
Petr Viktorin committed
September 20, 2020
B
bpo-12178: Fix escaping of escapechar in csv.writer() (GH-13710)
Berker Peksag committed
June 22, 2020
S
bpo-26407: Do not mask errors in csv. (GH-20536)
Serhiy Storchaka committed
June 9, 2020
D
Remove usesless function from csv module (GH-20762)
Dong-hee Na committed
June 5, 2020
R
bpo-40876: Clarify error message in the csv module (GH-20653)
Ram Rachum committed
June 3, 2020
D
Remove unused ReaderObject_Check macro (#20614)
Dong-hee Na committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
April 11, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345)
Serhiy Storchaka committed
March 24, 2020
D
bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119)
Dong-hee Na committed
March 16, 2020
February 17, 2020
D
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
February 7, 2020
V
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner committed
September 1, 2019
S
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
Serhiy Storchaka committed
July 4, 2019
J
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer committed
June 19, 2019
B
Fix name of '\0'. (GH-14222)
Benjamin Peterson committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 14, 2019
R
Change WriterObj.writeline to WriterObj.write (GH-12344)
Rémi Lapeyre committed
February 25, 2019
S
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka committed
November 27, 2018
S
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka committed
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
August 16, 2018
S
bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Resize(). (GH-8756)
Sergey Fedoseev committed
July 26, 2018
S
bpo-34197: Make _csv.Dialect attributes booleans. (GH-8440)
Serhiy Storchaka committed
February 2, 2018
O
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk committed
December 12, 2017
L
bpo-32255: Always quote a single empty field when write into a CSV file. (#4769)
Licht Takeuchi committed
March 23, 2017
S
Use NULL rather than 0. (#778)
Serhiy Storchaka committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
December 4, 2016
V
Backed out changeset b9c9691c72c5
Victor Stinner committed
December 1, 2016
V
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner committed
October 19, 2016
V
_csv: use _PyLong_AsInt()
Victor Stinner committed
August 22, 2016
V
Issue #27809: _csv: _call_dialect() uses fast call
Victor Stinner committed
August 14, 2016
B
merge 3.5 (closes #27758)
Benjamin Peterson committed
B
merge 3.4 (closes #27758)
Benjamin Peterson committed
B
merge 3.3 (#27758)
Benjamin Peterson committed
B
check for overflow in join_append_data (closes #27758)
Benjamin Peterson committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka committed
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
December 24, 2015
S
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka committed
October 2, 2015
B
Issue #25290: Fix typo in csv.reader() docstring
Berker Peksag committed
B
Issue #25290: Fix typo in csv.reader() docstring
Berker Peksag 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
August 15, 2014
V
Issue #22156: Fix some "comparison between signed and unsigned integers"
Victor Stinner committed