85 Commits (6b7786bac2feed64b14344cdac9ea0ead24efd78)

Author SHA1 Message Date
Serhiy Storchaka cac23a50ee Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and 12 years ago
Victor Stinner b80b378680 Issue #19437: Fix parse_save_field() of the csv module, handle PyList_Append() 12 years ago
R David Murray 9a7d3768a3 Use logic operator, not bitwise operator, for conditional. 13 years ago
R David Murray c7c42efb16 #15927: Fix cvs.reader parsing of escaped \r\n with quoting off. 13 years ago
Stefan Krah e6996ed5d9 Issue #16145: Support legacy strings in the _csv module. 13 years ago
Senthil Kumaran d41dc7ce46 2.7 : Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. 13 years ago
Senthil Kumaran 67b7b98a47 Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. 13 years ago
Antoine Pitrou 6f430e4963 Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. 14 years ago
Antoine Pitrou c5bef75c77 Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. 14 years ago
Antoine Pitrou e7672d38dc Issue #14732: The _csv module now uses PEP 3121 module initialization. 14 years ago
Raymond Hettinger f537702732 Issue #13573: The csv.writer now uses the repr() for floats rather than str(). 14 years ago
Victor Stinner 9e30aa52fd Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH() 14 years ago
Martin v. Löwis 5f4f4c5960 Replace Py_UNICODE_strchr with PyUnicode_FindChar. 14 years ago
Martin v. Löwis bd928fef42 Rename _Py_identifier to _Py_IDENTIFIER. 14 years ago
Martin v. Löwis 1ee1b6fe0d Use identifier API for PyObject_GetAttrString. 14 years ago
Antoine Pitrou 72ca65dce4 Fix a Py_UCS4 / Py_UNICODE mixup. 14 years ago
Antoine Pitrou 77ea6409ef Migrate the _csv module to the new unicode APIs 14 years ago
Benjamin Peterson 17a332ac1b fix compiler warnings 14 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 14 years ago
Victor Stinner 4fe519bf8d Issue #10359: Remove useless (duplicate) initialization in _csv 15 years ago
Antoine Pitrou 6c4dbd0d44 Merged revisions 84078 via svnmerge from 16 years ago
Antoine Pitrou 4045575dd5 Fix more 64-bit warnings. 16 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Mark Dickinson e94c679df0 Issue #1717: rename tp_compare to tp_reserved. I'll change the 17 years ago
Mark Dickinson 211c625829 Issue #1717, stage 2: remove uses of tp_compare in Modules and most 17 years ago
Amaury Forgeot d'Arc 9c74b14fe9 Merged revisions 64114 via svnmerge from 18 years ago
Gregory P. Smith 9d53457e59 Merge in release25-maint r60793: 18 years ago
Martin v. Löwis 1a21451b1d Implement PEP 3121: new module initialization and finalization API. 18 years ago
Gregory P. Smith dd96db63f6 This reverts r63675 based on the discussion in this thread: 18 years ago
Christian Heimes 593daf545b Renamed PyString to PyBytes 18 years ago
Martin v. Löwis 73c01d4101 Added checks for integer overflows, contributed by Google. Some are 18 years ago
Christian Heimes 90aa7646af #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. 18 years ago
Christian Heimes e93237dfcc #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 18 years ago
Martin v. Löwis d1a1d1ed80 Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. 18 years ago
Christian Heimes 217cfd1c86 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 18 years ago
Christian Heimes 218a5ed7d0 Fixed #1508 Removal of stale code in _csv.c / pyexpat.c 18 years ago
Georg Brandl 1c280ab7d6 Rewrap error message. 18 years ago
Georg Brandl f519261563 #1479: Fix refleak in csv module (from rev 59062). 18 years ago
Amaury Forgeot d'Arc 10c476db2c Correct test_cvs on Windows, as suggested by Raghuram Devarakonda 18 years ago
Thomas Heller 519a042c7c Replace PyObject_Unicode with PyObject_Str everywhere, and remove the 18 years ago
Guido van Rossum 3172c5d263 Patch# 1258 by Christian Heimes: kill basestring. 18 years ago
Guido van Rossum a9769c26a3 Fix the last remaining test_csv failure. 19 years ago
Skip Montanaro e3b10f4c4c One char->Py_UNICODE change missed in r56777 - according to Adam Hupp this is the change to make... 19 years ago
Guido van Rossum 4626458cc5 SF patch# 1767398 by Adam Hupp. 19 years ago
Guido van Rossum 33d2689fc9 Merged revisions 56492-56752 via svnmerge from 19 years ago
Martin v. Löwis 9f2e346911 Merged revisions 56467-56482 via svnmerge from 19 years ago
Martin v. Löwis 6819210b9e PEP 3123: Provide forward compatibility with Python 3.0, while keeping 19 years ago