Pinned
1,323 contributions in the last year
Less
More
Activity overview
Contributed to
RustPython/RustPython,
gureum/gureum,
ColorConfig/ColorConfig
and 5 other
repositories
Contribution activity
March 1, 2021
youknowone has no activity
yet for this period.
February 2021
Created 21 commits in 3 repositories
Reviewed 27 pull requests in 2 repositories
RustPython/RustPython 25 pull requests
- Misc fixes to get aiohttp working
- Add test_functools from CPython 3.8.7
- Add test_http_cookiejar from CPython 3.8.7
- Unskip more tests (follow-up from #2443)
- Add test_format from CPython 3.8.7
- Add test_configparser from CPython 3.8.7
- Update difflib.py
- Fix test_enum unexpected success on Windows
- Add test_enum from CPython 3.8.7
- Add test_difflib from CPython 3.8.7
- Add test_dictcomps from CPython 3.8.7
- Add test_collections from CPython 3.8.7
- Add test_charmapcodec from CPython 3.8.7
- Add test_call from CPython 3.8.7
- Add test_binascii from CPython 3.8.7
- Don't use atomics as much for lasti
- Rework the vm exception stack to handle errors better
- Fix os.utime to be able to take floats
- Cleanup skipped tests
- format PyStructSequence with = instead of :
- Add more functionality to _ssl
- Implement name mangling
- Add statistics from CPython 3.8
- Add a way to inject modules to rustpython_wasm
- Fix BufferedReader over a SocketIO to properly read the right amount