summaryrefslogtreecommitdiff
path: root/Doc/library/ctypes.rst
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447)Mariatta2017-05-031-15/+15
* Issue #26638: Mask undefined CLI options to defeat new Sphinx warningsMartin Panter2016-10-301-2/+2
* Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-3/+3
* Issue #26439: Document that RTLD_NOW is always addedMartin Panter2016-09-271-2/+3
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-32/+32
* Corrections for a/an in code comments and documentationMartin Panter2016-05-081-1/+1
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-3/+3
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-1/+1
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-16/+16
* Issue #19023: Document ctypes array and pointer classesMartin Panter2016-01-291-4/+54
* Fix grammar.Zachary Ware2016-01-011-1/+1
* #22613: minor other fixes in library docs (thanks Jacques Ducasse)Georg Brandl2014-10-311-6/+1
* Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-301-1/+1
* #14201: Update ctypes docs to match behavior changed from 214b28d7a999.R David Murray2014-10-041-5/+10
* put notes in a ..note sectionBenjamin Peterson2014-01-201-12/+12
* document that a new Python thread context is created in ctypes callbacks (clo...Benjamin Peterson2014-01-201-1/+7
* Removed spaces before colons and semicolons.Serhiy Storchaka2013-12-241-1/+1
* Removed spaces before commas and periods.Serhiy Storchaka2013-12-231-1/+1
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
* #19319: fix ctypes docs: sizeof is an operator in C, not a function.Ezio Melotti2013-10-211-2/+2
* Issue #18026: fix ctypes doc typoNed Deily2013-05-201-1/+1
* Add warning in ctypes documentation for #16575 and #16576Eli Bendersky2013-03-091-0/+7
* Closing #17378: ctypes documentation fix.Eli Bendersky2013-03-081-0/+5
* Fix doc grammar and line widthEli Bendersky2013-03-061-2/+2
* #16371: fix up the English.R David Murray2012-10-311-2/+2
* update to new C roles and directivesSandro Tosi2012-01-141-87/+87
* Remove duplication.Ezio Melotti2011-10-191-1/+1
* #12670: Fix struct code after forward declaration on ctypes docSandro Tosi2011-08-021-2/+2
* Markup backport fix.Georg Brandl2011-02-251-1/+1
* Merged revisions 87627,87638,87760,87986,88108,88115,88165,88263,88329,88364-...Georg Brandl2011-02-251-0/+5
* Adds c_ssize_t to ctypes. issue 6729.Gregory P. Smith2010-03-011-0/+7
* Fix wrong markup.Georg Brandl2009-12-291-2/+2
* Improve markup of ctypes docs.Georg Brandl2009-12-291-321/+326
* #7569: clarification about c_char_p.Georg Brandl2009-12-291-2/+4
* adverbBenjamin Peterson2009-12-151-1/+1
* Typo fix.Georg Brandl2009-08-271-1/+1
* Remove period from end of headings.Georg Brandl2009-06-081-3/+2
* remove mention of old ctypes versionBenjamin Peterson2009-05-231-2/+1
* Fix example output for doctest-like demos.Georg Brandl2009-05-151-6/+6
* #4820: use correct module for ctypes.util.Georg Brandl2009-02-051-0/+1
* Change an example in the docs to avoid a mistake when the code is copyThomas Heller2009-01-161-1/+1
* Fix two issues found by the suspicious builder.Georg Brandl2009-01-041-1/+1
* Fix uses of the default role.Georg Brandl2009-01-031-39/+37
* #4399: fix typo.Georg Brandl2008-11-231-1/+1
* Markup fixes. (optparse.rst probably needs an entire revision pass.)Andrew M. Kuchling2008-09-301-1/+1
* Tidy up some sentencesAndrew M. Kuchling2008-08-301-14/+14
* Re-wordAndrew M. Kuchling2008-07-131-2/+2
* Markup fixes, thanks Georg for the help.Thomas Heller2008-06-111-47/+70
* Add versionadded marker to ctypes.c_longdouble.Thomas Heller2008-06-111-0/+1
* Smaller doc fixes.Thomas Heller2008-06-111-19/+16