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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
PCbuild
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37326: Include libffi license when available (GH-15921)
Miss Islington (bot)
2019-09-11
1
-2
/
+3
*
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-...
Miss Islington (bot)
2019-08-23
2
-0
/
+4
*
bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253)
Miss Islington (bot)
2019-08-13
1
-0
/
+9
*
bpo-36044: Avoid warnings in Windows PGO build and add lzma, bz2 and sqlite c...
Miss Islington (bot)
2019-07-28
2
-0
/
+2
*
bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)
Miss Islington (bot)
2019-06-24
3
-3
/
+3
*
bpo-37333: Ensure IncludeTkinter has a value (GH-14240)
Miss Islington (bot)
2019-06-19
1
-0
/
+3
*
bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163)
Miss Islington (bot)
2019-06-17
3
-5
/
+5
*
bpo-37288: Fix Windows build when --no-tkinter is specified (GH-14096)
Miss Islington (bot)
2019-06-17
1
-3
/
+3
*
Implement Windows release builds in Azure Pipelines (GH-14065)
Steve Dower
2019-06-14
6
-19
/
+66
*
bpo-37238: Enable building for Windows using Visual Studio 2019 (GH-13988)
Miss Islington (bot)
2019-06-11
2
-1
/
+2
*
bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872)
Miss Islington (bot)
2019-06-07
1
-0
/
+1
*
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
Inada Naoki
2019-06-03
2
-0
/
+4
*
bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameind...
Zackery Spytz
2019-05-29
1
-1
/
+1
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
2
-12
/
+12
*
bpo-36785: PEP 574 implementation (GH-7076)
Antoine Pitrou
2019-05-26
2
-0
/
+8
*
bpo-36710: Add tstate parameter in ceval.c (GH-13547)
Victor Stinner
2019-05-24
2
-0
/
+4
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
2
-0
/
+8
*
bpo-36941: Project file fixups for Windows ARM64 (GH-13477)
Paul Monson
2019-05-22
2
-5
/
+18
*
bpo-35134: Register new traceback.h header files (GH-13431)
Victor Stinner
2019-05-20
2
-0
/
+8
*
bpo-36941: Windows build changes for Windows ARM64 (GH-13365)
Paul Monson
2019-05-17
46
-7
/
+1028
*
bpo-36511: Windows ARM32 buildbot changes (GH-12917)
Paul Monson
2019-05-15
1
-0
/
+1
*
bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)
Paul Monson
2019-05-15
6
-35
/
+46
*
bpo-36867: Make semaphore_tracker track other system resources (GH-13222)
Pierre Glaser
2019-05-10
1
-1
/
+1
*
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
Paul Monson
2019-04-25
2
-5
/
+6
*
bpo-36635: Add _testinternalcapi module (GH-12841)
Victor Stinner
2019-04-18
4
-2
/
+111
*
bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059)
Paul Monson
2019-04-17
2
-2
/
+15
*
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
Victor Stinner
2019-04-17
1
-1
/
+1
*
bpo-35134: Add cpython/pymem.h to build system (GH-12842)
Victor Stinner
2019-04-15
2
-0
/
+4
*
bpo-36623: Clean parser headers and include files (GH-12253)
Pablo Galindo
2019-04-13
2
-4
/
+0
*
bpo-35947: Update Windows to the current version of libffi (GH-11797)
Paul Monson
2019-03-29
6
-44
/
+202
*
bpo-36448: mention 'make regen-all' in error message (GH-12585)
Jeroen Demeyer
2019-03-29
1
-2
/
+2
*
bpo-36245: Fix more empty environment variable checks (GH-12592)
Steve Dower
2019-03-27
1
-2
/
+2
*
Fix registry key for Windows SDK detection (GH-12445)
Isuru Fernando
2019-03-21
1
-1
/
+1
*
bpo-36245: Avoid problems when building in a directory containing spaces. (GH...
Jess
2019-03-21
1
-3
/
+3
*
bpo-36297: remove "unicode_internal" codec (GH-12342)
Inada Naoki
2019-03-18
1
-1
/
+0
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-15
2
-0
/
+8
*
bpo-36108: Avoid failing the build on race condition in clean (GH-12217)
Steve Dower
2019-03-07
1
-1
/
+1
*
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-03-04
2
-8
/
+0
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-01
2
-0
/
+8
*
bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814)
Pablo Galindo
2019-03-01
2
-24
/
+0
*
bpo-36142: Add preconfig.c (GH-12128)
Victor Stinner
2019-03-01
2
-0
/
+4
*
bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)
Victor Stinner
2019-03-01
2
-3
/
+7
*
bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)
Paul Monson
2019-02-14
43
-4
/
+956
*
bpo-34691: Compile _contextvars module into main Python library (GH-11741)
Steve Dower
2019-02-02
3
-94
/
+1
*
bpo-34855: Fix EXTERNALS_DIR build variable for Windows (GH-11177)
antektek
2019-01-10
1
-1
/
+1
*
bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410)
Gregory Szorc
2019-01-07
2
-4
/
+0
*
bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-...
Serhiy Storchaka
2018-12-22
2
-0
/
+4
*
Enable signing Windows builds with SHA1 environment variable (GH-11279)
Steve Dower
2018-12-21
1
-2
/
+3
*
bpo-35402: Update Windows build to use Tcl and Tk 8.6.9 (GH-11146)
Steve Dower
2018-12-14
2
-4
/
+4
*
bpo-35471: Remove the macpath module (GH-11129)
Victor Stinner
2018-12-14
1
-3
/
+1
[next]