| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-15 | run code formatting script | microDev | |
| 2020-11-25 | merge from upstream + wip | Dan Halbert | |
| 2020-08-07 | Merge pull request #3252 from ciscorn/pyi | Jeff Epler | |
| Some improvements to the core module docs | |||
| 2020-08-07 | Modify some Python stubs | Taku Fukada | |
| 2020-08-04 | Use qstrs to save an additional 4 bytes | Jeff Epler | |
| 2020-08-04 | Combine similar strings to reduce size of translations | Jeff Epler | |
| This is a slight trade-off with code size, in places where a "_varg" mp_raise variant is now used. The net savings on trinket_m0 is just 32 bytes. It also means that the translation will include the original English text, and cannot be translated. These are usually names of Python types such as int, set, or dict or special values such as "inf" or "Nan". | |||
| 2020-07-27 | Fix several type hints | Taku Fukada | |
| 2020-07-03 | Made every init return None | dherrada | |
| 2020-07-03 | Made most of the requested changes | dherrada | |
| 2020-07-03 | Added type hints to i2cperipheral | dherrada | |
| 2020-07-02 | Removed all 'self, )' | dherrada | |
| 2020-06-25 | I2CPeripheral: Rename class and its module | Jeff Epler | |
| This is an incompatible change. | |||
