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
*
gh-90815: Exclude mimalloc .c files from Windows build (#111532)
Dino Viehland
2023-10-31
1
-0/+3
*
gh-104773: PEP 594: Remove the nis module (#104897)
Victor Stinner
2023-05-24
1
-3/+0
*
Update Windows library names for the Python version bump (#104755)
Kirill Podoprigora
2023-05-22
1
-2/+2
*
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin
2023-05-04
1
-0/+2
*
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
1
-3/+21
*
gh-102141: replace use of getpid on Windows with GetCurrentProcessId (GH-102142)
Max Bachmann
2023-02-24
1
-0/+3
*
gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on Win...
Steve Dower
2023-01-27
1
-16/+18
*
gh-79218: Define `MS_WIN64` macro for Mingw-w64 64bit on Windows (GH-100137)
GalaxySnail
2022-12-12
1
-0/+10
*
gh-95174: WASI: skip missing sockets functions (GH-95179)
Christian Heimes
2022-07-27
1
-1/+18
*
gh-95174: Handle missing dup() and constants in WASI (GH-95229)
Christian Heimes
2022-07-26
1
-0/+3
*
gh-93491: Add support tier detection to configure (GH-93492)
Christian Heimes
2022-06-10
1
-1/+15
*
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya
2022-05-27
1
-3/+0
*
Update CPyhton configuration for 3.12 (#92451)
Dong-hee Na
2022-05-08
1
-2/+2
*
gh-90822: Make `PY_SSIZE_T_MAX` and `PY_SSIZE_T_MIN` constant expression (GH-...
Ganesh Kathiresan
2022-05-02
1
-0/+2
*
bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)
Christian Heimes
2022-01-13
1
-0/+3
*
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower
2021-12-03
1
-5/+0
*
bpo-40280: Add configure check for socket shutdown (GH-29795)
Christian Heimes
2021-11-26
1
-0/+3
*
bpo-45522: Allow to disable freelists on build time (GH-29056)
Christian Heimes
2021-10-21
1
-0/+3
*
bpo-45440: Remove pymath.c fallbacks (GH-28977)
Victor Stinner
2021-10-15
1
-9/+0
*
bpo-45440: Require math.h isinf() to build (GH-28894)
Victor Stinner
2021-10-13
1
-12/+1
*
Update CI files to account for the master -> main rename (GH-25860)
Pablo Galindo
2021-05-03
1
-2/+2
*
bpo-43179: Generalise alignment for optimised string routines (GH-24624)
Jessica Clarke
2021-03-31
1
-0/+3
*
bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (G...
Jozef Grajciar
2021-03-01
1
-3/+3
*
bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326)
Steve Dower
2020-11-16
1
-1/+0
*
Python 3.10.0a0 (GH-20198)
Pablo Galindo
2020-05-19
1
-2/+2
*
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
Victor Stinner
2020-03-10
1
-0/+2
*
bpo-39794: Add --without-decimal-contextvar (#18702)
Stefan Krah
2020-02-29
1
-0/+4
*
bpo-39553: Delete HAVE_SXS protected code (GH-18356)
Zackery Spytz
2020-02-05
1
-5/+0
*
bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386)
Sergey Fedoseev
2019-10-21
1
-1/+1
*
bpo-32592: Set Windows 8 as the minimum required version for API support (GH-...
Steve Dower
2019-09-11
1
-3/+3
*
bpo-27961: Remove leftovers from the times when long long wasn't required (GH...
Sergey Fedoseev
2019-08-22
1
-1/+1
*
bpo-37201: fix test_distutils failures for Windows ARM64 (GH-13902)
Paul Monson
2019-06-12
1
-3/+3
*
Bump to 3.9.0a0
Ćukasz Langa
2019-06-04
1
-2/+2
*
bpo-36942 Windows build changes for Windows ARM64 (GH-13366)
Paul Monson
2019-05-17
1
-0/+3
*
bpo-24643: Fix "#define timezone _timezone" clashes on Windows (GH-12019)
Zackery Spytz
2019-02-25
1
-7/+0
*
bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)
Paul Monson
2019-02-14
1
-1/+1
*
bpo-11566: Extension build errors on Windows for _hypot (GH-11283)
Matt McCormick
2018-12-22
1
-6/+0
*
Simplify PyInit_timezone. (GH-9467)
Benjamin Peterson
2018-09-21
1
-0/+4
*
Start of 3.8.0a0
Ned Deily
2018-01-31
1
-2/+2
*
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
Christian Heimes
2018-01-27
1
-0/+3
*
bpo-30860: Move windows.h include out of internal/*.h. (#3458)
Eric Snow
2017-09-12
1
-16/+15
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
1
-12/+14
*
Remove all mention of Windows IA-64 support (GH-3389)
Zachary Ware
2017-09-06
1
-8/+1
*
bpo-30946: Remove obsolete fallback code in readline module (#2738)
Antoine Pitrou
2017-07-18
1
-3/+0
*
bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483)
INADA Naoki
2017-06-29
1
-1/+1
*
bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318)
Segev Finer
2017-06-28
1
-0/+3
*
bpo-29585: Define PYTHONFRAMEWORK in PC/pyconfig.h (#2477)
Victor Stinner
2017-06-28
1
-49/+52
*
bpo-26121: Use C library implementation for math functions erf() and erfc() o...
Serhiy Storchaka
2017-03-12
1
-0/+6
*
Bump to 3.7.0a0
Ned Deily
2016-09-12
1
-2/+2
*
hardcode sizeof(_Bool) on windows
Benjamin Peterson
2016-09-07
1
-0/+3
[next]