Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.12.0a3
/
Tools
tag
f63275866447e30b9241f4db56f9fde6b7267f6c
tagger
Thomas Wouters <thomas@python.org>
Tue Dec 06 18:35:17 2022
object
b6bd7ffcbc1ffaa68e3423e7415ef8ba0f8a188d
Python 3.12.0a3
9dc787e
GH-100026: Include the number of raw input files in summarize_stats.py (GH-100027)
by Michael Droettboom
· 2 years, 9 months ago
530cc9d
gh-99741: Implement Multi-Phase Init for the _xxsubinterpreters Module (gh-99742)
by Eric Snow
· 2 years, 9 months ago
acf9184
GH-98831: Support cache effects in super- and macro instructions (#99601)
by Guido van Rossum
· 2 years, 9 months ago
bf94c65
GH-99905: Fix output of misses in summarize_stats.py execution counts (GH-99906)
by Michael Droettboom
· 2 years, 9 months ago
0da7283
gh-64490: Fix bugs in argument clinic varargs processing (#32092)
by colorfulappl
· 2 years, 9 months ago
8dbe08e
gh-99240: Fix double-free bug in Argument Clinic str_converter generated code (GH-99241)
by colorfulappl
· 2 years, 9 months ago
69f6cc7
gh-64490: Fix refcount error when arguments are packed to tuple in argument clinic (#99233)
by colorfulappl
· 2 years, 9 months ago
8f18ac0
GH-98831: Add `macro` and `op` and their implementation to DSL (#99495)
by Guido van Rossum
· 2 years, 9 months ago
c450c8c
gh-96002: Add functional test for Argument Clinic (#96178)
by colorfulappl
· 2 years, 9 months ago
4f5e1cb
GH-98831: Refactor and fix cases generator (#99526)
by Guido van Rossum
· 2 years, 9 months ago
9db1e17
gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)
by Eric Snow
· 2 years, 9 months ago
01fa907
gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)
by Eric Snow
· 2 years, 9 months ago
5f55067
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
by Eric Snow
· 2 years, 9 months ago
e37744f
GH-98831: Implement basic cache effects (#99313)
by Guido van Rossum
· 2 years, 9 months ago
3c57971
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
by Eric Snow
· 2 years, 9 months ago
e874c2f
gh-81057: Move the Remaining Import State Globals to _PyRuntimeState (gh-99488)
by Eric Snow
· 2 years, 9 months ago
a088290
gh-81057: Move Global Variables Holding Objects to _PyRuntimeState. (gh-99487)
by Eric Snow
· 2 years, 9 months ago
7f3a4b9
gh-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402)
by Eric Snow
· 2 years, 9 months ago
67807cf
gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)
by Eric Snow
· 2 years, 9 months ago
f531b68
gh-81057: Add PyInterpreterState.static_objects (gh-99397)
by Eric Snow
· 2 years, 9 months ago
dd36b71
gh-81057: Move the Extension Modules Cache to _PyRuntimeState (gh-99355)
by Eric Snow
· 2 years, 9 months ago
fe55ff3
gh-81057: Generate a Separate Initializer For Each Part of the Global Objects Initializer (gh-99389)
by Eric Snow
· 2 years, 9 months ago
8fe1a88
Fix typo in Tools/wasm/README.md (GH-99384)
by Ikko Ashimine
· 2 years, 9 months ago
e00d730
Update github CI to use OpenSSL 1.1.1s and 3.0.7. (#99364)
by Gregory P. Smith
· 2 years, 9 months ago
73679b1
gh-90110: Update the C-analyzer Tool (gh-99307)
by Eric Snow
· 2 years, 9 months ago
4ce2a20
gh-99300: Use Py_NewRef() in Parser/ directory (#99330)
by Victor Stinner
· 2 years, 9 months ago
1e197e6
GH-96421: Insert shim frame on entry to interpreter (GH-96319)
by Mark Shannon
· 2 years, 9 months ago
c7f5708
GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)
by Brandt Bucher
· 2 years, 9 months ago
0124b5d
gh-90868: Add _PyStaticObject_CheckRefcnt() function (#99261)
by Victor Stinner
· 2 years, 9 months ago
52f91c6
gh-90868: Adjust the Generated Objects (gh-99223)
by Eric Snow
· 2 years, 9 months ago
d45cc80
gh-98627: Add the _testsinglephase Module (gh-99039)
by Eric Snow
· 2 years, 9 months ago
f1a6546
GH-98831: Simple input-output stack effects for bytecodes.c (#99120)
by Guido van Rossum
· 2 years, 9 months ago
e56e33d
gh-72719: Remove asyncore and asynchat modules (#96580)
by Nikita Sobolev
· 2 years, 9 months ago
7dcd28e
GH-98831: Implement super-instruction generation (#99084)
by Guido van Rossum
· 2 years, 10 months ago
d04899a
GH-99104: Update headers for bytecodes.c and generate_cases.py (#99112)
by Guido van Rossum
· 2 years, 10 months ago
c885623
GH-98831: Auto-generate PREDICTED() macro calls (#99102)
by Guido van Rossum
· 2 years, 10 months ago
2844aa6
Support comparing two sets of pystats (GH-98816)
by Michael Droettboom
· 2 years, 10 months ago
0faa0ba
gh-92584: Remove the distutils package (#99061)
by Victor Stinner
· 2 years, 10 months ago
e99c507
gh-92584: Remove references to removed _bootsubprocess (#99062)
by Victor Stinner
· 2 years, 10 months ago
a60ddd3
gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)
by Victor Stinner
· 2 years, 10 months ago
916af11
GH-98831: Remove redundant extract_cases.py script (GH-99065)
by Guido van Rossum
· 2 years, 10 months ago
8c4de57
gh-98948: Remove obsolete readelf dependency (#98949)
by serge-sans-paille
· 2 years, 10 months ago
41bc101
GH-98831: "Generate" the interpreter (#98830)
by Guido van Rossum
· 2 years, 10 months ago
f520d72
gh-99016: Make build scripts compatible with Python 3.8 (GH-99017)
by Serhiy Storchaka
· 2 years, 10 months ago
276d777
GH-98686: Quicken everything (GH-98687)
by Brandt Bucher
· 2 years, 10 months ago
de69816
gh-90716: add _pylong.py module (#96673)
by Neil Schemenauer
· 2 years, 10 months ago
1f737ed
gh-96143: Move the perf trampoline files to the Python directory (#98675)
by Pablo Galindo Salgado
· 2 years, 10 months ago
1863302
gh-97669: Create Tools/build/ directory (#97963)
by Victor Stinner
· 2 years, 10 months ago
120b4ab
gh-95731: Fix module docstring extraction in pygettext (#95732)
by Jakub Kuczys
· 2 years, 10 months ago
d09d2c7
gh-97669: Remove Tools/scripts/startuptime.py (#98214)
by Victor Stinner
· 2 years, 10 months ago
0895c2a
gh-97669: Create Tools/patchcheck/ directory (#98186)
by Victor Stinner
· 2 years, 10 months ago
454a6d6
gh-97669: Remove abitype.py and pep384_macrocheck.py (#98165)
by Victor Stinner
· 2 years, 10 months ago
e0ae9dd
gh-97669: Remove outdated example scripts (#97675) (#98167)
by Victor Stinner
· 2 years, 10 months ago
b399115
gh-95756: Lazily created cached co_* attrs (GH-97791)
by Ken Jin
· 2 years, 10 months ago
4ed00be
gh-68686: Retire eptag ptag scripts (#98064)
by Joannah Nanjekye
· 2 years, 10 months ago
34e6f35
gh-92886: [clinic.py] raise exception on invalid input instead of assertion (GH-98051)
by Irit Katriel
· 2 years, 10 months ago
002252c
gh-97669: Move difflib examples to Doc/includes/ (#97964)
by Victor Stinner
· 2 years, 11 months ago
bbc7cd6
gh-97008: Add a Python implementation of AttributeError and NameError suggestions (#97022)
by Łukasz Langa
· 2 years, 11 months ago
116fa62
gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)
by Victor Stinner
· 2 years, 11 months ago
6cbbc26
gh-97669: Remove outdated example scripts (#97675)
by Victor Stinner
· 2 years, 11 months ago
64fe343
gh-97681: Remove Tools/demo/ directory (#97682)
by Victor Stinner
· 2 years, 11 months ago
0ee9619
gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729)
by Serhiy Storchaka
· 2 years, 11 months ago
273a819
gh-90110: Update the c-analyzer Tool (gh-97695)
by Eric Snow
· 2 years, 11 months ago
ff54dd9
gh-90989: Install Windows launcher per-user, and clarify some installer text (GH-97655)
by Steve Dower
· 2 years, 11 months ago
73942e4
gh-97649: The Tools directory is no longer installed on Windows (GH-97653)
by Steve Dower
· 2 years, 11 months ago
83a0f44
gh-97612: Fix shell injection in get-remote-certificate.py (#97613)
by Victor Stinner
· 2 years, 11 months ago
0c1d7a0
bpo-47243: Duplicate entry in 'Objects/unicodetype_db.h' (GH-32376)
by LiarPrincess
· 2 years, 11 months ago
0b62964
gh-96883: browser: include concurrent.futures (GH-96886)
by Christian Heimes
· 3 years ago
fd1e477
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
by Benjamin Peterson
· 3 years ago
1756ffd
gh-90110: Fix the c-analyzer Tool (gh-96731)
by Eric Snow
· 3 years ago
662782e
gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matching UUIDs with official releases (GH-96755)
by adang1345
· 3 years ago
a36235d
gh-84461: Omit resource mod and getresuid funcs on Emscripten (GH-96303)
by Christian Heimes
· 3 years ago
1fc8bd3
gh-95853: Multiple ops and debug for wasm_build.py (#96744)
by Christian Heimes
· 3 years ago
4e4bfff
GH-90699: use statically allocated interned strings in typeobject's slotdefs (GH-94706)
by Kumar Aditya
· 3 years ago
de33df2
gh-89545: Updates platform module to use new internal _wmi module on Windows to directly query OS properties (GH-96289)
by Steve Dower
· 3 years ago
6dab8c9
GH-96458: Statically initialize utf8 representation of static strings (#96481)
by Kumar Aditya
· 3 years ago
2eb9008
gh-95853: Improve WASM build script (GH-96389)
by Christian Heimes
· 3 years ago
d0b3d23
gh-96320: WASI socket fixes (#96388)
by Christian Heimes
· 3 years ago
873554e
gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683)
by Christian Heimes
· 3 years ago
9c197bc
GH-96172 fix unicodedata.east_asian_width being wrong on unassigned code points (#96207)
by Carl Friedrich Bolz-Tereick
· 3 years ago
d45d5c2
gh-90110: Update the c-analyzer Tool (gh-96255)
by Eric Snow
· 3 years ago
1288097
bpo-46744: Support "-Win32" and make platform flags case insensitive in Windows build scripts. (GH-31803)
by conioh
· 3 years ago
a4a9f2e
GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH-96204)
by Mark Shannon
· 3 years ago
2d9f252
gh-96019: Fix caching of decompositions in makeunicodedata (GH-96020)
by Carl Friedrich Bolz-Tereick
· 3 years ago
6087f49
gh-95853: WASM: better version and asset handling in scripts (GH-96045)
by Christian Heimes
· 3 years ago
586fc02
gh-90110: Update the c-analyzer Tool (gh-96058)
by Eric Snow
· 3 years ago
5aac851
gh-90110: Get the C Analyzer Tool Working Again (gh-96057)
by Eric Snow
· 3 years ago
3ef3c63
GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` (GH-95854)
by Mark Shannon
· 3 years ago
4a7f5a5
gh-95853: Address wasm build and test issues (GH-95985)
by Christian Heimes
· 3 years ago
32ac98e
gh-95853: Add script to automate WASM build (GH-95828)
by Christian Heimes
· 3 years ago
f07adf8
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
by Erlend E. Aasland
· 3 years ago
6f6a4e6
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)
by Eric Snow
· 3 years ago
cc9160a
gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650)
by Serhiy Storchaka
· 3 years ago
56d16e8
gh-93243: Make smtpd private before porting its users (GH-93246)
by Oleg Iarygin
· 3 years ago
60f54d9
gh-90110: Update the C Analyzer Tool Whitelists (gh-95628)
by Eric Snow
· 3 years ago
5b6acba
gh-95587: Fixes some upgrade detection issues in the Windows installer (GH-95631)
by Steve Dower
· 3 years ago
a7161f9
gh-90110: Get the C Analyzer Tool Working Again (gh-95545)
by Eric Snow
· 3 years, 1 month ago
7d89738
gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465)
by neonene
· 3 years, 1 month ago
de388c0
GH-95245: Store object values and dict pointers in single tagged pointer. (GH-95278)
by Mark Shannon
· 3 years, 1 month ago
0fe645d
gh-95174: Add pthread stubs for WASI (GH-95234)
by Christian Heimes
· 3 years, 1 month ago
Next »