FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for crates/vm - RustPython/RustPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
RustPython
/
RustPython
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
22.3k
Code
Issues
295
Pull requests
104
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
RustPython
crates
vm
on
main
User selector
Datepicker
Commit history
Commits on Aug 24, 2026
Warn instead of aborting when a class namespace holds a non-string key (#8581)
Show description for 5edfa41
luantaraschi
authored
5edfa41
View commit details
Copy full SHA for 5edfa41
View code at this point
Browse repository at this point
Commits on Aug 23, 2026
Match CPython on code objects, ast, symtable and syntax error positions (#8580)
Show description for 48a3a1f
youknowone
authored
48a3a1f
View commit details
Copy full SHA for 48a3a1f
View code at this point
Browse repository at this point
Commits on Aug 22, 2026
Bound the recursion in exception group split and subgroup (#8584)
Show description for bf7c173
luantaraschi
authored
bf7c173
View commit details
Copy full SHA for bf7c173
View code at this point
Browse repository at this point
Drop the handler-table borrow before running a signal handler (#8582)
Show description for 0dfc93a
luantaraschi
authored
0dfc93a
View commit details
Copy full SHA for 0dfc93a
View code at this point
Browse repository at this point
Use non-raising lookup for default optional attribute access (#8576)
Show description for d53f35f
widehyo1
authored
d53f35f
View commit details
Copy full SHA for d53f35f
View code at this point
Browse repository at this point
Remove `#[repr(C)]` from LinkedList (#8575)
Show description for 7cc162a
ShaharNaveh
authored
7cc162a
View commit details
Copy full SHA for 7cc162a
View code at this point
Browse repository at this point
Use `ruff_python_ast::name::Name` for symtable and compiler (#8344)
Show description for 17e1e49
ShaharNaveh
authored
17e1e49
View commit details
Copy full SHA for 17e1e49
View code at this point
Browse repository at this point
Reject the string format flags CPython refuses (#8571)
Show description for 30be390
luantaraschi
authored
30be390
View commit details
Copy full SHA for 30be390
View code at this point
Browse repository at this point
Drop what a deque with maxlen of zero is handed (#8567)
Show description for f9e65c0
luantaraschi
authored
f9e65c0
View commit details
Copy full SHA for f9e65c0
View code at this point
Browse repository at this point
Commits on Aug 21, 2026
Drop the last two lint expectations clippy 1.98 no longer fulfils (#8568)
Show description for b917e96
luantaraschi
authored
b917e96
View commit details
Copy full SHA for b917e96
View code at this point
Browse repository at this point
Rebase range iterator `__reduce__` to match CPython (#8424)
Show description for c420cc5
devyubin
and
youknowone
authored
c420cc5
View commit details
Copy full SHA for c420cc5
View code at this point
Browse repository at this point
Fix re.findall reporting a group that did not match (#8563)
Show description for 6079ad0
luantaraschi
authored
6079ad0
View commit details
Copy full SHA for 6079ad0
View code at this point
Browse repository at this point
Drop the lint expectations clippy 1.98 no longer fulfils (#8564)
Show description for c077373
luantaraschi
authored
c077373
View commit details
Copy full SHA for c077373
View code at this point
Browse repository at this point
`str.format`: fix not raising for unknown conversions (#8560)
Show description for 02a80ea
Andrej730
authored
02a80ea
View commit details
Copy full SHA for 02a80ea
View code at this point
Browse repository at this point
Commits on Aug 20, 2026
Align compiler futures, annotations, and symtable with CPython (#8550)
Show description for dd2cc4d
youknowone
authored
dd2cc4d
View commit details
Copy full SHA for dd2cc4d
View code at this point
Browse repository at this point
Commits on Aug 19, 2026
Raise where the fuzzer found aborts and stack overflows, and collect with the count in the object header (#8551)
Show description for 86d9407
youknowone
authored
86d9407
View commit details
Copy full SHA for 86d9407
View code at this point
Browse repository at this point
winsound: drop the imports the NUL-safe PlaySound left behind (#8554)
Show description for ee0bb64
youknowone
authored
ee0bb64
View commit details
Copy full SHA for ee0bb64
View code at this point
Browse repository at this point
Commits on Aug 18, 2026
ffi: No interior NULs (part 1) (#8245)
Show description for 419a0b2
joshuamegnauth54
and
youknowone
authored
419a0b2
View commit details
Copy full SHA for 419a0b2
View code at this point
Browse repository at this point
builtins: generate accurate __text_signature__ (#8512)
Show description for d8bb7bb
leehanjeong
and
youknowone
authored
d8bb7bb
View commit details
Copy full SHA for d8bb7bb
View code at this point
Browse repository at this point
Fix int unicode decimal digits (#8521)
Show description for fdd101b
authored
fdd101b
View commit details
Copy full SHA for fdd101b
View code at this point
Browse repository at this point
memoryview: count exports, hash the exporter, and index through `__index__` (#8553)
Show description for 182175b
youknowone
authored
182175b
View commit details
Copy full SHA for 182175b
View code at this point
Browse repository at this point
Add StringIO newline tracking (#8539)
Show description for 62d04c6
doma17
authored
62d04c6
View commit details
Copy full SHA for 62d04c6
View code at this point
Browse repository at this point
Commits on Aug 17, 2026
Expose symbol scopes through _symtable (#8538)
Show description for 25e76af
YangSiJun528
authored
25e76af
View commit details
Copy full SHA for 25e76af
View code at this point
Browse repository at this point
Commits on Aug 16, 2026
Fix malformed Unicode error constructors (#8497)
Show description for aaeab4f
youknowone
authored
aaeab4f
View commit details
Copy full SHA for aaeab4f
View code at this point
Browse repository at this point
Fix crashes found hunting the last open fuzzing record (#8524)
Show description for c85b83f
youknowone
authored
c85b83f
View commit details
Copy full SHA for c85b83f
View code at this point
Browse repository at this point
Implement PEP 688 and rework the buffer protocol around managed exports (#8523)
Show description for f24b257
youknowone
authored
f24b257
View commit details
Copy full SHA for f24b257
View code at this point
Browse repository at this point
Per-interpreter runtime state and a process-wide GC stop-the-world (#8517)
Show description for 5c13fa1
youknowone
authored
5c13fa1
View commit details
Copy full SHA for 5c13fa1
View code at this point
Browse repository at this point
Commits on Aug 15, 2026
str, bytes: answer equality with equality rather than with an ordering (#8531)
Show description for 833a2ba
youknowone
authored
833a2ba
View commit details
Copy full SHA for 833a2ba
View code at this point
Browse repository at this point
str: take search bounds through the character index (#8530)
Show description for 5919be9
youknowone
authored
5919be9
View commit details
Copy full SHA for 5919be9
View code at this point
Browse repository at this point
Commits on Aug 14, 2026
str: resolve subscripts and slices through the code point index (#8526)
Show description for 7e25617
youknowone
authored
7e25617
View commit details
Copy full SHA for 7e25617
View code at this point
Browse repository at this point
_sre: drive a non-ASCII str subject through a character index on the string (#8522)
Show description for d609108
youknowone
authored
d609108
View commit details
Copy full SHA for d609108
View code at this point
Browse repository at this point
str: count a stepped slice's characters with a ceiling division (#8525)
Show description for 9f90967
youknowone
authored
9f90967
View commit details
Copy full SHA for 9f90967
View code at this point
Browse repository at this point
_sre: drive an all-ASCII str subject over its bytes (#8520)
Show description for d04318e
youknowone
authored
d04318e
View commit details
Copy full SHA for d04318e
View code at this point
Browse repository at this point
Fix the itertools.tee leak and race, the contextvars and generator races, _asyncio's InvalidStateError lookup, and _imp's frozen data (#8518)
Show description for b109723
youknowone
authored
b109723
View commit details
Copy full SHA for b109723
View code at this point
Browse repository at this point
Preserve lone surrogates across WASM conversions (#8508)
Show description for d0baa1c
HyoJongPark
authored
d0baa1c
View commit details
Copy full SHA for d0baa1c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL