Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.0b1
/
Tools
tag
34ecdf95f328a7c486fa101880a1e4e8e56ef276
tagger
Pablo Galindo <pablogsal@gmail.com>
Fri May 06 22:56:27 2022
object
8d32a5c8c4e9c90b0a21e8b2fa0cd567465ced2b
Python 3.11.0b1
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
af0a50d
bpo-47024: Update OpenSSL to 1.1.1n (GH-31895)
by Christian Heimes
· 3 years, 5 months ago
52f6ce3
Tools/gdb: Drop code to support Python 2. (GH-31717)
by Inada Naoki
· 3 years, 5 months ago
23abae6
CI: Fix patchcheck (GH-31708)
by Hugo van Kemenade
· 3 years, 5 months ago
ecfff63
bpo-40280: Disable AF_UNIX, AF_PACKET, SO_REUSE* on Emscripten (#31829)
by Christian Heimes
· 3 years, 5 months ago
de554d6
bpo-40280: Skip more tests/features that don't apply to Emscripten (GH-31791)
by Christian Heimes
· 3 years, 5 months ago
8714b6f
bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616)
by Kumar Aditya
· 3 years, 5 months ago
5081e78
bpo-40280: Block more non-working syscalls in Emscripten (GH-31757)
by Christian Heimes
· 3 years, 5 months ago
77446d2
bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31726)
by Steve Dower
· 3 years, 5 months ago
7f07b5e
Update grammar_grapher with the new forced (&&) directive (#31704)
by Luca Chiodini
· 3 years, 6 months ago
6927632
Remove trailing spaces (GH-31695)
by Serhiy Storchaka
· 3 years, 6 months ago
8f31bf4
bpo-46744: Move Windows ARM64 installation directory to correct ProgramFiles (GH-31677)
by Steve Dower
· 3 years, 6 months ago
9833bb9
bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
by Inada Naoki
· 3 years, 6 months ago
21099fc
bpo-46712: Let generate_global_objects.py Run on Earlier Python Versions (gh-31637)
by Eric Snow
· 3 years, 6 months ago
08deed1
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
by Eric Snow
· 3 years, 6 months ago
4558af5
bpo-46841: Move the cache for `LOAD_GLOBAL` inline. (GH-31575)
by Mark Shannon
· 3 years, 6 months ago
da7d99a
bpo-46567: Add Tcl/Tk build for Windows ARM64 (GH-31574)
by Steve Dower
· 3 years, 6 months ago
0d9b565
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
by Kumar Aditya
· 3 years, 6 months ago
eb002db
bpo-46712: Share global string identifiers in deepfreeze (GH-31261)
by Kumar Aditya
· 3 years, 6 months ago
0f41aac
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
by Brandt Bucher
· 3 years, 6 months ago
2c228a7
bpo-46748: Don't import <stdbool.h> in public headers (GH-31553)
by Petr Viktorin
· 3 years, 6 months ago
4dc7463
bpo-46430: Fix memory leak in interned strings of deep-frozen modules (GH-31549)
by Kumar Aditya
· 3 years, 6 months ago
042f31d
bpo-45459: C API uses type names rather than structure names (GH-31528)
by Victor Stinner
· 3 years, 6 months ago
1f45536
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects (gh-31366)
by Eric Snow
· 3 years, 6 months ago
09487c1
Fix reporting of specialization stats. (GH-31503)
by Mark Shannon
· 3 years, 6 months ago
1320d56
Remove pair-counts from specialization stats. (GH-31500)
by Mark Shannon
· 3 years, 6 months ago
4d8a515
bpo-46541: Scan Fewer Files in generate_global_objects.py (gh-31364)
by Eric Snow
· 3 years, 6 months ago
6c89589
bpo-46541: Drop the check for orphaned global strings. (gh-31363)
by Eric Snow
· 3 years, 6 months ago
12360aa
bpo-46541: Discover the global strings. (gh-31346)
by Eric Snow
· 3 years, 6 months ago
1d90364
Regen the global objects using PYTHON_FOR_REGEN. (gh-31344)
by Eric Snow
· 3 years, 6 months ago
0ade875
Add pair counts to stats output and summary. (GH-31324)
by Mark Shannon
· 3 years, 6 months ago
80e4f26
bpo-36876: Make sure the c-analyzer is checking all the source files.' (gh-31264)
by Eric Snow
· 3 years, 6 months ago
390459d
Allow the parser to avoid nested processing of invalid rules (GH-31252)
by Pablo Galindo Salgado
· 3 years, 6 months ago
b0662ae
Add stats for PRECALL_FUNCTION. (GH-31250)
by Mark Shannon
· 3 years, 6 months ago
cfc1cec
Right justify numeric columns in stats summary script. (GH-31234)
by Mark Shannon
· 3 years, 6 months ago
cb68788
bpo-36876: Minor cleanup to c-analyzer "ignored" data.' (gh-31239)
by Eric Snow
· 3 years, 6 months ago
c0a5ebe
bpo-46430: Intern strings in deep-frozen modules (GH-30683)
by Kumar Aditya
· 3 years, 6 months ago
f71a69a
bpo-46072: Output stats as markdown with collapsible sections. (GH-31228)
by Mark Shannon
· 3 years, 6 months ago
77bab59
bpo-36876: Update the c-analyzer whitelist. (gh-31225)
by Eric Snow
· 3 years, 6 months ago
81c7204
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
by Eric Snow
· 3 years, 6 months ago
c018d30
bpo-45952: Get the C analyzer tool working again. (gh-31220)
by Eric Snow
· 3 years, 6 months ago
1e6214d
bpo-45952: Get the C analyzer tool working again. (gh-31219)
by Eric Snow
· 3 years, 6 months ago
328fe3f
Print summary stats for overall success of specialization. (GH-31211)
by Mark Shannon
· 3 years, 6 months ago
96b344c
bpo-40280: Address more test failures on Emscripten (GH-31050)
by Christian Heimes
· 3 years, 6 months ago
9d4161a
bpo-46608: Fix argument parsing in freeze_modules.py (GH-31131)
by Kumar Aditya
· 3 years, 6 months ago
bf95ff9
bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB space (GH-31074)
by Kumar Aditya
· 3 years, 7 months ago
832876b
Add miss stats for specialized instructions. (GH-31108)
by Mark Shannon
· 3 years, 7 months ago
ba650af
Optimize images by IMGbot (GH-21348)
by Manish Kumar ⛄
· 3 years, 7 months ago
164a017
bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator. (#31015)
by Gregory P. Smith
· 3 years, 7 months ago
0d05da1
Add specialization stats for FOR_ITER. (GH-31079)
by Mark Shannon
· 3 years, 7 months ago
Next »