| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Patch #1517790: It is now possible to use custom objects in the ctypes | Thomas Heller | 2006-07-06 | 1 | -3/+2 |
|
|
* | Revert the change done in svn revision 47206: | Thomas Heller | 2006-07-06 | 1 | -14/+0 |
|
|
* | - back out Expat change; the final fix to Expat will be different | Fred Drake | 2006-07-06 | 2 | -3/+31 |
|
|
* | Fix the bitfield test when _ctypes is compiled with MingW. Structures | Thomas Heller | 2006-07-05 | 1 | -2/+2 |
|
|
* | Sync the darwin/x86 port libffi with the copy in PyObjC. This fixes a number | Ronald Oussoren | 2006-07-04 | 2 | -84/+116 |
|
|
* | Fix build problems with the platform SDK on windows. It is not sufficient to... | Kristján Valur Jónsson | 2006-07-03 | 1 | -1/+1 |
|
|
* | Add a new function uses_seh() to the _ctypes extension module. This | Thomas Heller | 2006-07-03 | 1 | -0/+14 |
|
|
* | Fixes so that _ctypes can be compiled with the MingW compiler. | Thomas Heller | 2006-07-03 | 2 | -6/+4 |
|
|
* | Cleanup: Remove commented out code. | Thomas Heller | 2006-07-03 | 1 | -22/+1 |
|
|
* | Correct arithmetic in access on Win32. Fixes #1513646. | Martin v. Löwis | 2006-07-02 | 1 | -1/+1 |
|
|
* | The sqlite3 module did cut off data from the SQLite database at the first null | Gerhard Häring | 2006-07-02 | 2 | -3/+4 |
|
|
* | SF bug #1296433 (Expat bug #1515266): Unchecked calls to character data | Fred Drake | 2006-07-01 | 1 | -0/+2 |
|
|
* | Remove now-unused fidding with PY_FORMAT_SIZE_T. | Tim Peters | 2006-06-30 | 1 | -4/+0 |
|
|
* | Revert the use of PY_FORMAT_SIZE_T in PyErr_Format. | Thomas Heller | 2006-06-30 | 1 | -1/+5 |
|
|
* | Silence compiler warning | Neal Norwitz | 2006-06-30 | 1 | -1/+6 |
|
|
* | Protect the thread api calls in the _ctypes extension module within | Thomas Heller | 2006-06-29 | 3 | -1/+22 |
|
|
* | Fix bug #1512695: cPickle.loads could crash if it was interrupted with | Neal Norwitz | 2006-06-28 | 1 | -2/+6 |
|
|
* | [ 1295808 ] expat symbols should be namespaced in pyexpatv2.5b1 | Trent Mick | 2006-06-19 | 2 | -0/+128 |
|
|
* | Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338). | Trent Mick | 2006-06-19 | 11 | -308/+363 |
|
|
* | Fixed a memory leak that was introduced with incorrect usage of the Python weak | Gerhard Häring | 2006-06-19 | 2 | -2/+2 |
|
|
* | Patch #1506645: add Python wrappers for the curses functions | Walter Dörwald | 2006-06-19 | 1 | -1/+66 |
|
|
* | Fix memory leak reported by valgrind while running test_subprocess | Neal Norwitz | 2006-06-17 | 1 | -0/+2 |
|
|
* | Speculative checkin (requires approval of Gerhard Haering) | Neal Norwitz | 2006-06-15 | 1 | -0/+2 |
|
|
* | - Added version checks in C code to make sure we don't trigger bugs in older | Gerhard Häring | 2006-06-14 | 1 | -4/+15 |
|
|
* | Patch #1455898: Incremental mode for "mbcs" codec. | Martin v. Löwis | 2006-06-14 | 1 | -5/+10 |
|
|
* | Merged changes from external pysqlite 2.3.0 release. Documentation updates will | Gerhard Häring | 2006-06-13 | 4 | -58/+266 |
|
|
* | Remove unused variable. | Brett Cannon | 2006-06-13 | 1 | -1/+0 |
|
|
* | Patch #1454481: Make thread stack size runtime tunable. | Andrew MacIntyre | 2006-06-13 | 1 | -0/+58 |
|
|
* | Add pep-291 compatibility markers. | Thomas Heller | 2006-06-12 | 9 | -2/+37 |
|
|
* | Fix the CRT argument error handling for VisualStudio .NET 2005. Install a CR... | Kristján Valur Jónsson | 2006-06-12 | 1 | -0/+8 |
|
|
* | Make the -m switch conform to the documentation of sys.path by behaving like ... | Nick Coghlan | 2006-06-12 | 1 | -2/+3 |
|
|
* | I don't know how that happend, but the entire file contents was | Thomas Heller | 2006-06-12 | 1 | -195/+0 |
|
|