| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert some custom sort comparison functions to equivalent key functions. | Raymond Hettinger | 2008-01-30 | 1 | -1/+1 |
|
|
* | Merged revisions 60383-60407 via svnmerge from | Christian Heimes | 2008-01-29 | 1 | -6/+0 |
|
|
* | Merged revisions 60245-60277 via svnmerge from | Christian Heimes | 2008-01-25 | 1 | -1/+17 |
|
|
* | Merged revisions 60001,60003-60004,60008 via svnmerge from | Thomas Heller | 2008-01-17 | 3 | -3/+26 |
|
|
* | Merged revisions 59921-59932 via svnmerge from | Christian Heimes | 2008-01-12 | 1 | -0/+6 |
|
|
* | Merged revisions 59541-59561 via svnmerge from | Christian Heimes | 2007-12-19 | 1 | -0/+21 |
|
|
* | Explicitly close pipes so test_ctypes won't appear to randomly leak | Guido van Rossum | 2007-12-12 | 1 | -9/+34 |
|
|
* | Add a comment to explain why we have to restore the original value. | Thomas Heller | 2007-12-12 | 1 | -0/+4 |
|
|
* | This test checks and modifies the value of an integer stored in a dll. | Thomas Heller | 2007-12-12 | 1 | -0/+2 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 2 | -3/+3 |
|
|
* | Removed the API to create unbound methods and simplified the API for bound me... | Christian Heimes | 2007-11-27 | 1 | -4/+4 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 3 | -3/+3 |
|
|
* | Merged revisions 58742-58816 via svnmerge from | Guido van Rossum | 2007-11-02 | 2 | -22/+22 |
|
|
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 1 | -10/+3 |
|
|
* | A 'PyObject *' parameter in PyErr_Format must use %S parameter, not %s. | Thomas Heller | 2007-10-24 | 1 | -0/+18 |
|
|
* | Patch #1318 by Amaury Forgeot d'Arc. | Guido van Rossum | 2007-10-24 | 10 | -56/+58 |
|
|
* | Breaking ground for PEP 3137 implementation: | Guido van Rossum | 2007-10-08 | 3 | -8/+8 |
|
|
* | Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from | Thomas Wouters | 2007-09-19 | 3 | -31/+43 |
|
|
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 6 | -2/+35 |
|
|
* | Forgot to run the tests after making the places and msg argument keyword-only. | Jeffrey Yasskin | 2007-09-07 | 1 | -3/+3 |
|
|
* | Add a workaround for a strange bug on win64, when _ctypes is compiled | Thomas Heller | 2007-08-31 | 1 | -0/+6 |
|
|
* | Fix a buggy test. str8 objects contained NUL-terminated strings, | Thomas Heller | 2007-08-31 | 1 | -1/+1 |
|
|
* | Merged revisions 57620-57771 via svnmerge from | Thomas Wouters | 2007-08-30 | 8 | -4/+128 |
|
|
* | Raise statement normalization in Lib/ctypes/. | Collin Winter | 2007-08-30 | 5 | -12/+10 |
|
|
* | Merge the trunk changes in. Breaks socket.ssl for now. | Thomas Wouters | 2007-08-28 | 1 | -1/+1 |
|
|
* | Changes in anticipation of stricter str vs. bytes enforcement. | Guido van Rossum | 2007-08-27 | 1 | -2/+4 |
|
|
* | Remove spurious (and unneeded) import of StringIO. | Guido van Rossum | 2007-08-10 | 1 | -1/+1 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -2/+2 |
|
|
* | Fix the ctypes tests. Patch from Victor Stinner. He writes: | Thomas Heller | 2007-08-08 | 6 | -17/+17 |
|
|
* | Merged revisions 56301-56442 via svnmerge from | Guido van Rossum | 2007-07-18 | 3 | -24/+19 |
|
|
* | Fix ctypes tests on OS X. | Thomas Heller | 2007-07-14 | 1 | -8/+0 |
|
|
* | c_char, c_char_p objects and c_char array structure fields return | Thomas Heller | 2007-07-13 | 6 | -9/+13 |
|
|
* | Do not accept str8 type in function calls any longer. | Thomas Heller | 2007-07-13 | 1 | -0/+10 |
|
|
* | Remove all the Python 2.3 compatibility markers (the Python 3 ctypes | Thomas Heller | 2007-07-13 | 8 | -25/+0 |
|
|
* | Structure fields of type c_char array or c_wchar array accept bytes or | Thomas Heller | 2007-07-13 | 1 | -0/+15 |
|
|
* | No crashes on Linux in the ctypes test suite any longer, so we can | Thomas Heller | 2007-07-12 | 2 | -23/+19 |
|
|
* | Fix segfault on Linux. | Thomas Heller | 2007-07-12 | 1 | -4/+4 |
|
|
* | More easy fixes. The ctypes unittests pass now (on Windows). | Thomas Heller | 2007-07-12 | 2 | -4/+4 |
|
|
* | binascii.hexlify returns a bytes object; we must convert it to str | Thomas Heller | 2007-07-12 | 1 | -1/+1 |
|
|
* | Simple fixes. | Thomas Heller | 2007-07-12 | 2 | -7/+7 |
|
|
* | Simple fixes. | Thomas Heller | 2007-07-12 | 1 | -4/+4 |
|
|
* | Simple fixes. | Thomas Heller | 2007-07-12 | 2 | -10/+4 |
|
|
* | c_void_p.from_param accepts bytes. Fix test_prototypes. | Thomas Heller | 2007-07-12 | 1 | -1/+1 |
|
|
* | c_char_p.from_param accepts bytes. Fix test_parameters. | Thomas Heller | 2007-07-12 | 1 | -3/+3 |
|
|
* | Fix another test. | Thomas Heller | 2007-07-12 | 1 | -1/+1 |
|
|
* | test_slicing does not segfault under linux anymore, so we can run this | Thomas Heller | 2007-07-12 | 1 | -40/+38 |
|
|
* | Accept bytes as parameter to foreign functions without prototype. | Thomas Heller | 2007-07-12 | 1 | -2/+2 |
|
|
* | Accept bytes for c_wchar_p instances and c_wchar array instances. | Thomas Heller | 2007-07-12 | 2 | -5/+5 |
|
|
* | Accept bytes in c_char_p and c_wchar_p types. | Thomas Heller | 2007-07-12 | 1 | -0/+8 |
|
|
* | ctypes.c_char and ctypes.c_wchar now accept initialization from byte objects. | Thomas Heller | 2007-07-12 | 1 | -0/+18 |
|
|