index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
PC
/
pyconfig.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #20221: Removed conflicting (or circular) hypot definition
Zachary Ware
2014-02-20
1
-0/+4
*
Issue #21958: Define HAVE_ROUND when building with VS 2013 and above.
Zachary Ware
2014-07-25
1
-0/+5
*
- rename configure.in to configure.ac
Matthias Klose
2012-03-14
1
-1/+1
*
Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are n...
Nadeem Vawda
2011-10-17
1
-0/+3
*
Issue #7117 (backport py3k float repr) continued:
Mark Dickinson
2009-10-24
1
-0/+4
*
Issue #4856: Remove checks for win NT.
Hirokazu Yamamoto
2009-06-28
1
-6/+0
*
Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more.
Hirokazu Yamamoto
2009-05-17
1
-4/+0
*
Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms.
Mark Dickinson
2009-03-20
1
-0/+36
*
Issue #4895: Use _strdup on Windows CE.
Martin v. Löwis
2009-01-11
1
-0/+6
*
isinf and isnan are macros, not functions; fix configure script
Mark Dickinson
2009-01-04
1
-3/+3
*
Update version number to 2.7.
Martin v. Löwis
2008-10-03
1
-2/+2
*
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
[next]