| Commit message (Expand) | Author | Age | Files | Lines |
* | enable darwin/x86 support for libffi and hence ctypes (doesn't yet support --... | Bob Ippolito | 2006-05-25 | 9 | -6/+120 |
|
|
* | Use faster struct pack/unpack functions for the endian table that matches the... | Bob Ippolito | 2006-05-25 | 1 | -3/+27 |
|
|
* | Use LONG_MIN and LONG_MAX to check Python integer bounds instead of the incor... | Bob Ippolito | 2006-05-25 | 1 | -10/+13 |
|
|
* | Replace PyObject_CallFunction calls with only object args | Georg Brandl | 2006-05-25 | 3 | -5/+5 |
|
|
* | fix a struct regression where long would be returned for short unsigned integers | Bob Ippolito | 2006-05-25 | 1 | -0/+6 |
|
|
* | Fix Cygwin compiler issue | Bob Ippolito | 2006-05-25 | 1 | -1/+5 |
|
|
* | Struct now unpacks to PY_LONG_LONG directly when possible, also include #ifde... | Bob Ippolito | 2006-05-25 | 1 | -6/+88 |
|
|
* | refactor unpack, add unpack_from | Bob Ippolito | 2006-05-24 | 1 | -62/+108 |
|
|
* | fix typo in _struct | Bob Ippolito | 2006-05-23 | 1 | -2/+2 |
|
|
* | forward declaration for PyStructType | Bob Ippolito | 2006-05-23 | 1 | -0/+1 |
|
|
* | fix linking issue, warnings, in struct | Bob Ippolito | 2006-05-23 | 1 | -4/+0 |
|
|
* | patch #1493701: performance enhancements for struct module | Bob Ippolito | 2006-05-23 | 2 | -0/+1355 |
|
|
* | patch #1493701: performance enhancements for struct module | Bob Ippolito | 2006-05-23 | 2 | -1294/+1 |
|
|
* | revert #1493701 | Bob Ippolito | 2006-05-23 | 2 | -337/+275 |
|
|
* | Patch #1493701: performance enhancements for struct module. | Bob Ippolito | 2006-05-23 | 2 | -275/+337 |
|
|
* | Patch #1492356: Port to Windows CE (patch set 1). | Martin v. Löwis | 2006-05-22 | 4 | -110/+115 |
|
|
* | Patch #1490224: set time.altzone correctly on Cygwin. | Georg Brandl | 2006-05-17 | 1 | -1/+1 |
|
|
* | Fix typo in os.utime docstring (patch #1490189) | Georg Brandl | 2006-05-17 | 1 | -1/+1 |
|
|
* | PyZlib_copy(), PyZlib_uncopy(): Repair leaks on the normal-case path. | Tim Peters | 2006-05-17 | 1 | -5/+9 |
|
|
* | Patch #1435422: zlib's compress and decompress objects now have a | Georg Brandl | 2006-05-16 | 1 | -0/+102 |
|
|
* | - Test for sys/statvfs.h before including it, as statvfs is present | Martin v. Löwis | 2006-05-16 | 1 | -5/+5 |
|
|
* | Fix memory leak. | Martin v. Löwis | 2006-05-15 | 1 | -0/+1 |
|
|
* | Remove lie in new comment. | Tim Peters | 2006-05-13 | 1 | -3/+1 |
|
|
* | Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatV | Tim Peters | 2006-05-13 | 1 | -4/+43 |
|
|
* | Fix alignment error on Itanium. | Martin v. Löwis | 2006-05-12 | 1 | -3/+6 |
|
|
* | Dynamically allocate path name buffer for Unicode | Martin v. Löwis | 2006-05-12 | 1 | -17/+28 |
|
|
* | Don't mask a no memory error with a less meaningful one as discussed on pytho... | Neal Norwitz | 2006-05-11 | 1 | -3/+1 |
|
|
* | Fix problems found by Coverity. | Neal Norwitz | 2006-05-10 | 3 | -4/+8 |
|
|
* | Add missing PyMem_Free. | Martin v. Löwis | 2006-05-08 | 1 | -0/+1 |
|
|
* | Port access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API. | Martin v. Löwis | 2006-05-06 | 1 | -52/+193 |
|
|
* | Clean up. | Thomas Heller | 2006-05-05 | 1 | -6/+1 |
|
|
* | Export the 'free' standard C function for use in the test suite. | Thomas Heller | 2006-05-05 | 1 | -0/+5 |
|
|
* | Drop now-unnecessary arguments to posix_2str. | Martin v. Löwis | 2006-05-04 | 1 | -3/+3 |
|
|
* | Implement os.{chdir,rename,rmdir,remove} using Win32 directly. | Martin v. Löwis | 2006-05-04 | 1 | -93/+156 |
|
|
* | Get rid of __context__, per the latest changes to PEP 343 and python-dev | Guido van Rossum | 2006-05-02 | 1 | -9/+0 |
|
|
* | Fix breakage from patch 1471883 (r45800 & r45808) on OSF/1. | Neal Norwitz | 2006-05-02 | 3 | -8/+8 |
|
|
* | Work around deadlock risk. Will backport. | Martin v. Löwis | 2006-05-01 | 1 | -3/+15 |
|
|
* | Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0. | Georg Brandl | 2006-04-30 | 1 | -1/+3 |
|
|
* | Further changes for #1471883: Edit Misc/NEWS, and | Martin v. Löwis | 2006-04-29 | 1 | -0/+19 |
|
|
* | Bug #1478429: make datetime.datetime.fromtimestamp accept every float, | Georg Brandl | 2006-04-28 | 1 | -0/+7 |
|
|
* | Fix some warnings on Mac OS X 10.4 | Neal Norwitz | 2006-04-28 | 1 | -0/+4 |
|
|
* | Fix build on MIPS for libffi. I haven't tested this yet because I | Hye-Shik Chang | 2006-04-26 | 3 | -2/+13 |
|
|
* | Patch from Aldo Cortesi (OpenBSD buildbot owner). | Neal Norwitz | 2006-04-26 | 1 | -7/+14 |
|
|
* | Fix compiler warnings on Darwin. | Thomas Heller | 2006-04-25 | 1 | -5/+5 |
|
|
* | Define MAXPATHLEN to be at least PATH_MAX, if that's defined. Python uses | Thomas Wouters | 2006-04-25 | 1 | -0/+4 |
|
|
* | Fix SF bug #1476111: SystemError in socket sendto. The AF_INET6 and | Thomas Wouters | 2006-04-25 | 1 | -0/+16 |
|
|
* | SF bug/patch #1433877: string parameter to ioctl not null terminated | Thomas Wouters | 2006-04-25 | 1 | -5/+10 |
|
|
* | Updated the sqlite3 module to the external pysqlite 2.2.2 version. | Gerhard Häring | 2006-04-23 | 15 | -262/+229 |
|
|
* | Patch 1471761 - test for broken poll at runtime | Ronald Oussoren | 2006-04-23 | 1 | -17/+66 |
|
|
* | Patch 1471925 - Weak linking support for OSX | Ronald Oussoren | 2006-04-23 | 3 | -2/+98 |
|
|