| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -32/+32 |
|
|
* | Corrections for a/an in code comments and documentation | Martin Panter | 2016-05-08 | 1 | -1/+1 |
|
|
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -3/+3 |
|
|
* | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | #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 |
|
|
* | 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 |
|
|
* | Closing #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 |
|
|
* | #16371: fix up the English. | R David Murray | 2012-10-31 | 1 | -2/+2 |
|
|
* | update to new C roles and directives | Sandro Tosi | 2012-01-14 | 1 | -87/+87 |
|
|
* | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|
|
* | #12670: Fix struct code after forward declaration on ctypes doc | Sandro Tosi | 2011-08-02 | 1 | -2/+2 |
|
|
* | Markup backport fix. | Georg Brandl | 2011-02-25 | 1 | -1/+1 |
|
|
* | Merged revisions 87627,87638,87760,87986,88108,88115,88165,88263,88329,88364-... | Georg Brandl | 2011-02-25 | 1 | -0/+5 |
|
|
* | Adds c_ssize_t to ctypes. issue 6729. | Gregory P. Smith | 2010-03-01 | 1 | -0/+7 |
|
|
* | Fix wrong markup. | Georg Brandl | 2009-12-29 | 1 | -2/+2 |
|
|
* | Improve markup of ctypes docs. | Georg Brandl | 2009-12-29 | 1 | -321/+326 |
|
|
* | #7569: clarification about c_char_p. | Georg Brandl | 2009-12-29 | 1 | -2/+4 |
|
|
* | adverb | Benjamin Peterson | 2009-12-15 | 1 | -1/+1 |
|
|
* | Typo fix. | Georg Brandl | 2009-08-27 | 1 | -1/+1 |
|
|
* | Remove period from end of headings. | Georg Brandl | 2009-06-08 | 1 | -3/+2 |
|
|
* | remove mention of old ctypes version | Benjamin Peterson | 2009-05-23 | 1 | -2/+1 |
|
|
* | Fix example output for doctest-like demos. | Georg Brandl | 2009-05-15 | 1 | -6/+6 |
|
|
* | #4820: use correct module for ctypes.util. | Georg Brandl | 2009-02-05 | 1 | -0/+1 |
|
|
* | Change an example in the docs to avoid a mistake when the code is copy | Thomas Heller | 2009-01-16 | 1 | -1/+1 |
|
|
* | Fix two issues found by the suspicious builder. | Georg Brandl | 2009-01-04 | 1 | -1/+1 |
|
|
* | Fix uses of the default role. | Georg Brandl | 2009-01-03 | 1 | -39/+37 |
|
|
* | #4399: fix typo. | Georg Brandl | 2008-11-23 | 1 | -1/+1 |
|
|
* | Markup fixes. (optparse.rst probably needs an entire revision pass.) | Andrew M. Kuchling | 2008-09-30 | 1 | -1/+1 |
|
|
* | Tidy up some sentences | Andrew M. Kuchling | 2008-08-30 | 1 | -14/+14 |
|
|
* | Re-word | Andrew M. Kuchling | 2008-07-13 | 1 | -2/+2 |
|
|
* | Markup fixes, thanks Georg for the help. | Thomas Heller | 2008-06-11 | 1 | -47/+70 |
|
|
* | Add versionadded marker to ctypes.c_longdouble. | Thomas Heller | 2008-06-11 | 1 | -0/+1 |
|
|
* | Smaller doc fixes. | Thomas Heller | 2008-06-11 | 1 | -19/+16 |
|
|
* | More doc fixes. | Thomas Heller | 2008-06-11 | 1 | -15/+6 |
|
|
* | Markup fixes, spelling corrections, and better wordings. Hopefully. | Thomas Heller | 2008-06-11 | 1 | -9/+8 |
|
|
* | Fix markup. | Thomas Heller | 2008-06-11 | 1 | -20/+30 |
|
|
* | Document the new ctypes features. | Thomas Heller | 2008-06-06 | 1 | -6/+68 |
|
|