1. 60419a7 bpo-37363: Add audit events for a range of modules (GH-14301) by Steve Dower · 5 years ago
  2. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 5 years ago
  3. 133fc89 bpo-36799: Fix typo in ctypes.rst (GH-13104) by Yavor Konstantinov · 5 years ago
  4. 2438cdf bpo-36085: Enable better DLL resolution on Windows (GH-12302) by Steve Dower · 5 years ago
  5. 379e9d6 bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924) by Andrés Delfino · 6 years ago
  6. f931fd1 bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-1810) by Mariatta · 7 years ago
  7. 8856940 bpo-28315: Improve code examples in docs (GH-1372) by UltimateCoder · 7 years ago
  8. 0d637e2 bpo-28698: Fix c_wchar_p doc example (GH-1160) by Louie Lu · 7 years ago
  9. b2a7c2f bpo-27200: fix configparser, copyreg and ctypes doctests (#240) by Marco Buttu · 7 years ago
  10. 9440787 Issue #26638: Merge option warning fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  11. 5c67933 Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings by Martin Panter · 8 years ago
  12. 7d6dda4 Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  13. 4adf01c Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  14. fa4a305 Issue #21903: Merge from 3.5 by Berker Peksag · 8 years ago
  15. de55c61 Issue #21903: Update ctypes example to use MessageBoxW by Berker Peksag · 8 years ago
  16. 19f2327 Issue #26439: Merge ctypes doc from 3.5 into 3.6 by Martin Panter · 8 years ago
  17. f18a5da Issue #26439: Document that RTLD_NOW is always added by Martin Panter · 8 years ago
  18. 82df3b3 Closes #9998: Allowed find_library to search additional locations for libraries. by Vinay Sajip · 8 years ago
  19. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  20. 8891dfe Issue #16192: Fix copy and paste mistake noticed by Eryk Sun by Berker Peksag · 8 years ago
  21. d85a1e6 Issue #16192: Clarify when c_int is an alias to c_long in ctypes documentation by Berker Peksag · 8 years ago
  22. f47a400 Issue #25533: Update documentation regarding the frozen modules table by Martin Panter · 8 years ago
  23. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  24. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  25. d669b6b Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. by Steve Dower · 8 years ago
  26. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 8 years ago
  27. 34360c8 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 9 years ago
  28. 46a78bc Fix grammar. by Zachary Ware · 9 years ago
  29. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  30. 8ed75cd #22613: minor other fixes in library docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  31. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  32. 9db487b #14201: Update ctypes docs to match behavior changed from 214b28d7a999. by R David Murray · 10 years ago
  33. 1cfe009 put notes in a ..note section by Benjamin Peterson · 11 years ago
  34. f6ffb4b document that a new Python thread context is created in ctypes callbacks (closes #6627) by Benjamin Peterson · 11 years ago
  35. f47036c Removed spaces before colons and semicolons. by Serhiy Storchaka · 11 years ago
  36. a4d170d Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  37. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  38. e459750 #19319: fix ctypes docs: sizeof is an operator in C, not a function. by Ezio Melotti · 11 years ago
  39. b33c6eb Closes #13951: Add a "faulthandler" reference in the ctypes docs talking about crashes. by Georg Brandl · 11 years ago
  40. ea3cfc5 Issue #18026: fix ctypes doc typo by Ned Deily · 11 years ago
  41. c2d90fb Add warning in ctypes documentation for #16575 and #16576 by Eli Bendersky · 11 years ago
  42. 490cf44 Add warning in ctypes documentation for #16575 and #16576 by Eli Bendersky · 11 years ago
  43. f0d8697 Issue #17378: ctypes documentation fix. by Eli Bendersky · 11 years ago
  44. f81de8d Issue #17378: ctypes documentation fix. by Eli Bendersky · 11 years ago
  45. 68dd8ba01 Fix doc grammar and line width by Eli Bendersky · 11 years ago
  46. f9164e1 Fix doc grammar and line width by Eli Bendersky · 11 years ago
  47. 3e11d65 merge #16371: fix up the English a bit more. by R David Murray · 12 years ago
  48. a2959ce #16371: fix up the English a bit more. by R David Murray · 12 years ago
  49. 0451d25 Merge issue #16371: fix typo in ctypes documentation. by Andrew Svetlov · 12 years ago
  50. ec42255 Issue #16371: fix typo in ctypes documentation. by Andrew Svetlov · 12 years ago
  51. 52cc722 Add c_size_t and c_ssize_t to the ctypes summary table. by Antoine Pitrou · 12 years ago
  52. c128167 Add c_size_t and c_ssize_t to the ctypes summary table. by Antoine Pitrou · 12 years ago
  53. 2a1e74a Issue #13709: some fixes to the ctypes documentation. In addition to fixing by Eli Bendersky · 12 years ago
  54. c9e7ef7 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. by Meador Inge · 13 years ago
  55. 65992c1 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. by Meador Inge · 13 years ago
  56. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  57. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  58. 442ee03 Replace mentions of WindowsError by Antoine Pitrou · 13 years ago
  59. 692dba2 #12670: Fix struct code after forward declaration on ctypes doc by Sandro Tosi · 13 years ago
  60. ecdd63f #10944: add c_bool to types table. by Georg Brandl · 14 years ago
  61. 301e956 Issue #8966: Remove the documentation of ctypes.set_conversion_mode() by Victor Stinner · 14 years ago
  62. 28053fb Remove unnecessary `object` base class in docs (#10366). by Éric Araujo · 14 years ago
  63. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  64. 1a53091 Merged revisions 78544 via svnmerge from by Gregory P. Smith · 14 years ago
  65. 1baf465 Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,77096,77120,77126,77155 via svnmerge from by Benjamin Peterson · 15 years ago
  66. 1d837bc Merged revisions 77108-77109 via svnmerge from by Georg Brandl · 15 years ago
  67. a6053b4 Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,74616-74618,74621 via svnmerge from by Georg Brandl · 15 years ago
  68. 3440c42 Fix typo. by Thomas Heller · 15 years ago
  69. 8d8f197 Review ctypes docs w.r.t. bytes/unicode. Use bytes where appropriate as the type for C strings. Lots of small markup fixes. Also fixes #4309. by Georg Brandl · 15 years ago
  70. fa0d703 Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from by Benjamin Peterson · 15 years ago
  71. 8a1e4c4 Merged revisions 72661,72675-72677,72679,72712,72801,72820 via svnmerge from by Georg Brandl · 15 years ago
  72. 71515ca Remove surplus empty lines and convert more files to new optional arg style. by Georg Brandl · 15 years ago
  73. 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 15 years ago
  74. b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 16 years ago
  75. 28d88b4 Merged revisions 68288-68291,68325-68326,68338,68388,68393,68423 via svnmerge from by Benjamin Peterson · 16 years ago
  76. 36ab1ef Merged revisions 68219 via svnmerge from by Georg Brandl · 16 years ago
  77. 4469d0c Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from by Benjamin Peterson · 16 years ago
  78. e5384b0 Merged revisions 66670,66681,66688,66696-66699 via svnmerge from by Benjamin Peterson · 16 years ago
  79. 3e4f055 Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-66074,66080,66082-66083,66090-66093,66097-66099,66103,66105,66110,66118 via svnmerge from by Benjamin Peterson · 16 years ago
  80. 9abf93d murder some versionadded and versionchanged directives in their beds by Benjamin Peterson · 16 years ago
  81. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  82. 6a00b64 Removed some versionadded tags, and a reference to "long" in a sample by Amaury Forgeot d'Arc · 16 years ago
  83. fdfe62d Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,64342 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  84. 2fadaa2 Merged revisions 64131,64134-64141,64143-64146 via svnmerge from by Thomas Heller · 16 years ago
  85. b795f528 Merged revisions 63988,63991 via svnmerge from by Thomas Heller · 16 years ago
  86. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  87. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  88. e41251e Merged revisions 62490 via svnmerge from by Benjamin Peterson · 16 years ago
  89. 35e8c46 remove some old versionchanged and versionadded directives by Benjamin Peterson · 16 years ago
  90. a156e09 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from by Christian Heimes · 16 years ago
  91. 13394e9 Merged revisions 60767,60768 via svnmerge from by Thomas Heller · 16 years ago
  92. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  93. 5c10664 Remove further mentions of long integers. by Georg Brandl · 17 years ago
  94. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  95. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  96. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  97. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  98. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  99. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago