Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix memory leak under some conditions. | Neal Norwitz | 2006-07-16 | 1 | -7/+9 |
| | | | | Reported by Klocwork, #98. | ||||
* | Fix memory leaks in some conditions. | Neal Norwitz | 2006-07-16 | 1 | -9/+11 |
| | | | | Reported by Klocwork #152. | ||||
* | proto was dereffed above and is known to be good. No need for X. | Neal Norwitz | 2006-07-16 | 1 | -1/+1 |
| | | | | Reported by Klocwork, #39. | ||||
* | self is dereffed (and passed as first arg), so it's known to be good. | Neal Norwitz | 2006-07-16 | 1 | -2/+2 |
| | | | | | | func is returned from PyArg_ParseTuple and also dereffed. Reported by Klocwork, #30 (self one at least). | ||||
* | a & b were dereffed above, so they are known to be valid pointers. | Neal Norwitz | 2006-07-16 | 1 | -3/+2 |
| | | | | | | z is known to be NULL, nothing to DECREF. Reported by Klockwork, #107. | ||||
* | Bug #1512814, Fix incorrect lineno's when code within a function | Neal Norwitz | 2006-07-16 | 3 | -5/+33 |
| | | | | had more than 255 blank lines. Byte codes need to go first, line #s second. | ||||
* | clean up some link markup | Fred Drake | 2006-07-16 | 1 | -2/+2 |
| | |||||
* | Patch #1220874: Update the binhex module for Mach-O. | Bob Ippolito | 2006-07-15 | 2 | -16/+11 |
| | |||||
* | Bug #15187702 : ext/win-cookbook.html has a broken link to distutils | George Yoshida | 2006-07-15 | 1 | -5/+7 |
| | |||||
* | typo | Fredrik Lundh | 2006-07-14 | 1 | -1/+1 |
| | |||||
* | Updates for the ctypes documentation. | Thomas Heller | 2006-07-14 | 1 | -37/+27 |
| | |||||
* | Patch #1521817: The index range checking on ctypes arrays containing | Thomas Heller | 2006-07-14 | 3 | -75/+12 |
| | | | | exactly one element is enabled again. | ||||
* | Make the prototypes of our private PyUnicode_FromWideChar and | Thomas Heller | 2006-07-14 | 2 | -5/+6 |
| | | | | | PyUnicode_AsWideChar replacement functions compatible to the official functions by using Py_ssize_t instead of int. | ||||
* | Bug #1223937: CalledProcessError.errno -> CalledProcessError.returncode. | Peter Astrand | 2006-07-14 | 4 | -13/+21 |
| | |||||
* | Mention new options | Andrew M. Kuchling | 2006-07-14 | 1 | -0/+5 |
| | |||||
* | Fix Debug build of _ssl. | Martin v. Löwis | 2006-07-14 | 3 | -10/+15 |
| | |||||
* | Add debug output to analyse buildbot failure. | Martin v. Löwis | 2006-07-14 | 1 | -0/+1 |
| | |||||
* | Extend build_ssl to Win64, using VSExtComp. | Martin v. Löwis | 2006-07-14 | 5 | -45/+78 |
| | |||||
* | Try to improve grammar further. | Neal Norwitz | 2006-07-14 | 1 | -1/+1 |
| | |||||
* | Patch #1521874: grammar errors in doanddont.tex. | Georg Brandl | 2006-07-14 | 1 | -2/+3 |
| | |||||
* | Typo fix | Andrew M. Kuchling | 2006-07-13 | 1 | -1/+1 |
| | |||||
* | Fix misleading words. | Thomas Heller | 2006-07-13 | 1 | -1/+1 |
| | |||||
* | Fix #1521375. When running with root priviledges, 'gcc -o /dev/null' | Thomas Heller | 2006-07-13 | 2 | -1/+13 |
| | | | | did overwrite /dev/null. Use a temporary file instead of /dev/null. | ||||
* | A misspelled preprocessor symbol caused ctypes to be always compiled | Thomas Heller | 2006-07-13 | 4 | -11/+14 |
| | | | | without thread support. Replaced WITH_THREADS with WITH_THREAD. | ||||
* | Accept long options "--help" and "--version". | Georg Brandl | 2006-07-12 | 3 | -7/+34 |
| | |||||
* | Fix the wrong description of LibraryLoader.LoadLibrary, and document | Thomas Heller | 2006-07-12 | 1 | -7/+12 |
| | | | | the DEFAULT_MODE constant. | ||||
* | Fix #1467450: ctypes now uses RTLD_GLOBAL by default on OSX 10.3 to | Thomas Heller | 2006-07-12 | 2 | -1/+20 |
| | | | | load shared libraries. | ||||
* | Actually change the MAGIC #. Create a new section for 2.5c1 and mention the ↵ | Neal Norwitz | 2006-07-12 | 2 | -3/+20 |
| | | | | impact of changing the MAGIC #. | ||||
* | Fix uninitialized memory read reported by Valgrind when running doctest. | Neal Norwitz | 2006-07-12 | 1 | -0/+1 |
| | | | | This could happen if size == 0. | ||||
* | Fix function name in error msg | Neal Norwitz | 2006-07-12 | 1 | -1/+1 |
| | |||||
* | Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again. | Neal Norwitz | 2006-07-12 | 4 | -2/+14 |
| | |||||
* | Change the ctypes version number to 1.0.0. | Thomas Heller | 2006-07-11 | 2 | -2/+2 |
| | |||||
* | When a foreign function is retrived by calling __getitem__ on a ctypes | Thomas Heller | 2006-07-11 | 1 | -2/+3 |
| | | | | library instance, do not set it as attribute. | ||||
* | Bump version number; add sys._current_frames | Andrew M. Kuchling | 2006-07-11 | 1 | -2/+8 |
| | |||||
* | Add missing Py_DECREFs. | Thomas Heller | 2006-07-11 | 1 | -1/+2 |
| | |||||
* | Add missing Py_DECREF. | Thomas Heller | 2006-07-11 | 1 | -0/+1 |
| | |||||
* | Tagging for release of Python 2.5b2 | Anthony Baxter | 2006-07-11 | 1 | -0/+1 |
| | |||||
* | Whitespace normalization.v2.5b2 | Tim Peters | 2006-07-11 | 1 | -1/+1 |
| | |||||
* | #1494314: Fix a regression with high-numbered sockets in 2.4.3. This | Anthony Baxter | 2006-07-11 | 3 | -17/+76 |
| | | | | | means that select() on sockets > FD_SETSIZE (typically 1024) work again. The patch makes sockets use poll() internally where available. | ||||
* | Patch #1519566: Remove unused _tofill member. | Martin v. Löwis | 2006-07-10 | 3 | -13/+28 |
| | | | | | Make begin_fill idempotent. Update demo2 to demonstrate filling of concave shapes. | ||||
* | Whitespace normalization. | Tim Peters | 2006-07-10 | 1 | -1/+1 |
| | |||||
* | After approval from Anthony, merge the tim-current_frames | Tim Peters | 2006-07-10 | 6 | -11/+166 |
| | | | | | | branch into the trunk. This adds a new sys._current_frames() function, which returns a dict mapping thread id to topmost thread stack frame. | ||||
* | Make it possible to run test_subprocess.py with Python 2.2, which lacks ↵ | Peter Astrand | 2006-07-10 | 1 | -3/+6 |
| | | | | test_support.reap_children(). | ||||
* | Fix SF#1457312: bad socket error handling in distutils "upload" command. | Phillip J. Eby | 2006-07-10 | 1 | -1/+1 |
| | |||||
* | Fix SF#1516184 and add a test to prevent regression. | Phillip J. Eby | 2006-07-10 | 2 | -12/+19 |
| | |||||
* | Moved the ctypes news entries from the 'Library' section into the | Thomas Heller | 2006-07-10 | 1 | -16/+16 |
| | | | | | | | 'Extension Modules' section where they belong, probably. This destroyes the original order of the news entries, don't know if that is important or not. | ||||
* | Assigning None to pointer type structure fields possible overwrote | Thomas Heller | 2006-07-10 | 3 | -1/+14 |
| | | | | wrong fields. | ||||
* | Fixed a segfault when ctypes.wintypes were imported on | Thomas Heller | 2006-07-10 | 2 | -2/+12 |
| | | | | non-Windows machines. | ||||
* | Fix bug #1518190: accept any integer or long value in the | Thomas Heller | 2006-07-10 | 3 | -8/+39 |
| | | | | ctypes.c_void_p constructor. | ||||
* | preparing for 2.5b2 | Anthony Baxter | 2006-07-10 | 7 | -7/+12 |
| |