| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \
| |/ |
|
| * | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|
|
* | | Replace mentions of WindowsError | Antoine Pitrou | 2011-10-12 | 1 | -5/+16 |
|/ |
|
* | #12670: Fix struct code after forward declaration on ctypes doc | Sandro Tosi | 2011-08-02 | 1 | -2/+2 |
|
|
* | #10944: add c_bool to types table. | Georg Brandl | 2011-01-19 | 1 | -0/+5 |
|
|
* | Issue #8966: Remove the documentation of ctypes.set_conversion_mode() | Victor Stinner | 2010-12-28 | 1 | -16/+0 |
|
|
* | Remove unnecessary `object` base class in docs (#10366). | Éric Araujo | 2010-11-22 | 1 | -1/+1 |
|
|
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -91/+91 |
|
|
* | Merged revisions 78544 via svnmerge from | Gregory P. Smith | 2010-03-01 | 1 | -0/+7 |
|
|
* | Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,... | Benjamin Peterson | 2009-12-31 | 1 | -1/+1 |
|
|
* | Merged revisions 77108-77109 via svnmerge from | Georg Brandl | 2009-12-29 | 1 | -229/+235 |
|
|
* | Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,... | Georg Brandl | 2009-09-01 | 1 | -1/+1 |
|
|
* | Fix typo. | Thomas Heller | 2009-06-08 | 1 | -1/+1 |
|
|
* | Review ctypes docs w.r.t. bytes/unicode. Use bytes where appropriate as the t... | Georg Brandl | 2009-06-08 | 1 | -225/+218 |
|
|
* | Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,... | Benjamin Peterson | 2009-06-01 | 1 | -2/+1 |
|
|
* | Merged revisions 72661,72675-72677,72679,72712,72801,72820 via svnmerge from | Georg Brandl | 2009-05-25 | 1 | -6/+6 |
|
|
* | Remove surplus empty lines and convert more files to new optional arg style. | Georg Brandl | 2009-05-17 | 1 | -3/+2 |
|
|
* | Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,... | Benjamin Peterson | 2009-02-06 | 1 | -0/+1 |
|
|
* | Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ... | Benjamin Peterson | 2009-01-18 | 1 | -1/+1 |
|
|
* | Merged revisions 68288-68291,68325-68326,68338,68388,68393,68423 via svnmerge... | Benjamin Peterson | 2009-01-09 | 1 | -1/+1 |
|
|
* | Merged revisions 68219 via svnmerge from | Georg Brandl | 2009-01-03 | 1 | -37/+36 |
|
|
* | Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-... | Benjamin Peterson | 2008-11-30 | 1 | -1/+1 |
|
|
* | Merged revisions 66670,66681,66688,66696-66699 via svnmerge from | Benjamin Peterson | 2008-10-04 | 1 | -1/+1 |
|
|
* | Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-... | Benjamin Peterson | 2008-09-02 | 1 | -14/+14 |
|
|
* | murder some versionadded and versionchanged directives in their beds | Benjamin Peterson | 2008-08-16 | 1 | -4/+0 |
|
|
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -2/+2 |
|
|
* | Removed some versionadded tags, and a reference to "long" in a sample | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -12/+0 |
|
|