summaryrefslogtreecommitdiffstatshomepage
path: root/unix-cpy
Commit message (Expand)AuthorAge
* py: Overhaul and simplify printf/pfenv mechanism.Damien George2015-04-16
* py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options.Damien George2015-03-14
* unix-cpy: Fix compiler warning about unused variable.Damien George2015-02-07
* py: Protect mp_parse and mp_compile with nlr push/pop block.Damien George2015-02-07
* unix-cpy: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* Makefiles: Support py/*.h includes per #1022.Paul Sokolovsky2014-12-27
* modsys: Add sys.print_exception(exc, file=sys.stdout) function.Paul Sokolovsky2014-12-08
* unix-cpy: Fix build due to change in lexer API.Damien George2014-12-05
* ports: Define mp_off_t.Paul Sokolovsky2014-11-17
* Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*stijn2014-10-29
* py: Make compiler return a proper exception on SyntaxError.Damien George2014-10-05
* Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.Damien George2014-08-04
* Rename machine_(u)int_t to mp_(u)int_t.Damien George2014-07-03
* Provide definition of alloca() in mpconfigport.h.Damien George2014-06-08
* Rename configuration variables controling Python features.Damien George2014-05-24
* Tidy up some configuration options.Damien George2014-05-21
* Add license header to (almost) all files.Damien George2014-05-03
* unix-cpy: Put mpconfig.h before all other headers.Damien George2014-05-02
* build: Simplify build directory layout by putting all headers in genhdr.Damien George2014-04-17
* build directory can now be renamedAndrew Scheller2014-04-16
* bare-arm/unix-cpy: Minor changes.Damien George2014-04-13
* Add a check for NULL nlr_top in nlr_jump.Damien George2014-04-08
* unix-cpy: Pass emit opt to mp_compile.Damien George2014-04-06
* py: Add "io" module.Paul Sokolovsky2014-04-03
* Rename rt_* to mp_*.Damien George2014-03-30
* py: Factor out code from runtime.c to emitglue.c.Damien George2014-03-27
* unix-cpy: Switch to use MICROPY_FLOAT_IMPL config define.Paul Sokolovsky2014-03-16
* Implement proper exception type hierarchy.Damien George2014-02-15
* Add mp_import_stat to unix-cpy port.Damien George2014-02-06
* Change -Og to -O0 in unix-cpy/Makefile; cast to small int in socket.c.Damien George2014-01-26
* Rework makefiles. Add proper dependency checking.Dave Hylands2014-01-24
* Second stage of qstr revamp: uPy str object can be qstr or not.Damien George2014-01-22
* Revamp qstrs: they now include length and hash.Damien George2014-01-21
* py: Add module/function/class name to exceptions.Damien George2014-01-19
* Add source file name and line number to error messages.Damien George2014-01-18
* Merge branch 'str2int' of github.com:xyb/micropython into xyb-str2intDamien George2014-01-15
|\
| * Implemented int(str) in UNIXxyb2014-01-14
* | Convert parse errors to exceptions.Damien George2014-01-15
* | made DEBUG control CFLAGS in Makefiles oter than stm as well.John R. Lenton2014-01-13
|/
* Make build output quieter.Dave Hylands2014-01-08
* Factor and simplify Makefile's and mpconfig, part 2.Damien George2014-01-07
* Factor and simplify Makefile's and mpconfig.Damien George2014-01-07
* Convert Python types to proper Python type hierarchy.Damien George2014-01-04
* Add basic implementation of slice object.Paul Sokolovsky2014-01-04
* Move INT_FMT, etc. declaration into global mpconfig.h .Paul Sokolovsky2014-01-04
* unix-cpy: Fix mpconfig to work with new scheme.Damien George2014-01-03
* Change mp_compile so that it returns a function object for the module.Damien George2014-01-03
* Basic implementation of import.Damien George2014-01-03
* Add module object, to be used eventually for import.Damien George2014-01-02