Skip to content

Pull requests: RustPython/RustPython

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Fix set bugs with &= and -=
#4424 opened Jan 6, 2023 by branai Loading…
solved test case error for test_dictviews.py from object.rs A-stdlib z-ca-2023 Tag to track contrubution-academy 2023
#4779 opened Mar 26, 2023 by JaeyoungAhn Loading…
memory optimization using leaked PyRef<PyStr> A-vm Area: virtual machine C-enhancement New feature or request
#4733 opened Mar 20, 2023 by youknowone Loading…
Raise TypeError when calling __new__ unsafely A-vm Area: virtual machine C-bug Something isn't working
#4455 opened Jan 15, 2023 by garychia Loading…
Add type_check to _check()
#5095 opened Oct 18, 2023 by dannasman Draft
object.__init__ as slot caller
#4884 opened Apr 17, 2023 by youknowone Draft
string embedding
#2237 opened Sep 26, 2020 by youknowone Loading…
Frame.co_code implementation.
#2149 opened Aug 25, 2020 by alanjds Draft
Add missing __getattribute__ on several types
#3484 opened Nov 30, 2021 by Snowapril Loading…
First version of C-API
#3327 opened Oct 16, 2021 by youknowone Loading…
Update uuid to 3.13.3
#5732 opened Apr 22, 2025 by arihant2math Draft
Add imaplib at 3.13.2
#5619 opened Mar 24, 2025 by arihant2math Draft
Update faulthandler
#5658 opened Apr 1, 2025 by arihant2math Draft
Update pty to 3.13.3
#5738 opened Apr 23, 2025 by arihant2math Draft
Update csv to 3.13.3
#5734 opened Apr 22, 2025 by arihant2math Draft
Rewrite of winreg module and bump to 3.13.2
#5594 opened Mar 10, 2025 by arihant2math Loading…
Add os constants
#5795 opened May 19, 2025 by arihant2math Loading…
Symboltable updates
#5861 opened Jun 28, 2025 by arihant2math Loading…
Regrtest upgrade
#5752 opened Apr 27, 2025 by arihant2math Draft
More tkinter
#5784 opened May 12, 2025 by arihant2math Loading…
Rework crt_fd to be more aligned with io-safety
#5789 opened May 16, 2025 by coolreader18 Loading…
ProTip! Filter pull requests by the default branch with base:main.