| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.6] bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-181... | Mariatta | 2017-05-27 | 1 | -14/+6 |
|
|
* | [3.6] bpo-28315: Improve code examples in docs (GH-1372) (#1445) | Mariatta | 2017-05-04 | 1 | -15/+15 |
|
|
* | bpo-28698: Fix c_wchar_p doc example (GH-1160) | Louie Lu | 2017-04-26 | 1 | -5/+9 |
|
|
* | Issue #26638: Merge option warning fixes from 3.5 into 3.6 | Martin Panter | 2016-10-30 | 1 | -2/+2 |
|\ |
|
| * | Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings | Martin Panter | 2016-10-30 | 1 | -2/+2 |
|
|
* | | Issue #19795: Improved more markups of True/False. | Serhiy Storchaka | 2016-10-19 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Issue #19795: Improved more markups of True/False. | Serhiy Storchaka | 2016-10-19 | 1 | -3/+3 |
|
|
* | | Issue #21903: Merge from 3.5 | Berker Peksag | 2016-09-28 | 1 | -11/+9 |
|\ \
| |/ |
|
| * | Issue #21903: Update ctypes example to use MessageBoxW | Berker Peksag | 2016-09-28 | 1 | -11/+9 |
|
|
* | | Issue #26439: Merge ctypes doc from 3.5 into 3.6 | Martin Panter | 2016-09-27 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Issue #26439: Document that RTLD_NOW is always added | Martin Panter | 2016-09-27 | 1 | -2/+3 |
|
|
* | | Closes #9998: Allowed find_library to search additional locations for libraries. | Vinay Sajip | 2016-08-17 | 1 | -5/+12 |
|/ |
|
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+2 |
|
|
* | Issue #16192: Fix copy and paste mistake noticed by Eryk Sun | Berker Peksag | 2016-06-02 | 1 | -3/+3 |
|
|
* | Issue #16192: Clarify when c_int is an alias to c_long in ctypes documentation | Berker Peksag | 2016-06-02 | 1 | -5/+4 |
|
|
* | Issue #25533: Update documentation regarding the frozen modules table | Martin Panter | 2016-05-15 | 1 | -5/+6 |
|
|
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -32/+32 |
|
|
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -2/+2 |
|
|
* | Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. | Steve Dower | 2016-03-12 | 1 | -0/+6 |
|
|
* | Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar | Martin Panter | 2016-02-10 | 1 | -16/+16 |
|
|
* | Issue #19023: Document ctypes array and pointer classes | Martin Panter | 2016-01-29 | 1 | -4/+54 |
|
|
* | Fix grammar. | Zachary Ware | 2016-01-01 | 1 | -1/+1 |
|
|
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|
|
* | #22613: minor other fixes in library docs (thanks Jacques Ducasse) | Georg Brandl | 2014-10-31 | 1 | -6/+1 |
|
|
* | Doc: fix default role usage (except in unittest mock docs) | Georg Brandl | 2014-10-30 | 1 | -1/+1 |
|
|
* | #14201: Update ctypes docs to match behavior changed from 214b28d7a999. | R David Murray | 2014-10-04 | 1 | -5/+10 |
|
|
* | put notes in a ..note section | Benjamin Peterson | 2014-01-20 | 1 | -12/+12 |
|
|
* | document that a new Python thread context is created in ctypes callbacks (clo... | Benjamin Peterson | 2014-01-20 | 1 | -1/+7 |
|
|
* | Removed spaces before colons and semicolons. | Serhiy Storchaka | 2013-12-24 | 1 | -1/+1 |
|
|
* | Removed spaces before commas and periods. | Serhiy Storchaka | 2013-12-23 | 1 | -1/+1 |
|
|
* | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -1/+1 |
|
|
* | #19319: fix ctypes docs: sizeof is an operator in C, not a function. | Ezio Melotti | 2013-10-21 | 1 | -2/+2 |
|
|
* | Closes #13951: Add a "faulthandler" reference in the ctypes docs talking abou... | Georg Brandl | 2013-10-06 | 1 | -1/+3 |
|
|
* | Issue #18026: fix ctypes doc typo | Ned Deily | 2013-05-20 | 1 | -1/+1 |
|
|
* | Add warning in ctypes documentation for #16575 and #16576 | Eli Bendersky | 2013-03-09 | 1 | -0/+7 |
|\ |
|
| * | Add warning in ctypes documentation for #16575 and #16576 | Eli Bendersky | 2013-03-09 | 1 | -0/+7 |
|
|
* | | Issue #17378: ctypes documentation fix. | Eli Bendersky | 2013-03-08 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Issue #17378: ctypes documentation fix. | Eli Bendersky | 2013-03-08 | 1 | -0/+5 |
|
|
* | | Fix doc grammar and line width | Eli Bendersky | 2013-03-06 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix doc grammar and line width | Eli Bendersky | 2013-03-06 | 1 | -2/+2 |
|
|
* | | merge #16371: fix up the English a bit more. | R David Murray | 2012-10-31 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | #16371: fix up the English a bit more. | R David Murray | 2012-10-31 | 1 | -2/+2 |
|
|
* | | Merge issue #16371: fix typo in ctypes documentation. | Andrew Svetlov | 2012-10-31 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #16371: fix typo in ctypes documentation. | Andrew Svetlov | 2012-10-31 | 1 | -1/+1 |
|
|
* | | Add c_size_t and c_ssize_t to the ctypes summary table. | Antoine Pitrou | 2012-07-12 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Add c_size_t and c_ssize_t to the ctypes summary table. | Antoine Pitrou | 2012-07-12 | 1 | -0/+5 |
|
|
* | | Issue #13709: some fixes to the ctypes documentation. In addition to fixing | Eli Bendersky | 2012-03-16 | 1 | -80/+14 |
|
|
* | | - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. | Meador Inge | 2012-01-26 | 1 | -4/+0 |
|\ \
| |/ |
|
| * | - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. | Meador Inge | 2012-01-26 | 1 | -4/+0 |
|
|
* | | Merge with 3.2. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|\ \
| |/ |
|