-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Insights: RustPython/RustPython
Overview
Could not load contribution data
Please try again later
29 Pull requests merged by 7 people
-
Bump streetsidesoftware/cspell-action from 2 to 6 in the github-actions group
#5646 merged
Apr 1, 2025 -
Remove telnetlib
#5649 merged
Apr 1, 2025 -
Remove xdrlib
#5648 merged
Apr 1, 2025 -
Fix release CI
#5647 merged
Apr 1, 2025 -
Fixed an expected failure in the behavior of negating a bool argument
#5635 merged
Mar 31, 2025 -
Added test_audit from 3.13.2
#5637 merged
Mar 31, 2025 -
try IncrementalNewlineDecoder in doctest
#5644 merged
Mar 31, 2025 -
Fixes evaluation order in expression lists
#5579 merged
Mar 31, 2025 -
Fix float parsing
#5643 merged
Mar 31, 2025 -
Make FromArgs default field take an expression, not a string literal
#5642 merged
Mar 31, 2025 -
Remove some unncessary dependencies
#5641 merged
Mar 31, 2025 -
Update socket and test from CPython 3.12.2
#5255 merged
Mar 30, 2025 -
4982 - Implement tm_gmtoff and tm_zone
#5391 merged
Mar 30, 2025 -
Bump cranelift to 0.118
#5634 merged
Mar 30, 2025 -
Use our own version of unparse instead of
ruff_python_codegen
#5633 merged
Mar 28, 2025 -
Update rustpython_literal::escape to support wtf8
#5630 merged
Mar 28, 2025 -
Check+lint examples, tests, and benches in CI
#5632 merged
Mar 28, 2025 -
Parse surrogates in string literals properly
#5629 merged
Mar 27, 2025 -
Fix _ctypes.Array base and metaclass
#5620 merged
Mar 27, 2025 -
common dependency in workspace
#5624 merged
Mar 27, 2025 -
ExceptionGroup
#5254 merged
Mar 27, 2025 -
Apply nightly clippy suggestions
#5625 merged
Mar 27, 2025 -
Remove unused dependency
#5626 merged
Mar 27, 2025 -
Replace direct use of once_cell to std
#5627 merged
Mar 27, 2025 -
Activate cspell lint
#4700 merged
Mar 27, 2025 -
Refactor codecs
#5623 merged
Mar 26, 2025 -
Add #[pystruct(skip)]
#5397 merged
Mar 26, 2025 -
Allow surrogates in str
#5587 merged
Mar 26, 2025 -
Refactor cformat in prep for wtf8
#5621 merged
Mar 25, 2025
4 Pull requests opened by 1 person
-
Improve exceptions and traceback
#5622 opened
Mar 25, 2025 -
Match statements rewrite
#5628 opened
Mar 26, 2025 -
_tkinter pt. 2
#5640 opened
Mar 30, 2025 -
Rust dependency updates
#5651 opened
Mar 31, 2025
11 Issues closed by 1 person
-
Incorrect order of evaluation with unpacking in expression lists and call arguments
#5566 closed
Mar 31, 2025 -
distutils.sysconfig.customize_compiler() produces TypeError
#4984 closed
Mar 31, 2025 -
Python 3.12 added slice hash
#5101 closed
Mar 31, 2025 -
experienced failure when building using tag release 0.3.0
#5133 closed
Mar 31, 2025 -
Compile error: cannot transmute between types of different sizes, or dependently-sized types [E0512]
#5189 closed
Mar 31, 2025 -
zlib not found after install with `--features ssl`
#5157 closed
Mar 31, 2025 -
RustPython Slow
#5457 closed
Mar 31, 2025 -
[RFC]
#5362 closed
Mar 31, 2025 -
datetime().astimezone() is broken
#4982 closed
Mar 30, 2025 -
Replace parser
#5299 closed
Mar 26, 2025 -
Update Syn crate for c string literal
#5452 closed
Mar 26, 2025
3 Issues opened by 3 people
-
Only compile `nix` crate on linux
#5650 opened
Mar 31, 2025 -
`**` dict unpacking is buggy
#5645 opened
Mar 31, 2025 -
Confusing error string on typo'd module import
#5631 opened
Mar 27, 2025
27 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Now passing test_math from 3.12.2 with some caveat
#5610 commented on
Mar 31, 2025 • 6 new comments -
Fix not throwing the same error as CPython in test_pathlib.test_expanduser
#5578 commented on
Mar 31, 2025 • 1 new comment -
Properly handles `del val.__dict__`.
#5576 commented on
Mar 30, 2025 • 1 new comment -
initial C-api implementation
#5604 commented on
Mar 31, 2025 • 0 new comments -
Rewrite of winreg module and bump to 3.13.2
#5594 commented on
Mar 30, 2025 • 0 new comments -
typing upgrade to 3.13.2
#5590 commented on
Mar 31, 2025 • 0 new comments -
Update dataclasses, inspect from CPython 3.12
#5377 commented on
Mar 30, 2025 • 0 new comments -
Set magic methods slot wrapper only for heaptypes
#5303 commented on
Mar 30, 2025 • 0 new comments -
Implement `DISALLOW_INSTANTIATION` PyTypeFlags
#5286 commented on
Mar 30, 2025 • 0 new comments -
Update zipfile from CPython 3.12.2
#5264 commented on
Mar 30, 2025 • 0 new comments -
Add type_check to _check()
#5095 commented on
Mar 30, 2025 • 0 new comments -
Update typing from CPython 3.11.2
#4946 commented on
Mar 30, 2025 • 0 new comments -
Add bash script to autotest cpython lib
#4870 commented on
Mar 26, 2025 • 0 new comments -
solved test case error for test_dictviews.py from object.rs
#4779 commented on
Mar 30, 2025 • 0 new comments -
memory optimization using leaked PyRef<PyStr>
#4733 commented on
Mar 30, 2025 • 0 new comments -
Macro stuff
#4687 commented on
Mar 30, 2025 • 0 new comments -
Raise TypeError when calling __new__ unsafely
#4455 commented on
Mar 30, 2025 • 0 new comments -
Fix Coro release frame when closed
#4287 commented on
Mar 30, 2025 • 0 new comments -
Update Python libraries and tests from Python 3.13
#5529 commented on
Apr 1, 2025 • 0 new comments -
TypeError when RustPython parses XML string
#4983 commented on
Mar 31, 2025 • 0 new comments -
Prebuilt binaries
#5440 commented on
Mar 31, 2025 • 0 new comments -
how to set up RustPython on Windows without access to the link.exe
#5360 commented on
Mar 31, 2025 • 0 new comments -
Inconsist with cpython in deleting __dict__
#5355 commented on
Mar 31, 2025 • 0 new comments -
Update typing to 3.12
#5252 commented on
Mar 31, 2025 • 0 new comments -
Panic on match statement execution
#5554 commented on
Mar 30, 2025 • 0 new comments -
Tracking issue for ctypes
#5572 commented on
Mar 27, 2025 • 0 new comments -
Payload conflicts
#1979 commented on
Mar 25, 2025 • 0 new comments