aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-19py: Added Cygwin support to py/nlrx86.S.Igor Gatis
2015-11-19py/map: Store key/value in earliest possible slot in hash table.Damien George
2015-11-18cc3200: Bump version to 1.1.1.danicampora
2015-11-18cc3200/README.md: Correct cc3200's update file name.danicampora
2015-11-18docs/wipy: Make wifi/wlan naming consistent with tutorial.rst.Chris Liechti
2015-11-18docs/wipy: Add warning about losing wlan connection when changing mode.Jason Hildebrand
2015-11-18cc3200/appsign.sh: Use md5 if running under Darwin.Gary Ashton-Jones
2015-11-18docs: Update docs for WiPy wlan.connect().Noah
2015-11-18docs/wipy: Fixed some typos in the WiPy's tutorials.Dave Hylands
2015-11-17py/mpstate: Make mp_pending_exception volatile.Damien George
2015-11-17py/modmath: Make log2, log10 and hyperbolic funcs be SPECIAL_FUNCTIONS.Damien George
2015-11-17py: Implement default and star args for lambdas.Damien George
2015-11-17py/compile: Don't unnecessarily save state when compiling param list.Damien George
2015-11-16cc3200: Unmount all user file systems after a soft reset.danicampora
2015-11-17unix: Add "uselect" module, with poll() function.Paul Sokolovsky
2015-11-16unix/input: Switch to POSIX I/O for history reading/writing.Paul Sokolovsky
2015-11-15tools: Update to upip 0.6.2. Fixes issue due to MacOSX undocumented behavior.Paul Sokolovsky
2015-11-14tools: Update upip to 0.6.1. Fixes normal installs without -p switch.Paul Sokolovsky
2015-11-14unix/modos: getenv(): Handle non-existing envvar correctly.Paul Sokolovsky
2015-11-14stmhal/modmachine: Initial attempt to add I2C & SPI classes.Paul Sokolovsky
2015-11-14unix/modos: Add Windows workaround for mkdir().Paul Sokolovsky
2015-11-14windows: Define ssize_t and use renamed mphal headerstijn
2015-11-14py/modmath: Don't create symbol entry for expm1() if not needed.Paul Sokolovsky
2015-11-14py/modmath: Make expm1() be in MICROPY_PY_MATH_SPECIAL_FUNCTIONS.Paul Sokolovsky
2015-11-14tools: Update upip to 0.6.Paul Sokolovsky
2015-11-13unix/modos: Add mkdir().Paul Sokolovsky
2015-11-13unix/modos: Add getenv().Paul Sokolovsky
2015-11-13unix/main: Remove stray mp_printf() from previous commit.Paul Sokolovsky
2015-11-13unix: Use standard mphalport.h header.Paul Sokolovsky
2015-11-13main.c: Switch stderr printing from ANSI C to native POSIX.Paul Sokolovsky
2015-11-13unix: Allow to override MICROPY_PY_MATH_SPECIAL_FUNCTIONS from command-line.Paul Sokolovsky
2015-11-13unix/mpconfigport: Move log2() definition to modmath.c.Paul Sokolovsky
2015-11-13py: Allow to import compiled bytecode files.Damien George
2015-11-13py: Add MICROPY_PERSISTENT_CODE_LOAD/SAVE to load/save bytecode.Damien George
2015-11-13py: Add MICROPY_PERSISTENT_CODE so code can persist beyond the runtime.Damien George
2015-11-13py: Add constant table to bytecode.Damien George
2015-11-13py: Put all bytecode state (arg count, etc) in bytecode.Damien George
2015-11-13py: Reorganise bytecode layout so it's more structured, easier to edit.Damien George
2015-11-13unix/main: Use builtin unichar_isdigit() in preference if libc's.Paul Sokolovsky
2015-11-13tests/jni: Add test for working with container of List interface.Paul Sokolovsky
2015-11-11unix/modjni: Add missing get_jclass_name() function.Paul Sokolovsky
2015-11-10docs: Fix a typo in the REPL documentation.Dave Hylands
2015-11-10lib/utils/printf: Move from stmhal/ .Paul Sokolovsky
2015-11-10windows: Allow specifying the python executable to use for msvc buildsstijn
2015-11-10Fix project file for Visual Studio 2015omtinez
2015-11-09docs/select: Document POLLIN/OUT/ERR/HUP.Paul Sokolovsky
2015-11-09stmhal/moduselect: Expose POLLIN/OUT/ERR/HUP constants.Paul Sokolovsky
2015-11-09py/emitinlinethumb: Allow to compile with -Wsign-compare.Damien George
2015-11-09py/asmthumb: Allow to compile with -Wsign-compare and -Wunused-parameter.Damien George
2015-11-09lib/pyexec: Move header pyexec.h from stmhal directory.Damien George