Benjamin Peterson
|
9745ee0b44
|
merge 3.4 (closes #27758)
|
2016-08-13 17:21:54 -07:00 |
|
Benjamin Peterson
|
59b6abd38c
|
merge 3.3 (#27758)
|
2016-08-13 17:21:22 -07:00 |
|
Benjamin Peterson
|
6e01d90cc8
|
check for overflow in join_append_data (closes #27758)
Reported by Thomas E. Hybel
|
2016-08-13 17:17:06 -07:00 |
|
Serhiy Storchaka
|
6a7b3a77b4
|
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
|
2016-04-17 08:32:47 +03:00 |
|
Serhiy Storchaka
|
48842714b9
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
|
2016-04-06 09:45:48 +03:00 |
|
Berker Peksag
|
e2382c598c
|
Issue #25290: Fix typo in csv.reader() docstring
Patch by Johannes Niediek.
|
2015-10-02 19:25:32 +03:00 |
|
Berker Peksag
|
12b50ce4cb
|
Issue #23659: Document **fmtparams in csv.register_dialect docstring.
Initial patch by Brandon Milam.
|
2015-06-05 15:17:51 +03:00 |
|
Serhiy Storchaka
|
cf58fb5e29
|
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
quotechar fields. Original patch by Vajrasky Kok.
|
2013-12-19 16:28:04 +02:00 |
|
Serhiy Storchaka
|
cac23a50ee
|
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
quotechar fields. Original patch by Vajrasky Kok.
|
2013-12-19 16:27:18 +02:00 |
|
Victor Stinner
|
b80b378680
|
Issue #19437: Fix parse_save_field() of the csv module, handle PyList_Append()
failure
|
2013-11-14 21:29:34 +01:00 |
|
R David Murray
|
9a7d3768a3
|
Use logic operator, not bitwise operator, for conditional.
|
2013-03-20 00:15:20 -04:00 |
|
R David Murray
|
c7c42efb16
|
#15927: Fix cvs.reader parsing of escaped \r\n with quoting off.
This fix means that such values are correctly roundtripped, since
cvs.writer already does the correct escaping.
Patch by Michael Johnson.
|
2013-03-19 22:41:47 -04:00 |
|
Stefan Krah
|
e6996ed5d9
|
Issue #16145: Support legacy strings in the _csv module.
|
2012-11-02 14:44:20 +01:00 |
|
Senthil Kumaran
|
49d130227b
|
merge 3.2: Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka.
|
2012-09-25 02:37:20 -07:00 |
|
Senthil Kumaran
|
67b7b98a47
|
Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka.
|
2012-09-25 02:30:27 -07:00 |
|
Antoine Pitrou
|
721738fbee
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
Patch by Serhiy Storchaka.
|
2012-08-15 23:20:39 +02:00 |
|
Antoine Pitrou
|
6f430e4963
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
Patch by Serhiy Storchaka.
|
2012-08-15 23:18:25 +02:00 |
|
Antoine Pitrou
|
e7672d38dc
|
Issue #14732: The _csv module now uses PEP 3121 module initialization.
Patch by Robin Schreiber.
|
2012-05-16 11:33:08 +02:00 |
|
Victor Stinner
|
9e30aa52fd
|
Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH()
And PyUnicode_GetSize() => PyUnicode_GetLength()
|
2011-11-21 02:49:52 +01:00 |
|
Serhiy Storchaka
|
5a57ade58e
|
Issue #20440: Massive replacing unsafe attribute setting code with special
macro Py_SETREF.
|
2015-12-24 10:35:59 +02:00 |
|
Berker Peksag
|
987f215141
|
Issue #25290: Fix typo in csv.reader() docstring
Patch by Johannes Niediek.
|
2015-10-02 19:25:53 +03:00 |
|
Berker Peksag
|
ab2f966f79
|
Issue #23659: Document **fmtparams in csv.register_dialect docstring.
Initial patch by Brandon Milam.
|
2015-06-05 15:18:17 +03:00 |
|
Serhiy Storchaka
|
7901b48a1f
|
Issue #23171: csv.Writer.writerow() now supports arbitrary iterables.
|
2015-03-30 09:09:54 +03:00 |
|
Victor Stinner
|
706768c687
|
Issue #22156: Fix some "comparison between signed and unsigned integers"
compiler warnings in the Modules/ subdirectory.
|
2014-08-16 01:03:39 +02:00 |
|
Berker Peksag
|
0f41acb0ea
|
Issue #22076: Minor grammar fix.
Patch by Martin Matusiak.
|
2014-07-27 23:22:34 +03:00 |
|