summaryrefslogtreecommitdiff
path: root/Modules/_ctypes/_ctypes.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-091-2/+39
* Merged revisions 60383-60407 via svnmerge fromChristian Heimes2008-01-291-5/+0
* Merged revisions 60379-60382 via svnmerge fromChristian Heimes2008-01-281-3/+3
* Merged revisions 60245-60277 via svnmerge fromChristian Heimes2008-01-251-19/+147
* Merged revisions 60001,60003-60004,60008 via svnmerge fromThomas Heller2008-01-171-12/+37
* Merged revisions 59933-59951 via svnmerge fromChristian Heimes2008-01-141-1/+1
* Merged revisions 59921-59932 via svnmerge fromChristian Heimes2008-01-121-1/+6
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-25/+25
* Merged revisions 59541-59561 via svnmerge fromChristian Heimes2007-12-191-0/+16
* Fixed problem with missing PyInt_CheckExact() macro in _ctypes.cChristian Heimes2007-12-051-4/+9
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-20/+20
* Fixed bug #1505 Changes to PyMethod_New breaks ctypes on WindowsChristian Heimes2007-11-281-50/+63
* Merged revisions 59187-59192 via svnmerge fromChristian Heimes2007-11-271-15/+0
* The changes to PyMethod_New and the removal of unbound methods breaks ctypes'...Christian Heimes2007-11-271-4/+5
* Fix two compiler warnings on Win64.Thomas Heller2007-11-151-1/+1
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-19/+19
* A 'PyObject *' parameter in PyErr_Format must use %S parameter, not %s.Thomas Heller2007-10-241-1/+1
* Patch #1318 by Amaury Forgeot d'Arc.Guido van Rossum2007-10-241-24/+28
* #1316: remove redundant PyLong_Check calls when PyInt_Check was already called.Georg Brandl2007-10-231-7/+6
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-081-13/+5
* Delete now-unused static function Array_ass_slice().Guido van Rossum2007-09-251-42/+0
* Change PyBuffer to Py_buffer to be consistent with other non-object structure...Travis E. Oliphant2007-09-231-2/+2
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-1/+1
* Remove the simple slicing API. All slicing is now done with slice objects.Thomas Wouters2007-08-301-91/+3
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-2/+305
* Merged in py3k-buffer branch to main line. All objects now use the buffer pr...Travis E. Oliphant2007-08-181-21/+18
* Fix merge breakage.Martin v. Löwis2007-07-211-1/+1
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-50/+37
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-181-7/+13
* Remove all the Python 2.3 compatibility markers (the Python 3 ctypesThomas Heller2007-07-131-89/+0
* c_void_p.from_param accepts bytes. Fix test_prototypes.Thomas Heller2007-07-121-0/+18
* c_char_p.from_param accepts bytes. Fix test_parameters.Thomas Heller2007-07-121-1/+1
* Accept bytes for c_wchar_p instances and c_wchar array instances.Thomas Heller2007-07-121-2/+2
* Change the StgDictObject's proto member to a PyUnicode_Object (was aThomas Heller2007-07-121-17/+9
* Use a unicode string as unique_key instead of 8-bit string.Thomas Heller2007-07-121-1/+1
* Py_USING_UNICODE is no longer defined on Windows (on posix it is stillThomas Heller2007-07-121-66/+0
* Must create heaptypes with unicode names.Thomas Heller2007-07-111-5/+1
* Repair ctypes Structures.Thomas Heller2007-07-111-5/+5
* Forgot to submit this earlier; it's needed to make test_threading pass.Guido van Rossum2007-07-091-4/+4
* Changes to ctypes and Mac toolbox glue that fix test_threading and test_platf...Guido van Rossum2007-07-091-17/+48
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-35/+45
* Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirrorWalter Dörwald2007-05-181-6/+6
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-25/+30
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-1/+1
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-4/+11
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-281-4/+4
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-160/+226
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-37/+135
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-1/+1