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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unix
Age
Commit message (
Expand
)
Author
2015-10-03
unix/modjni: jobject.__str__/__repr__: Return Java .toString() value.
Paul Sokolovsky
2015-10-02
unix/modjni: Convert Java's IndexOutOfBoundsException to Python's IndexError.
Paul Sokolovsky
2015-10-02
py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.
Damien George
2015-10-01
tests: Add further tests for mpz code.
Damien George
2015-10-01
unix/modjni: Propagate Java exceptions on list access.
Paul Sokolovsky
2015-09-30
unix/modjni: Fix method argument matching.
Paul Sokolovsky
2015-09-29
unix/modjni: Implement len() for objects with java.util.List interface.
Paul Sokolovsky
2015-09-28
unix/modjni: call_method: Delete done local references in loop.
Paul Sokolovsky
2015-09-27
unix/modjni: call_method: Better resource release.
Paul Sokolovsky
2015-09-26
unix/modjni: call_method(): If name doesn't match, cleanup via goto next_method.
Paul Sokolovsky
2015-09-26
unix/modjni: Need to really use per-rettype Call*Method functions.
Paul Sokolovsky
2015-09-24
unix/modjni: new_jobject(): Handle null reference.
Paul Sokolovsky
2015-09-23
unix/modjni: Factor out is_object_type().
Paul Sokolovsky
2015-09-22
unix/modffi.c: cast first to intptr_t when casting from/to pointer
Vicente Olivert Riera
2015-09-22
unix/modjni: Move type analysis logic to new_jobject(), for reuse.
Paul Sokolovsky
2015-09-21
unix/modjni: Support for subscripting of Java lists (r/o so far).
Paul Sokolovsky
2015-09-20
unix/modjni: jvalue2py: Handle boolean.
Paul Sokolovsky
2015-09-19
unix: Use MICROPY_HAL_H macro for header inclusion.
Alex March
2015-09-19
unix/modjni: py2jvalue: Pass jobject's down to Java.
Paul Sokolovsky
2015-09-18
unix/modjni: py2jvalue: Handle both int and long java types (with TODO for lo...
Paul Sokolovsky
2015-09-17
unix/modjni: jvalue2py: Handle class-containing jvalues.
Paul Sokolovsky
2015-09-16
unix/modjni: Add env() module function.
Paul Sokolovsky
2015-09-15
py/objslice: Make slice attributes (start/stop/step) readable.
Tom Soulanille
2015-09-15
unix/modjni: Return any object type value as a jobject.
Paul Sokolovsky
2015-09-14
unix/modjni: Return Java null as Python None.
Paul Sokolovsky
2015-09-14
unix/modjni: Support static methods.
Paul Sokolovsky
2015-09-13
unix/modjni: Factor out new_jobject(), jvalue2py() functions.
Paul Sokolovsky
2015-09-12
unix: Enable REPL auto-indent.
Damien George
2015-09-12
unix/modjni: Factor out py2jvalue() function.
Paul Sokolovsky
2015-09-11
unix/modjni: "jni" module to interface to JNI-compliant JavaVM.
Paul Sokolovsky
2015-09-03
tests: Add tests to improve coverage of objstr.c.
Damien George
2015-08-31
modffi: dlsym() doesn't set errno, so use ENOENT for OSError.
Paul Sokolovsky
2015-08-30
unix: Allow to build libffi from source and link against it.
Paul Sokolovsky
2015-08-29
py: Treat -m32 flag as part of CC, LD, etc.
Paul Sokolovsky
2015-08-22
unix: Bump default heap size to 1MB (2MB on 64-bit systems).
Paul Sokolovsky
2015-08-20
py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports.
Paul Sokolovsky
2015-08-13
py: Add stream_tell method, and use for unix and stmhal file tell.
blmorris
2015-08-05
unix/mpconfigport.h: set MICROPY_PY_SYS_PLATFORM to "darwin" if compiled on OSX
blmorris
2015-07-26
lib/mp-readline: Add emacs-style control characters for cursor movement.
Tom Soulanille
2015-07-15
unix: modsocket: Implement inet_pton() in preference of inet_aton().
Paul Sokolovsky
2015-07-14
unix: modsocket: Implement recvfrom().
Paul Sokolovsky
2015-07-12
unix: modsocket: Implement sendto().
Paul Sokolovsky
2015-07-11
unix: socket.getaddrinfo: Port is unsigned value.
Paul Sokolovsky
2015-07-10
unix: socket.getaddrinfo: Accept family & socktype arguments.
Paul Sokolovsky
2015-07-08
modmachine: Implement physical memory access using /dev/mem (Linux, etc).
Paul Sokolovsky
2015-06-21
unix: Add O_WRONLY | O_CREAT to open call when opening file for append ("a").
Ari Suutari
2015-06-20
py: Use a wrapper to explicitly check self argument of builtin methods.
Damien George
2015-06-04
unix: Allow to cat a script into stdin from the command line.
Damien George
2015-06-03
unix: Update .gitignore; now ignores coverage build.
Damien George
2015-06-03
unix: Prepare upip frozen modules under build/.
Paul Sokolovsky
[prev]
[next]