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
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.11] gh-99016: Make build scripts compatible with Python 3.8 (GH-99017). (G...
Serhiy Storchaka
2022-11-22
1
-1
/
+1
*
[3.11] gh-95731: Fix module docstring extraction in pygettext (GH-95732) (#98...
Miss Islington (bot)
2022-10-15
1
-3
/
+4
*
[3.11] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICOD...
Serhiy Storchaka
2022-10-03
1
-0
/
+1
*
gh-90989: Clarify some installer text (GH-97668)
Steve Dower
2022-09-30
1
-6
/
+6
*
gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613)
Miss Islington (bot)
2022-09-28
1
-18
/
+7
*
[3.11] gh-96883: browser: include concurrent.futures (GH-96886) (GH-96888)
Christian Heimes
2022-09-17
1
-17
/
+17
*
gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matchi...
Miss Islington (bot)
2022-09-14
1
-1
/
+3
*
gh-84461: Omit resource mod and getresuid funcs on Emscripten (GH-96303)
Miss Islington (bot)
2022-09-13
1
-0
/
+4
*
[3.11] gh-95853: Add script to automate WASM build (GH-95828, GH-95985, GH-96...
Christian Heimes
2022-09-13
4
-21
/
+997
*
[3.11] gh-96320: WASI socket fixes (GH-96388) (GH-#96748)
Miss Islington (bot)
2022-09-13
1
-1
/
+2
*
gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683)
Miss Islington (bot)
2022-08-29
1
-2
/
+2
*
bpo-46744: Support "-Win32" and make platform flags case insensitive in Windo...
Miss Islington (bot)
2022-08-25
2
-30
/
+32
*
gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650) (GH-95780)
Miss Islington (bot)
2022-08-10
1
-1
/
+1
*
gh-95587: Fixes some upgrade detection issues in the Windows installer (GH-95...
Miss Islington (bot)
2022-08-04
1
-9
/
+29
*
gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465)
Miss Islington (bot)
2022-08-01
1
-0
/
+5
*
[3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503)
Christian Heimes
2022-08-01
3
-28
/
+4
*
[3.11] gh-95174: WASI: skip missing sockets functions (GH-95179) (GH-95308)
Christian Heimes
2022-07-31
1
-0
/
+4
*
gh-95174: Move WASIX logic into wasi-env (GH-95320)
Miss Islington (bot)
2022-07-27
2
-9
/
+22
*
[3.11] gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086) (GH-...
Miss Islington (bot)
2022-07-27
1
-1
/
+1
*
gh-95205: Improve WASM README.md (GH-95267) (GH-95270)
Miss Islington (bot)
2022-07-26
2
-12
/
+112
*
gh-95205: Improve wasm README (GH-95206)
Miss Islington (bot)
2022-07-25
1
-2
/
+6
*
[3.11] GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121) ...
Brandt Bucher
2022-07-22
1
-7
/
+0
*
gh-93939: Use new MODULE_name_STATE in wasm_assets script (GH-95035)
Miss Islington (bot)
2022-07-20
1
-7
/
+6
*
gh-94773: deepfreeze: support frozensets with unsortable types (GH-94775)
Miss Islington (bot)
2022-07-12
1
-1
/
+6
*
[3.11] gh-94430: Allow params named `module` or `self` with custom C names in...
Erlend Egeberg Aasland
2022-07-07
1
-2
/
+7
*
gh-94538: Fix Argument Clinic output to custom file (GH-94539) (GH-94555)
Miss Islington (bot)
2022-07-05
1
-1
/
+1
*
gh-84461: Tool/wasm/python.html: Add subresource integrity hashes (GH-93953)
Miss Islington (bot)
2022-07-01
1
-2
/
+2
*
gh-84461: Improve WebAssembly in-browser demo (GH-91879)
Miss Islington (bot)
2022-07-01
3
-25
/
+99
*
[3.11] GH-93516: Backport GH-93769 (GH-94231)
Mark Shannon
2022-06-28
1
-0
/
+7
*
gh-84461: Build Emscripten with WASM BigInt support (GH-94219)
Miss Islington (bot)
2022-06-24
1
-1
/
+3
*
gh-84461: Fix ctypes and test_ctypes on Emscripten (GH-94142)
Miss Islington (bot)
2022-06-24
1
-0
/
+2
*
gh-93771: Clarify how deepfreeze.py is run (GH-94150)
Miss Islington (bot)
2022-06-23
1
-2
/
+4
*
[3.11] gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383) (#...
Ken Jin
2022-06-23
1
-0
/
+1
*
[3.11] GH-93516: Backport GH-93769: Speedup line number checks when tracing (...
Mark Shannon
2022-06-22
1
-0
/
+2
*
gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-3188...
Miss Islington (bot)
2022-06-22
1
-0
/
+98
*
[3.11] gh-84461: Fix Emscripten umask and permission issues (GH-94002) (GH-94...
Christian Heimes
2022-06-19
1
-0
/
+7
*
gh-84461: Fix pydebug Emscripten browser builds (GH-93982)
Miss Islington (bot)
2022-06-18
1
-12
/
+24
*
gh-84461: Document how to install SDKs manually (GH-93844)
Miss Islington (bot)
2022-06-15
1
-0
/
+78
*
gh-93824: Reenable installation of shell extension on Windows ARM64 (GH-93825)
Miss Islington (bot)
2022-06-15
3
-14
/
+24
*
gh-84461: Fix parallel testing on WebAssembly (GH-93768)
Miss Islington (bot)
2022-06-13
1
-2
/
+2
*
gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)
Miss Islington (bot)
2022-06-11
1
-4
/
+42
*
gh-84461: Emscripten's faccessat() does not accept flags (GHß92353)
Miss Islington (bot)
2022-06-07
1
-0
/
+3
*
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534) (GH-93550)
Miss Islington (bot)
2022-06-06
1
-0
/
+5
*
gh-90473: WASI requires proper open(2) flags (GH-93529)
Miss Islington (bot)
2022-06-06
1
-0
/
+3
*
gh-90473: Skip and document more failing tests on WASI (GH-93436)
Miss Islington (bot)
2022-06-02
2
-1
/
+14
*
gh-90473: Misc test fixes for WASI (GH-93218)
Miss Islington (bot)
2022-05-25
1
-1
/
+5
*
gh-90473: WASI: skip gethostname tests (GH-93092)
Miss Islington (bot)
2022-05-23
1
-0
/
+1
*
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Miss Islington (bot)
2022-05-19
3
-3
/
+45
*
gh-92256: Improve Argument Clinic parser error messages (GH-92268)
Miss Islington (bot)
2022-05-10
1
-3
/
+9
*
gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)
Victor Stinner
2022-05-06
1
-1
/
+2
[next]