| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge in release25-maint r60793: | Gregory P. Smith | 2008-06-11 | 1 | -0/+11 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -2/+2 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -2/+2 |
|
|
* | Patch #1722225: Support QNX 6. | Martin v. Löwis | 2008-05-23 | 1 | -0/+7 |
|
|
* | I finally got the time to update and merge Mark's and my trunk-math branch. T... | Christian Heimes | 2008-04-18 | 1 | -126/+0 |
|
|
* | Fixed bug #1983: Return from fork() is pid_t, not int | Christian Heimes | 2008-01-31 | 1 | -1/+5 |
|
|
* | Fixed a missing (X) in define | Christian Heimes | 2008-01-22 | 1 | -1/+1 |
|
|
* | Fixed a wrong assumption in configure.in and Include/pyport.h. The is finite ... | Christian Heimes | 2008-01-20 | 1 | -2/+2 |
|
|
* | Some build bots don't compile mathmodule. There is an issue with the long def... | Christian Heimes | 2008-01-03 | 1 | -2/+9 |
|
|
* | Applied patch #1635: Float patch for inf and nan on Windows (and other platfo... | Christian Heimes | 2007-12-18 | 1 | -0/+32 |
|
|
* | Provide PY_LLONG_MAX on all systems having long long. | Martin v. Löwis | 2007-06-13 | 1 | -4/+10 |
|
|
* | Provide LLONG_MAX for S390. | Martin v. Löwis | 2007-06-09 | 1 | -0/+7 |
|
|
* | Patch #1733960: Allow T_LONGLONG to accept ints. | Martin v. Löwis | 2007-06-09 | 1 | -0/+3 |
|
|
* | Add check for the PyArg_ParseTuple format, and declare | Martin v. Löwis | 2006-10-19 | 1 | -0/+9 |
|
|
* | Guard uintptr_t test with HAVE_STDINT_H, test for | Martin v. Löwis | 2006-10-02 | 1 | -0/+4 |
|
|
* | Mostly revert this file to the same version as before. Only force setting | Neal Norwitz | 2006-09-22 | 1 | -3/+3 |
|
|
* | Fix %zd string formatting on Mac OS X so it prints negative numbers. | Neal Norwitz | 2006-09-22 | 1 | -3/+3 |
|
|
* | Patch #1495999: Part two of Windows CE changes. | Martin v. Löwis | 2006-06-10 | 1 | -4/+4 |
|
|
* | needforspeed: added Py_MEMCPY macro (currently tuned for Visual C only), | Fredrik Lundh | 2006-05-28 | 1 | -0/+21 |
|
|
* | needforspeed: backed out the Py_LOCAL-isation of ceval; the massive in- | Fredrik Lundh | 2006-05-27 | 1 | -8/+15 |
|
|
* | needforspeed: added PY_LOCAL_AGGRESSIVE macro to enable "aggressive" | Fredrik Lundh | 2006-05-26 | 1 | -0/+8 |
|
|
* | use Py_LOCAL also for string and unicode objects | Fredrik Lundh | 2006-05-26 | 1 | -2/+7 |
|
|
* | needforspeed: added Py_LOCAL macro, based on the LOCAL macro used | Fredrik Lundh | 2006-05-26 | 1 | -0/+17 |
|
|
* | Fix incorrect documentation for the Py_IS_FINITE(X) macro. | Kristján Valur Jónsson | 2006-05-25 | 1 | -3/+3 |
|
|
* | Fix another typo | Andrew M. Kuchling | 2006-05-25 | 1 | -1/+1 |
|
|
* | Fix comment typos | Andrew M. Kuchling | 2006-05-25 | 1 | -1/+1 |
|
|
* | Added a new macro, Py_IS_FINITE(X). On windows there is an intrinsic for thi... | Kristján Valur Jónsson | 2006-05-25 | 1 | -0/+9 |
|
|
* | Patch #1492356: Port to Windows CE (patch set 1). | Martin v. Löwis | 2006-05-22 | 1 | -0/+12 |
|
|
* | Fixed error in comment for new PY_SSIZE_T_MIN. | Tim Peters | 2006-04-05 | 1 | -1/+1 |
|
|
* | Add PY_SSIZE_T_MIN, as suggested by Ralf W. Grosse-Kunstleve. | Martin v. Löwis | 2006-04-05 | 1 | -0/+2 |
|
|
* | Add a clause to the PY_FORMAT_SIZE_T to stop warnings on 32 bit intel | Anthony Baxter | 2006-04-01 | 1 | -1/+3 |
|
|
* | Remove false information from the comment and reformat it like other | Hye-Shik Chang | 2006-03-22 | 1 | -8/+6 |
|
|
* | Get Py_DEPRECATED to work with gcc 4.x too | Neal Norwitz | 2006-03-20 | 1 | -1/+2 |
|
|
* | Introduced symbol PY_FORMAT_SIZE_T. See the new comments | Tim Peters | 2006-03-17 | 1 | -0/+39 |
|
|
* | Fix intptr_t fallback for Py_ssize_t. | Martin v. Löwis | 2006-02-18 | 1 | -1/+1 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -0/+9 |
|
|
* | Remove INT_MIN that came from the AST merge. | Neal Norwitz | 2005-10-21 | 1 | -1/+0 |
|
|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -0/+1 |
|
|
* | - Changes donated by Elemental Security to make it work on HP-UX 11 on | Guido van Rossum | 2005-09-14 | 1 | -1/+1 |
|
|
* | Introduced a Py_IS_NAN macro, which probably works on the major platforms | Tim Peters | 2004-09-23 | 1 | -2/+17 |
|
|
* | Add a workaround for a problem that UTF-8 strings can be corrupted | Hye-Shik Chang | 2004-08-04 | 1 | -0/+33 |
|
|
* | Moved SunPro warning suppression into pyport.h and out of individual | Nicholas Bastin | 2004-07-15 | 1 | -0/+7 |
|
|
* | Patch #871657: Set EDOM for `nan' return values on FreeBSD and OpenBSD. | Hye-Shik Chang | 2004-03-22 | 1 | -7/+20 |
|
|
* | remove support for missing ANSI C header files (limits.h, stddef.h, etc). | Skip Montanaro | 2004-02-10 | 1 | -2/+0 |
|
|
* | Remove support for SunOS 4. | Skip Montanaro | 2004-01-17 | 1 | -7/+0 |
|
|
* | workaround for OpenBSD compiler bug w.r.t. handling of overflows. | Anthony Baxter | 2003-09-30 | 1 | -1/+10 |
|
|
* | Bug #794140: cygwin builds do not embed | Jason Tishler | 2003-09-04 | 1 | -1/+6 |
|
|
* | This patch enables the building of Cygwin Python with a static core | Jason Tishler | 2003-09-04 | 1 | -1/+2 |
|
|
* | Patch #734231: Update RiscOS support. In particular, correct | Martin v. Löwis | 2003-05-10 | 1 | -0/+1 |
|
|
* | Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. | Martin v. Löwis | 2003-03-29 | 1 | -5/+5 |
|
|