Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.12.0a1
/
Tools
tag
14e38f0a3c023776b45b0aed7d6d1697497af80b
tagger
Thomas Wouters <thomas@python.org>
Mon Oct 24 22:08:22 2022
object
4ae1a0ecaffe4320fe9774fad1f395f732c17959
Python 3.12.0a1
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, 11 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
2833f37
gh-95174: Move WASIX logic into wasi-env (GH-95320)
by Christian Heimes
· 3 years, 1 month ago
8b24d60
gh-95174: WASI: skip missing sockets functions (GH-95179)
by Christian Heimes
· 3 years, 1 month ago
daa64d6
gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086)
by Christian Heimes
· 3 years, 1 month ago
e8f3e8f
gh-95205: Improve WASM README.md (GH-95267)
by Christian Heimes
· 3 years, 1 month ago
a15ae19
gh-85454: Remove distutils.ccompiler from Tools/c-analyzer (GH-95171)
by Dong-hee Na
· 3 years, 1 month ago
73ee5a6
GH-94851: check refcnt of immortal objects after finalization (GH-95001)
by Kumar Aditya
· 3 years, 1 month ago
310f948
gh-95205: Improve wasm README (#95206)
by Erlend Egeberg Aasland
· 3 years, 1 month ago
e402b26
GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121)
by Brandt Bucher
· 3 years, 1 month ago
0f34c7e
gh-93939: Use new MODULE_name_STATE in wasm_assets script (GH-95035)
by Christian Heimes
· 3 years, 1 month ago
74b5e4c
gh-95007: Remove the NoneType return converter (GH-95019)
by Serhiy Storchaka
· 3 years, 1 month ago
7a1a85d
gh-94673: [c-analyzer] Add a Script to Identify Static Types (#94989)
by Eric Snow
· 3 years, 1 month ago
81dca70
gh-93939: Build C extensions without setup.py (GH-94474)
by Christian Heimes
· 3 years, 1 month ago
0c66074
gh-94773: deepfreeze: support frozensets with unsortable types (GH-94775)
by Christian Heimes
· 3 years, 1 month ago
9dff9f4
GH-90699: Intern statically allocated strings (GH-93597)
by Kumar Aditya
· 3 years, 1 month ago
7169766
GH-90699: Move generated static initializer to pycore_runtime_generated.h (GH-94051)
by Kumar Aditya
· 3 years, 1 month ago
8bbd70b
gh-94430: Allow params named `module` or `self` with custom C names in Argument Clinic (#94431)
by Erlend Egeberg Aasland
· 3 years, 1 month ago
2b8ed4d
gh-94538: Fix Argument Clinic output to custom file (#94539)
by Erlend Egeberg Aasland
· 3 years, 1 month ago
7bd67d1
gh-93939: Add script to check extension modules (#94545)
by Christian Heimes
· 3 years, 1 month ago
c57aad7
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
by Irit Katriel
· 3 years, 2 months ago
1df9449
gh-84461: Tool/wasm/python.html: Add subresource integrity hashes (#93953)
by Petr Viktorin
· 3 years, 2 months ago
a8e333d
gh-84461: Improve WebAssembly in-browser demo (#91879)
by Trey Hunner
· 3 years, 2 months ago
5631013
Fix typos in comments (#94305)
by yutotnh
· 3 years, 2 months ago
44fa03d
gh-93939: Create and install scripts in Makefile (GH-94324)
by Christian Heimes
· 3 years, 2 months ago
c0453a4
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)
by Mark Shannon
· 3 years, 2 months ago
50a5ab2
gh-93382: Sync up `co_code` changes with 3.11 (GH-94227)
by Ken Jin
· 3 years, 2 months ago
e69306f
gh-84461: Build Emscripten with WASM BigInt support (#94219)
by Christian Heimes
· 3 years, 2 months ago
8625802
gh-84461: Fix ctypes and test_ctypes on Emscripten (#94142)
by Christian Heimes
· 3 years, 2 months ago
4e796f5
gh-93771: Clarify how deepfreeze.py is run (#94150)
by Guido van Rossum
· 3 years, 2 months ago
c1fb12e
gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ (#94070)
by Victor Stinner
· 3 years, 2 months ago
47e3562
gh-84623: Remove unused imports (#94132)
by Victor Stinner
· 3 years, 2 months ago
d36954b
gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885)
by Illia Volochii
· 3 years, 2 months ago
f805d37
Stats: Add summary of top instructions for misses and deferred specialization. (GH-94072)
by Mark Shannon
· 3 years, 2 months ago
f28ec34
gh-82927: Update files related to HTML entities. (GH-92504)
by Ezio Melotti
· 3 years, 2 months ago
616fa34
gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/ (#94049)
by Victor Stinner
· 3 years, 2 months ago
c735d54
gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)
by Victor Stinner
· 3 years, 2 months ago
d82e0bf
gh-93839: Move Lib/ctypes/test/ to Lib/test/test_ctypes/ (#94041)
by Victor Stinner
· 3 years, 2 months ago
ab0e601
GH-93516: Speedup line number checks when tracing. (GH-93763)
by Mark Shannon
· 3 years, 2 months ago
45e62a2
GH-93897: Store frame size in code object and de-opt if insufficient space on thread frame stack. (GH-93908)
by Mark Shannon
· 3 years, 2 months ago
2702e40
gh-84461: Fix Emscripten umask and permission issues (GH-94002)
by Christian Heimes
· 3 years, 2 months ago
7a2cc35
gh-84461: Fix pydebug Emscripten browser builds (GH-93982)
by Christian Heimes
· 3 years, 2 months ago
8ba1c7f
gh-84461: Document how to install SDKs manually (GH-93844)
by Christian Heimes
· 3 years, 2 months ago
99be1cb
gh-93824: Reenable installation of shell extension on Windows ARM64 (GH-93825)
by Steve Dower
· 3 years, 2 months ago
cdf7097
Include freelists in allocation total. (GH-93799)
by Mark Shannon
· 3 years, 2 months ago
3cd1a5d
GH-93516: Store offset of first traceable instruction in code object (GH-93769)
by Mark Shannon
· 3 years, 2 months ago
c200757
gh-84461: Fix parallel testing on WebAssembly (GH-93768)
by Christian Heimes
· 3 years, 2 months ago
733e15f
gh-84508: tool to generate cjk traditional chinese mappings (gh-93272)
by Davide Rizzo
· 3 years, 2 months ago
dc5e02b
gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)
by Christian Heimes
· 3 years, 2 months ago
Next »