| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add missing PyObject_GC_Track and PyObject_GC_UnTrack calls to csv reader and | Andrew McNamara | 2005-01-10 | 1 | -0/+4 | |
| | | | | | writer objects (other GC infrastructure already in place). | |||||
| * | Fix parsing of csv files with escapes (escape character previously would be | Andrew McNamara | 2005-01-10 | 1 | -8/+0 | |
| | | | | | left in stream). | |||||
| * | Fix to use PEP7 brace style. | Andrew McNamara | 2005-01-07 | 1 | -2/+4 | |
| | | ||||||
| * | Improved the implementation of the internal "dialect" type. The new | Andrew McNamara | 2005-01-07 | 1 | -187/+239 | |
| | | | | | | implementation features better error reporting, and better compliance with the PEP. | |||||
| * | Delete Reader_getiter and replace with PyObject_SelfIter. | Andrew McNamara | 2005-01-06 | 1 | -8/+1 | |
| | | ||||||
| * | Quote \r\n correctly, remove random indentation (patch #1009384). Thanks | Johannes Gijsbers | 2004-08-15 | 1 | -2/+2 | |
| | | | | | Cherniavsky Beni! | |||||
| * | Use PyArg_UnpackTuple() where possible. | Raymond Hettinger | 2004-06-20 | 1 | -4/+4 | |
| | | ||||||
| * | doc nit | Skip Montanaro | 2003-12-02 | 1 | -1/+2 | |
| | | ||||||
| * | Fix potential leaks identified by Neal Norwitz. | Andrew McNamara | 2003-06-09 | 1 | -0/+8 | |
| | | ||||||
| * | Make readers and writers participate in garbage collection. | Jeremy Hylton | 2003-04-14 | 1 | -14/+71 | |
| | | | | | Fix memory leak in dialect_init(). | |||||
| * | Must declare vrbls at the tops of blocks in C89 (wouldn't compile). | Tim Peters | 2003-04-13 | 1 | -1/+2 | |
| | | ||||||
| * | use PyModule_Add{Int,String}Constant() where appropriate | Skip Montanaro | 2003-04-12 | 1 | -12/+6 | |
| | | | | | (thanks to Neal Norwitz for the code review, BTW) | |||||
| * | tighten up string checks | Skip Montanaro | 2003-04-12 | 1 | -17/+18 | |
| | | | | | make csv_{get,unregister}_dialect METH_O functions to avoid PyArg_ParseTuple | |||||
| * | add writerows docstring | Skip Montanaro | 2003-04-12 | 1 | -6/+24 | |
| | | | | | conditionally exclude Unicode functions | |||||
| * | typo | Skip Montanaro | 2003-04-11 | 1 | -1/+1 | |
| | | ||||||
| * | typo | Skip Montanaro | 2003-04-11 | 1 | -1/+1 | |
| | | ||||||
| * | zap commented out bit of code | Skip Montanaro | 2003-04-11 | 1 | -2/+1 | |
| | | ||||||
| * | add comment about 2.2 compatibility | Skip Montanaro | 2003-03-23 | 1 | -1/+13 | |
| | | | | | dump empty TODO comment | |||||
| * | Squash compiler wng about signed-vs-unsigned mismatch. | Tim Peters | 2003-03-21 | 1 | -1/+1 | |
| | | ||||||
| * | new CSV file processing module - see PEP 305 | Skip Montanaro | 2003-03-20 | 1 | -0/+1465 | |
