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
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.11] gh-65701: document that freeze doesn't work with framework builds on m...
Miss Islington (bot)
2023-12-22
2
-0/+10
*
[3.11] gh-109408: Add the docs whitespace check from patchcheck to pre-commit...
Miss Islington (bot)
2023-10-10
1
-32/+12
*
[3.11] gh-103053: Fix test_tools.test_freeze on FreeBSD (GH-110451) (#110457)
Miss Islington (bot)
2023-10-06
1
-14/+19
*
[3.11] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multis...
Ned Deily
2023-09-28
1
-3/+3
*
[3.11] gh-109615: Fix support test_copy_python_src_ignore() (#109958) (#109962)
Victor Stinner
2023-09-27
2
-2/+16
*
[3.11] gh-109615: Fix test_tools.test_freeze SRCDIR (#109935) (#109951)
Victor Stinner
2023-09-27
1
-47/+7
*
[3.11] gh-109098: Fuzz re module instead of internal sre (GH-109911) (GH-109933)
Miss Islington (bot)
2023-09-27
1
-3/+3
*
[3.11] gh-108740: Fix "make regen-all" race condition (#108741) (#109021)
Victor Stinner
2023-09-06
1
-1/+1
*
[3.11] gh-109002: Ensure only one wheel for each vendored package (GH-109003)...
Miss Islington (bot)
2023-09-06
1
-4/+10
*
[3.11] Trim trailing whitespace and test on CI (GH-104275) (#108215)
Hugo van Kemenade
2023-08-22
2
-2/+2
*
[3.11] gh-102507 Remove invisible pagebreak characters (GH-102531) (#108266)
Miss Islington (bot)
2023-08-22
1
-7/+4
*
[3.11] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL...
Ned Deily
2023-08-18
1
-3/+3
*
[3.11] Fix the long64 reader in umarshal.py (GH-107828) (GH-107850)
Miss Islington (bot)
2023-08-10
1
-4/+4
*
[3.11] gh-86457: Fix signature for code.replace() (GH-23199) (GH-107746)
Serhiy Storchaka
2023-08-09
1
-123/+132
*
[3.11] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#â...
Charlie Zhao
2023-07-31
1
-0/+1
*
[3.11] Docs: Argument Clinic: Restructure "Basic concepts and usage" (#106981...
Erlend E. Aasland
2023-07-26
1
-7/+13
*
[3.11] gh-106970: Fix Argument Clinic 'destination <name> clear' command (#10...
Erlend E. Aasland
2023-07-22
1
-9/+14
*
wasm: do not use inline comment in .editorconfig (GH-106610)
Miss Islington (bot)
2023-07-16
1
-1/+2
*
[3.11] gh-106368: Add tests for permutation helpers in Argument Clinic (GH-10...
Miss Islington (bot)
2023-07-04
1
-2/+2
*
[3.11] gh-100340: Allows -Wno-int-conversion for wasm (GH-100341) (#106066)
Miss Islington (bot)
2023-06-28
1
-0/+3
*
[3.11] Fix c-analyzer for GCC: ignore LANG env var (GH-106173) (#106177)
Miss Islington (bot)
2023-06-28
1
-1/+7
*
[3.11] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...
Gregory P. Smith
2023-06-01
2
-2/+4
*
gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-10...
Miss Islington (bot)
2023-05-31
1
-3/+3
*
[3.11] gh-102416: Do not memoize incorrectly loop rules in the parser (GH-10...
Pablo Galindo Salgado
2023-03-06
1
-2/+3
*
gh-102151: Correctly fetch CONFIG_ARGS in Tools/freeze/test/freeze.py (GH-102...
Miss Islington (bot)
2023-02-23
1
-1/+1
*
gh-101849: Add upgrade codes for old versions of launcher that ended up with ...
Miss Islington (bot)
2023-02-13
2
-1/+22
*
gh-89792: Limit test_tools freeze test build parallelism based on the number ...
Miss Islington (bot)
2023-02-12
1
-3/+12
*
gh-89792: Prevent test_tools from copying 1000M of "source" in freeze test (G...
Miss Islington (bot)
2023-02-12
1
-1/+13
*
gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)
Steve Dower
2023-02-09
1
-2/+2
*
[3.11] gh-101046: Fix a potential memory leak in the parser when raising Memo...
Pablo Galindo Salgado
2023-01-16
1
-1/+1
*
[3.11] gh-89419: gdb: fix bug causing AttributeError in py-locals when no fra...
Eli Schwartz
2023-01-04
1
-0/+1
*
[3.11] GH-100342: check for allocation failure in AC `*args` parsing (GH-1003...
Kumar Aditya
2022-12-28
1
-0/+4
*
[3.11] gh-64490: Fix bugs in argument clinic varargs processing (GH-32092) (#...
colorfulappl
2022-12-28
1
-5/+6
*
[3.11] gh-100454: Start running SSL tests with OpenSSL 3.1.0-beta1 (#100486)
Gregory P. Smith
2022-12-24
1
-4/+4
*
[3.11] gh-99240: Fix double-free bug in Argument Clinic str_converter generat...
colorfulappl
2022-12-20
1
-2/+23
*
[3.11] gh-64490: Fix refcount error when arguments are packed to tuple in arg...
colorfulappl
2022-12-19
1
-1/+1
*
[3.11] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100230)
colorfulappl
2022-12-17
1
-0/+1
*
[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-16
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
[next]