summaryrefslogtreecommitdiff
path: root/Lib/test/test_ctypes.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of buffer() in test_ctypes: backport the 3.x tests.Florent Xicluna2010-03-221-7/+5
* #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k...Florent Xicluna2010-03-211-5/+7
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-8/+1
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+8
* Change more tests to use import_module for the modules thatR. David Murray2009-03-301-1/+4
* Standardize on test.test_support.run_unittest() (as opposed to a mix of run_u...Collin Winter2007-04-251-2/+2
* Replace the trivial ctypes test (did only an import) with the real test suite.Thomas Heller2006-03-091-3/+11
* Trivial test for ctypes, more to comeThomas Heller2006-03-081-0/+4