index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
windows
Age
Commit message (
Expand
)
Author
2014-04-08
windows: Use most of the source files from unix/ port.
Damien George
2014-04-08
Improve REPL detecting when input needs to continue.
Damien George
2014-04-08
unix, windows: There's no "help" builtin.
Paul Sokolovsky
2014-04-07
Add uPy welcome message to UNIX and Windows ports; update Teensy port.
Damien George
2014-04-07
windows: Make it compile with latest changes to py core.
Damien George
2014-03-31
py: Remove old "run time" functions that were 1 liners.
Damien George
2014-03-30
Rename rt_* to mp_*.
Damien George
2014-03-26
Change mp_method_t.name from const char * to qstr.
Damien George
2014-03-13
windows: Change MICROPY_FLOAT config to new scheme.
Damien George
2014-02-15
Implement proper exception type hierarchy.
Damien George
2014-02-15
Change mp_obj_type_t.name from const char * to qstr.
Damien George
2014-02-04
Use qstr id to create sys module.
Paul Sokolovsky
2014-01-30
windows: Make windows/main.c independent from unix/main.c
Markus Siemens
2014-01-28
Added Windows port (see #233)
Markus Siemens