Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.12.0
/
Tools
tag
0fb6e700c2f94ae0717ee1be7d4e50b2dd480d14
tagger
Thomas Wouters <thomas@python.org>
Mon Oct 02 11:48:43 2023
object
0fb18b02c8ad56299d6a2910be0bab8ad601ef24
Python 3.12.0
ef99f5e
[3.12] 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. (gh-110002) (#110005)
by Miss Islington (bot)
· 1 year, 11 months ago
de0202e
[3.12] gh-108740: Fix "make regen-all" race condition (#108741) (#109019)
by Victor Stinner
· 2 years ago
db55cfc
[3.12] gh-109002: Ensure only one wheel for each vendored package (GH-109003) (#109005)
by Miss Islington (bot)
· 2 years ago
bce7791
[3.12] Disable `differing_test_runners` health check (GH-108886) (#108887)
by Miss Islington (bot)
· 2 years ago
149d70c
[3.12] gh-108179: Add error message for parser stack overflows (GH-108256) (#108263)
by Miss Islington (bot)
· 2 years ago
359cff5
[3.12] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, and 3.1.2. (GH-108118)
by Miss Islington (bot)
· 2 years ago
9864f9a
[3.12] gh-86457: Fix signature for code.replace() (GH-23199) (#107744)
by Serhiy Storchaka
· 2 years ago
98dd9d9
[3.12] gh-91054: make code watcher tests resilient to other watchers (GH-107821) (#107835)
by Miss Islington (bot)
· 2 years ago
585b4cc
[3.12] Fix the long64 reader in umarshal.py (GH-107828) (#107849)
by Miss Islington (bot)
· 2 years ago
99518bb
[3.12] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#… (#107491)
by Charlie Zhao
· 2 years, 1 month ago
b4355de
[3.12] gh-104629: Build _testclinic extension module on Windows (GH-104723) (#107393)
by Miss Islington (bot)
· 2 years, 1 month ago
57ef065
[3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258) (gh-107303)
by Miss Islington (bot)
· 2 years, 1 month ago
5f3e371
[3.12] Docs: Argument Clinic: Restructure "Basic concepts and usage" (GH-106981) (#107325)
by Miss Islington (bot)
· 2 years, 1 month ago
67748f1
[3.12] gh-106970: Fix Argument Clinic 'destination <name> clear' command (GH-106972) (#106983)
by Miss Islington (bot)
· 2 years, 1 month ago
e903c16
[3.12] gh-101538: Add experimental wasi-threads build (GH-101537) (#106834)
by Miss Islington (bot)
· 2 years, 1 month ago
f0df92a
wasm: do not use inline comment in .editorconfig (GH-106610)
by Miss Islington (bot)
· 2 years, 1 month ago
af06a8a
[3.12] gh-103186: In test_tools.freeze, fetch CONFIG_ARGS from original source directory (GH-103213) (#106667)
by Miss Islington (bot)
· 2 years, 1 month ago
b72601e
[3.12] gh-64595: Fix regression in file write logic in Argument Clinic (#106449) (#106452)
by Erlend E. Aasland
· 2 years, 1 month ago
6371029
[3.12] gh-100238: Use setuptools in peg-generator and reenable tests (GH-104798) (#105135)
by Miss Islington (bot)
· 2 years, 1 month ago
fda2970
[3.12] gh-106368: Add tests for permutation helpers in Argument Clinic (GH-106407) (#106409)
by Miss Islington (bot)
· 2 years, 2 months ago
5f20152
[3.12] gh-106359: Fix corner case bugs in Argument Clinic converter parser (GH-106361) (#106364)
by Miss Islington (bot)
· 2 years, 2 months ago
0373c2c
[3.12] Fix c-analyzer for GCC: ignore LANG env var (GH-106173) (#106178)
by Miss Islington (bot)
· 2 years, 2 months ago
bc997b3
[3.12] gh-105699: Use a Thread-Local Variable for PKGCONTEXT (gh-105740) (gh-105765)
by Miss Islington (bot)
· 2 years, 2 months ago
33d3069
[3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)
by Eric Snow
· 2 years, 2 months ago
51b533e
[3.12] gh-98040: Fix importbench: use types.ModuleType() (GH-105743) (#105754)
by Miss Islington (bot)
· 2 years, 2 months ago
82ab13c
[3.12] gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) (#105371)
by Victor Stinner
· 2 years, 2 months ago
d57ee81
[3.12] gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready() (gh-105122) (gh-105211)
by Miss Islington (bot)
· 2 years, 3 months ago
25543ae
[3.12] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (#105199)
by Miss Islington (bot)
· 2 years, 3 months ago
dbd7d7c
gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-105147)
by Miss Islington (bot)
· 2 years, 3 months ago
4729100
[3.12] gh-105091: stable_abi.py: Remove "Unixy" check from --all on other platforms (GH-105092) (GH-105133)
by Miss Islington (bot)
· 2 years, 3 months ago
d176f78
Improves the Windows MSI test run on PR (GH-104929)
by Miss Islington (bot)
· 2 years, 3 months ago
4b107d8
gh-104683: clinic.py: Modernise `parse_converter()` using pattern-matching (#104696)
by Alex Waygood
· 2 years, 3 months ago
6ba8406
gh-104050: Add more type annotations to Argument Clinic (#104631)
by Erlend E. Aasland
· 2 years, 3 months ago
bf6dd8f
gh-104050: Add basic type hints to Argument Clinic clinic class (#104705)
by Erlend E. Aasland
· 2 years, 3 months ago
c482e9a
gh-104050: Annotate Argument Clinic return converters (#104706)
by Erlend E. Aasland
· 2 years, 3 months ago
be0c106
gh-103295: expose API for writing perf map files (#103546)
by gsallam
· 2 years, 3 months ago
27a68be
gh-104050: Add basic type hints to Argument Clinic DSL parser (#104704)
by Erlend E. Aasland
· 2 years, 3 months ago
19dd5aa
gh-104683: Modernise Tools/clinic/ (#104684)
by Alex Waygood
· 2 years, 3 months ago
663c049
gh-104683: Modernise `clinic.py` using `str.removeprefix` and `str.removesuffix` (#104685)
by Alex Waygood
· 2 years, 3 months ago
ae147d0
gh-104146: Purge dead code from Argument Clinic (#104680)
by Erlend E. Aasland
· 2 years, 3 months ago
02b6003
gh-104683: Argument clinic: use `dict` over `OrderedDict` (#104647)
by Alex Waygood
· 2 years, 3 months ago
94c8eda
gh-104050: Add more type annotations to Argument Clinic (#104628)
by Erlend E. Aasland
· 2 years, 3 months ago
b9dce3a
gh-104549: Set __module__ on TypeAliasType (#104550)
by Jelle Zijlstra
· 2 years, 3 months ago
1c55e8d
gh-104050: Improve some typing around `default`s and sentinel values (#104626)
by Alex Waygood
· 2 years, 3 months ago
61027c0
gh-104146: Remove unused vars from Argument Clinic (#104627)
by Erlend E. Aasland
· 2 years, 3 months ago
2f369ca
gh-104050: Add type hints to Argument Clinic converter keywords (#104588)
by Erlend E. Aasland
· 2 years, 3 months ago
0afc473
gh-104050: Add typing to Argument Clinic converters (#104547)
by Erlend E. Aasland
· 2 years, 3 months ago
20e994c
GH-103092: isolate `pyexpat` (#104506)
by Kumar Aditya
· 2 years, 3 months ago
a454a66
gh-104050: Add more annotations to `Tools/clinic.py` (#104544)
by Nikita Sobolev
· 2 years, 3 months ago
c22fced
gh-104050: Don't star-import 'types' in Argument Clinic (#104543)
by Erlend E. Aasland
· 2 years, 3 months ago
505e295
gh-104050: Add basic typing to CConverter in clinic.py (#104538)
by Erlend E. Aasland
· 2 years, 3 months ago
cca90b6
gh-64595: Fix write file logic in Argument Clinic (#104507)
by Erlend E. Aasland
· 2 years, 3 months ago
186bf39
gh-101819: Isolate `_io` (#101948)
by Erlend E. Aasland
· 2 years, 3 months ago
35bf091
Bump mypy from 1.2.0 to 1.3.0 in /Tools/clinic (#104501)
by dependabot[bot]
· 2 years, 3 months ago
9d41f83
gh-104050: Run mypy on `clinic.py` in CI (#104421)
by Alex Waygood
· 2 years, 3 months ago
45f5aa8
GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104387)
by Mark Shannon
· 2 years, 3 months ago
b2c1b4d
gh-104389: Add 'unused' keyword to Argument Clinic C converters (#104390)
by Erlend E. Aasland
· 2 years, 3 months ago
7726245
gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270)
by Carl Meyer
· 2 years, 3 months ago
373bca0
GH-102181: Improve specialization stats for SEND (GH-102182)
by penguin_wwy
· 2 years, 3 months ago
fe694a6
gh-90953: Don't use deprecated AST nodes in clinic.py (#104322)
by Alex Waygood
· 2 years, 3 months ago
d513dde
Trim trailing whitespace and test on CI (#104275)
by Hugo van Kemenade
· 2 years, 3 months ago
15665d8
gh-99108: Replace SHA3 implementation HACL* version (#103597)
by Jonathan Protzenko
· 2 years, 3 months ago
ac02062
gh-64660: Don't hardcode Argument Clinic return converter result variable name (#104200)
by Erlend E. Aasland
· 2 years, 3 months ago
7a7eaff
gh-101819: Port _io.PyBytesIOBuffer_Type to heap type (#104264)
by Erlend E. Aasland
· 2 years, 3 months ago
cab1298
gh-101819: Adapt _io.PyWindowsConsoleIO_Type to heap type (#104197)
by Erlend E. Aasland
· 2 years, 3 months ago
3952379
gh-101819: Port _io.PyIncrementalNewlineDecoder_Type to heap type (#104249)
by Erlend E. Aasland
· 2 years, 3 months ago
66558d2
gh-104146: Remove unused var 'parser_body_declarations' from clinic.py (#104214)
by Erlend E. Aasland
· 2 years, 3 months ago
b979741
gh-103533: Use PEP 669 APIs for cprofile (GH-103534)
by Tian Gao
· 2 years, 3 months ago
45a9e38
gh-64595: Argument Clinic: Touch source file if any output file changed (#104152)
by Erlend E. Aasland
· 2 years, 4 months ago
5245cb6
gh-68395: Avoid naming conflicts by mangling variable names in Argument Clinic (#104065)
by Erlend E. Aasland
· 2 years, 4 months ago
f5c3838
gh-103963: fix 'make regen-opcode' in out-of-tree builds (#104177)
by Carl Meyer
· 2 years, 4 months ago
04f6733
gh-102500: Implement PEP 688 (#102521)
by Jelle Zijlstra
· 2 years, 4 months ago
9885677
gh-104146: Remove unused 'second_pass_replacements' from clinic.py (#104147)
by Erlend E. Aasland
· 2 years, 4 months ago
872cbc6
GH-103963: Make dis display names of args for intrinsics opcodes (#104029)
by Juhi Chandalia
· 2 years, 4 months ago
e1f1464
gh-98040: Remove just the `imp` module (#98573)
by Barry Warsaw
· 2 years, 4 months ago
8a0c7f1
gh-103583: Isolate CJK codec modules (#103869)
by Erlend E. Aasland
· 2 years, 4 months ago
e9c7772
gh-103092: Isolate _ctypes, part 1 (#103893)
by Erlend E. Aasland
· 2 years, 4 months ago
214e568
gh-103875: Use ascii and latin1 singletons in deepfreeze (#103876)
by Yichen Yan
· 2 years, 4 months ago
df3173d
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
by Eric Snow
· 2 years, 4 months ago
01be52e
gh-103801: Tools/wasm linting and formatting (#103796)
by Daniel Versoza
· 2 years, 4 months ago
ea2c001
gh-84436: Implement Immortal Objects (gh-19474)
by Eddie Elizondo
· 2 years, 4 months ago
1ef61cf
gh-102856: Initial implementation of PEP 701 (#102855)
by Pablo Galindo Salgado
· 2 years, 4 months ago
ece20db
gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)
by Pradyun Gedam
· 2 years, 4 months ago
217911e
gh-103583: Add codecs and maps to _codecs_* module state (#103540)
by Erlend E. Aasland
· 2 years, 4 months ago
7f3c106
gh-103326: Remove `Python/importlib.h` (GH-103331)
by Nikita Sobolev
· 2 years, 4 months ago
52f96d3
gh-103092: Isolate `_collections` (#103093)
by Erlend E. Aasland
· 2 years, 4 months ago
411b169
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
by Mark Shannon
· 2 years, 4 months ago
9666387
Remove redundant words from interpreter_definition.md. (GH-103455)
by Benjamin Peterson
· 2 years, 4 months ago
21bea68
gh-91276: remove unused _PyOpcode_RelativeJump (#103156)
by Irit Katriel
· 2 years, 4 months ago
40db5c6
gh-103334: Ignore `Tools/c-analyzer/cpython/_parser.py` from `patchcheck` (GH-103335)
by Nikita Sobolev
· 2 years, 4 months ago
86d2044
gh-103300: Fix `Popen.wait()` deadlock in patchcheck.py (#103301)
by Oleg Iarygin
· 2 years, 4 months ago
f329a8b
gh-103092: Isolate `socket` module (#103094)
by Erlend E. Aasland
· 2 years, 4 months ago
b22d021
gh-100176: Tools/iobench: Remove redundant compat code for Python <= 3.2 (#100197)
by Hugo van Kemenade
· 2 years, 4 months ago
c00dcf0
gh-103092: Isolate `_pickle` module (#102982)
by Erlend E. Aasland
· 2 years, 5 months ago
80163e1
gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)
by Irit Katriel
· 2 years, 5 months ago
01a49d1
gh-102110: Add all tools description missed (GH-102625)
by Missoupro
· 2 years, 5 months ago
e647dba
gh-90110: Bring the whitelists up to date. (gh-103114)
by Eric Snow
· 2 years, 5 months ago
0b1d9c4
GH-102973: add a dev container (GH-102975)
by Brett Cannon
· 2 years, 5 months ago
ba65a06
gh-100227: Move the Dict of Interned Strings to PyInterpreterState (gh-102339)
by Eric Snow
· 2 years, 5 months ago
0444ae2
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
by Brandt Bucher
· 2 years, 5 months ago
Next »