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
/
unix-cpy
Age
Commit message (
Expand
)
Author
2014-12-27
Makefiles: Support py/*.h includes per #1022.
Paul Sokolovsky
2014-12-08
modsys: Add sys.print_exception(exc, file=sys.stdout) function.
Paul Sokolovsky
2014-12-05
unix-cpy: Fix build due to change in lexer API.
Damien George
2014-11-17
ports: Define mp_off_t.
Paul Sokolovsky
2014-10-29
Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*
stijn
2014-10-05
py: Make compiler return a proper exception on SyntaxError.
Damien George
2014-08-04
Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.
Damien George
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-06-08
Provide definition of alloca() in mpconfigport.h.
Damien George
2014-05-24
Rename configuration variables controling Python features.
Damien George
2014-05-21
Tidy up some configuration options.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-02
unix-cpy: Put mpconfig.h before all other headers.
Damien George
2014-04-17
build: Simplify build directory layout by putting all headers in genhdr.
Damien George
2014-04-16
build directory can now be renamed
Andrew Scheller
2014-04-13
bare-arm/unix-cpy: Minor changes.
Damien George
2014-04-08
Add a check for NULL nlr_top in nlr_jump.
Damien George
2014-04-06
unix-cpy: Pass emit opt to mp_compile.
Damien George
2014-04-03
py: Add "io" module.
Paul Sokolovsky
2014-03-30
Rename rt_* to mp_*.
Damien George
2014-03-27
py: Factor out code from runtime.c to emitglue.c.
Damien George
2014-03-16
unix-cpy: Switch to use MICROPY_FLOAT_IMPL config define.
Paul Sokolovsky
2014-02-15
Implement proper exception type hierarchy.
Damien George
2014-02-06
Add mp_import_stat to unix-cpy port.
Damien George
2014-01-26
Change -Og to -O0 in unix-cpy/Makefile; cast to small int in socket.c.
Damien George
2014-01-24
Rework makefiles. Add proper dependency checking.
Dave Hylands
2014-01-22
Second stage of qstr revamp: uPy str object can be qstr or not.
Damien George
2014-01-21
Revamp qstrs: they now include length and hash.
Damien George
2014-01-19
py: Add module/function/class name to exceptions.
Damien George
2014-01-18
Add source file name and line number to error messages.
Damien George
2014-01-15
Merge branch 'str2int' of github.com:xyb/micropython into xyb-str2int
Damien George
2014-01-15
Convert parse errors to exceptions.
Damien George
2014-01-14
Implemented int(str) in UNIX
xyb
2014-01-13
made DEBUG control CFLAGS in Makefiles oter than stm as well.
John R. Lenton
2014-01-08
Make build output quieter.
Dave Hylands
2014-01-07
Factor and simplify Makefile's and mpconfig, part 2.
Damien George
2014-01-07
Factor and simplify Makefile's and mpconfig.
Damien George
2014-01-04
Convert Python types to proper Python type hierarchy.
Damien George
2014-01-04
Add basic implementation of slice object.
Paul Sokolovsky
2014-01-04
Move INT_FMT, etc. declaration into global mpconfig.h .
Paul Sokolovsky
2014-01-03
unix-cpy: Fix mpconfig to work with new scheme.
Damien George
2014-01-03
Change mp_compile so that it returns a function object for the module.
Damien George
2014-01-03
Basic implementation of import.
Damien George
2014-01-02
Add module object, to be used eventually for import.
Damien George
2013-12-30
Use rm -rf to remove build dir, so it doesn't error out if dir doesn't exist.
Paul Sokolovsky
2013-12-30
Put unicode functions in unicode.c, and tidy their names.
Damien George
2013-12-30
Make unix-cpy cross platform; remove dependency of asmx64 on mpconfig.
Damien George
2013-12-29
Add unix-cpy, used to test Micro Python byte code against CPython.
Damien