index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unix
/
input.c
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-06-01
unix: Convert to use core-provided version of built-in import().
Damien George
2017-03-03
unix: Remove remaining, obsolete traces of GNU readline support.
Damien George
2016-01-11
py: Change type signature of builtin funs that take variable or kw args.
Damien George
2016-01-03
py: Change struct and macro for builtin fun so they can be type checked.
Damien George
2015-11-16
unix/input: Switch to POSIX I/O for history reading/writing.
Paul Sokolovsky
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-05-30
unix: Print an extra newline to the output on ctrl-D
stijn
2015-05-27
unix: Add option to use uPy readline, and enable by default.
Damien George
2015-04-10
input.c: Fix line-endings after recent changes.
Paul Sokolovsky
2015-04-09
unix: Automatically fix incompatible readline build options.
stijn
2015-03-13
unix: Support readline history saving to file, improves interactive usage.
Paul Sokolovsky
2015-01-01
unix: Prefix includes with py/; remove need for -I../py.
Damien George
2014-06-25
unix: Remove unused CTRL-D definition
stijn
2014-05-25
Change const byte* to const char* where sensible.
Damien George
2014-05-07
unix: Add missing stdio.h header for readline.
Damien George
2014-05-07
Add input command for unix
Dave Hylands