aboutsummaryrefslogtreecommitdiff
path: root/PC/pyconfig.h
AgeCommit message (Expand)Author
2021-10-21bpo-45522: Allow to disable freelists on build time (GH-29056)Christian Heimes
2021-10-15bpo-45440: Remove pymath.c fallbacks (GH-28977)Victor Stinner
2021-10-13bpo-45440: Require math.h isinf() to build (GH-28894)Victor Stinner
2021-05-03Update CI files to account for the master -> main rename (GH-25860)Pablo Galindo
2021-03-31bpo-43179: Generalise alignment for optimised string routines (GH-24624)Jessica Clarke
2021-03-01bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (G...Jozef Grajciar
2020-11-16bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326)Steve Dower
2020-05-19Python 3.10.0a0 (GH-20198)Pablo Galindo
2020-03-10bpo-1294959: Add sys.platlibdir attribute (GH-18381)Victor Stinner
2020-02-29bpo-39794: Add --without-decimal-contextvar (#18702)Stefan Krah
2020-02-04bpo-39553: Delete HAVE_SXS protected code (GH-18356)Zackery Spytz
2019-10-21bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386)Sergey Fedoseev
2019-09-11bpo-32592: Set Windows 8 as the minimum required version for API support (GH-...Steve Dower
2019-08-22bpo-27961: Remove leftovers from the times when long long wasn't required (GH...Sergey Fedoseev
2019-06-12bpo-37201: fix test_distutils failures for Windows ARM64 (GH-13902)Paul Monson
2019-06-04Bump to 3.9.0a0Ɓukasz Langa
2019-05-17bpo-36942 Windows build changes for Windows ARM64 (GH-13366)Paul Monson
2019-02-25bpo-24643: Fix "#define timezone _timezone" clashes on Windows (GH-12019)Zackery Spytz
2019-02-14bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)Paul Monson
2018-12-22bpo-11566: Extension build errors on Windows for _hypot (GH-11283)Matt McCormick
2018-09-20Simplify PyInit_timezone. (GH-9467)Benjamin Peterson
2018-01-31Start of 3.8.0a0Ned Deily
2018-01-27bpo-31399: Let OpenSSL verify hostname and IP address (#3462)Christian Heimes
2017-09-11bpo-30860: Move windows.h include out of internal/*.h. (#3458)Eric Snow
2017-09-07bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow
2017-09-06Remove all mention of Windows IA-64 support (GH-3389)Zachary Ware
2017-07-18bpo-30946: Remove obsolete fallback code in readline module (#2738)Antoine Pitrou
2017-06-29bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483)INADA Naoki
2017-06-28bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318)Segev Finer
2017-06-28bpo-29585: Define PYTHONFRAMEWORK in PC/pyconfig.h (#2477)Victor Stinner
2017-03-12bpo-26121: Use C library implementation for math functions erf() and erfc() o...Serhiy Storchaka
2016-09-12Bump to 3.7.0a0Ned Deily
2016-09-07hardcode sizeof(_Bool) on windowsBenjamin Peterson
2016-09-06require standard int types to be defined (#17884)Benjamin Peterson
2016-09-06replace PY_LONG_LONG with long longBenjamin Peterson
2016-09-05Issue #27355: Removed support for Windows CE. It was never finished,Larry Hastings
2016-05-08Merge typo fixes from 3.5Martin Panter
2016-05-08Corrections for a/an in code comments and documentationMartin Panter
2015-08-29Closes #24953: Merge with 3.5Zachary Ware
2015-08-28Issue #24953: Include ICC version in sys.version string when bulit with ICC o...Zachary Ware
2015-05-30Reverting my previous commit.Yury Selivanov
2015-05-28Update Windows build for 3.6Zachary Ware
2015-03-02Issue #23451: Update pyconfig.h for Windows to require Vista headers and remo...Steve Dower
2014-12-15#22980 Adds platform and version tags to .pyd filesSteve Dower
2014-11-22Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...Steve Dower
2014-10-22Issue #22592: Drop support of the Borland C compiler to build PythonVictor Stinner
2014-07-25Issue #21958: Merge with 3.4Zachary Ware
2014-07-25Issue #21958: Define HAVE_ROUND when building with VS 2013 and above.Zachary Ware
2014-06-11Closes #21713: Merge with 3.4Zachary Ware
2014-06-11Issue #21713: Fix typo in a comment. Found by Joseph Shen.Zachary Ware