| Commit message (Expand) | Author | Age | Files | Lines |
* | Silence 'r may be used uninitialized' compiler warning. | Mark Dickinson | 2008-04-21 | 1 | -0/+1 |
|
|
* | math.atan2 is misbehaving on Windows; this patch | Mark Dickinson | 2008-04-20 | 1 | -1/+37 |
|
|
* | Even more fixes for alpha Tru64, this time for | Mark Dickinson | 2008-04-20 | 1 | -1/+10 |
|
|
* | Issue 2662: Initialize special value tables dynamically (i.e. when | Mark Dickinson | 2008-04-20 | 1 | -109/+128 |
|
|
* | Yet more explicit special case handling to make | Mark Dickinson | 2008-04-20 | 1 | -47/+55 |
|
|
* | FreeBSD doesn't follow C99 for modf(inf); so add explicit | Mark Dickinson | 2008-04-20 | 1 | -0/+9 |
|
|
* | Additional special-case handling for math.pow. | Mark Dickinson | 2008-04-19 | 1 | -6/+13 |
|
|
* | Additional tests for math.pow, and extra special-case | Mark Dickinson | 2008-04-19 | 1 | -0/+11 |
|
|
* | I finally got the time to update and merge Mark's and my trunk-math branch. T... | Christian Heimes | 2008-04-18 | 2 | -229/+1230 |
|
|
* | Issue #2616: Implement ctypes.pointer() and ctypes.POINTER() in C for | Thomas Heller | 2008-04-14 | 3 | -0/+79 |
|
|
* | Improve -X error message. | Georg Brandl | 2008-04-13 | 1 | -1/+1 |
|
|
* | Re-implement the 'warnings' module in C. This allows for usage of the | Brett Cannon | 2008-04-12 | 1 | -0/+4 |
|
|
* | fix compiler warnings | Gregory P. Smith | 2008-04-12 | 1 | -5/+5 |
|
|
* | Applied patch #2617 from Frank Wierzbicki wit some extras from me | Christian Heimes | 2008-04-12 | 1 | -1/+5 |
|
|
* | Performance improvements. | Thomas Heller | 2008-04-11 | 1 | -3/+3 |
|
|
* | Move backwards compatibility macro to the correct place; | Thomas Heller | 2008-04-11 | 1 | -1/+1 |
|
|
* | Fix zlib crash from zlib.decompressobj().flush(val) when val was not positive. | Gregory P. Smith | 2008-04-09 | 1 | -0/+4 |
|
|
* | Issue 2408: remove the _types module | Amaury Forgeot d'Arc | 2008-04-08 | 2 | -97/+0 |
|
|
* | Use the new PyFile_IncUseCount & PyFile_DecUseCount calls appropriatly | Gregory P. Smith | 2008-04-07 | 2 | -0/+19 |
|
|
* | type | Skip Montanaro | 2008-04-06 | 1 | -1/+1 |
|
|
* | Declare inittimezone static. | Skip Montanaro | 2008-04-05 | 1 | -2/+3 |
|
|
* | More files from libffi 3.0.5. | Thomas Heller | 2008-04-04 | 4 | -22/+20 |
|
|
* | Sync with files from the just released libffi 3.0.5 version. | Thomas Heller | 2008-04-04 | 5 | -2/+1246 |
|
|
* | Issue #2543: Make ctypes compatible (again) with Python 2.3, 2.4, and 2.5. | Thomas Heller | 2008-04-04 | 2 | -26/+38 |
|
|
* | Remove the advertising clause from the BSD license in timing.h. | Guido van Rossum | 2008-04-01 | 1 | -6/+3 |
|
|
* | Backport #1442: report exception when startup file cannot be run. | Georg Brandl | 2008-03-29 | 1 | -0/+9 |
|
|
* | Repair compilation for Visual Studio 2005. | Amaury Forgeot d'Arc | 2008-03-28 | 1 | -0/+4 |
|
|
* | Update sqlite3 module to match current version of pysqlite. | Gerhard Häring | 2008-03-28 | 8 | -15/+35 |
|
|
* | Accept patch issue2426 by Paul Kippes (kippesp). | Gregory P. Smith | 2008-03-28 | 1 | -0/+48 |
|
|
* | Fix compiler warnings | Neal Norwitz | 2008-03-27 | 1 | -2/+2 |
|
|
* | Fix and simplify error handling, silencing a compiler warning. | Georg Brandl | 2008-03-26 | 1 | -7/+4 |
|
|
* | Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,... | Christian Heimes | 2008-03-26 | 1 | -1/+4 |
|
|
* | Minor docstring typos | Andrew M. Kuchling | 2008-03-26 | 1 | -5/+5 |
|
|
* | Make _ctypes.c PY_SSIZE_T_CLEAN. | Thomas Heller | 2008-03-25 | 1 | -2/+4 |
|
|
* | #2359: add Py3k warning for array.read/array.write. | Georg Brandl | 2008-03-25 | 1 | -2/+26 |
|
|
* | On platforms without zlib, make this do the right thing and return the python | Gregory P. Smith | 2008-03-25 | 1 | -71/+58 |
|
|
* | Use a 32-bit unsigned int here, a long is not needed. | Gregory P. Smith | 2008-03-25 | 2 | -6/+6 |
|
|
* | Conditionalize sys/time.h inclusion. | Martin v. Löwis | 2008-03-24 | 1 | -0/+2 |
|
|
* | Patch #2240: Implement signal.setitimer and signal.getitimer. | Martin v. Löwis | 2008-03-24 | 1 | -3/+149 |
|
|
* | Have the binascii module use zlib's optimized crc32() function when available | Gregory P. Smith | 2008-03-24 | 1 | -0/+24 |
|
|
* | replace calls to get the initial values with the raw constants. | Gregory P. Smith | 2008-03-23 | 1 | -2/+2 |
|
|
* | Revert r61779 - It undid correct code and caused test_zlib to fail on all | Gregory P. Smith | 2008-03-23 | 1 | -4/+2 |
|
|
* | Fix test_tarfile failures on Alpha (Tru64). The problem was caused in r61449 | Neal Norwitz | 2008-03-23 | 1 | -2/+4 |
|
|
* | Applied patch #1657 epoll and kqueue wrappers for the select module | Christian Heimes | 2008-03-21 | 1 | -12/+1163 |
|
|
* | Prevent ioctl op codes from being sign extended from int to unsigned long | Gregory P. Smith | 2008-03-19 | 1 | -5/+14 |
|
|
* | Remove itertools warnings I had added before the 2-to-3 handled the migration. | Raymond Hettinger | 2008-03-19 | 1 | -25/+0 |
|
|
* | The filter() function does support a None argument in Py3.0. | Raymond Hettinger | 2008-03-19 | 1 | -9/+0 |
|
|
* | Added zip, map, filter to future_bultins (#2171) | David Wolever | 2008-03-19 | 2 | -3/+25 |
|
|
* | Add a test to make sure zlib.crc32 and binascii.crc32 return the same thing. | Gregory P. Smith | 2008-03-18 | 1 | -1/+1 |
|
|
* | Fix chown on 64-bit linux. It needed to take a long (64-bit on 64bit linux) as | Gregory P. Smith | 2008-03-18 | 1 | -2/+2 |
|
|