summaryrefslogtreecommitdiff
path: root/Lib/ctypes/test/test_as_parameter.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-031-1/+1
* Issue #19493: Refactor ctypes test package.Zachary Ware2014-06-131-4/+2
* Issue #19591: Use specific asserts in ctype tests.Serhiy Storchaka2013-11-161-1/+1
* Issue #13380: add an internal function for resetting the ctypes cachesMeador Inge2011-11-251-0/+1
* check possible recursive _as_parameter_ to prevent segfault (closes #1838)Benjamin Peterson2011-03-261-0/+12
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-19/+19
* Fix various spots where int/long and str/unicode unificationWalter Dörwald2007-05-031-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-1/+1
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+215