summaryrefslogtreecommitdiffstats
path: root/Modules/_ctypes
Commit message (Expand)AuthorAgeFilesLines
* Merged in py3k-buffer branch to main line. All objects now use the buffer pr...Travis E. Oliphant2007-08-181-21/+18
* PyErr_Warn is deprecated in 2.5 - goes away for 3.0Skip Montanaro2007-08-121-2/+3
* Fix the ctypes tests. Patch from Victor Stinner. He writes:Thomas Heller2007-08-081-1/+1
* Fix merge breakage.Martin v. Löwis2007-07-211-1/+1
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-214-61/+45
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-184-11/+15
* For easier merging, revert ths change; it will be brought back in whenThomas Heller2007-07-131-0/+2
* c_char, c_char_p objects and c_char array structure fields returnThomas Heller2007-07-131-31/+16
* Do not accept str8 type in function calls any longer.Thomas Heller2007-07-132-10/+1
* Remove all the Python 2.3 compatibility markers (the Python 3 ctypesThomas Heller2007-07-131-46/+0
* Remove all the Python 2.3 compatibility markers (the Python 3 ctypesThomas Heller2007-07-137-152/+0
* Structure fields of type c_char array or c_wchar array accept bytes orThomas Heller2007-07-131-2/+21
* 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 as parameter to foreign functions without prototype.Thomas Heller2007-07-121-0/+9
* 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
* Accept bytes in c_char_p and c_wchar_p types.Thomas Heller2007-07-121-9/+10
* ctypes.c_char and ctypes.c_wchar now accept initialization from byte objects.Thomas Heller2007-07-121-2/+23
* 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-122-80/+1
* Must create heaptypes with unicode names.Thomas Heller2007-07-111-5/+1
* PyUnicode_AsEncodedString() returns a bytes object.Thomas Heller2007-07-111-1/+2
* Repair ctypes Structures.Thomas Heller2007-07-111-5/+5
* Avoid compiler warnings about 'const char*'.Thomas Heller2007-07-112-2/+2
* PyType_stgdict() returns a borrowed reference which must not be Py_DECREF'd.Thomas Heller2007-07-111-2/+0
* Make _ctypes_test.c compile on Windows.Thomas Heller2007-07-111-2/+2
* 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-138-174/+207
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-2/+2
* Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirrorWalter Dörwald2007-05-183-9/+9
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-146-21/+70
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-276-94/+655
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-8/+21
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-8/+12
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-152-2/+3
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-142-7/+1
* Cruft removal:Neal Norwitz2006-12-281-3/+3
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-1312-61/+361
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-281-4/+4
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-271-0/+1
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-2110-200/+276
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-1117-511/+609
* Get rid of most of the flags (in tp_flags) that keep track of variousGuido van Rossum2006-07-271-2/+0
* Merge the rest of the trunk.Thomas Wouters2006-06-083-48/+41
* 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-2721-118/+1271
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-2111-307/+419
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-213-4/+35