GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
_csv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-14935: Remove static state from the _csv module (GH-23224)
Petr Viktorin
2020-12-15
1
-241
/
+303
*
bpo-12178: Fix escaping of escapechar in csv.writer() (GH-13710)
Berker Peksag
2020-09-20
1
-0
/
+3
*
bpo-26407: Do not mask errors in csv. (GH-20536)
Serhiy Storchaka
2020-06-22
1
-8
/
+8
*
Remove usesless function from csv module (GH-20762)
Dong-hee Na
2020-06-10
1
-8
/
+2
*
bpo-40876: Clarify error message in the csv module (GH-20653)
Ram Rachum
2020-06-05
1
-1
/
+1
*
Remove unused ReaderObject_Check macro (#20614)
Dong-hee Na
2020-06-04
1
-2
/
+0
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1
/
+1
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data....
Serhiy Storchaka
2020-04-11
1
-4
/
+4
*
bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119)
Dong-hee Na
2020-03-24
1
-6
/
+2
*
bpo-39968: Convert extension modules' macros of get_module_state() to inline ...
Hai Shi
2020-03-16
1
-14
/
+20
*
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na
2020-02-17
1
-1
/
+1
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
1
-3
/
+3
*
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner
2020-02-07
1
-3
/
+3
*
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
Serhiy Storchaka
2019-09-01
1
-1
/
+4
*
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer
2019-07-04
1
-1
/
+1
*
Fix name of '\0'. (GH-14222)
Benjamin Peterson
2019-06-18
1
-1
/
+1
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-30
1
-6
/
+6
*
Change WriterObj.writeline to WriterObj.write (GH-12344)
Rémi Lapeyre
2019-05-14
1
-10
/
+12
*
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka
2019-02-25
1
-3
/
+7
*
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka
2018-11-27
1
-5
/
+5
*
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka
2018-11-27
1
-3
/
+3
*
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-23
1
-9
/
+7
*
merge 3.5 (closes #27758)
Benjamin Peterson
2016-08-13
1
-4
/
+19
|
\
|
*
merge 3.4 (closes #27758)
Benjamin Peterson
2016-08-13
1
-4
/
+19
|
|
\
|
|
*
merge 3.3 (#27758)
Benjamin Peterson
2016-08-13
1
-4
/
+19
|
|
|
\
|
|
|
*
check for overflow in join_append_data (closes #27758)
Benjamin Peterson
2016-08-13
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-16
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
[next]