| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 62380,62382-62383 via svnmerge from | Christian Heimes | 2008-04-19 | 1 | -126/+0 |
|
|
* | Merged revisions 60475-60479,60481-60488 via svnmerge from | Christian Heimes | 2008-02-01 | 1 | -1/+5 |
|
|
* | Merged revisions 60176-60209 via svnmerge from | Christian Heimes | 2008-01-23 | 1 | -1/+1 |
|
|
* | Merged revisions 60124-60142 via svnmerge from | Christian Heimes | 2008-01-20 | 1 | -2/+2 |
|
|
* | Merged revisions 59666-59679 via svnmerge from | Christian Heimes | 2008-01-03 | 1 | -2/+9 |
|
|
* | Merged revisions 59541-59561 via svnmerge from | Christian Heimes | 2007-12-19 | 1 | -0/+32 |
|
|
* | Remove support for BeOS | Skip Montanaro | 2007-08-17 | 1 | -10/+4 |
|
|
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 1 | -7/+1 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -0/+16 |
|
|
* | Change float.__str__() and complex.__str__() to return | Walter Dörwald | 2007-05-31 | 1 | -0/+1 |
|
|
* | Cruft removal: | Neal Norwitz | 2006-12-28 | 1 | -83/+1 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -1/+14 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -4/+4 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -0/+21 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -0/+58 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -9/+51 |
|
|
* | 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 |
|
|
* | Make comments agree with code (I think). | Michael W. Hudson | 2003-02-10 | 1 | -3/+4 |
|
|
* | Patch #661760: Cygwin auto-import module patch | Jason Tishler | 2003-01-06 | 1 | -1/+5 |
|
|
* | Apparently FreeBSD enables some HW floating-point exceptions by default. | Tim Peters | 2002-12-28 | 1 | -5/+10 |
|
|
* | Update/correct comment | Neal Norwitz | 2002-12-19 | 1 | -1/+1 |
|
|
* | Provide mechanism to deprecate functions, types, and struct members. | Neal Norwitz | 2002-12-19 | 1 | -0/+13 |
|
|
* | Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCC | Neil Schemenauer | 2002-09-15 | 1 | -1/+3 |
|
|
* | Excise DL_IMPORT/EXPORT from object.h, and related files. This patch | Mark Hammond | 2002-07-29 | 1 | -3/+3 |
|
|
* | Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. | Mark Hammond | 2002-07-19 | 1 | -22/+76 |
|
|
* | Stop trying to cater to platforms with a broken HUGE_VAL definition. It | Tim Peters | 2002-07-03 | 1 | -12/+7 |
|
|
* | Patch #555929: Cygwin AH_BOTTOM cleanup patch (*** version 2 ***) | Jason Tishler | 2002-06-04 | 1 | -0/+10 |
|
|
* | Back out #555929 | Martin v. Löwis | 2002-05-15 | 1 | -10/+0 |
|
|
* | Patch #555929: Cygwin AH_BOTTOM cleanup patch | Jason Tishler | 2002-05-15 | 1 | -0/+10 |
|
|
* | First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz with | Tim Peters | 2002-04-12 | 1 | -22/+0 |
|
|
* | Got rid of ifdefs for long-obsolete GUSI versions. | Jack Jansen | 2002-04-11 | 1 | -7/+0 |
|
|
* | SF bug 525705: [2.2] underflow raise OverflowException. | Tim Peters | 2002-03-09 | 1 | -0/+35 |
|
|
* | Whether platform malloc(0) returns NULL has nothing to do with whether | Tim Peters | 2002-03-02 | 1 | -2/+10 |
|
|
* | OS/2 EMX port changes (Include part of patch #450267): | Andrew MacIntyre | 2002-02-26 | 1 | -0/+3 |
|
|
* | Got rid of a few more NeXT ifdefs. The last, I think. | Jack Jansen | 2002-02-01 | 1 | -2/+1 |
|
|