aboutsummaryrefslogtreecommitdiff
path: root/unix
AgeCommit message (Expand)Author
2015-09-26unix/modjni: call_method(): If name doesn't match, cleanup via goto next_method.Paul Sokolovsky
2015-09-26unix/modjni: Need to really use per-rettype Call*Method functions.Paul Sokolovsky
2015-09-24unix/modjni: new_jobject(): Handle null reference.Paul Sokolovsky
2015-09-23unix/modjni: Factor out is_object_type().Paul Sokolovsky
2015-09-22unix/modffi.c: cast first to intptr_t when casting from/to pointerVicente Olivert Riera
2015-09-22unix/modjni: Move type analysis logic to new_jobject(), for reuse.Paul Sokolovsky
2015-09-21unix/modjni: Support for subscripting of Java lists (r/o so far).Paul Sokolovsky
2015-09-20unix/modjni: jvalue2py: Handle boolean.Paul Sokolovsky
2015-09-19unix: Use MICROPY_HAL_H macro for header inclusion.Alex March
2015-09-19unix/modjni: py2jvalue: Pass jobject's down to Java.Paul Sokolovsky
2015-09-18unix/modjni: py2jvalue: Handle both int and long java types (with TODO for lo...Paul Sokolovsky
2015-09-17unix/modjni: jvalue2py: Handle class-containing jvalues.Paul Sokolovsky
2015-09-16unix/modjni: Add env() module function.Paul Sokolovsky
2015-09-15py/objslice: Make slice attributes (start/stop/step) readable.Tom Soulanille
2015-09-15unix/modjni: Return any object type value as a jobject.Paul Sokolovsky
2015-09-14unix/modjni: Return Java null as Python None.Paul Sokolovsky
2015-09-14unix/modjni: Support static methods.Paul Sokolovsky
2015-09-13unix/modjni: Factor out new_jobject(), jvalue2py() functions.Paul Sokolovsky
2015-09-12unix: Enable REPL auto-indent.Damien George
2015-09-12unix/modjni: Factor out py2jvalue() function.Paul Sokolovsky
2015-09-11unix/modjni: "jni" module to interface to JNI-compliant JavaVM.Paul Sokolovsky
2015-09-03tests: Add tests to improve coverage of objstr.c.Damien George
2015-08-31modffi: dlsym() doesn't set errno, so use ENOENT for OSError.Paul Sokolovsky
2015-08-30unix: Allow to build libffi from source and link against it.Paul Sokolovsky
2015-08-29py: Treat -m32 flag as part of CC, LD, etc.Paul Sokolovsky
2015-08-22unix: Bump default heap size to 1MB (2MB on 64-bit systems).Paul Sokolovsky
2015-08-20py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports.Paul Sokolovsky
2015-08-13py: Add stream_tell method, and use for unix and stmhal file tell.blmorris
2015-08-05unix/mpconfigport.h: set MICROPY_PY_SYS_PLATFORM to "darwin" if compiled on OSXblmorris
2015-07-26lib/mp-readline: Add emacs-style control characters for cursor movement.Tom Soulanille
2015-07-15unix: modsocket: Implement inet_pton() in preference of inet_aton().Paul Sokolovsky
2015-07-14unix: modsocket: Implement recvfrom().Paul Sokolovsky
2015-07-12unix: modsocket: Implement sendto().Paul Sokolovsky
2015-07-11unix: socket.getaddrinfo: Port is unsigned value.Paul Sokolovsky
2015-07-10unix: socket.getaddrinfo: Accept family & socktype arguments.Paul Sokolovsky
2015-07-08modmachine: Implement physical memory access using /dev/mem (Linux, etc).Paul Sokolovsky
2015-06-21unix: Add O_WRONLY | O_CREAT to open call when opening file for append ("a").Ari Suutari
2015-06-20py: Use a wrapper to explicitly check self argument of builtin methods.Damien George
2015-06-04unix: Allow to cat a script into stdin from the command line.Damien George
2015-06-03unix: Update .gitignore; now ignores coverage build.Damien George
2015-06-03unix: Prepare upip frozen modules under build/.Paul Sokolovsky
2015-06-03unix: Uncompress upip tarball to build directory.Paul Sokolovsky
2015-06-02unix: Include upip as fronzen modules inside the standard interpreter.Paul Sokolovsky
2015-05-30unix: Print an extra newline to the output on ctrl-Dstijn
2015-05-30unix: minimal: Don't use readline support.Paul Sokolovsky
2015-05-30unix: Allow to override default sys.path value.Paul Sokolovsky
2015-05-28tests: Add special tests to test mp_printf function to improve coverage.Damien George
2015-05-27unix: Add option to use uPy readline, and enable by default.Damien George
2015-05-27unix: Factor out stdio and ctrl-C code to unix_mphal.c file.Damien George
2015-05-17Revert "unix: Include stdio.h to allow easy debugging with printf()."Paul Sokolovsky