summaryrefslogtreecommitdiffstats
path: root/Modules/_ctypes
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings on Darwin.Thomas Heller2006-04-251-5/+5
* Merge in changes from ctypes 0.9.9.6 upstream version.Thomas Heller2006-04-219-99/+297
* Rename remaining StgDictObject's ffi_type fields to ffi_type_pointer.Thomas Heller2006-04-181-3/+3
* C++ compiler cleanup: the typical few casts, and ... C++ didn't like thatSkip Montanaro2006-04-186-37/+42
* Fix refcounting.Thomas Heller2006-04-181-0/+2
* Fix for FreeBSD. Fixes http://python.org/sf/1470353.Thomas Heller2006-04-151-2/+2
* Fix for a bug found by Armin Rigo, plus test.Thomas Heller2006-04-121-1/+1
* Fix some warnings on HP-UX when using cc/aCCNeal Norwitz2006-04-101-2/+1
* Expose RTLD_LOCAL and RTLD_GLOBAL always from the _ctypes extension module.Thomas Heller2006-04-061-2/+12
* Replace a few more 'char' types with 'signed char', to fix test failuresThomas Heller2006-04-061-5/+5
* Handle error conditions from PyString_ConcatAndDel().Neal Norwitz2006-04-061-1/+6
* Handle ssize_tNeal Norwitz2006-04-061-3/+4
* Explicitely use 'signed char', to avoid problems on platforms with unsigned c...Thomas Heller2006-04-051-26/+26
* Explicitely use 'signed char', to avoid problems on platforms with unsigned c...Thomas Heller2006-04-051-2/+2
* Try to fix the build on Mac OS X 10.3. The 'live_support' segmentThomas Heller2006-04-031-1/+1
* Try to fix the tests on OpenBSD. Apparently OpenBSD passesThomas Heller2006-04-031-2/+2
* Try to build _ctypes on x86 openbsd.Thomas Heller2006-03-302-0/+2
* Fix some int/Py_ssize_t issues which led to compiler warningsThomas Heller2006-03-221-6/+6
* Include <malloc.h> on windows, to avoid warnings when compiling with mingw.Thomas Heller2006-03-224-45/+52
* Avoid a potential double-free bug.Thomas Heller2006-03-202-2/+3
* Apply patch from Martin v. Loewis: Avoid function pointer casts.Thomas Heller2006-03-202-34/+34
* Fix another bug found by Coverty.Thomas Heller2006-03-201-1/+1
* Fix bug found by Coverty.Thomas Heller2006-03-201-1/+1
* Accessing unaligned structure fields works now on all architectures.Thomas Heller2006-03-201-46/+104
* Fix compiler warning.Thomas Heller2006-03-181-1/+1
* Merge changes from the upstream version:Thomas Heller2006-03-172-76/+81
* Fix a leak that would happen under error conditions (found by Coverty).Thomas Heller2006-03-161-0/+1
* Use int 0 as default defval for LCID if nothing has been supplied.Thomas Heller2006-03-161-3/+8
* Fix compiler warning.Thomas Heller2006-03-161-1/+1
* Fixes from Neal Norwitz, plus other small fixes.Thomas Heller2006-03-161-8/+18
* Rewrite the AllocFunctionCallback function for better error handling.Thomas Heller2006-03-161-15/+16
* Backport from upstream version: compatibility with older PythonThomas Heller2006-03-153-4/+35
* Revert rev 43041, which introduced the "z" format qualifierTim Peters2006-03-151-4/+4
* CField_repr(): PyString_FromFormat() understands theTim Peters2006-03-151-4/+4
* 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