summaryrefslogtreecommitdiff
path: root/PC/pyconfig.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #7117 (backport py3k float repr) continued:Mark Dickinson2009-10-241-0/+4
* Issue #4856: Remove checks for win NT.Hirokazu Yamamoto2009-06-281-6/+0
* Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more.Hirokazu Yamamoto2009-05-171-4/+0
* Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms.Mark Dickinson2009-03-201-0/+36
* Issue #4895: Use _strdup on Windows CE.Martin v. Löwis2009-01-111-0/+6
* isinf and isnan are macros, not functions; fix configure scriptMark Dickinson2009-01-041-3/+3
* Update version number to 2.7.Martin v. Löwis2008-10-031-2/+2
* Restore support for Microsoft VC6 compiler.Amaury Forgeot d'Arc2008-06-131-7/+0
* I finally got the time to update and merge Mark's and my trunk-math branch. T...Christian Heimes2008-04-181-2/+3
* One #ifdef too much, and I broke all windows buildbots:Amaury Forgeot d'Arc2008-03-281-2/+0
* Repair compilation for Visual Studio 2005.Amaury Forgeot d'Arc2008-03-281-0/+6
* Revert commit accidentChristian Heimes2008-03-271-3/+2
* Hopefully added _fileio module to the Windows build systemChristian Heimes2008-03-271-2/+3
* Issue #1706: Require Windows 2000+Christian Heimes2008-02-091-4/+9
* Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...Christian Heimes2007-12-181-0/+9
* Several Windows related cleanups:Christian Heimes2007-12-061-6/+0
* Although pyconfig.h claims that WIN32 is obsolete it is still required for th...Christian Heimes2007-12-011-1/+3
* Bug #1216: Restore support for Visual Studio 2002.Martin v. Löwis2007-10-121-2/+2
* Correct use of Py_BUILD_CORE - now make sure it is defined before it isMark Hammond2007-07-301-7/+7
* Correctly detect AMD64 architecture on VC2003Mark Hammond2007-07-271-1/+1
* In consultation with Kristjan Jonsson, only define WINVER and _WINNT_WIN32Mark Hammond2007-07-271-4/+18
* Patch #1734014: Use _I64_MAX instead of LLONG_MAX.Martin v. Löwis2007-06-141-3/+3
* Fix Windows build.Martin v. Löwis2007-06-091-1/+1
* Patch #1733960: Allow T_LONGLONG to accept ints.Martin v. Löwis2007-06-091-0/+6
* Remove definition of PY_UNICODE_TYPE from pyconfig.h, allowing theMark Hammond2007-05-231-11/+2
* Revert compiler comment to AMD64 for x64/AMD64 builds.Kristján Valur Jónsson2007-05-041-1/+1
* Fix problems in x64 build that were discovered by the testsuite:Kristján Valur Jónsson2007-05-031-5/+18
* Conditionalize definition of _CRT_SECURE_NO_DEPRECATEMartin v. Löwis2006-11-211-0/+4
* Try to get Windows bots working againNeal Norwitz2006-08-181-2/+2
* Patch #1495999: Part two of Windows CE changes.Martin v. Löwis2006-06-101-2/+44
* Turn off warning about deprecated CRT functions on for VisualStudio .NET 2005.Kristján Valur Jónsson2006-06-091-0/+6
* Added a new macro, Py_IS_FINITE(X). On windows there is an intrinsic for thi...Kristján Valur Jónsson2006-05-251-0/+1
* Define SIZEOF_{DOUBLE,FLOAT} on Windows. ElseTim Peters2006-05-221-1/+3
* Patch #1492356: Port to Windows CE (patch set 1).Martin v. Löwis2006-05-221-4/+42
* lower-case time_t.Martin v. Löwis2006-03-061-1/+1
* Patch #1437769: notice that time_t is a 64-bit type in VS2005Martin v. Löwis2006-03-061-1/+6
* Merge ssize_t branch.Martin v. Löwis2006-02-151-0/+10
* Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE.Martin v. Löwis2006-02-111-0/+5
* Fix typo.Walter Dörwald2005-11-301-1/+1
* Silence VS2005 warnings about deprecated functions.Martin v. Löwis2005-11-291-0/+10
* Update import library name on windows.Thomas Heller2004-12-011-2/+2
* Patch #1020042: Only define HAVE_UINTPTR_T for VC 7.x.Martin v. Löwis2004-10-151-2/+4
* Introduced a Py_IS_NAN macro, which probably works on the major platformsTim Peters2004-09-231-0/+4
* Restore compilation on MSVC++ 6.0Raymond Hettinger2004-08-031-2/+4
* Use intptr_t/uintptr_t on WindowsMartin v. Löwis2004-07-271-0/+8
* Properly check for Win64 compilers.Martin v. Löwis2004-07-271-0/+4
* remove support for missing ANSI C header files (limits.h, stddef.h, etc).Skip Montanaro2004-02-101-13/+0
* Remove support for --without-universal-newlines (see PEP 11).Skip Montanaro2004-02-071-3/+0
* Remove support for SunOS 4.Skip Montanaro2004-01-171-4/+0
* Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dldSkip Montanaro2004-01-171-18/+0