index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unix
Age
Commit message (
Expand
)
Author
2014-05-01
py: Add tentative scheme for error messages configuration.
Paul Sokolovsky
2014-04-26
py: "read" & "write" are so common that make them core.
Paul Sokolovsky
2014-04-26
Add ARRAY_SIZE macro, and use it where possible.
Damien George
2014-04-26
modsocket: Make .send() support arbitrary objects with buffer interface.
Paul Sokolovsky
2014-04-22
unix: Workaround MP_OBJ_NEW_SMALL_INT() 64-bit issues.
Paul Sokolovsky
2014-04-22
modsocket: Clean up OSError-like exception a bit.
Paul Sokolovsky
2014-04-22
unix: OSError's args[0] should be errno numeric value.
Paul Sokolovsky
2014-04-22
modffi: Don't use OSError for clearly unrelated errors.
Paul Sokolovsky
2014-04-22
modffi: Describe typecodes where they differ from used by struct module.
Paul Sokolovsky
2014-04-21
Merge pull request #513 from errordeveloper/misc_fix/modffi_pkg_config
Damien George
2014-04-20
unix windows: mingw32 doesn't have realpath(), use _fullpath() instead.
Paul Sokolovsky
2014-04-20
unix file: mingw32 has STDIN_FILENO and friends in stdio.h .
Paul Sokolovsky
2014-04-20
unix mem_info(): Dump GC info only if it's enabled.
Paul Sokolovsky
2014-04-20
modsocket: Add setblocking() method.
Paul Sokolovsky
2014-04-20
modffi: Fix how we call `pkg-config`
Ilya Dmitrichenko
2014-04-19
modffi: Update for MP_OBJ_STOP_ITERATION refactor.
Paul Sokolovsky
2014-04-19
modffi: Mark 'p' type spec deprecated, replace with 'P'.
Paul Sokolovsky
2014-04-18
py: Allow to pass buffer protocol flags to get_buffer helper funcs.
Damien George
2014-04-18
unix: Update to use new buffer protocol interface with typecode.
Damien George
2014-04-17
py: Rename USE_COMPUTED_GOTOS to USE_COMPUTED_GOTO and enable on stmhal.
Damien George
2014-04-18
unix modffi: Convert to static module structures.
Paul Sokolovsky
2014-04-17
unix modsocket: Convert to static module structures.
Paul Sokolovsky
2014-04-17
unix: Make mem_info() dump GC info too.
Paul Sokolovsky
2014-04-17
unix modtime: Convert to static module structures.
Paul Sokolovsky
2014-04-17
unix modtime: Adhere to MICROPY_ENABLE_FLOAT better.
Paul Sokolovsky
2014-04-17
build: Simplify build directory layout by putting all headers in genhdr.
Damien George
2014-04-17
Merge branch 'relocatable-build-dir' of github.com:lurch/micropython into lur...
Damien George
2014-04-17
Merge pull request #505 from lurch/patch-5
Damien George
2014-04-17
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-04-17
py: Add cmath module, for complex math. Disabled by default.
Damien George
2014-04-17
modffi: Support float types.
Paul Sokolovsky
2014-04-17
Updated the envvar used by ./run-tests
Andrew Scheller
2014-04-16
build directory can now be renamed
Andrew Scheller
2014-04-16
Add 'test' target to unix/Makefile
Andrew Scheller
2014-04-16
New config option MICROPY_FORCE_32BIT (defaulted to 0)
Andrew Scheller
2014-04-15
Move entry_table to separated header file.
AZ Huang
2014-04-14
Make USE_COMPUTED_GOTO a config option in mpconfig.h.
Damien George
2014-04-15
Use computed goto instead of switching op-codes.
AZ Huang
2014-04-13
py: Add property object, with basic functionality.
Damien George
2014-04-13
stmhal: Update for static mod sys.
Paul Sokolovsky
2014-04-13
py: Move sys attribute qstrs's to core.
Paul Sokolovsky
2014-04-13
py, unix: Convert sys module to static representation.
Paul Sokolovsky
2014-04-13
unix: Enable modffi by default.
Paul Sokolovsky
2014-04-11
unix: Update comment in gccollect.c
xbe
2014-04-11
modffi: Update for latest binary API refactors.
Paul Sokolovsky
2014-04-10
unix: Add option to only compile, and not execute code.
Damien George
2014-04-09
py: Add mp_get_buffer(), mp_get_buffer_raise() convenience functions to API.
Paul Sokolovsky
2014-04-08
unix modffi: Support any object implementing buffer protocol as a native arg.
Paul Sokolovsky
2014-04-08
unix: Oops, remove nlr_jump test in main.
Damien George
2014-04-08
Add a check for NULL nlr_top in nlr_jump.
Damien George
[next]