Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,539 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 31 commits in 3 repositories
Created a pull request in RustPython/RustPython that received 2 comments
Opened 1 other pull request in 1 repository
RustPython/RustPython
1
merged
Reviewed 14 pull requests in 2 repositories
RustPython/RustPython 12 pull requests
- Use lz-fear to get streaming decompression for bytecode
- Add the timeit module
- Add iter, iternext slots
- Fix float power and complex division
- Add string interning
- Fix min test case by doing mroe validation
- Split the ast from the parser, remove compiler dep on parser
- Fully implement buffered IO
- Try skipping caching on macos
- Reimpl cformat to suit for bytes
- Unify float formatting
- Store PyObjectRef in CodeObject constants