| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 68521,68527,68534-68536,68540,68547,68552,68563,68570,68572,... | Georg Brandl | 2009-01-14 | 1 | -0/+6 |
|
|
* | Restore support for Microsoft VC6 compiler. | Amaury Forgeot d'Arc | 2008-06-13 | 1 | -7/+0 |
|
|
* | I finally got the time to update and merge Mark's and my trunk-math branch. T... | Christian Heimes | 2008-04-18 | 1 | -2/+3 |
|
|
* | One #ifdef too much, and I broke all windows buildbots: | Amaury Forgeot d'Arc | 2008-03-28 | 1 | -2/+0 |
|
|
* | Repair compilation for Visual Studio 2005. | Amaury Forgeot d'Arc | 2008-03-28 | 1 | -0/+6 |
|
|
* | Revert commit accident | Christian Heimes | 2008-03-27 | 1 | -3/+2 |
|
|
* | Hopefully added _fileio module to the Windows build system | Christian Heimes | 2008-03-27 | 1 | -2/+3 |
|
|
* | Issue #1706: Require Windows 2000+ | Christian Heimes | 2008-02-09 | 1 | -4/+9 |
|
|
* | Applied patch #1635: Float patch for inf and nan on Windows (and other platfo... | Christian Heimes | 2007-12-18 | 1 | -0/+9 |
|
|
* | Several Windows related cleanups: | Christian Heimes | 2007-12-06 | 1 | -6/+0 |
|
|
* | Although pyconfig.h claims that WIN32 is obsolete it is still required for th... | Christian Heimes | 2007-12-01 | 1 | -1/+3 |
|
|
* | Bug #1216: Restore support for Visual Studio 2002. | Martin v. Löwis | 2007-10-12 | 1 | -2/+2 |
|
|
* | Correct use of Py_BUILD_CORE - now make sure it is defined before it is | Mark Hammond | 2007-07-30 | 1 | -7/+7 |
|
|
* | Correctly detect AMD64 architecture on VC2003 | Mark Hammond | 2007-07-27 | 1 | -1/+1 |
|
|
* | In consultation with Kristjan Jonsson, only define WINVER and _WINNT_WIN32 | Mark Hammond | 2007-07-27 | 1 | -4/+18 |
|
|
* | Patch #1734014: Use _I64_MAX instead of LLONG_MAX. | Martin v. Löwis | 2007-06-14 | 1 | -3/+3 |
|
|
* | Fix Windows build. | Martin v. Löwis | 2007-06-09 | 1 | -1/+1 |
|
|
* | Patch #1733960: Allow T_LONGLONG to accept ints. | Martin v. Löwis | 2007-06-09 | 1 | -0/+6 |
|
|
* | Remove definition of PY_UNICODE_TYPE from pyconfig.h, allowing the | Mark Hammond | 2007-05-23 | 1 | -11/+2 |
|
|
* | Revert compiler comment to AMD64 for x64/AMD64 builds. | Kristján Valur Jónsson | 2007-05-04 | 1 | -1/+1 |
|
|
* | Fix problems in x64 build that were discovered by the testsuite: | Kristján Valur Jónsson | 2007-05-03 | 1 | -5/+18 |
|
|
* | Conditionalize definition of _CRT_SECURE_NO_DEPRECATE | Martin v. Löwis | 2006-11-21 | 1 | -0/+4 |
|
|
* | Try to get Windows bots working again | Neal Norwitz | 2006-08-18 | 1 | -2/+2 |
|
|
* | Patch #1495999: Part two of Windows CE changes. | Martin v. Löwis | 2006-06-10 | 1 | -2/+44 |
|
|
* | Turn off warning about deprecated CRT functions on for VisualStudio .NET 2005. | Kristján Valur Jónsson | 2006-06-09 | 1 | -0/+6 |
|
|
* | 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/+1 |
|
|
* | Define SIZEOF_{DOUBLE,FLOAT} on Windows. Else | Tim Peters | 2006-05-22 | 1 | -1/+3 |
|
|
* | Patch #1492356: Port to Windows CE (patch set 1). | Martin v. Löwis | 2006-05-22 | 1 | -4/+42 |
|
|
* | lower-case time_t. | Martin v. Löwis | 2006-03-06 | 1 | -1/+1 |
|
|
* | Patch #1437769: notice that time_t is a 64-bit type in VS2005 | Martin v. Löwis | 2006-03-06 | 1 | -1/+6 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -0/+10 |
|
|
* | Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. | Martin v. Löwis | 2006-02-11 | 1 | -0/+5 |
|
|
* | Fix typo. | Walter Dörwald | 2005-11-30 | 1 | -1/+1 |
|
|
* | Silence VS2005 warnings about deprecated functions. | Martin v. Löwis | 2005-11-29 | 1 | -0/+10 |
|
|
* | Update import library name on windows. | Thomas Heller | 2004-12-01 | 1 | -2/+2 |
|
|
* | Patch #1020042: Only define HAVE_UINTPTR_T for VC 7.x. | Martin v. Löwis | 2004-10-15 | 1 | -2/+4 |
|
|
* | Introduced a Py_IS_NAN macro, which probably works on the major platforms | Tim Peters | 2004-09-23 | 1 | -0/+4 |
|
|
* | Restore compilation on MSVC++ 6.0 | Raymond Hettinger | 2004-08-03 | 1 | -2/+4 |
|
|
* | Use intptr_t/uintptr_t on Windows | Martin v. Löwis | 2004-07-27 | 1 | -0/+8 |
|
|
* | Properly check for Win64 compilers. | Martin v. Löwis | 2004-07-27 | 1 | -0/+4 |
|
|
* | remove support for missing ANSI C header files (limits.h, stddef.h, etc). | Skip Montanaro | 2004-02-10 | 1 | -13/+0 |
|
|
* | Remove support for --without-universal-newlines (see PEP 11). | Skip Montanaro | 2004-02-07 | 1 | -3/+0 |
|
|
* | Remove support for SunOS 4. | Skip Montanaro | 2004-01-17 | 1 | -4/+0 |
|
|
* | Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld | Skip Montanaro | 2004-01-17 | 1 | -18/+0 |
|
|
* | Remove support for minix. | Skip Montanaro | 2004-01-17 | 1 | -3/+0 |
|
|
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
|
|
* | Complete move of windows builds to 2.4alpha | Mark Hammond | 2003-07-31 | 1 | -2/+2 |
|
|
* | Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. | Martin v. Löwis | 2003-03-29 | 1 | -4/+4 |
|
|
* | Use wcscoll for _locale.strcoll if available. | Martin v. Löwis | 2002-12-21 | 1 | -0/+6 |
|
|
* | Forgot a paren in the MSVC + 64-bit + Intel case. | Tim Peters | 2002-11-11 | 1 | -1/+1 |
|
|