Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.1
/
Tools
tag
92f76e215d500a11861f0318dccd8576a26b7876
tagger
Pablo Galindo <pablogsal@gmail.com>
Tue Dec 06 19:05:29 2022
object
a7a450f84a087421603170c2dad226bb881d4d9a
Python 3.11.1
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
1f631ae
gh-81057: Fix indent. (gh-92267)
by Eric Snow
· 3 years, 4 months ago
804f252
gh-91320: Use _PyCFunction_CAST() (#92251)
by Victor Stinner
· 3 years, 4 months ago
456cd51
gh-81057: Get the c-analyzer tool working again. (gh-92246)
by Eric Snow
· 3 years, 4 months ago
b270b82
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
by Victor Stinner
· 3 years, 4 months ago
b156578
gh-92031: Deoptimize Static Code at Finalization (GH-92039)
by Dennis Sweeney
· 3 years, 4 months ago
a055dac
gh-91583: AC: Fix regression for functions with defining_class (GH-91739)
by Serhiy Storchaka
· 3 years, 4 months ago
83bce8e
gh-91324: Convert the stable ABI manifest to TOML (GH-92026)
by Petr Viktorin
· 3 years, 4 months ago
89c6b2b
bpo-36329: Remove 'make -C Doc serve' in favour of 'make -C Doc htmlview' (GH-32354)
by Hugo van Kemenade
· 3 years, 4 months ago
6dcbc08
gh-91324: List feature macros in the stable ABI manifest, improve tests (GH-32415)
by Petr Viktorin
· 3 years, 4 months ago
64a54e5
gh-91719: Add pycore_opcode.h internal header file (#91906)
by Victor Stinner
· 3 years, 4 months ago
92c1037
gh-84461: Add --enable-wasm-pthreads and more file systems (GH-91820)
by Christian Heimes
· 3 years, 4 months ago
9b5ca54
gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)
by Christian Heimes
· 3 years, 4 months ago
f912cc0
gh-91575: Add a script for generating data for case-insensitive matching in re (GH-91660)
by Serhiy Storchaka
· 3 years, 4 months ago
f8dc618
GH-91719: Make MSVC generate somewhat faster switch code (#91718)
by Guido van Rossum
· 3 years, 4 months ago
ac4ffd3
bpo-47169: Export PyOS_CheckStack on Windows (GH-32414)
by Petr Viktorin
· 3 years, 4 months ago
944fffe
GH-88116: Use a compact format to represent end line and column offsets. (GH-91666)
by Mark Shannon
· 3 years, 4 months ago
ab0d35d
bpo-46712: share more global strings in deepfreeze (gh-32152)
by Kumar Aditya
· 3 years, 4 months ago
dbd9d75
Add some information about where pynche has moved to (#91650)
by Barry Warsaw
· 3 years, 4 months ago
7173fd5
Remove the ancient Pynche color editor (#91554)
by Barry Warsaw
· 3 years, 4 months ago
37965d2
gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)
by Dennis Sweeney
· 3 years, 4 months ago
9300b6d
gh-91595: fix the comparison of character and integer by using ord() (#91596)
by Yu Liu
· 3 years, 4 months ago
1b34b56
gh-91404: Use computed gotos and reduce indirection in re (#91495)
by Brandt Bucher
· 3 years, 4 months ago
c9d41bc
gh-91428: include specialized opcodes in _PyOpcode_OpName (GH-91467)
by Dennis Sweeney
· 3 years, 4 months ago
13b17e2
gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)
by Inada Naoki
· 3 years, 4 months ago
474fdbe
bpo-47152: Automatically regenerate sre_constants.h (GH-91439)
by Serhiy Storchaka
· 3 years, 4 months ago
8a35ce3
gh-91428: Add _PyOpcode_OpName to opcode.h of debug builds (GH-91430)
by Dennis Sweeney
· 3 years, 4 months ago
defbbd6
bpo-40280: WASM docs and smaller browser builds (GH-32412)
by Christian Heimes
· 3 years, 4 months ago
1c2fddd
Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition (GH-32365)
by Petr Viktorin
· 3 years, 4 months ago
ef6a482
bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)
by Brandt Bucher
· 3 years, 4 months ago
612e422
bpo-46576: Speed up test_peg_generator by using a static library for shared sources (GH-32338)
by Jeremy Kloth
· 3 years, 4 months ago
d79f118
bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-32196)
by Petr Viktorin
· 3 years, 4 months ago
96e0983
bpo-40280: Add limited Emscripten REPL (GH-32284)
by Christian Heimes
· 3 years, 5 months ago
c9844cb
bpo-40280: Add --enable-wasm-dynamic-linking (GH-32253)
by Christian Heimes
· 3 years, 5 months ago
1578f06
bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)
by Serhiy Storchaka
· 3 years, 5 months ago
4ed8a9a
bpo-40280: Enable most file-at() and nanosleep APIs again (GH-32238)
by Christian Heimes
· 3 years, 5 months ago
e7bb7c2
bpo-47146: Stop Depending On regen-deepfreeze For regen-global-objects (gh-32218)
by Eric Snow
· 3 years, 5 months ago
db4dada
bpo-47146: Avoid Using make Recursively (gh-32206)
by Eric Snow
· 3 years, 5 months ago
2ab609d
bpo-47171: Enable installing the py.exe launcher on Windows ARM64 (GH-32203)
by Steve Dower
· 3 years, 5 months ago
6881ea9
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
by Hugo van Kemenade
· 3 years, 5 months ago
bad86a6
bpo-46566: Add new py.exe launcher implementation (GH-32062)
by Steve Dower
· 3 years, 5 months ago
785cc67
bpo-46429: tweak deepfreeze output (#32107)
by Kumar Aditya
· 3 years, 5 months ago
febf54b
bpo-46712: Do not Regen Deep-Frozen Modules before Generating Global Objects (gh-32061)
by Eric Snow
· 3 years, 5 months ago
4aea656
bpo-32033: Finalize WASI configure options (GH-32053)
by Christian Heimes
· 3 years, 5 months ago
88872a2
bpo-47084: Clear Unicode cached representations on finalization (GH-32032)
by Jeremy Kloth
· 3 years, 5 months ago
3751b6b
bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038)
by Steve Dower
· 3 years, 5 months ago
2bde682
bpo-46841: Quicken code in-place (GH-31888)
by Brandt Bucher
· 3 years, 5 months ago
d7a93cb
summarize_stats.py: add pairs by opcode (GH-31957)
by Dennis Sweeney
· 3 years, 5 months ago
ef1327e
bpo-40280: Skip more tests on Emscripten (GH-31947)
by Christian Heimes
· 3 years, 5 months ago
7c77652
bpo-47032: Ensure Windows install builds fail correctly with a non-zero exit code when part of the build fails (GH-31921)
by Steve Dower
· 3 years, 5 months ago
7088120
bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920)
by Steve Dower
· 3 years, 5 months ago
Next »