| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-04 | all: Replace legacy name with MicroPython and MPy as applicable. | Angus Gratton | |
| With the aim of getting consistency, and removing the need to learn an additional term, replace uses of uPy/uPython with MPy/MicroPython. Rule of thumb was to use "MPy" abbreviation where "CPy" is used nearby, but the full word MicroPython otherwise. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au> | |||
| 2025-04-21 | tests/basics/builtin_range.py: Add more tests for range slicing. | Jeff Epler | |
| Signed-off-by: Jeff Epler <jepler@gmail.com> | |||
| 2017-11-24 | tests/basics/builtin_range: Add test for corner case of range slicing. | Damien George | |
| 2017-05-18 | tests/basics/builtin_range: Add tests for negative slicing of range. | Damien George | |
| 2017-04-05 | tests/basics: Add tests for raising ValueError when range() gets 0 step. | Damien George | |
| 2017-02-15 | tests/basic/[a-f]*: Make skippable. | Paul Sokolovsky | |
| For small ports which don't have all features enabled. | |||
| 2016-10-17 | tests: Improve coverage of array, range, dict, slice, exc, unicode. | Damien George | |
| 2015-10-05 | tests/basics/builtin_range: PEP8 fixes. | Paul Sokolovsky | |
| 2015-09-28 | tests: Test slicing a range that does not start at zero. | Tom Soulanille | |
| 2015-04-05 | tests: Add some more tests to improve code coverage of corner cases. | Damien George | |
| 2015-03-11 | py: Add support for start/stop/step attributes of builtin range object. | Peter D. Gray | |
| 2014-08-12 | py: Improve range: add len, subscr, proper print. | Damien George | |
| Can now index ranges with integers and slices, and reverse ranges (although reversing is not very efficient). Not sure how useful this stuff is, but gets us closer to having all of Python's builtins. | |||
