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 40 million developers.
Sign up
Popular repositories
-
Forked from KimiNewt/pyshark
Python wrapper for tshark, allowing python packet parsing using wireshark dissectors
Python 1
-
Forked from msgpack/msgpack-python
MessagePack serializer implementation for Python msgpack.org[Python]
Python 1
-
-
726 contributions in the last year
Contribution activity
January 2020
Created a pull request in RustPython/RustPython that received 9 comments
GitHub actions
As suggested in the chat by @dralley this is an initial configuration of Github actions. My suggestion is to first run this in parallel to the trav…
- Fix up some testing stuff; only build one target profile of rustpython when testing
- Fix Azure Pipelines build
- Merge travis rust lint jobs (rustfmt + clippy)
- Add _operator._compare_digest
- Fix comparison operator
- Demo improvements
- __eq__ and __ne__ compatibility
- Add __length_hint__ support for iterators
- Don't use proc-macro-hack; use our own slightly-less-hacky hack
- Allow to skip VM param for IntoPyNativeFunc functions
- Implement the '%' string format code for integers
Created an issue in RustPython/RustPython that received 4 comments
Increase CPython test coverage
We are currently running part of the CPython test suite. This is a good place for people new to the project to contribute. Contribution here can co…