Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen | |
There were several different spellings of MicroPython present in comments, when there should be only one. | |||
2017-02-20 | py/objlist: For list slice assignment, allow RHS to be a tuple or list. | Damien George | |
Before this patch, assigning anything other than a list would lead to a crash. Fixes issue #2886. | |||
2014-05-10 | objlist: Support list slice deletion. | Paul Sokolovsky | |
2014-05-10 | objlist: Implement non-growing slice assignment. | Paul Sokolovsky | |
Slice value to assign can be only a list so far too. |