aboutsummaryrefslogtreecommitdiff
path: root/py/repl.h
AgeCommit message (Expand)Author
2022-03-10py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-18all: Unify header guard usage.Alexander Steffen
2017-07-04py/repl: Change mp_uint_t to size_t in repl helpers.Damien George
2015-04-29py, readline: Add tab autocompletion for REPL.Damien George
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2014-05-21Tidy up some configuration options.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-04-08Improve REPL detecting when input needs to continue.Damien George
2014-01-07Factor and simplify Makefile's and mpconfig.Damien George
2013-12-21Change object representation from 1 big union to individual structs.Damien
2013-10-22Improve REPL compount statement detection.Damien