summaryrefslogtreecommitdiffstats
path: root/Modules/_ctypes
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of remnants of integer divisionNeal Norwitz2006-03-241-2/+0
* Finish getting rid of statichere/staticforwardNeal Norwitz2006-03-221-1/+1
* Try to avoid many of the compiler warnings when compiling libffi byThomas Heller2006-03-141-3/+3
* Cast an Py_ssize_t to int, to avoid a compiler warning.Thomas Heller2006-03-141-2/+2
* Integrate patch from Neal Norwitz. He writes:Thomas Heller2006-03-143-56/+60
* Copy ctypes-0.9.9.4 sources from external into the trunk.Thomas Heller2006-03-08108-0/+43876