Skip to content
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
0e52994
Align more parser/SyntaxError messages with CPython 3.14.5
JamesClarke7283 May 29, 2026
535a19d
Fix wasm32_without_js link error: declare host fns as `env` imports
JamesClarke7283 May 29, 2026
3f5db72
Lib/test: drop now-passing expectedFailure markers
JamesClarke7283 May 29, 2026
dc533ce
codegen: align star/double-comma display errors with CPython
JamesClarke7283 May 31, 2026
6f6883e
Lib: un-mark test_pdb_closure as an expected failure
JamesClarke7283 Aug 14, 2026
e7b0fe3
compiler: align 36 more SyntaxError messages with CPython 3.14
JamesClarke7283 Aug 14, 2026
de9d772
Align the remaining runtime error messages with CPython
JamesClarke7283 Aug 14, 2026
cd9c530
sqlite3: fix set_authorizer and align its error messages with CPython
JamesClarke7283 Aug 14, 2026
1d0049b
hashlib: report CPython's argument errors for the hash constructors
JamesClarke7283 Aug 14, 2026
1ac3912
stdlib: align remaining module error messages with CPython 3.14
JamesClarke7283 Aug 16, 2026
77b4c7e
vm: align builtin and runtime error messages with CPython 3.14
JamesClarke7283 Aug 16, 2026
af94627
Lib/test: drop expectedFailure markers that now pass
JamesClarke7283 Aug 16, 2026
93b0351
Fix CI failures from the rebase: macOS/wasm builds, clippy, str.count
JamesClarke7283 Aug 16, 2026
adc4d3a
Fix the remaining CI failures: getaddrinfo port types, macOS clippy
JamesClarke7283 Aug 16, 2026
61bafa0
Fix the last two clippy-only CI failures (macOS, Windows)
JamesClarke7283 Aug 17, 2026
dda93ea
Fix the last Windows clippy failures
JamesClarke7283 Aug 17, 2026
9653df7
array: allow clippy::use_self on the c_ulong conversion for Windows
JamesClarke7283 Aug 17, 2026
57842eb
Code review: close the remaining argument-error gaps in bytes/bytearray
JamesClarke7283 Aug 17, 2026
f79a1d7
expandtabs: convert tabsize with the clinic int converter
JamesClarke7283 Aug 18, 2026
f919d3b
derive: let a function declare its own __text_signature__
JamesClarke7283 Aug 18, 2026
2fc41df
vm: park the overlap test's workers detached
JamesClarke7283 Aug 19, 2026
20a111f
winsound: drop the imports the host_env move left behind
JamesClarke7283 Aug 19, 2026
acce4ce
Code review: fix six error-message defects found against CPython 3.14.7
JamesClarke7283 Aug 19, 2026
88231c8
Merge branch 'main' into align-aug-assign-delete-set-dict-errors
JamesClarke7283 Sep 2, 2026
54dbd95
ci: retrigger after the macOS runner's toolchain download failed
JamesClarke7283 Sep 2, 2026
0db2af0
Name the callee at the bindings that take keywords, and let list.appe…
JamesClarke7283 Sep 2, 2026
43eec46
Declare CPython's text signature on every method that binds FuncArgs …
JamesClarke7283 Sep 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: retrigger after the macOS runner's toolchain download failed
The clippy (macos-latest) job of the previous run died in
dtolnay/rust-toolchain with "unable to sync download to disk:
Input/output error (os error 5)" before clippy ran, a runner disk
failure rather than anything in the tree.

Co-Authored-By: Claude Fable 5.1 <[email protected]>
  • Loading branch information
JamesClarke7283 and claude committed Sep 2, 2026
commit 54dbd958fcab55627ed1f128fe648eb7310afd49

No changes to show.

This commit has no content.