summaryrefslogtreecommitdiffstats
path: root/Lib/ctypes
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-0/+81
* Merged revisions 60056-60071,60073-60127,60129-60261,60263-60284,60286-62589,...Thomas Heller2008-04-301-0/+170
* Merged revisions 62338 via svnmerge fromThomas Heller2008-04-141-25/+1
* Bug #2565: The repr() of type objects now calls them 'class',Martin v. Löwis2008-04-071-2/+2
* Whoops, I missed a few more places that were using slicing from the operator ...Neal Norwitz2008-03-172-13/+2
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-1/+1
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-235-5/+3
* Merged revisions 60767,60768 via svnmerge fromThomas Heller2008-02-131-0/+78
* Convert some custom sort comparison functions to equivalent key functions.Raymond Hettinger2008-01-301-1/+1
* Merged revisions 60383-60407 via svnmerge fromChristian Heimes2008-01-291-6/+0
* Merged revisions 60245-60277 via svnmerge fromChristian Heimes2008-01-251-1/+17
* Merged revisions 60001,60003-60004,60008 via svnmerge fromThomas Heller2008-01-173-3/+26
* Merged revisions 59921-59932 via svnmerge fromChristian Heimes2008-01-121-0/+6
* Merged revisions 59541-59561 via svnmerge fromChristian Heimes2007-12-191-0/+21
* Explicitly close pipes so test_ctypes won't appear to randomly leakGuido van Rossum2007-12-121-9/+34
* Add a comment to explain why we have to restore the original value.Thomas Heller2007-12-121-0/+4
* This test checks and modifies the value of an integer stored in a dll.Thomas Heller2007-12-121-0/+2
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-042-3/+3
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-271-4/+4
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-063-3/+3
* Merged revisions 58742-58816 via svnmerge fromGuido van Rossum2007-11-022-22/+22
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-10/+3
* A 'PyObject *' parameter in PyErr_Format must use %S parameter, not %s.Thomas Heller2007-10-241-0/+18
* Patch #1318 by Amaury Forgeot d'Arc.Guido van Rossum2007-10-2410-56/+58
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-083-8/+8
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-193-31/+43
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-086-2/+35
* Forgot to run the tests after making the places and msg argument keyword-only.Jeffrey Yasskin2007-09-071-3/+3
* Add a workaround for a strange bug on win64, when _ctypes is compiledThomas Heller2007-08-311-0/+6
* Fix a buggy test. str8 objects contained NUL-terminated strings,Thomas Heller2007-08-311-1/+1
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-308-4/+128
* Raise statement normalization in Lib/ctypes/.Collin Winter2007-08-305-12/+10
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-1/+1
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-2/+4
* Remove spurious (and unneeded) import of StringIO.Guido van Rossum2007-08-101-1/+1
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-2/+2
* Fix the ctypes tests. Patch from Victor Stinner. He writes:Thomas Heller2007-08-086-17/+17
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-183-24/+19
* Fix ctypes tests on OS X.Thomas Heller2007-07-141-8/+0
* c_char, c_char_p objects and c_char array structure fields returnThomas Heller2007-07-136-9/+13
* Do not accept str8 type in function calls any longer.Thomas Heller2007-07-131-0/+10
* Remove all the Python 2.3 compatibility markers (the Python 3 ctypesThomas Heller2007-07-138-25/+0
* Structure fields of type c_char array or c_wchar array accept bytes orThomas Heller2007-07-131-0/+15
* No crashes on Linux in the ctypes test suite any longer, so we canThomas Heller2007-07-122-23/+19
* Fix segfault on Linux.Thomas Heller2007-07-121-4/+4
* More easy fixes. The ctypes unittests pass now (on Windows).Thomas Heller2007-07-122-4/+4
* binascii.hexlify returns a bytes object; we must convert it to strThomas Heller2007-07-121-1/+1
* Simple fixes.Thomas Heller2007-07-122-7/+7
* Simple fixes.Thomas Heller2007-07-121-4/+4
* Simple fixes.Thomas Heller2007-07-122-10/+4