summaryrefslogtreecommitdiffstats
path: root/Modules/_csv.c
Commit message (Expand)AuthorAgeFilesLines
* Fix potential leaks identified by Neal Norwitz.Andrew McNamara2003-06-091-0/+8
* Make readers and writers participate in garbage collection.Jeremy Hylton2003-04-141-14/+71
* Must declare vrbls at the tops of blocks in C89 (wouldn't compile).Tim Peters2003-04-131-1/+2
* use PyModule_Add{Int,String}Constant() where appropriateSkip Montanaro2003-04-121-12/+6
* tighten up string checksSkip Montanaro2003-04-121-17/+18
* add writerows docstringSkip Montanaro2003-04-121-6/+24
* typoSkip Montanaro2003-04-111-1/+1
* typoSkip Montanaro2003-04-111-1/+1
* zap commented out bit of codeSkip Montanaro2003-04-111-2/+1
* add comment about 2.2 compatibilitySkip Montanaro2003-03-231-1/+13
* Squash compiler wng about signed-vs-unsigned mismatch.Tim Peters2003-03-211-1/+1
* new CSV file processing module - see PEP 305Skip Montanaro2003-03-201-0/+1465