| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge... | Christian Heimes | 2008-03-04 | 97 | -3423/+38620 |
|
|
* | Merged revisions 61034-61036,61038-61048 via svnmerge from | Christian Heimes | 2008-02-24 | 1 | -1/+1 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-22 | 3 | -3162/+3023 |
|
|
* | Merged revisions 60767,60768 via svnmerge from | Thomas Heller | 2008-02-13 | 4 | -1/+91 |
|
|
* | Revert the last svnmerge (r60681) from trunk to _ctypes.c, it should | Thomas Heller | 2008-02-12 | 1 | -39/+2 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-09 | 2 | -2/+41 |
|
|
* | Merged revisions 60383-60407 via svnmerge from | Christian Heimes | 2008-01-29 | 1 | -5/+0 |
|
|
* | Merged revisions 60379-60382 via svnmerge from | Christian Heimes | 2008-01-28 | 2 | -5/+5 |
|
|
* | Merged revisions 60350-60363 via svnmerge from | Christian Heimes | 2008-01-27 | 2 | -16/+48 |
|
|
* | Merged revisions 60245-60277 via svnmerge from | Christian Heimes | 2008-01-25 | 2 | -38/+164 |
|
|
* | Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from | Christian Heimes | 2008-01-18 | 1 | -1/+1 |
|
|
* | Merged revisions 60001,60003-60004,60008 via svnmerge from | Thomas Heller | 2008-01-17 | 2 | -15/+40 |
|
|
* | Merged revisions 59952-59984 via svnmerge from | Guido van Rossum | 2008-01-15 | 2 | -104/+57 |
|
|
* | Merged revisions 59933-59951 via svnmerge from | Christian Heimes | 2008-01-14 | 2 | -2/+2 |
|
|
* | Merged revisions 59921-59932 via svnmerge from | Christian Heimes | 2008-01-12 | 1 | -1/+6 |
|
|
* | Merged revisions 59843-59863 via svnmerge from | Christian Heimes | 2008-01-09 | 2 | -2/+2 |
|
|
* | Merged revisions 59666-59679 via svnmerge from | Christian Heimes | 2008-01-03 | 1 | -2/+2 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 4 | -31/+31 |
|
|
* | Merged revisions 59541-59561 via svnmerge from | Christian Heimes | 2007-12-19 | 2 | -0/+21 |
|
|
* | Merged revisions 59488-59511 via svnmerge from | Christian Heimes | 2007-12-15 | 1 | -1/+1 |
|
|
* | Fixed problem with missing PyInt_CheckExact() macro in _ctypes.c | Christian Heimes | 2007-12-05 | 1 | -4/+9 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 5 | -64/+64 |
|
|
* | Fixed bug #1505 Changes to PyMethod_New breaks ctypes on Windows | Christian Heimes | 2007-11-28 | 1 | -50/+63 |
|
|
* | Merged revisions 59187-59192 via svnmerge from | Christian Heimes | 2007-11-27 | 1 | -15/+0 |
|
|
* | The changes to PyMethod_New and the removal of unbound methods breaks ctypes'... | Christian Heimes | 2007-11-27 | 1 | -4/+5 |
|
|
* | Replace PyObject_Unicode with PyObject_Str everywhere, and remove the | Thomas Heller | 2007-11-15 | 1 | -1/+1 |
|
|
* | Fix two compiler warnings on Win64. | Thomas Heller | 2007-11-15 | 2 | -2/+2 |
|
|
* | Added some additional checks for sys.std?? is None, see #1440 | Christian Heimes | 2007-11-15 | 1 | -1/+1 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 3 | -37/+40 |
|
|
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 8 | -26/+32 |
|
|
* | A 'PyObject *' parameter in PyErr_Format must use %S parameter, not %s. | Thomas Heller | 2007-10-24 | 1 | -1/+1 |
|
|
* | Patch #1318 by Amaury Forgeot d'Arc. | Guido van Rossum | 2007-10-24 | 4 | -52/+48 |
|
|
* | #1316: remove redundant PyLong_Check calls when PyInt_Check was already called. | Georg Brandl | 2007-10-23 | 2 | -12/+11 |
|
|
* | Patch #1272, by Christian Heimes and Alexandre Vassalotti. | Guido van Rossum | 2007-10-15 | 1 | -2/+2 |
|
|
* | Breaking ground for PEP 3137 implementation: | Guido van Rossum | 2007-10-08 | 1 | -13/+5 |
|
|
* | Delete now-unused static function Array_ass_slice(). | Guido van Rossum | 2007-09-25 | 1 | -42/+0 |
|
|
* | Change PyBuffer to Py_buffer to be consistent with other non-object structure... | Travis E. Oliphant | 2007-09-23 | 1 | -2/+2 |
|
|
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 7 | -3/+70 |
|
|
* | Remove the simple slicing API. All slicing is now done with slice objects. | Thomas Wouters | 2007-08-30 | 1 | -91/+3 |
|
|
* | Merged revisions 57620-57771 via svnmerge from | Thomas Wouters | 2007-08-30 | 1 | -2/+305 |
|
|
* | Merged in py3k-buffer branch to main line. All objects now use the buffer pr... | Travis E. Oliphant | 2007-08-18 | 1 | -21/+18 |
|
|
* | PyErr_Warn is deprecated in 2.5 - goes away for 3.0 | Skip Montanaro | 2007-08-12 | 1 | -2/+3 |
|
|
* | Fix the ctypes tests. Patch from Victor Stinner. He writes: | Thomas Heller | 2007-08-08 | 1 | -1/+1 |
|
|
* | Fix merge breakage. | Martin v. Löwis | 2007-07-21 | 1 | -1/+1 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 4 | -61/+45 |
|
|
* | Merged revisions 56301-56442 via svnmerge from | Guido van Rossum | 2007-07-18 | 4 | -11/+15 |
|
|
* | For easier merging, revert ths change; it will be brought back in when | Thomas Heller | 2007-07-13 | 1 | -0/+2 |
|
|
* | c_char, c_char_p objects and c_char array structure fields return | Thomas Heller | 2007-07-13 | 1 | -31/+16 |
|
|
* | Do not accept str8 type in function calls any longer. | Thomas Heller | 2007-07-13 | 2 | -10/+1 |
|
|
* | Remove all the Python 2.3 compatibility markers (the Python 3 ctypes | Thomas Heller | 2007-07-13 | 1 | -46/+0 |
|
|