| Commit message (Expand) | Author | Age | Files | Lines |
* | Klocwork made another run and found a bunch more problems. | Neal Norwitz | 2006-08-12 | 4 | -2/+12 |
|
|
* | When a ctypes C callback function is called, zero out the result | Thomas Heller | 2006-08-11 | 1 | -7/+17 |
|
|
* | Update dangling references to the 3.2 database to | Martin v. Löwis | 2006-08-10 | 1 | -5/+5 |
|
|
* | Bug #1535081: A leading underscore has been added to the names of | Georg Brandl | 2006-08-06 | 1 | -5/+8 |
|
|
* | Fix #1530559, struct.pack raises TypeError where it used to convert. | Bob Ippolito | 2006-08-04 | 1 | -0/+60 |
|
|
* | Change fix for segfaulting property(), add a NEWS entry and a test. | Georg Brandl | 2006-08-04 | 1 | -0/+9 |
|
|
* | Correction of patch #1455898: In the mbcs decoder, set final=False | Martin v. Löwis | 2006-08-02 | 1 | -1/+1 |
|
|
* | Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during | Neal Norwitz | 2006-08-02 | 1 | -18/+36 |
|
|
* | v is already checked for NULL, so just DECREF it | Neal Norwitz | 2006-08-02 | 1 | -1/+1 |
|
|
* | _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long. | Neal Norwitz | 2006-08-02 | 1 | -3/+3 |
|
|
* | Prevent memory leak on error. | Neal Norwitz | 2006-08-02 | 1 | -1/+1 |
|
|
* | Speed up PyType_stgdict and PyObject_stgdict. | Thomas Heller | 2006-08-01 | 1 | -2/+11 |
|
|
* | Minimal useful docstring for CopyComPointer. | Thomas Heller | 2006-08-01 | 1 | -1/+1 |
|
|
* | Fix a potential segfault and various potentail refcount leaks | Thomas Heller | 2006-08-01 | 1 | -15/+13 |
|
|
* | Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn(). | Neal Norwitz | 2006-07-30 | 1 | -4/+6 |
|
|
* | Tweak wording | Andrew M. Kuchling | 2006-07-29 | 1 | -1/+1 |
|
|
* | Patch #1529514: More openbsd platforms for ctypes. | Thomas Heller | 2006-07-28 | 2 | -84/+58 |
|
|
* | Remove a useless XXX comment. | Thomas Heller | 2006-07-28 | 1 | -7/+7 |
|
|
* | Fix spelling. | Georg Brandl | 2006-07-28 | 4 | -4/+4 |
|
|
* | Allow socketmodule to compile on NetBSD -current, whose bluetooth API | Matt Fleming | 2006-07-28 | 1 | -0/+8 |
|
|
* | - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename | Gregory P. Smith | 2006-07-28 | 1 | -3/+3 |
|
|
* | defdict_reduce(): Plug leaks. | Tim Peters | 2006-07-28 | 1 | -10/+11 |
|
|
* | Patch #1520294: Support for getset and member descriptors in types.py, | Barry Warsaw | 2006-07-27 | 2 | -0/+98 |
|
|
* | No functional change. Add comment and assert to describe why there cannot be... | Neal Norwitz | 2006-07-27 | 1 | -2/+9 |
|
|
* | Correct error message | Andrew M. Kuchling | 2006-07-26 | 1 | -1/+1 |
|
|
* | [Bug #1471938] Fix build problem on Solaris 8 by conditionalizing the use of ... | Andrew M. Kuchling | 2006-07-26 | 1 | -2/+5 |
|
|
* | Part of bug #1523610: fix miscalculation of buffer length. | Georg Brandl | 2006-07-26 | 1 | -0/+11 |
|
|
* | Bug #1524310: Properly report errors from FindNextFile in os.listdir. | Martin v. Löwis | 2006-07-24 | 1 | -0/+17 |
|
|
* | Ensure we don't write beyond errText. I think I got this right, but | Neal Norwitz | 2006-07-23 | 1 | -10/+19 |
|
|
* | nextlink can be NULL if teedataobject_new fails, so use XINCREF. | Neal Norwitz | 2006-07-23 | 1 | -2/+8 |
|
|
* | Fix memory leaks spotted by Klocwork #37. | Neal Norwitz | 2006-07-23 | 1 | -2/+2 |
|
|
* | Check the allocation of b_objects and return if there was a failure. | Neal Norwitz | 2006-07-23 | 1 | -2/+11 |
|
|
* | Fix more memory allocation issues found with failmalloc. | Neal Norwitz | 2006-07-22 | 2 | -12/+29 |
|
|
* | Remove an XXX marker in a comment. | Brett Cannon | 2006-07-21 | 1 | -1/+1 |
|
|
* | Make sure the _ctypes extension can be compiled when WITH_THREAD is | Thomas Heller | 2006-07-19 | 2 | -0/+6 |
|
|
* | Fix bug #1520914. Starting in 2.4, time.strftime() began to check the bounds | Brett Cannon | 2006-07-18 | 1 | -4/+28 |
|
|
* | Fix memory leaks in some conditions. | Neal Norwitz | 2006-07-16 | 1 | -9/+11 |
|
|
* | proto was dereffed above and is known to be good. No need for X. | Neal Norwitz | 2006-07-16 | 1 | -1/+1 |
|
|
* | self is dereffed (and passed as first arg), so it's known to be good. | Neal Norwitz | 2006-07-16 | 1 | -2/+2 |
|
|
* | Patch #1521817: The index range checking on ctypes arrays containing | Thomas Heller | 2006-07-14 | 1 | -10/+8 |
|
|
* | Make the prototypes of our private PyUnicode_FromWideChar and | Thomas Heller | 2006-07-14 | 2 | -5/+6 |
|
|
* | A misspelled preprocessor symbol caused ctypes to be always compiled | Thomas Heller | 2006-07-13 | 3 | -11/+11 |
|
|
* | Accept long options "--help" and "--version". | Georg Brandl | 2006-07-12 | 1 | -3/+4 |
|
|
* | Fix function name in error msg | Neal Norwitz | 2006-07-12 | 1 | -1/+1 |
|
|
* | Change the ctypes version number to 1.0.0. | Thomas Heller | 2006-07-11 | 1 | -1/+1 |
|
|
* | #1494314: Fix a regression with high-numbered sockets in 2.4.3. This | Anthony Baxter | 2006-07-11 | 2 | -17/+72 |
|
|
* | Assigning None to pointer type structure fields possible overwrote | Thomas Heller | 2006-07-10 | 1 | -1/+1 |
|
|
* | Fixed a segfault when ctypes.wintypes were imported on | Thomas Heller | 2006-07-10 | 1 | -2/+9 |
|
|
* | Fix bug #1518190: accept any integer or long value in the | Thomas Heller | 2006-07-10 | 1 | -8/+19 |
|
|
* | Patch #1516912: improve Modules support for OpenVMS. | Neal Norwitz | 2006-07-10 | 8 | -63/+152 |
|
|