summaryrefslogtreecommitdiffstatshomepage
path: root/py/repl.c
Commit message (Expand)AuthorAge
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* py: Make functions static where appropriate.Damien George2014-12-10
* py: Convert [u]int to mp_[u]int_t where appropriate.Damien George2014-10-03
* py: Include mpconfig.h before all other includes.Paul Sokolovsky2014-06-21
* Tidy up some configuration options.Damien George2014-05-21
* Add license header to (almost) all files.Damien George2014-05-03
* py: Continue line if last character is backslash.Damien George2014-04-08
* Improve REPL detecting when input needs to continue.Damien George2014-04-08
* py: Detect unmatched tripple quote in repl helper.Damien George2014-04-07
* mp_repl_is_compound_stmt(): Thinko fix s/true/try/.Paul Sokolovsky2014-01-11
* Factor and simplify Makefile's and mpconfig.Damien George2014-01-07
* Put unicode functions in unicode.c, and tidy their names.Damien George2013-12-30
* Change object representation from 1 big union to individual structs.Damien2013-12-21
* Improve REPL compount statement detection.Damien2013-10-22