Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.11
/
Tools
tag
f2b767713873bacdac89fafb0b6abe54b241612f
tagger
Pablo Galindo <pablogsal@gmail.com>
Tue Dec 03 17:20:47 2024
object
d03b868578a29d9d64f829459b584eed48862056
Python 3.11.11
e84015f
[3.11] gh-123418: Update CI to use fresh OpenSSL releases (GH-123675) (#123699)
by Zachary Ware
· 10 months ago
34e808e
[3.11] gh-116576: Fix `Tools/scripts/sortperf.py` sorting the same list (GH-116577) (#116583)
by Miss Islington (bot)
· 1 year, 5 months ago
4637a1f
[3.11] GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/preview2 primitives (GH-116327) (GH-116373) (GH-116384)
by Brett Cannon
· 1 year, 5 months ago
f4672e2
[3.11] chore: fix typos (GH-116345) (#116375)
by Terry Jan Reedy
· 1 year, 5 months ago
7fa3318
[3.11] gh-116265: Remove obsolete sentence. (GH-116284) (#116332)
by Miss Islington (bot)
· 1 year, 6 months ago
862775b
[3.11] GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228) (GH-116232)
by Miss Islington (bot)
· 1 year, 6 months ago
677356b
gh-115554: Improved logic for handling multiple existing py.exe launcher installs (GH-116201)
by Steve Dower
· 1 year, 6 months ago
9126232
[3.11] gh-108303: Move `Lib/test/sortperf.py` to `Tools/scripts` (GH-114687) (#115626)
by Miss Islington (bot)
· 1 year, 6 months ago
9bb3f56
[3.11] [3.12] GH-113516: don't set `LDSHARED` when building for WASI (GH-115495) (GH-115496) (GH-115497)
by Miss Islington (bot)
· 1 year, 6 months ago
e071b0d
[3.11] Upgrade bundled libexpat to 2.6.0 (GH-115399) (GH-115468)
by Seth Michael Larson
· 1 year, 6 months ago
b86fdf2
[3.11] gh-114563: C decimal falls back to pydecimal for unsupported format strings (GH-114879) (GH-115384)
by John Belmonte
· 1 year, 6 months ago
ead9e78
[3.11] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016) (#115069)
by Erlend E. Aasland
· 1 year, 6 months ago
319e695
[3.11] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (GH-115057)
by Ned Deily
· 1 year, 6 months ago
706b40e
[3.11] gh-65701: document that freeze doesn't work with framework builds on macOS (GH-113352) (#113361)
by Miss Islington (bot)
· 1 year, 8 months ago
d099def
[3.11] gh-109408: Add the docs whitespace check from patchcheck to pre-commit (GH-109854) (#110595)
by Miss Islington (bot)
· 1 year, 10 months ago
4499e6c
[3.11] gh-103053: Fix test_tools.test_freeze on FreeBSD (GH-110451) (#110457)
by Miss Islington (bot)
· 1 year, 11 months ago
1fd6a73
[3.11] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests to use 1.1.1w, 3.0.11, and 3.1.3. (#110006)
by Ned Deily
· 1 year, 11 months ago
8ac20e5
[3.11] gh-109615: Fix support test_copy_python_src_ignore() (#109958) (#109962)
by Victor Stinner
· 1 year, 11 months ago
2423168
[3.11] gh-109615: Fix test_tools.test_freeze SRCDIR (#109935) (#109951)
by Victor Stinner
· 1 year, 11 months ago
8ed9bda
[3.11] gh-109098: Fuzz re module instead of internal sre (GH-109911) (GH-109933)
by Miss Islington (bot)
· 1 year, 11 months ago
ed233dd
[3.11] gh-108740: Fix "make regen-all" race condition (#108741) (#109021)
by Victor Stinner
· 2 years ago
d631b82
[3.11] gh-109002: Ensure only one wheel for each vendored package (GH-109003) (#109006)
by Miss Islington (bot)
· 2 years ago
d678ee7
[3.11] Trim trailing whitespace and test on CI (GH-104275) (#108215)
by Hugo van Kemenade
· 2 years ago
dd0a1f9
[3.11] gh-102507 Remove invisible pagebreak characters (GH-102531) (#108266)
by Miss Islington (bot)
· 2 years ago
441797d
[3.11] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, and 3.1.2. (GH-108119)
by Ned Deily
· 2 years ago
202efe1
[3.11] Fix the long64 reader in umarshal.py (GH-107828) (GH-107850)
by Miss Islington (bot)
· 2 years ago
edaa0db
[3.11] gh-86457: Fix signature for code.replace() (GH-23199) (GH-107746)
by Serhiy Storchaka
· 2 years ago
a15d06c
[3.11] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#… (#107490)
by Charlie Zhao
· 2 years, 1 month ago
00b65da
[3.11] Docs: Argument Clinic: Restructure "Basic concepts and usage" (#106981) (#107327)
by Erlend E. Aasland
· 2 years, 1 month ago
63c945a
[3.11] gh-106970: Fix Argument Clinic 'destination <name> clear' command (#106972) (#107059)
by Erlend E. Aasland
· 2 years, 1 month ago
9aeb9d1
wasm: do not use inline comment in .editorconfig (GH-106610)
by Miss Islington (bot)
· 2 years, 1 month ago
9f8aa7a
[3.11] gh-106368: Add tests for permutation helpers in Argument Clinic (GH-106407) (#106410)
by Miss Islington (bot)
· 2 years, 2 months ago
966e0f6
[3.11] gh-100340: Allows -Wno-int-conversion for wasm (GH-100341) (#106066)
by Miss Islington (bot)
· 2 years, 2 months ago
9cc05334
[3.11] Fix c-analyzer for GCC: ignore LANG env var (GH-106173) (#106177)
by Miss Islington (bot)
· 2 years, 2 months ago
a5d2b54
[3.11] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (#105200)
by Gregory P. Smith
· 2 years, 3 months ago
3b0747a
gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-105147)
by Miss Islington (bot)
· 2 years, 3 months ago
58de2eb
[3.11] gh-102416: Do not memoize incorrectly loop rules in the parser (GH-102467). (#102473)
by Pablo Galindo Salgado
· 2 years, 6 months ago
3cc0012
gh-102151: Correctly fetch CONFIG_ARGS in Tools/freeze/test/freeze.py (GH-102152)
by Miss Islington (bot)
· 2 years, 6 months ago
fd155b9
gh-101849: Add upgrade codes for old versions of launcher that ended up with later version numbers (GH-101877)
by Miss Islington (bot)
· 2 years, 6 months ago
cec99ed
gh-89792: Limit test_tools freeze test build parallelism based on the number of cores (GH-101841)
by Miss Islington (bot)
· 2 years, 6 months ago
d17cc3d
gh-89792: Prevent test_tools from copying 1000M of "source" in freeze test (GH-101837)
by Miss Islington (bot)
· 2 years, 6 months ago
52a03a0
gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)
by Steve Dower
· 2 years, 6 months ago
31b82ab
[3.11] gh-101046: Fix a potential memory leak in the parser when raising MemoryError (GH-101051) (#101085)
by Pablo Galindo Salgado
· 2 years, 7 months ago
d8073ee
[3.11] gh-89419: gdb: fix bug causing AttributeError in py-locals when no frame is available (GH-100611) (#100738)
by Eli Schwartz
· 2 years, 8 months ago
ebe4288
[3.11] GH-100342: check for allocation failure in AC `*args` parsing (GH-100343). (#100568)
by Kumar Aditya
· 2 years, 8 months ago
a3dbd4c
[3.11] gh-64490: Fix bugs in argument clinic varargs processing (GH-32092) (#100368)
by colorfulappl
· 2 years, 8 months ago
341bdd6
[3.11] gh-100454: Start running SSL tests with OpenSSL 3.1.0-beta1 (#100486)
by Gregory P. Smith
· 2 years, 8 months ago
ba8e30c
[3.11] gh-99240: Fix double-free bug in Argument Clinic str_converter generated code (GH-99241) (#100352)
by colorfulappl
· 2 years, 8 months ago
c42a4ad
[3.11] gh-64490: Fix refcount error when arguments are packed to tuple in argument clinic (GH-99233) (#100338)
by colorfulappl
· 2 years, 8 months ago
dd323af
[3.11] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100230)
by colorfulappl
· 2 years, 8 months ago
49f2eee
[3.11] gh-99016: Make build scripts compatible with Python 3.8 (GH-99017). (GH-99693)
by Serhiy Storchaka
· 2 years, 9 months ago
b5874fa
[3.11] gh-95731: Fix module docstring extraction in pygettext (GH-95732) (#98281)
by Miss Islington (bot)
· 2 years, 10 months ago
f07ee41
[3.11] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729) (GH-97757)
by Serhiy Storchaka
· 2 years, 11 months ago
0fbee30
gh-90989: Clarify some installer text (GH-97668)
by Steve Dower
· 2 years, 11 months ago
94582bb
gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613)
by Miss Islington (bot)
· 2 years, 11 months ago
876606f
[3.11] gh-96883: browser: include concurrent.futures (GH-96886) (GH-96888)
by Christian Heimes
· 3 years ago
fe4f2f9
gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matching UUIDs with official releases (GH-96755)
by Miss Islington (bot)
· 3 years ago
8238fa9
gh-84461: Omit resource mod and getresuid funcs on Emscripten (GH-96303)
by Miss Islington (bot)
· 3 years ago
4958820
[3.11] gh-95853: Add script to automate WASM build (GH-95828, GH-95985, GH-96045, GH-96389, GH-96744) (GH-96749)
by Christian Heimes
· 3 years ago
390123b
[3.11] gh-96320: WASI socket fixes (GH-96388) (GH-#96748)
by Miss Islington (bot)
· 3 years ago
882c7cf
gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683)
by Miss Islington (bot)
· 3 years ago
7604456
bpo-46744: Support "-Win32" and make platform flags case insensitive in Windows build scripts. (GH-31803)
by Miss Islington (bot)
· 3 years ago
a42215c
gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650) (GH-95780)
by Miss Islington (bot)
· 3 years ago
f5011df
gh-95587: Fixes some upgrade detection issues in the Windows installer (GH-95631)
by Miss Islington (bot)
· 3 years ago
3192fd7
gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465)
by Miss Islington (bot)
· 3 years, 1 month ago
e62a0df
[3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503)
by Christian Heimes
· 3 years, 1 month ago
06b5f78
[3.11] gh-95174: WASI: skip missing sockets functions (GH-95179) (GH-95308)
by Christian Heimes
· 3 years, 1 month ago
25086f1
gh-95174: Move WASIX logic into wasi-env (GH-95320)
by Miss Islington (bot)
· 3 years, 1 month ago
202311c
[3.11] gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086) (GH-95307)
by Miss Islington (bot)
· 3 years, 1 month ago
6284f23
gh-95205: Improve WASM README.md (GH-95267) (GH-95270)
by Miss Islington (bot)
· 3 years, 1 month ago
df95ad3
gh-95205: Improve wasm README (GH-95206)
by Miss Islington (bot)
· 3 years, 1 month ago
5a48ab0
[3.11] GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121) (GH-95143)
by Brandt Bucher
· 3 years, 1 month ago
e98728a
gh-93939: Use new MODULE_name_STATE in wasm_assets script (GH-95035)
by Miss Islington (bot)
· 3 years, 1 month ago
cdd0cab
gh-94773: deepfreeze: support frozensets with unsortable types (GH-94775)
by Miss Islington (bot)
· 3 years, 1 month ago
c0b7868
[3.11] gh-94430: Allow params named `module` or `self` with custom C names in AC (GH-94431) (#94649)
by Erlend Egeberg Aasland
· 3 years, 1 month ago
e284468
gh-94538: Fix Argument Clinic output to custom file (GH-94539) (GH-94555)
by Miss Islington (bot)
· 3 years, 1 month ago
9fa9661
gh-84461: Tool/wasm/python.html: Add subresource integrity hashes (GH-93953)
by Miss Islington (bot)
· 3 years, 2 months ago
ca58ca8
gh-84461: Improve WebAssembly in-browser demo (GH-91879)
by Miss Islington (bot)
· 3 years, 2 months ago
3b4f5ed
[3.11] GH-93516: Backport GH-93769 (GH-94231)
by Mark Shannon
· 3 years, 2 months ago
c966e08
gh-84461: Build Emscripten with WASM BigInt support (GH-94219)
by Miss Islington (bot)
· 3 years, 2 months ago
4d2c972
gh-84461: Fix ctypes and test_ctypes on Emscripten (GH-94142)
by Miss Islington (bot)
· 3 years, 2 months ago
ee82f0f
gh-93771: Clarify how deepfreeze.py is run (GH-94150)
by Miss Islington (bot)
· 3 years, 2 months ago
852b4d4
[3.11] gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383) (#93493)
by Ken Jin
· 3 years, 2 months ago
3ece6e6
[3.11] GH-93516: Backport GH-93769: Speedup line number checks when tracing (GH-94127)
by Mark Shannon
· 3 years, 2 months ago
8c2af49
gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885) (GH-94121)
by Miss Islington (bot)
· 3 years, 2 months ago
1073184
[3.11] gh-84461: Fix Emscripten umask and permission issues (GH-94002) (GH-94006)
by Christian Heimes
· 3 years, 2 months ago
6c8eb95
gh-84461: Fix pydebug Emscripten browser builds (GH-93982)
by Miss Islington (bot)
· 3 years, 2 months ago
6e28032
gh-84461: Document how to install SDKs manually (GH-93844)
by Miss Islington (bot)
· 3 years, 2 months ago
8786407
gh-93824: Reenable installation of shell extension on Windows ARM64 (GH-93825)
by Miss Islington (bot)
· 3 years, 2 months ago
02ff1cc
gh-84461: Fix parallel testing on WebAssembly (GH-93768)
by Miss Islington (bot)
· 3 years, 2 months ago
4c88104
gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)
by Miss Islington (bot)
· 3 years, 2 months ago
5203255
gh-84461: Emscripten's faccessat() does not accept flags (GHß92353)
by Miss Islington (bot)
· 3 years, 2 months ago
6787a8f
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534) (GH-93550)
by Miss Islington (bot)
· 3 years, 2 months ago
20be4a1
gh-90473: WASI requires proper open(2) flags (GH-93529)
by Miss Islington (bot)
· 3 years, 2 months ago
1d2b766
gh-90473: Skip and document more failing tests on WASI (GH-93436)
by Miss Islington (bot)
· 3 years, 3 months ago
0fb70ce
gh-90473: Misc test fixes for WASI (GH-93218)
by Miss Islington (bot)
· 3 years, 3 months ago
a29b1f8
gh-90473: WASI: skip gethostname tests (GH-93092)
by Miss Islington (bot)
· 3 years, 3 months ago
7afccd3
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
by Miss Islington (bot)
· 3 years, 3 months ago
de33490
gh-92256: Improve Argument Clinic parser error messages (GH-92268)
by Miss Islington (bot)
· 3 years, 3 months ago
329afe7
gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)
by Victor Stinner
· 3 years, 3 months ago
Next »