COMMITS
/ Modules/_csv.c October 7, 2022
S
gh-65496: Correct wording on csv's skipinitialspace argument (#96170)
Stanley committed
May 13, 2022
V
gh-89653: Use int type for Unicode kind (#92704)
Victor Stinner committed
May 3, 2022
V
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner committed
April 16, 2022
S
bpo-40676: Use Argument Clinic for csv (where possible) (GH-20200)
Shantanu committed
February 28, 2022
D
bpo-46541: Remove unnecessary Py_VISIT (GH-31608)
Dong-hee Na committed
February 16, 2022
D
bpo-46541: Remove usage of _Py_IDENTIFIER from csv module (GH-31372)
Dong-hee Na committed
February 11, 2022
P
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin committed
February 8, 2022
October 11, 2021
D
bpo-20028: Empty escapechar/quotechar is not allowed for csv.Dialect (GH-28833)
Dong-hee Na committed
October 9, 2021
S
bpo-27580: Add support of null characters in the csv module. (GH-28808)
Serhiy Storchaka committed
D
bpo-20028: Keep original exception when PyUnicode_GetLength return -1 (GH-28832)
Dong-hee Na committed
D
bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
Dong-hee Na committed
October 7, 2021
C
Fix typos in the Modules directory (GH-28761)
Christian Clauss committed
July 13, 2021
T
bpo-44630: Fix assertion errors in csv module (GH-27127)
T. Wouters committed
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