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

import this
#2440 opened Feb 5, 2021 by dbrgn Loading…
Fix some set operation to compare self with args z-ca-2022 Tag to track contrubution-academy 2022
#3912 opened Jul 18, 2022 by kth496 Loading…
MutObjectSequenceOp find using Iteartor trait
#3940 opened Jul 20, 2022 by youknowone Loading…
Change to raise SyntaxError for the generator without parenthesized z-ca-2022 Tag to track contrubution-academy 2022
#3942 opened Jul 21, 2022 by key262yek Draft
Enable ssl by default for linux/macos
#3946 opened Jul 21, 2022 by youknowone Loading…
deferred exception creation
#3326 opened Oct 16, 2021 by youknowone Draft
data-only exc
#3718 opened May 18, 2022 by youknowone Draft
First impl of fallible allocations
#3494 opened Dec 4, 2021 by coolreader18 Loading…
Open Collective for RustPython
#3648 opened Apr 22, 2022 by youknowone Loading…
2
1
poc for py:: prefix
#3645 opened Apr 19, 2022 by youknowone Draft
Set magic methods slot wrapper only for heaptypes
#5303 opened May 8, 2024 by youknowone Loading…
reduce check_singals frequency
#5281 opened Apr 25, 2024 by youknowone Loading…
Upgrade test.support from CPython 3.12
#5366 opened Jul 28, 2024 by youknowone Loading…
disable LTO for CI
#4012 opened Aug 7, 2022 by youknowone Loading…
[Nightly] Atomic Structure with Const Initialize
#4349 opened Dec 22, 2022 by qingshi163 Loading…
Load the RustPython logo faster
#5093 opened Oct 16, 2023 by bit-web24 Loading…
PyClassMembers: an interface to define members z-ca-2022 Tag to track contrubution-academy 2022
#4215 opened Oct 15, 2022 by moreal Draft
add recursion check in __call__ z-ca-2022 Tag to track contrubution-academy 2022
#4213 opened Oct 15, 2022 by joohongpark Loading…
test_inplace_on_self now works in test_set and test_weakset A-stdlib C-bug Something isn't working
#4708 opened Mar 17, 2023 by bearney74 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…
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…
ProTip! Exclude everything labeled bug with -label:bug.