summaryrefslogtreecommitdiffstats
path: root/Modules/_ctypes/_ctypes.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-2/+17
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-72/+183
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-0/+8
* Get rid of remnants of integer divisionNeal Norwitz2006-03-241-2/+0
* Finish getting rid of statichere/staticforwardNeal Norwitz2006-03-221-1/+1
* Integrate patch from Neal Norwitz. He writes:Thomas Heller2006-03-141-35/+38
* Copy ctypes-0.9.9.4 sources from external into the trunk.Thomas Heller2006-03-081-0/+4553