summaryrefslogtreecommitdiff
path: root/Lib/ctypes
Commit message (Expand)AuthorAgeFilesLines
* Remove unused private functionAntoine Pitrou2011-04-231-16/+0
* Issue #11258: Speed up ctypes.util.find_library() under Linux by a factorAntoine Pitrou2011-04-231-8/+14
* merge 3.2Benjamin Peterson2011-03-264-0/+10
|\
| * #11565: Merge with 3.2.Ezio Melotti2011-03-164-0/+10
| |\
| | * #11515: Merge with 3.2.Ezio Melotti2011-03-154-0/+10
| | |\
| | | * Revert r88639 (the optimization changes behaviour and breaks buildbots)Antoine Pitrou2011-02-262-18/+7
| | | * Issue #11258: Speed up ctypes.util.find_library() under Linux a lot. PatchAntoine Pitrou2011-02-262-7/+18
| | | * Issue #10992: make tests pass when run under coverage.Brett Cannon2011-02-224-0/+10
* | | | merge 3.1Benjamin Peterson2011-03-2627-342/+300
|\ \ \ \ | |/ / /
| * | | #11565: Merge with 3.1.Ezio Melotti2011-03-1627-342/+300
| |\ \ \ | | |/ /
| | * | #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
| | |\ \ | | | |/ | | |/|
| | * | Issue #8275: Fix passing of callback arguments with ctypes under Win64.Antoine Pitrou2011-01-311-0/+36
| | * | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-18/+18
| | * | Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_tVictor Stinner2010-10-021-0/+7
| | * | Issue #3612: Added new types to ctypes.wintypes. (CHAR and pointers)Hirokazu Yamamoto2010-09-281-74/+95
| | * | Try harder on issue #7356: ctypes.util: Make parsing of ldconfig outputMatthias Klose2010-09-151-1/+1
| | * | Reverted r84315 and r84316, with Benjamin's blessing. The tests wereDaniel Stutzbach2010-08-311-7/+6
| | * | apparently this test should be gated, tooBenjamin Peterson2010-08-251-3/+2
| | * | this test is only valid when sizeof(wchar) == Py_UNICODE_SIZEBenjamin Peterson2010-08-251-3/+5
| | * | #9055: remove assertion at the end of test_8959_b since the test is about cra...Tim Golden2010-08-111-1/+0
| | * | Issue #8966: Fix ctypes tests for WindowsVictor Stinner2010-07-313-3/+2
| | * | Syntax cleanup.Florent Xicluna2010-07-281-1/+1
| | * | Issue #8966: ctypes: Remove implicit bytes-unicode conversionVictor Stinner2010-07-285-137/+42
| | * | Fix ctypes tests to avoid implicit bytes-unicode conversionVictor Stinner2010-07-2720-61/+57
| | * | Merged revisions 82126-82127 via svnmerge fromThomas Heller2010-06-212-0/+61
| | * | Issue #850997: mbcs encoding (Windows only) handles errors argument: strictVictor Stinner2010-06-161-1/+1
| | * | Issue #8966: If a ctypes structure field is an array of c_char, convert itsVictor Stinner2010-06-112-7/+7
| | * | Merged revisions 80761,80766 via svnmerge fromThomas Heller2010-05-041-26/+0
| | * | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-35/+38
| | * | Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,...Benjamin Peterson2010-03-211-4/+4
| | * | Merged revisions 78979 via svnmerge fromMatthias Klose2010-03-151-1/+1
| | * | Merged revisions 78544 via svnmerge fromGregory P. Smith2010-03-012-1/+11
| | * | Merged revisions 78380 via svnmerge fromThomas Heller2010-02-231-0/+16
| | * | Changed try/finally to contextlib.closing, as discussed in issue 6882.Eric Smith2009-10-231-24/+7
| | * | fix print statementEzio Melotti2009-09-251-1/+1
| | * | Merged revisions 74921 via svnmerge fromThomas Heller2009-09-181-1/+1
| | * | Merged revisions 74917 via svnmerge fromThomas Heller2009-09-181-0/+19
| | * | Issue #6882: Import uuid creates zombies processes. I used a slightly differe...Eric Smith2009-09-181-2/+6
| | * | Issue 6239: ctypes.c_char_p return value must return bytes.Thomas Heller2009-09-0413-56/+56
| | * | Merged revisions 73720 via svnmerge fromBenjamin Peterson2009-07-011-2/+2
| | * | convert old fail* assertions to assert*Benjamin Peterson2009-06-3047-933/+933
* | | | check possible recursive _as_parameter_ to prevent segfault (closes #1838)Benjamin Peterson2011-03-261-0/+12
|/ / /
* | | #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-164-4/+4
| |/ |/|
* | #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
* | Merged revisions 88284 via svnmerge fromAntoine Pitrou2011-01-311-0/+36
* | Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-18/+18
* | Merged revisions 84836 via svnmerge fromMatthias Klose2010-09-151-1/+1
* | Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,...Florent Xicluna2010-08-141-1/+1
* | Merged revisions 78980 via svnmerge fromMatthias Klose2010-03-151-1/+1
* | Merged revisions 78382 via svnmerge fromThomas Heller2010-02-231-0/+16