1. 6860629 bpo-33798: Update csv document about dict order (GH-7490) by Andrés Delfino · 6 years ago
  2. a801cf1 bpo-23495: Correct the documentation for writerows() of csv Writer objects (GH-6316) by Zackery Spytz · 6 years ago
  3. 275d2d9 bpo-30937: Make usage of newline='' consistent in csv docs (GH-2730) by Ammar Askar · 7 years ago
  4. d618c8c bpo-21056: Document return type of next method of csv reader (#146) by Amit Kumar · 7 years ago
  5. 631ada8 Issue #16026: Fix parameter names of DictReader and DictWriter by Berker Peksag · 8 years ago
  6. 0a421a2 Issue #18219: Optimize csv.DictWriter for large number of columns. by INADA Naoki · 8 years ago
  7. 43ca452 Issue #27842: The csv.DictReader now returns rows of type OrderedDict. by Raymond Hettinger · 8 years ago
  8. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  9. f505165 Merge with 3.4 by Zachary Ware · 9 years ago
  10. 79e5088 Fix grammatical error in csv docs. by Zachary Ware · 9 years ago
  11. ab2f966 Issue #23659: Document **fmtparams in csv.register_dialect docstring. by Berker Peksag · 9 years ago
  12. 12b50ce Issue #23659: Document **fmtparams in csv.register_dialect docstring. by Berker Peksag · 9 years ago
  13. 7901b48 Issue #23171: csv.Writer.writerow() now supports arbitrary iterables. by Serhiy Storchaka · 9 years ago
  14. 6cecf68 Issue #20351: Add examples for csv.DictReader and csv.DictWriter. by Berker Peksag · 10 years ago
  15. c8c64e3 Issue #20351: Add examples for csv.DictReader and csv.DictWriter. by Berker Peksag · 10 years ago
  16. 2e3743c #13437: link to the source code for a few more modules by Andrew Kuchling · 10 years ago
  17. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  18. f031a6f #20628: wrap lines to < 80. by R David Murray · 10 years ago
  19. df714b9 #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. by R David Murray · 10 years ago
  20. 186ab5f #16053: merge with 3.2. by Ezio Melotti · 12 years ago
  21. a69be28 #16053: document csv.Dialect.strict. Patch by Kushal Das. by Ezio Melotti · 12 years ago
  22. 711f093 #15932: merge with 3.2. by Ezio Melotti · 12 years ago
  23. e34f8a9 #15932: use with statement in csv doc examples. Patch by Dario Bertini. by Ezio Melotti · 12 years ago
  24. 27bbcfb Merge #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  25. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  26. 3d81d3e Markup fixes for #7198 patch. by R David Murray · 13 years ago
  27. 38a04e5 Merge markup fixes for #7198 patch. by R David Murray · 13 years ago
  28. 9c0d5ea Markup fixes for #7198 patch. by R David Murray · 13 years ago
  29. a50549b Fix footnote reference. by R David Murray · 13 years ago
  30. 5b5394c mention newline= in write doc by Skip Montanaro · 13 years ago
  31. fb8b067 Really merge #7198 by R David Murray · 13 years ago
  32. f453deb #7198: really add newline='' to csv.writer docs. by R David Murray · 13 years ago
  33. a7a1c15 merge from 3.1 by Eli Bendersky · 13 years ago
  34. 9cc6249 Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 13 years ago
  35. 9188702 #7198: add newlines='' to csv.writer docs. by R David Murray · 13 years ago
  36. c9b49f8 untab by Skip Montanaro · 13 years ago
  37. b7d1aeb *sigh* - i don't like this workflow at all by Skip Montanaro · 13 years ago
  38. b40dea7 Mention RFC 4180. Based on input by Tony Wallace in issue 11456. by Skip Montanaro · 13 years ago
  39. 6860a92 Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 13 years ago
  40. 41d0815 Merged revisions 87789-87790 via svnmerge from by Georg Brandl · 14 years ago
  41. b30f330 Fix various issues (mostly Python 2 relics) found by Jacques Ducasse. by Georg Brandl · 14 years ago
  42. 7424dd3 #5975: add unix_dialect to csv module. by Georg Brandl · 14 years ago
  43. 25d535e Merged revisions 84827-84829 via svnmerge from by Antoine Pitrou · 14 years ago
  44. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  45. 19e4548 Fix version added for csv writeheader. by R. David Murray · 14 years ago
  46. be0698b Merged revisions 78384 via svnmerge from by R. David Murray · 14 years ago
  47. eea8533 Merged revisions 76165 via svnmerge from by R. David Murray · 15 years ago
  48. 578ec90 Merged revisions 76163 via svnmerge from by R. David Murray · 15 years ago
  49. 0ae0f60 missing module ref (issue6723) by Skip Montanaro · 15 years ago
  50. f290cb5 missing module ref (issue6723) by Skip Montanaro · 15 years ago
  51. c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 15 years ago
  52. 502d9a5 Merged revisions 74207 via svnmerge from by Georg Brandl · 15 years ago
  53. 71515ca Remove surplus empty lines and convert more files to new optional arg style. by Georg Brandl · 15 years ago
  54. c2a4f4f Update signature style for optional arguments, part 3. by Georg Brandl · 15 years ago
  55. 8b7d4aa Update documentation for csv module to reflect changes in code, by R. David Murray · 15 years ago
  56. c748506 #5636: fix next -> __next__ in csv reader docs. by Georg Brandl · 15 years ago
  57. 0468df3 clarify the type of data returned by Skip Montanaro · 15 years ago
  58. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  59. 9abf93d murder some versionadded and versionchanged directives in their beds by Benjamin Peterson · 16 years ago
  60. af8fcfa Merged revisions 65605 via svnmerge from by Skip Montanaro · 16 years ago
  61. 0312494 Remove last traces of cStringIO. by Georg Brandl · 16 years ago
  62. e41251e Merged revisions 62490 via svnmerge from by Benjamin Peterson · 16 years ago
  63. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 17 years ago
  64. 7f04431 Merged revisions 59774-59783 via svnmerge from by Christian Heimes · 17 years ago
  65. b9eccbf Merged revisions 59333-59370 via svnmerge from by Christian Heimes · 17 years ago
  66. 6554cb9 Remove a few merged versionadded/changed. by Georg Brandl · 17 years ago
  67. 7767711 Merged revisions 58817-58861 via svnmerge from by Guido van Rossum · 17 years ago
  68. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  69. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  70. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  71. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago