| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #13979: Fix ctypes.util.find_library ldconfig regex | Meador Inge | 2012-02-14 | 1 | -24/+1 |
|
|
* | Issue #12142: Fixed reference cycle when importing ctypes | Meador Inge | 2012-02-05 | 1 | -1/+1 |
|
|
* | Issue #13380: add an internal function for resetting the ctypes caches | Meador Inge | 2011-11-26 | 3 | -11/+19 |
|
|
* | Issue #12881: ctypes: Fix segfault with large structure field names. | Meador Inge | 2011-10-04 | 1 | -0/+12 |
|
|
* | Remove trailing spaces | Amaury Forgeot d'Arc | 2011-09-12 | 1 | -1/+1 |
|
|
* | Issue #12483: ctypes: Fix a crash when the destruction of a callback | Amaury Forgeot d'Arc | 2011-09-12 | 1 | -0/+8 |
|
|
* | Issue #12764: Fix a crash in ctypes when the name of a Structure field is not | Amaury Forgeot d'Arc | 2011-09-02 | 1 | -0/+8 |
|
|
* | Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to | Amaury Forgeot d'Arc | 2011-08-30 | 1 | -0/+4 |
|
|
* | carefully cleanup pointer cache after creating struct pointers | Benjamin Peterson | 2011-07-14 | 1 | -12/+12 |
|
|
* | Close #4376: ctypes now supports nested structures in a endian different than | Victor Stinner | 2011-07-13 | 2 | -18/+36 |
|
|
* | check possible recursive _as_parameter_ to prevent segfault (closes #1838) | Benjamin Peterson | 2011-03-26 | 1 | -0/+12 |
|
|
* | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 4 | -4/+4 |
|
|
* | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|
|
* | Merged revisions 88284 via svnmerge from | Antoine Pitrou | 2011-01-31 | 1 | -0/+36 |
|
|
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -18/+18 |
|
|
* | Try harder on issue #7356: ctypes.util: Make parsing of ldconfig output | Matthias Klose | 2010-09-15 | 1 | -1/+1 |
|
|
* | #9055: remove assertion at the end of test_8959_b since the test is about cra... | Tim Golden | 2010-08-12 | 1 | -1/+0 |
|
|
* | Add tests for problems reported in issue 8959. | Thomas Heller | 2010-06-21 | 1 | -0/+35 |
|
|
* | Fix #8959 by reverting revision 80761. | Thomas Heller | 2010-06-21 | 1 | -0/+26 |
|
|
* | On Windows, ctypes does no longer check the stack before and after | Thomas Heller | 2010-05-04 | 1 | -26/+0 |
|
|
* | Partial revert of r80556 (Issue #7449, part 5, fix ctypes test) | Victor Stinner | 2010-04-27 | 1 | -23/+19 |
|
|
* | Issue #7449, part 5: split Test.test_open() of ctypes/test/test_errno.py | Victor Stinner | 2010-04-27 | 1 | -49/+57 |
|
|
* | Use some more interesting test values for (unsigned) long long ctypes tests, | Mark Dickinson | 2010-04-07 | 1 | -0/+6 |
|
|
* | Revert rev. 79509; ctypes doesn't build on linux. | Thomas Heller | 2010-03-30 | 1 | -0/+26 |
|
|
* | Merged revisions 79115,79424,79491 via svnmerge from | Thomas Heller | 2010-03-30 | 1 | -26/+0 |
|
|
* | Issue #7703: ctypes supports both buffer() and memoryview(). The former is d... | Florent Xicluna | 2010-03-22 | 1 | -2/+9 |
|
|
* | Get rid of buffer() in test_ctypes: backport the 3.x tests. | Florent Xicluna | 2010-03-22 | 6 | -40/+25 |
|
|
* | Avoid hardcoding refcounts in tests. | Collin Winter | 2010-03-17 | 1 | -4/+4 |
|
|
* | #7092: silence some more py3k warnings. | Ezio Melotti | 2010-03-17 | 1 | -1/+1 |
|
|
* | - Issue #7356: ctypes.util: Make parsing of ldconfig output independent of | Matthias Klose | 2010-03-15 | 1 | -1/+1 |
|
|
* | Fix some py3k warnings in the standard library. | Florent Xicluna | 2010-03-07 | 1 | -2/+2 |
|
|
* | Adds c_ssize_t to ctypes. issue 6729. | Gregory P. Smith | 2010-03-01 | 2 | -1/+11 |
|
|
* | ctypes CThunkObject was not registered correctly with the cycle | Thomas Heller | 2010-02-23 | 1 | -0/+16 |
|
|
* | #7092: Silence more py3k warnings. Patch by Florent Xicluna. | Ezio Melotti | 2010-02-03 | 1 | -4/+4 |
|
|
* | Per the discussion in issue6882, backport the try/finally work that was done ... | Eric Smith | 2009-10-22 | 1 | -11/+40 |
|
|
* | Revert unintended change. | Georg Brandl | 2009-10-22 | 1 | -1/+1 |
|
|
* | Fix punctuation. | Georg Brandl | 2009-10-22 | 1 | -1/+1 |
|
|
* | Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...) | Thomas Heller | 2009-09-18 | 1 | -1/+1 |
|
|
* | Issue #5042: Structure sub-subclass does now initialize correctly with | Thomas Heller | 2009-09-18 | 1 | -0/+19 |
|
|
* | Revert rev 74134, as it does not completely fixx issue #6493. | Thomas Heller | 2009-07-21 | 1 | -15/+0 |
|
|
* | Issue #6493: Fix a ctypes problem setting bitfields more than 31 bits | Thomas Heller | 2009-07-21 | 1 | -0/+15 |
|
|
* | fix a few cases where automated fail -> assert translation messed up | Benjamin Peterson | 2009-07-01 | 1 | -2/+2 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 47 | -931/+931 |
|
|
* | Fix Issue #4875: find_library can return directories instead of files | Thomas Heller | 2009-05-05 | 1 | -2/+2 |
|
|
* | Issue 5041: ctypes unwilling to allow pickling wide character. | Thomas Heller | 2009-04-24 | 1 | -0/+5 |
|
|
* | make tests fail if they can't be imported | Benjamin Peterson | 2009-01-10 | 1 | -3/+0 |
|
|
* | - Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on | Matthias Klose | 2009-01-10 | 1 | -4/+36 |
|
|
* | Fix issue #3547 for MingW, update comments. | Thomas Heller | 2008-09-29 | 1 | -2/+3 |
|
|
* | Fix issue #3547: ctypes is confused by bitfields of varying integer types | Thomas Heller | 2008-09-24 | 1 | -0/+15 |
|
|
* | Issue #3612: Added some missing basic types in ctypes.wintypes. | Hirokazu Yamamoto | 2008-08-20 | 1 | -11/+18 |
|
|