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
/
Modules
/
_csv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Resize(). (GH...
Sergey Fedoseev
2018-08-16
1
-36/+15
*
bpo-34197: Make _csv.Dialect attributes booleans. (GH-8440)
Serhiy Storchaka
2018-07-26
1
-15/+16
*
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk
2018-02-02
1
-4/+4
*
bpo-32255: Always quote a single empty field when write into a CSV file. (#4769)
Licht Takeuchi
2017-12-12
1
-1/+1
*
Use NULL rather than 0. (#778)
Serhiy Storchaka
2017-03-23
1
-8/+8
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-8/+4
*
Backed out changeset b9c9691c72c5
Victor Stinner
2016-12-04
1
-1/+1
*
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner
2016-12-01
1
-1/+1
*
_csv: use _PyLong_AsInt()
Victor Stinner
2016-10-19
1
-10/+4
*
Issue #27809: _csv: _call_dialect() uses fast call
Victor Stinner
2016-08-22
1
-9/+7
*
merge 3.5 (closes #27758)
Benjamin Peterson
2016-08-14
1
-4/+19
|
\
|
*
merge 3.4 (closes #27758)
Benjamin Peterson
2016-08-14
1
-4/+19
|
|
\
|
|
*
merge 3.3 (#27758)
Benjamin Peterson
2016-08-14
1
-4/+19
|
|
|
\
|
|
|
*
check for overflow in join_append_data (closes #27758)
Benjamin Peterson
2016-08-14
1
-4/+19
*
|
|
|
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka
2016-04-17
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1/+1
*
|
|
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-2/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-2/+2
*
|
|
|
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka
2015-12-25
1
-4/+4
|
/
/
/
*
|
|
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-4/+2
*
|
|
Issue #25290: Fix typo in csv.reader() docstring
Berker Peksag
2015-10-02
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #25290: Fix typo in csv.reader() docstring
Berker Peksag
2015-10-02
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
-40/+39
*
|
|
Issue #22156: Fix some "comparison between signed and unsigned integers"
Victor Stinner
2014-08-15
1
-1/+1
*
|
|
Issue #22076: Minor grammar fix.
Berker Peksag
2014-07-27
1
-2/+2
|
/
/
*
|
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
Serhiy Storchaka
2013-12-19
1
-1/+8
|
\
\
|
|
/
|
*
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
Serhiy Storchaka
2013-12-19
1
-1/+8
*
|
Issue #19437: Fix parse_save_field() of the csv module, handle PyList_Append()
Victor Stinner
2013-11-14
1
-1/+4
*
|
Use logic operator, not bitwise operator, for conditional.
R David Murray
2013-03-20
1
-1/+1
*
|
#15927: Fix cvs.reader parsing of escaped \r\n with quoting off.
R David Murray
2013-03-20
1
-1/+12
|
/
*
Issue #16145: Support legacy strings in the _csv module.
Stefan Krah
2012-11-02
1
-6/+15
*
merge 3.2: Issue #16013: Fix CSV Reader parsing issue with ending quote chara...
Senthil Kumaran
2012-09-25
1
-3/+8
|
\
|
*
Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patc...
Senthil Kumaran
2012-09-25
1
-3/+7
*
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...
Antoine Pitrou
2012-08-15
1
-2/+6
|
\
\
|
|
/
|
*
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...
Antoine Pitrou
2012-08-15
1
-2/+6
*
|
Issue #14732: The _csv module now uses PEP 3121 module initialization.
Antoine Pitrou
2012-05-16
1
-35/+70
*
|
Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH()
Victor Stinner
2011-11-21
1
-1/+1
*
|
Replace Py_UNICODE_strchr with PyUnicode_FindChar.
Martin v. Löwis
2011-11-01
1
-6/+3
*
|
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis
2011-10-14
1
-1/+1
*
|
Use identifier API for PyObject_GetAttrString.
Martin v. Löwis
2011-10-10
1
-1/+2
*
|
Fix a Py_UCS4 / Py_UNICODE mixup.
Antoine Pitrou
2011-10-07
1
-3/+8
*
|
Migrate the _csv module to the new unicode APIs
Antoine Pitrou
2011-10-07
1
-60/+61
*
|
fix compiler warnings
Benjamin Peterson
2011-10-06
1
-4/+3
*
|
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-1/+1
|
/
*
Issue #10359: Remove useless (duplicate) initialization in _csv
Victor Stinner
2010-11-09
1
-1/+1
*
Fix more 64-bit warnings.
Antoine Pitrou
2010-08-15
1
-14/+10
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-1110/+1110
*
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson
2009-02-02
1
-3/+3
[next]