Pinned
1,367 contributions in the last year
Less
More
Activity overview
Contribution activity
August 2021
Created a pull request in RustPython/RustPython that received 8 comments
vscode lldb configuration template
vscode's auto-generated lldb doesn't catch the exception.
I edited it a bit using preLaunchTask
this template will be helpful for people who want t…
+303
−0
•
8
comments
Opened 22 other pull requests in 6 repositories
RustPython/RustPython
4
open
10
merged
2
closed
- trivial clean up
- Fix int/float enum pickle
- prepare extension for each dict iterator types
- derive __text_signature__ from method definition
- remove double-get from DictDataType::pop_back
- Fix bitflags version
- add_slot_wrappers must be called up to once
- clean up pymethod with names
- clean up #[pymethod(magic)]
- TryFromBorrowedObject for int types
- tp_cmp -> tp_richcompare
- give an own module for buffer protocol + TryFromBorrowedObject
- Refactor Buffer Protocol (mostly namings)
- ran black to auto-format extra_tests/snippets
- (TEST) bump up reference CPython to 3.9
- metaclass support for #[pyclass] macro
youknowone/ring
2
merged
youknowone/syn-ext
1
merged
rodrigocam/RustPython
1
merged
youknowone/methodtools
1
merged
youknowone/wirerope
1
merged
Reviewed 93 pull requests in 4 repositories
RustPython/RustPython
89 pull requests
- Find key from only its attributes
- fix bytes and bytearray fromhex to support subclass
- Fix error message incompatibility
- Fix deque repr hang if element __repr__ mutates.
- make dict iterator use atomic operation
- Fix list entering deadlock in several methods
- Fix extendleft method of deque
- os: implement os.nice
- resolve deque deadlock using state
- Update types.py to CPython 3.8
-
Add missing
__str__method in base types - add deque __bool__ method
- Fix __class_getitem__ slightly
- Fixes typos in all other files
- Fixes typos in vm/
- Support unicode array type.
- Add math.dist function and enabled its tests
- Implimenting os ctermid fechdir
- adjust dict reverse iterator next to new dict entries structure
-
Introduce
__text_signature__property - Add remaining methods to sequence iterator.
- Further clarify pop_back using iterator adaptors
- Skip tests that cause RustPython to hang.
- Implement missing Iterator & ReverseIterator and its methods
- make dict remain order after delete
- Some pull request reviews not shown.
lifthrasiir/hexf
2 pull requests
RustPython/rustpython.github.io
1 pull request
xchataqua/xchataqua
1 pull request
Created an issue in RustPython/RustPython that received 5 comments
Refactor descriptor types.
ref: #2808 (comment) In RustPython, we have different class structures to CPython. Simply describing, RustPython doesn't have a type corresponding to
5
comments
Opened 7 other issues in 1 repository
RustPython/RustPython
4
closed
3
open
-
Rename
vm/src/stdlib/time_module.rstotime.rs -
[RFC] Replace
Option<int>withoptional::Optioned<int> - Reference version of TryObjectFrom
- dict.{__or__,__ror__,__ior__} with other types should return NotImplemented
- [RFC] Switch default branch from master to main
- Use SlotDestructor actually
- pip support in macos
14
contributions
in private repositories
Aug 1 – Aug 7