summaryrefslogtreecommitdiffstats
path: root/Lib/ctypes/test
Commit message (Expand)AuthorAgeFilesLines
* Add tests for problems reported in issue 8959.Thomas Heller2010-06-211-0/+35
* Fix #8959 by reverting revision 80761.Thomas Heller2010-06-211-0/+26
* On Windows, ctypes does no longer check the stack before and afterThomas Heller2010-05-041-26/+0
* Partial revert of r80556 (Issue #7449, part 5, fix ctypes test)Victor Stinner2010-04-271-23/+19
* Issue #7449, part 5: split Test.test_open() of ctypes/test/test_errno.pyVictor Stinner2010-04-271-49/+57
* Use some more interesting test values for (unsigned) long long ctypes tests,Mark Dickinson2010-04-071-0/+6
* Revert rev. 79509; ctypes doesn't build on linux.Thomas Heller2010-03-301-0/+26
* Merged revisions 79115,79424,79491 via svnmerge fromThomas Heller2010-03-301-26/+0
* Issue #7703: ctypes supports both buffer() and memoryview(). The former is d...Florent Xicluna2010-03-221-2/+9
* Get rid of buffer() in test_ctypes: backport the 3.x tests.Florent Xicluna2010-03-226-40/+25
* Avoid hardcoding refcounts in tests.Collin Winter2010-03-171-4/+4
* #7092: silence some more py3k warnings.Ezio Melotti2010-03-171-1/+1
* Fix some py3k warnings in the standard library.Florent Xicluna2010-03-071-2/+2
* Adds c_ssize_t to ctypes. issue 6729.Gregory P. Smith2010-03-011-1/+8
* ctypes CThunkObject was not registered correctly with the cycleThomas Heller2010-02-231-0/+16
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-4/+4
* Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...)Thomas Heller2009-09-181-1/+1
* Issue #5042: Structure sub-subclass does now initialize correctly withThomas Heller2009-09-181-0/+19
* Revert rev 74134, as it does not completely fixx issue #6493.Thomas Heller2009-07-211-15/+0
* Issue #6493: Fix a ctypes problem setting bitfields more than 31 bitsThomas Heller2009-07-211-0/+15
* fix a few cases where automated fail -> assert translation messed upBenjamin Peterson2009-07-011-2/+2
* convert usage of fail* to assert*Benjamin Peterson2009-06-3047-931/+931
* Issue 5041: ctypes unwilling to allow pickling wide character.Thomas Heller2009-04-241-0/+5
* make tests fail if they can't be importedBenjamin Peterson2009-01-101-3/+0
* Fix issue #3547 for MingW, update comments.Thomas Heller2008-09-291-2/+3
* Fix issue #3547: ctypes is confused by bitfields of varying integer typesThomas Heller2008-09-241-0/+15
* Fix a regression introduced by rev. 63792: ctypes function pointersThomas Heller2008-08-191-1/+6
* Disable the test until I have one that works.Thomas Heller2008-08-141-9/+9
* Try to fix the test on 64-bit platforms.Thomas Heller2008-08-141-5/+4
* issue #3554: ctypes.string_at and ctypes.wstring_at must use theThomas Heller2008-08-141-0/+11
* Issue 2235: Py3k warnings are now emitted for classes that will no longer inh...Nick Coghlan2008-08-111-0/+2
* Fix test on 64-bit platforms.Thomas Heller2008-07-151-1/+1
* Issue #3258: Fix an assertion error (in debug build) and a crash (inThomas Heller2008-07-151-0/+20
* Run svneol.py on all sources.Martin v. Löwis2008-06-131-76/+76
* Issue #1798: Add ctypes calling convention that allows safe access of errno.Thomas Heller2008-06-061-0/+76
* Backport from py3k: Implement the new buffer interface from pep3118Thomas Heller2008-06-051-0/+191
* Revert revisions 63943 and 63942 (Issue #1798: Add ctypes callingThomas Heller2008-06-041-76/+0
* Issue #1798: Add ctypes calling convention that allows safe access toThomas Heller2008-06-041-0/+76
* Fix the -x flag so that is does work.Thomas Heller2008-06-021-1/+1
* ctypes NULL function pointers have a boolean False value now.Thomas Heller2008-05-291-0/+8
* Oops, get_tests may be called with 3 arguments.Thomas Heller2008-05-212-1/+3
* The -x <test1[,test2...]> flag allows to exclude tests.Thomas Heller2008-05-211-5/+13
* Very simple test for ctypes.util.find_library on Windows.Thomas Heller2008-05-161-1/+2
* Add from_buffer and from_buffer_copy class methods to ctypes types.Thomas Heller2008-04-251-0/+81
* Issue #2543: Make ctypes compatible (again) with Python 2.3, 2.4, and 2.5.Thomas Heller2008-04-041-1/+1
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-236-6/+4
* Replace 'has_key()' with 'in'.Thomas Heller2008-02-213-3/+3
* Make the test somewhat clearer (I hope).Thomas Heller2008-02-131-4/+4
* Add pickle support to ctypes types.Thomas Heller2008-02-131-0/+78
* Revert rev. 59925, it breaks comtypes (I need to further examine this).Thomas Heller2008-01-281-6/+0