summaryrefslogtreecommitdiff
path: root/Doc/library/ctypes.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #26638: Merge option warning fixes from 3.5 into 3.6Martin Panter2016-10-301-5/+12
|\
| * Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-5/+12
| |\
| | * Issue #21903: Merge from 3.5Berker Peksag2016-09-281-5/+12
| | |\
| | | * Issue #26439: Merge ctypes doc from 3.5 into 3.6Martin Panter2016-09-271-2/+3
| | | |\
| | | * | Closes #9998: Allowed find_library to search additional locations for libraries.Vinay Sajip2016-08-171-5/+12
* | | | | 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 #21903: Update ctypes example to use MessageBoxWBerker Peksag2016-09-281-11/+9
| |/ |/|
* | Issue #26439: Document that RTLD_NOW is always addedMartin Panter2016-09-271-2/+3
|/
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+2
* Issue #16192: Fix copy and paste mistake noticed by Eryk SunBerker Peksag2016-06-021-3/+3
* Issue #16192: Clarify when c_int is an alias to c_long in ctypes documentationBerker Peksag2016-06-021-5/+4
* Issue #25533: Update documentation regarding the frozen modules tableMartin Panter2016-05-151-5/+6
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-32/+32
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-2/+2
* Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt.Steve Dower2016-03-121-0/+6
* 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
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-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
* Closes #13951: Add a "faulthandler" reference in the ctypes docs talking abou...Georg Brandl2013-10-061-1/+3
* Issue #18026: fix ctypes doc typoNed Deily2013-05-201-1/+1
* Add warning in ctypes documentation for #16575 and #16576Eli Bendersky2013-03-091-85/+30
|\
| * Issue #17378: ctypes documentation fix.Eli Bendersky2013-03-081-85/+30
| |\
| | * Fix doc grammar and line widthEli Bendersky2013-03-061-2/+2
| | |\
| | * \ merge #16371: fix up the English a bit more.R David Murray2012-10-311-85/+30
| | |\ \
| | | * \ Merge issue #16371: fix typo in ctypes documentation.Andrew Svetlov2012-10-311-85/+30
| | | |\ \
| | | | * \ Add c_size_t and c_ssize_t to the ctypes summary table.Antoine Pitrou2012-07-121-85/+30
| | | | |\ \
| | | | | * | Issue #13709: some fixes to the ctypes documentation. In addition to fixingEli Bendersky2012-03-161-80/+14
| | | | | * | - Issue #13840: Fix ctypes.create_string_buffer exception message and docs.Meador Inge2012-01-261-5/+16
| | | | | |\ \
| | | | | | * \ Merge with 3.2.Ezio Melotti2011-10-191-5/+16
| | | | | | |\ \
| | | | | | | * | Replace mentions of WindowsErrorAntoine Pitrou2011-10-121-5/+16
* | | | | | | | | Add warning in ctypes documentation for #16575 and #16576Eli Bendersky2013-03-091-0/+7
|/ / / / / / / /
* | | | | | | | Issue #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 a bit more.R David Murray2012-10-311-2/+2
|/ / / / /
* | | | | Issue #16371: fix typo in ctypes documentation.Andrew Svetlov2012-10-311-1/+1
|/ / / /
* | | | Add c_size_t and c_ssize_t to the ctypes summary table.Antoine Pitrou2012-07-121-0/+5
|/ / /
* | | - Issue #13840: Fix ctypes.create_string_buffer exception message and docs.Meador Inge2012-01-261-4/+0
|/ /
* | Remove duplication.Ezio Melotti2011-10-191-1/+1
|/
* #12670: Fix struct code after forward declaration on ctypes docSandro Tosi2011-08-021-2/+2