summaryrefslogtreecommitdiff
path: root/Doc/library/ctypes.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+2
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* 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
| | | | | * "ctypes" documentation was using Python 2 bytes-str equivalence. * PyImport_FrozenModules is a pointer to const as of Python 3.4
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-32/+32
| | | | Original patch by James Edwards.
* 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
| | | | | The original form is incorrect grammar and feels awkward, even though the meaning is clear.
* Issue #19023: Document ctypes array and pointer classesMartin Panter2016-01-291-4/+54
| | | | Also add some more tests. Based on patch by Sye van der Veen.
* Fix grammar.Zachary Ware2016-01-011-1/+1
| | | | Reported by Anatoly Techtonik on docs@
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
| | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
* #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
| | | | Original patch by Erik Johansson, slightly updated by Meador Inge.
* put notes in a ..note sectionBenjamin Peterson2014-01-201-12/+12
|
* document that a new Python thread context is created in ctypes callbacks ↵Benjamin Peterson2014-01-201-1/+7
| | | | | | (closes #6627) Patch by Nikolaus Rath.
* 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 ↵Georg Brandl2013-10-061-1/+3
| | | | about crashes.
* 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
| |\ | | | | | | | | | | | | Document that ctypes automatically applies byref() when argtypes declares POINTER.
| | * 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
| | | |\ \ | | | | | | | | | | | | | | | | | | Thanks to George Yoshida.
| | | | * \ 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the problems pointed in the issue, I removed the confusing Windows/Linux distinction. It serves no real goal in the documentation, and is probably wrong anyway since for Windows the WINFUNCTYPE constructor should be used. In addition, the "look, this is faster on Linux" comment is misleading since it's not explained. The outcome may just be an artifact of qsort implementation for this particular input, and may change between C runtime version releases.
| | | | | * | - 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
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Document that ctypes automatically applies byref() when argtypes declares POINTER.
* | | | | | | 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
|/ / / / | | | | | | | | | | | | Thanks to George Yoshida.
* | | | 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
|
* #10944: add c_bool to types table.Georg Brandl2011-01-191-0/+5
|
* Issue #8966: Remove the documentation of ctypes.set_conversion_mode()Victor Stinner2010-12-281-16/+0
| | | | Function removed by r83195.
* Remove unnecessary `object` base class in docs (#10366).Éric Araujo2010-11-221-1/+1
| | | | Also add a note about inheritance from `object` being default.
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-91/+91
|
* Merged revisions 78544 via svnmerge fromGregory P. Smith2010-03-011-0/+7
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78544 | gregory.p.smith | 2010-02-28 20:56:12 -0800 (Sun, 28 Feb 2010) | 2 lines Adds c_ssize_t to ctypes. issue 6729. ........
* Merged revisions ↵Benjamin Peterson2009-12-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,77096,77120,77126,77155 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76847 | benjamin.peterson | 2009-12-14 21:25:27 -0600 (Mon, 14 Dec 2009) | 1 line adverb ........ r76851 | benjamin.peterson | 2009-12-15 21:28:52 -0600 (Tue, 15 Dec 2009) | 1 line remove lib2to3 resource ........ r76869 | vinay.sajip | 2009-12-17 08:52:00 -0600 (Thu, 17 Dec 2009) | 1 line Issue #7529: logging: Minor correction to documentation. ........ r76882 | georg.brandl | 2009-12-19 11:30:28 -0600 (Sat, 19 Dec 2009) | 1 line #7527: use standard versionadded tags. ........ r76891 | georg.brandl | 2009-12-19 12:16:31 -0600 (Sat, 19 Dec 2009) | 1 line #7479: add note about function availability on Unices. ........ r76892 | georg.brandl | 2009-12-19 12:20:18 -0600 (Sat, 19 Dec 2009) | 1 line #7480: remove tautology. ........ r76924 | georg.brandl | 2009-12-20 08:28:05 -0600 (Sun, 20 Dec 2009) | 1 line Small indentation fix. ........ r77007 | gregory.p.smith | 2009-12-23 03:31:11 -0600 (Wed, 23 Dec 2009) | 3 lines Fix possible integer overflow in lchown and fchown functions. For issue1747858. ........ r77070 | amaury.forgeotdarc | 2009-12-27 14:06:44 -0600 (Sun, 27 Dec 2009) | 2 lines Fix a typo in comment ........ r77092 | georg.brandl | 2009-12-28 02:48:24 -0600 (Mon, 28 Dec 2009) | 1 line #7404: remove reference to non-existing example files. ........ r77096 | benjamin.peterson | 2009-12-28 14:51:17 -0600 (Mon, 28 Dec 2009) | 1 line document new fix_callable behavior ........ r77120 | georg.brandl | 2009-12-29 15:09:17 -0600 (Tue, 29 Dec 2009) | 1 line #7595: fix typo in argument default constant. ........ r77126 | amaury.forgeotdarc | 2009-12-29 17:06:17 -0600 (Tue, 29 Dec 2009) | 2 lines #7579: Add docstrings to the msvcrt module ........ r77155 | georg.brandl | 2009-12-30 13:03:00 -0600 (Wed, 30 Dec 2009) | 1 line We only support Windows NT derivatives now. ........
* Merged revisions 77108-77109 via svnmerge fromGeorg Brandl2009-12-291-229/+235
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77108 | georg.brandl | 2009-12-29 11:34:34 +0100 (Di, 29 Dez 2009) | 1 line #7569: clarification about c_char_p. ........ r77109 | georg.brandl | 2009-12-29 12:06:31 +0100 (Di, 29 Dez 2009) | 1 line Improve markup of ctypes docs. ........
* Merged revisions ↵Georg Brandl2009-09-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,74616-74618,74621 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74542 | georg.brandl | 2009-08-23 23:28:56 +0200 (So, 23 Aug 2009) | 1 line Restore alphabetic order. ........ r74544 | georg.brandl | 2009-08-24 19:12:30 +0200 (Mo, 24 Aug 2009) | 1 line #6775: fix python.org URLs in README. ........ r74545 | georg.brandl | 2009-08-24 19:14:29 +0200 (Mo, 24 Aug 2009) | 1 line #6772: mention utf-8 as utf8 alias. ........ r74546 | georg.brandl | 2009-08-24 19:20:40 +0200 (Mo, 24 Aug 2009) | 1 line #6725: spell "namespace" consistently. ........ r74547 | georg.brandl | 2009-08-24 19:22:05 +0200 (Mo, 24 Aug 2009) | 1 line #6718: fix example. ........ r74548 | georg.brandl | 2009-08-24 19:24:27 +0200 (Mo, 24 Aug 2009) | 1 line #6677: mention "deleting" as an alias for removing files. ........ r74550 | georg.brandl | 2009-08-24 19:48:40 +0200 (Mo, 24 Aug 2009) | 1 line #6677: note that rmdir only removes empty directories. ........ r74554 | georg.brandl | 2009-08-27 20:59:02 +0200 (Do, 27 Aug 2009) | 1 line Typo fix. ........ r74555 | georg.brandl | 2009-08-27 21:02:43 +0200 (Do, 27 Aug 2009) | 1 line #6787: reference fix. ........ r74578 | tarek.ziade | 2009-08-29 15:33:21 +0200 (Sa, 29 Aug 2009) | 1 line fixed #6801: symmetric_difference_update also accepts pipe ........ r74588 | georg.brandl | 2009-08-30 10:35:01 +0200 (So, 30 Aug 2009) | 1 line #6803: fix old name. ........ r74590 | georg.brandl | 2009-08-30 13:51:53 +0200 (So, 30 Aug 2009) | 1 line #6801: fix copy-paste oversight. ........ r74603 | georg.brandl | 2009-08-31 08:38:29 +0200 (Mo, 31 Aug 2009) | 1 line other -> others where multiple arguments are accepted. ........ r74616 | georg.brandl | 2009-09-01 09:46:26 +0200 (Di, 01 Sep 2009) | 1 line #6808: clarification. ........ r74617 | georg.brandl | 2009-09-01 09:53:37 +0200 (Di, 01 Sep 2009) | 1 line #6765: hint that log(x, base) is not very sophisticated. ........ r74618 | georg.brandl | 2009-09-01 10:00:47 +0200 (Di, 01 Sep 2009) | 1 line #6810: add a link to the section about frame objects instead of just a description where to find it. ........ r74621 | georg.brandl | 2009-09-01 10:06:03 +0200 (Di, 01 Sep 2009) | 1 line #6638: fix wrong parameter name and markup a class. ........
* Fix typo.Thomas Heller2009-06-081-1/+1
|