GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
PC
/
pyconfig.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.9] bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-2...
Miss Islington (bot)
2020-11-16
1
-1
/
+0
*
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-04
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-20
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-11
1
-16
/
+15
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-07
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
*
require standard int types to be defined (#17884)
Benjamin Peterson
2016-09-06
1
-33
/
+4
*
replace PY_LONG_LONG with long long
Benjamin Peterson
2016-09-06
1
-3
/
+2
*
Issue #27355: Removed support for Windows CE. It was never finished,
Larry Hastings
2016-09-05
1
-47
/
+0
*
Merge typo fixes from 3.5
Martin Panter
2016-05-08
1
-1
/
+1
|
\
|
*
Corrections for a/an in code comments and documentation
Martin Panter
2016-05-08
1
-1
/
+1
*
|
Closes #24953: Merge with 3.5
Zachary Ware
2015-08-29
1
-0
/
+8
|
\
|
|
*
Issue #24953: Include ICC version in sys.version string when bulit with ICC o...
Zachary Ware
2015-08-28
1
-0
/
+8
|
*
Reverting my previous commit.
Yury Selivanov
2015-05-30
1
-2
/
+2
|
/
*
Update Windows build for 3.6
Zachary Ware
2015-05-28
1
-2
/
+2
*
Issue #23451: Update pyconfig.h for Windows to require Vista headers and remo...
Steve Dower
2015-03-02
1
-3
/
+3
*
#22980 Adds platform and version tags to .pyd files
Steve Dower
2014-12-15
1
-0
/
+4
*
Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...
Steve Dower
2014-11-22
1
-0
/
+7
*
Issue #22592: Drop support of the Borland C compiler to build Python
Victor Stinner
2014-10-22
1
-29
/
+0
*
Issue #21958: Merge with 3.4
Zachary Ware
2014-07-25
1
-0
/
+5
|
\
|
*
Issue #21958: Define HAVE_ROUND when building with VS 2013 and above.
Zachary Ware
2014-07-25
1
-0
/
+5
*
|
Closes #21713: Merge with 3.4
Zachary Ware
2014-06-11
1
-1
/
+1
|
\
|
|
*
Issue #21713: Fix typo in a comment. Found by Joseph Shen.
Zachary Ware
2014-06-11
1
-1
/
+1
|
*
Issue #20221: Removed conflicting (or circular) hypot definition
Zachary Ware
2014-02-20
1
-0
/
+4
*
|
Bump Windows build to 3.5
Zachary Ware
2014-03-17
1
-2
/
+2
*
|
Issue #20221: Removed conflicting (or circular) hypot definition
Zachary Ware
2014-02-20
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Issue #20221: Removed conflicting (or circular) hypot definition
Zachary Ware
2014-02-20
1
-0
/
+4
*
|
Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h
Christian Heimes
2013-11-20
1
-2
/
+0
*
|
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-1
/
+1
|
\
|
|
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-1
/
+1
[next]