summaryrefslogtreecommitdiffstats
path: root/PC/pyconfig.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove support for minix.Skip Montanaro2004-01-171-3/+0
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* Complete move of windows builds to 2.4alphaMark Hammond2003-07-311-2/+2
* Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.Martin v. Löwis2003-03-291-4/+4
* Use wcscoll for _locale.strcoll if available.Martin v. Löwis2002-12-211-0/+6
* Forgot a paren in the MSVC + 64-bit + Intel case.Tim Peters2002-11-111-1/+1
* Some help for SF 614770: MSVC 7.0 compiler supportTim Peters2002-11-111-20/+33
* Patch 594001: PEP 277 - Unicode file name support for Windows NT.Mark Hammond2002-10-031-0/+4
* Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.Mark Hammond2002-07-191-175/+82
* Windows has no actual need for BAD_STATIC_FORWARD, so got rid of it.Tim Peters2002-07-171-4/+0
* Removed WITH_CYCLE_GC #ifdef-ery. Holes:Tim Peters2002-07-071-3/+0
* Patch #569753: Remove support for WIN16.Martin v. Löwis2002-06-301-8/+1
* Patch #505375: Make doc strings optional.Martin v. Löwis2002-06-091-0/+3
* Enable universal newlines on Windows. Note that NEWS needs more words!Tim Peters2002-04-211-0/+3