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
/
py
Age
Commit message (
Expand
)
Author
2017-03-28
py: Use mp_raise_TypeError/mp_raise_ValueError helpers where possible.
Damien George
2017-03-27
py/objmap: Convert mp_uint_t to size_t.
Damien George
2017-03-27
py/compile: When compiling super(), handle closed-over self variable.
Damien George
2017-03-27
py/vm: Fix VM opcode tracing to print correct stack pointer.
Damien George
2017-03-26
py/obj: Change mp_uint_t to size_t for mp_obj_get_array_fixed_n len arg.
Damien George
2017-03-26
py/nlrx86: Better check for Zephyr (requires 1.7).
Paul Sokolovsky
2017-03-25
py/objarray: Use mp_obj_str_get_str instead of mp_obj_str_get_data.
Damien George
2017-03-24
py: Remove MP_STATE_CTX, use MP_STATE_THREAD instead (it's an alias).
Damien George
2017-03-24
py: Use mp_locals/mp_globals accessor funcs instead of MP_STATE_CTX.
Damien George
2017-03-24
py/objnamedtuple: Use size_t where appropriate, instead of mp_uint_t.
Damien George
2017-03-24
py/objtype: Use size_t where appropriate, instead of mp_uint_t or uint.
Damien George
2017-03-24
py/modbuiltins: Allow round() to return a big int if necessary.
Damien George
2017-03-24
py/modbuiltins: For round() builtin use nearbyint instead of round.
Damien George
2017-03-23
py/objint: Handle special case of -0 when classifying fp as int.
Damien George
2017-03-23
py/modmath: Allow trunc/ceil/floor to return a big int if necessary.
Damien George
2017-03-23
py/lexer: Remove obsolete comment, since lexer can now raise exceptions.
Damien George
2017-03-23
py: Define and use MP_OBJ_ITER_BUF_NSLOTS to get size of stack iter buf.
Damien George
2017-03-23
py/sequence: Convert mp_uint_t to size_t where appropriate.
Damien George
2017-03-23
py: Use size_t as len argument and return type of mp_get_index.
Damien George
2017-03-22
py/bc: Provide better error message for an unexpected keyword argument.
Damien George
2017-03-20
py/vm: Don't release the GIL if the scheduler is locked.
Damien George
2017-03-20
py: Add micropython.schedule() function and associated runtime code.
Damien George
2017-03-20
py/objstr: Use better msg in bad implicit str/bytes conversion exception
stijn
2017-03-17
py: Provide mp_decode_uint_value to help optimise stack usage.
Damien George
2017-03-17
py: Reduce size of mp_code_state_t structure.
Damien George
2017-03-16
py/objstr: Fix eager optimisation of str/bytes addition.
Damien George
2017-03-15
py/mkrules.mk: Remove special check for "-B" in qstr auto generation.
Damien George
2017-03-15
py/mpprint: Fix int formatting so "+" is printed for 0-valued integer.
Damien George
2017-03-15
py/emitnative: Remove obsolete commented out code.
Damien George
2017-03-14
py/emitnative: Use assertions and mp_not_implemented correctly.
Damien George
2017-03-14
py/objint: Allow to print long-long ints without using the heap.
Damien George
2017-03-14
py: Allow lexer to raise exceptions during construction.
Damien George
2017-03-10
py/objint_longlong: Implement mp_obj_int_from_bytes_impl().
Paul Sokolovsky
2017-03-08
py/nlrx64: Fixes to support Mac OS.
Damien George
2017-03-07
py/nlrx86: Add workaround for Zephyr.
Paul Sokolovsky
2017-03-07
py: Use mp_obj_get_array where sequence may be a tuple or a list.
Krzysztof Blazewicz
2017-03-07
py/runtime.c: Remove optimization of '*a,=b', it caused a bug.
Krzysztof Blazewicz
2017-03-06
py/modsys: Use MP_SMALL_INT_MAX for sys.maxsize in case of LONGINT_IMPL_NONE.
Paul Sokolovsky
2017-03-06
py/py.mk: Force nlr files to be compiled with -Os.
Damien George
2017-03-06
py/nlrx86: Convert from assembler to C file with inline asm.
Damien George
2017-03-06
py/nlrx64: Convert from assembler to C file with inline asm.
Damien George
2017-03-06
py/nlrxtensa: Convert from assembler to C file with inline asm.
Damien George
2017-03-06
py/nlr.h: Mark nlr_jump_fail as NORETURN.
Damien George
2017-03-06
py: Move locals/globals dicts to the thread-specific state.
Damien George
2017-03-03
py/map: Fix bugs with deletion of elements from OrderedDict.
Damien George
2017-02-27
atmel-samd: Add USB HID mouse and keyboard support.
Scott Shawcroft
2017-02-27
py/objarray: Disallow slice-assignment to read-only memoryview.
Damien George
2017-02-26
atmel-samd: Use link time optimization to reduce code size of builds which
Scott Shawcroft
2017-02-24
py: Fix recursion exception.
Scott Shawcroft
2017-02-24
py: Fix varg helpers by adding vlist variant of mp_obj_new_exception_msg
Scott Shawcroft
[prev]
[next]