1. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  2. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  3. 211c625 Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. by Mark Dickinson · 15 years ago
  4. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  5. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  6. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  7. d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 17 years ago
  8. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  9. 218a5ed Fixed #1508 Removal of stale code in _csv.c / pyexpat.c by Christian Heimes · 17 years ago
  10. 1c280ab Rewrap error message. by Georg Brandl · 17 years ago
  11. f519261 #1479: Fix refleak in csv module (from rev 59062). by Georg Brandl · 17 years ago
  12. 10c476d Correct test_cvs on Windows, as suggested by Raghuram Devarakonda by Amaury Forgeot d'Arc · 17 years ago
  13. 519a042 Replace PyObject_Unicode with PyObject_Str everywhere, and remove the by Thomas Heller · 17 years ago
  14. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  15. a9769c2 Fix the last remaining test_csv failure. by Guido van Rossum · 17 years ago
  16. e3b10f4 One char->Py_UNICODE change missed in r56777 - according to Adam Hupp this is the change to make... by Skip Montanaro · 17 years ago
  17. 4626458 SF patch# 1767398 by Adam Hupp. by Guido van Rossum · 17 years ago
  18. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  19. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  20. bce56a6 Fix some miscellaneous places that incorrectly insisted on str8. by Guido van Rossum · 17 years ago
  21. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 17 years ago
  22. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  23. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  24. 227b533 Finish getting rid of statichere/staticforward by Neal Norwitz · 18 years ago
  25. 02cbf4a More unconsting. by Martin v. Löwis · 18 years ago
  26. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  27. 32c5d42 Michael Hudson pointed out that the Dialect_Type object isn't INCREF'd. Why by Skip Montanaro · 19 years ago
  28. d60fbd4 Leak fix from Michael Hudson. Fix memory leak when dialect doesn't by Skip Montanaro · 19 years ago
  29. f69d94f Moved reader \r and \n processing from the iterator to the state machine - by Andrew McNamara · 19 years ago
  30. 5cfd837 Improve wording of parser error message. by Andrew McNamara · 19 years ago
  31. 7f2053e Add counting of source iterator lines to the reader object - handy for by Andrew McNamara · 19 years ago
  32. 0f0599d When quoting=QUOTE_NONNUMERIC, the reader now casts unquoted fields to floats. by Andrew McNamara · 19 years ago
  33. 5d45a8d Fix logic problem in quoting=csv.QUOTE_ALL, quotechar=None check, add test. by Andrew McNamara · 19 years ago
  34. c89f284 When using QUOTE_NONNUMERIC, we now test for "numericness" with by Andrew McNamara · 19 years ago
  35. 31d8896 Rename csv.set_field_limit to csv.field_size_limit (since it both sets and by Andrew McNamara · 19 years ago
  36. cf0fd5a Add belt and braces check of PyString_AsString return. by Andrew McNamara · 19 years ago
  37. e4d05c4 Set an upper limit on the size of the field buffer, raise an exception by Andrew McNamara · 19 years ago
  38. 29bf4e4 Now that internal dialect type is immutable, and the dialect registry by Andrew McNamara · 19 years ago
  39. 8c94b42 No longer attempt to instantiate python classes describing dialects. This by Andrew McNamara · 19 years ago
  40. 8662597 Allow dialect-describing keywords to be supplied to register_dialect, by Andrew McNamara · 19 years ago
  41. 91b9746 Factor out the code for making a dialect instance. by Andrew McNamara · 19 years ago
  42. dbce261 Only set error string when dict lookup found no matching key (was setting by Andrew McNamara · 19 years ago
  43. a829263 When parsing args that return a single character, treat null string the by Andrew McNamara · 19 years ago
  44. 37d2bdf Where a string is desired, test for PyBaseString_Type derived type, by Andrew McNamara · 19 years ago
  45. 77ead87 Add missing PyObject_GC_Track and PyObject_GC_UnTrack calls to csv reader and by Andrew McNamara · 19 years ago
  46. 36a7691 Fix parsing of csv files with escapes (escape character previously would be by Andrew McNamara · 19 years ago
  47. dd3e6cb Fix to use PEP7 brace style. by Andrew McNamara · 19 years ago
  48. 1196cf1 Improved the implementation of the internal "dialect" type. The new by Andrew McNamara · 19 years ago
  49. 575a00b Delete Reader_getiter and replace with PyObject_SelfIter. by Andrew McNamara · 19 years ago
  50. 8d3b9dd Quote \r\n correctly, remove random indentation (patch #1009384). Thanks by Johannes Gijsbers · 20 years ago
  51. 1761a7c Use PyArg_UnpackTuple() where possible. by Raymond Hettinger · 20 years ago
  52. 148eb6a doc nit by Skip Montanaro · 21 years ago
  53. dcfb38c Fix potential leaks identified by Neal Norwitz. by Andrew McNamara · 21 years ago
  54. 42a8aed Make readers and writers participate in garbage collection. by Jeremy Hylton · 21 years ago
  55. 38fc837 Must declare vrbls at the tops of blocks in C89 (wouldn't compile). by Tim Peters · 21 years ago
  56. 7b01a83 use PyModule_Add{Int,String}Constant() where appropriate by Skip Montanaro · 21 years ago
  57. 577c7a7 tighten up string checks by Skip Montanaro · 21 years ago
  58. 860fc0b add writerows docstring conditionally exclude Unicode functions by Skip Montanaro · 21 years ago
  59. 98f16e0 typo by Skip Montanaro · 21 years ago
  60. dfa35fa typo by Skip Montanaro · 21 years ago
  61. 3bc093b zap commented out bit of code by Skip Montanaro · 21 years ago
  62. a16b21f add comment about 2.2 compatibility dump empty TODO comment by Skip Montanaro · 21 years ago
  63. ef4b7ed Squash compiler wng about signed-vs-unsigned mismatch. by Tim Peters · 21 years ago
  64. b4a0417 new CSV file processing module - see PEP 305 by Skip Montanaro · 21 years ago