Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.13.0a4
/
Tools
tag
b512bf237c4a924cc853c8dfc6a50a379f0f7ebd
tagger
Thomas Wouters <thomas@python.org>
Thu Feb 15 13:38:42 2024
object
9d34f60783b726de5bb0352d0efb1cbd23a4ac89
Python 3.13.0a4
a0149fa
gh-113317: Argument Clinic: remove global clinic instance (#115517)
by Erlend E. Aasland
· 1 year, 6 months ago
7f074a7
gh-113317: Argument Clinic: don't use global state in warn() and fail() (#115510)
by Erlend E. Aasland
· 1 year, 6 months ago
98ee4ec
gh-113317: Argument Clinic: don't use fail() in CLI (#115513)
by Erlend E. Aasland
· 1 year, 6 months ago
32f8ab1
gh-114258: Refactor Argument Clinic function name parser (#114930)
by Erlend E. Aasland
· 1 year, 6 months ago
18343c0
GH-113516: don't set `LDSHARED` when building for WASI (GH-115495)
by Brett Cannon
· 1 year, 6 months ago
3e7b7df
gh-114570: Add PythonFinalizationError exception (#115352)
by Victor Stinner
· 1 year, 6 months ago
889cc43
gh-112302: Move pip SBOM discovery to release-tools (#115360)
by Seth Michael Larson
· 1 year, 6 months ago
4b2d178
gh-115399: Upgrade bundled libexpat to 2.6.0 (#115431)
by Seth Michael Larson
· 1 year, 6 months ago
514b1c9
gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424)
by Eric Snow
· 1 year, 6 months ago
7cce857
gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)
by Ken Jin
· 1 year, 6 months ago
8144661
GH-113710: Fix updating of dict version tag and add watched dict stats (GH-115221)
by Mark Shannon
· 1 year, 6 months ago
8a3c499
GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#115132)
by Mark Shannon
· 1 year, 6 months ago
4bf4187
gh-112302: Change 'licenseConcluded' field to 'NOASSERTION' (#115038)
by Seth Michael Larson
· 1 year, 6 months ago
299e16c
gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (#115050)
by Ned Deily
· 1 year, 6 months ago
09096a1
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016)
by Erlend E. Aasland
· 1 year, 6 months ago
36518e6
GH-108362: Incremental GC implementation (GH-108038)
by Mark Shannon
· 1 year, 6 months ago
87cd20a
gh-115026: Argument Clinic: handle PyBuffer_FillInfo errors in generated code (#115027)
by Nikita Sobolev
· 1 year, 6 months ago
80734a6
Update README.md (#114974)
by Skip Montanaro
· 1 year, 7 months ago
f3cdd64
``Tools/cases_generator``: Fix typos and incorrect comments. (#114892)
by Kirill Podoprigora
· 1 year, 7 months ago
920b89f
Bump ruff to 0.2.0 (#114932)
by Alex Waygood
· 1 year, 7 months ago
587d480
gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (#114564)
by Sam Gross
· 1 year, 7 months ago
6d7ad57
Update outdated info in ``Tools/cases_generator/README.md`` (#114844)
by Kirill Podoprigora
· 1 year, 7 months ago
59ae215
build(deps-dev): bump types-psutil from 5.9.5.17 to 5.9.5.20240106 in /Tools (#114852)
by dependabot[bot]
· 1 year, 7 months ago
93bfaa8
build(deps): bump hypothesis from 6.92.2 to 6.97.4 in /Tools (#114851)
by dependabot[bot]
· 1 year, 7 months ago
21c01a0
build(deps-dev): bump types-setuptools from 69.0.0.0 to 69.0.0.20240125 in /Tools (#114853)
by dependabot[bot]
· 1 year, 7 months ago
39d102c
gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module (#113745)
by Pablo Galindo Salgado
· 1 year, 7 months ago
9639043
GH-80789: Get rid of the ``ensurepip`` infra for many wheels (#109245)
by Sviatoslav Sydorenko (Святослав Сидоренко)
· 1 year, 7 months ago
15fe8ce
gh-91325: Skip Stable ABI checks with Py_TRACE_REFS special build (GH-92046)
by Petr Viktorin
· 1 year, 7 months ago
f6d9e59
GH-113464: Add a JIT backend for tier 2 (GH-113465)
by Brandt Bucher
· 1 year, 7 months ago
7a7bce5
gh-113055: Use pointer for interp->obmalloc state (gh-113412)
by Neil Schemenauer
· 1 year, 7 months ago
582d95e
gh-114250: Fetch metadata for pip and its vendored dependencies from PyPI (#114450)
by Seth Michael Larson
· 1 year, 7 months ago
ea3cd04
gh-114312: Collect stats for unlikely events (GH-114493)
by Michael Droettboom
· 1 year, 7 months ago
981d172
GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)
by Mark Shannon
· 1 year, 7 months ago
5f19978
gh-112984: Fix link error on free-threaded Windows build (GH-114455)
by Sam Gross
· 1 year, 7 months ago
e14930f
gh-113317: Don't use global clinic instance in bad_argument() (#114330)
by Erlend E. Aasland
· 1 year, 7 months ago
e45bae7
GH-114448: Don't sort summarize_stats.py histograms by amount of change (GH-114449)
by Michael Droettboom
· 1 year, 7 months ago
5cd9c6b
Fix `wasi.py build` after adding the `clean` subcommand. ({GH-114447)
by Brett Cannon
· 1 year, 7 months ago
681e9e8
Add a `clean` subcommand to `Tools/wasm/wasi.py` (GH-114274)
by Brett Cannon
· 1 year, 7 months ago
f56d132
gh-112984 Update Windows build and installer for free-threaded builds (GH-113129)
by Steve Dower
· 1 year, 7 months ago
7a0ac89
gh-114178: Fix generate_sbom.py for out-of-tree builds (#114179)
by Erlend E. Aasland
· 1 year, 7 months ago
03f7839
GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-114097)
by Brett Cannon
· 1 year, 7 months ago
ac10947
GH-112354: `_GUARD_IS_TRUE_POP` side-exits to target the next instruction, not themselves. (GH-114078)
by Mark Shannon
· 1 year, 7 months ago
1709020
gh-113317: Move FormatCounterFormatter into libclinic (#114066)
by Erlend E. Aasland
· 1 year, 7 months ago
5dbcdfd
gh-113317: Move global utility functions into libclinic (#113986)
by Erlend E. Aasland
· 1 year, 7 months ago
ac92527
gh-113710: Add types to the interpreter DSL (#113711)
by Ken Jin
· 1 year, 7 months ago
e82b096
gh-112302: Point core developers to SBOM devguide on errors (#113490)
by Seth Michael Larson
· 1 year, 7 months ago
b3d2427
gh-58032: Do not use argparse.FileType in module CLIs and scripts (GH-113649)
by Serhiy Storchaka
· 1 year, 7 months ago
84d1f76
gh-89532: Remove LibreSSL workarounds (#28728)
by Rami
· 1 year, 7 months ago
178919c
gh-113258: Write frozen modules to the build tree on Windows (GH-113303)
by Itamar Oren
· 1 year, 8 months ago
4036e48
build(deps): bump hypothesis from 6.91.0 to 6.92.2 in /Tools (#113615)
by dependabot[bot]
· 1 year, 8 months ago
7ab9efd
gh-113299: Move cpp.py into libclinic (#113526)
by Erlend E. Aasland
· 1 year, 8 months ago
87295b4
gh-113317: Rework Argument Clinic cpp.py error handling (#113525)
by Erlend E. Aasland
· 1 year, 8 months ago
e5cce70
gh-112532: Fix peg generator build.py for mimalloc build (gh-113492)
by Donghee Na
· 1 year, 8 months ago
ca71987
gh-113317: Move more formatting helpers into libclinic (#113438)
by Erlend E. Aasland
· 1 year, 8 months ago
c3f92f6
gh-113317: Clean up Argument Clinic global namespace (#113414)
by Erlend E. Aasland
· 1 year, 8 months ago
9c3ddf3
gh-113317: Remove TextAccumulator type alias from clinic.py (#113413)
by Erlend E. Aasland
· 1 year, 8 months ago
daa658a
gh-113317: Argument Clinic: tear out internal text accumulator APIs (#113402)
by Erlend E. Aasland
· 1 year, 8 months ago
7de9855
Bump mypy to 1.8.0 (#113385)
by Alex Waygood
· 1 year, 8 months ago
df1eec3
gh-65701: document that freeze doesn't work with framework builds on macOS (#113352)
by Ronald Oussoren
· 1 year, 8 months ago
723f4d6
GH-111485: Delete the old generator code. (GH-113321)
by Mark Shannon
· 1 year, 8 months ago
fae096c
gh-113336: Remove the 'version' directive from Argument Clinic (#113341)
by Erlend E. Aasland
· 1 year, 8 months ago
4b90b5d
Docs: update URL in Argument Clinic CLI help text (#113351)
by Erlend E. Aasland
· 1 year, 8 months ago
713e428
GH-111485: Fix DEFAULT_OUTPUT in opcode_metadata_generator.py (#113324)
by Guido van Rossum
· 1 year, 8 months ago
b221e03
gh-113257: Automatically generate pip SBOM metadata from wheel (#113295)
by Seth Michael Larson
· 1 year, 8 months ago
de8a4e5
GH-111485: Generate `TARGET` table for computed goto dispatch. (GH-113319)
by Mark Shannon
· 1 year, 8 months ago
e96f260
GH-111485: Generate instruction and uop metadata (GH-113287)
by Mark Shannon
· 1 year, 8 months ago
57b7e52
gh-112205: Support docstring for `@getter` (#113160)
by Donghee Na
· 1 year, 8 months ago
6a69b80
gh-112205: Require @getter and @setter to be methods (#113278)
by Erlend E. Aasland
· 1 year, 8 months ago
4658464
gh-113257: Fix SBOM metadata for pip 23.3.2 (#113262)
by Seth Michael Larson
· 1 year, 8 months ago
70d378c
GH-111485: Break up instructions with unused cache entries into component micro-ops (GH-113169)
by Mark Shannon
· 1 year, 8 months ago
7719035
GH-111485: Test the new cases generator (GH-113252)
by Mark Shannon
· 1 year, 8 months ago
4a24bf9
gh-113246: Updated bundled pip to 23.3.2 (gh-113249)
by Stéphane Bidoul
· 1 year, 8 months ago
e24eccb
GH-111485: Sort metadata tables for easier checking of future diffs (GH-113101)
by Mark Shannon
· 1 year, 8 months ago
29f7eb4
gh-59616: Support os.chmod(follow_symlinks=True) and os.lchmod() on Windows (GH-113049)
by Serhiy Storchaka
· 1 year, 8 months ago
79dad03
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
by Steve Dower
· 1 year, 8 months ago
498a096
gh-112205: Support `@setter` annotation from AC (gh-112922)
by Donghee Na
· 1 year, 8 months ago
9263173
Fix whitespace in generated code
by Mark Shannon
· 1 year, 8 months ago
7316dfb
gh-112320: Implement on-trace confidence tracking for branches (#112321)
by Guido van Rossum
· 1 year, 8 months ago
a49b427
gh-76785: More Fixes for test.support.interpreters (gh-113012)
by Eric Snow
· 1 year, 8 months ago
86a77f4
gh-76785: Fixes for test.support.interpreters (gh-112982)
by Eric Snow
· 1 year, 8 months ago
0c55f27
GH-111485: Factor out tier 2 code generation from the rest of the interpreter code generator (GH-112968)
by Mark Shannon
· 1 year, 8 months ago
c27e9d5
GH-111485: Factor out generation of uop IDs from cases generator. (GH-112877)
by Mark Shannon
· 1 year, 8 months ago
eb27c9a
Add a fuzzer for `Py_CompileStringExFlags` (#111721)
by Brad Larsen
· 1 year, 8 months ago
1f9cd3c
Argument Clinic: fix bare "type" in annotations (#112915)
by Jelle Zijlstra
· 1 year, 8 months ago
aefdebd
GH-111485: Factor out opcode ID generator from the main cases generator. (GH-112831)
by Mark Shannon
· 1 year, 8 months ago
21221c3
gh-112302: Add Software Bill-of-Materials (SBOM) tracking for dependencies (#112303)
by Seth Michael Larson
· 1 year, 8 months ago
b449415
GH-111485: Separate out parsing, analysis and code-gen phases of tier 1 code generator (GH-112299)
by Mark Shannon
· 1 year, 8 months ago
d9e444d
gh-106560: Fix redundant declarations in Python/frozen.c (#112612)
by Victor Stinner
· 1 year, 9 months ago
847e4fe
build(deps): bump hypothesis from 6.88.1 to 6.91.0 in /Tools (#112580)
by dependabot[bot]
· 1 year, 9 months ago
707c37e
Fix typos in variable names, function names, and comments (GH-101868)
by Yang Hau
· 1 year, 9 months ago
467e3f9
build(deps-dev): bump types-setuptools from 68.2.0.0 to 69.0.0.0 in /Tools (#112582)
by dependabot[bot]
· 1 year, 9 months ago
19a8614
build(deps-dev): bump mypy from 1.7.0 to 1.7.1 in /Tools (#112581)
by dependabot[bot]
· 1 year, 9 months ago
482b0ee
Clarify that WASI tool requirements are included in the devcontainer (GH-112561)
by Brett Cannon
· 1 year, 9 months ago
07ebd46
gh-112519: Make it possible to specify instruction flags for pseudo instructions in bytecodes.c (#112520)
by Irit Katriel
· 1 year, 9 months ago
7eeea13
gh-112205: Support @getter annotation from AC (gh-112396)
by Donghee Na
· 1 year, 9 months ago
37589d7
GH-103065, GH-106704, GH-105253: Provide a `Tools/wasm/wasi.py` script to simplify doing a WASI build (GH-112473)
by Brett Cannon
· 1 year, 9 months ago
4ec849b
gh-112213: Add missing declaration of target_critical_section (gh-112374)
by Donghee Na
· 1 year, 9 months ago
1619f43
GH-111485: Sort cases in the case generator output (GH-112315)
by Mark Shannon
· 1 year, 9 months ago
8deb8bc
gh-112287: Speed up Tier 2 (uop) interpreter a little (#112286)
by Guido van Rossum
· 1 year, 9 months ago
56e59a4
GH-111807: Lower the parser stack depth under WASI debug builds (#112225)
by Brett Cannon
· 1 year, 9 months ago
Next »