1. 8d3b9dd Quote \r\n correctly, remove random indentation (patch #1009384). Thanks by Johannes Gijsbers · 20 years ago
  2. 1761a7c Use PyArg_UnpackTuple() where possible. by Raymond Hettinger · 20 years ago
  3. 148eb6a doc nit by Skip Montanaro · 21 years ago
  4. dcfb38c Fix potential leaks identified by Neal Norwitz. by Andrew McNamara · 21 years ago
  5. 42a8aed Make readers and writers participate in garbage collection. by Jeremy Hylton · 21 years ago
  6. 38fc837 Must declare vrbls at the tops of blocks in C89 (wouldn't compile). by Tim Peters · 21 years ago
  7. 7b01a83 use PyModule_Add{Int,String}Constant() where appropriate by Skip Montanaro · 21 years ago
  8. 577c7a7 tighten up string checks by Skip Montanaro · 21 years ago
  9. 860fc0b add writerows docstring conditionally exclude Unicode functions by Skip Montanaro · 21 years ago
  10. 98f16e0 typo by Skip Montanaro · 21 years ago
  11. dfa35fa typo by Skip Montanaro · 21 years ago
  12. 3bc093b zap commented out bit of code by Skip Montanaro · 21 years ago
  13. a16b21f add comment about 2.2 compatibility dump empty TODO comment by Skip Montanaro · 21 years ago
  14. ef4b7ed Squash compiler wng about signed-vs-unsigned mismatch. by Tim Peters · 21 years ago
  15. b4a0417 new CSV file processing module - see PEP 305 by Skip Montanaro · 21 years ago