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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
Age
Commit message (
Expand
)
Author
2017-12-29
py/nlr: Fix nlr functions for 64bit ports built with gcc on Windows
stijn
2017-12-29
py/mpz: In mpz_as_str_inpl, convert always-false checks to assertions.
Damien George
2017-12-29
py/mpz: Simplify handling of borrow and quo adjustment in mpn_div.
Damien George
2017-12-29
py/parse: Fix macro evaluation by avoiding empty __VA_ARGS__.
Damien George
2017-12-29
py/parse: Update debugging code to compile on 64-bit arch.
Damien George
2017-12-29
py/parse: Compress rule pointer table to table of offsets.
Damien George
2017-12-28
py/parse: Remove rule_t struct because it's no longer needed.
Damien George
2017-12-28
py/parse: Pass rule_id to push_result_token, instead of passing rule_t*.
Damien George
2017-12-28
py/parse: Pass rule_id to push_result_rule, instead of passing rule_t*.
Damien George
2017-12-28
py/parse: Break rule data into separate act and arg arrays.
Damien George
2017-12-28
py/parse: Split out rule name from rule struct into separate array.
Damien George
2017-12-28
py/nlr: Factor out common NLR code to macro and generic funcs in nlr.c.
Damien George
2017-12-28
py/nlr: Clean up selection and config of NLR implementation.
Damien George
2017-12-28
py/nlrthumb: Fix use of naked funcs, must only contain basic asm code.
Damien George
2017-12-26
Revert "py/nlr: Factor out common NLR code to generic functions."
Paul Sokolovsky
2017-12-20
py/malloc: Remove unneeded code checking m_malloc return value.
Damien George
2017-12-20
py/nlr: Factor out common NLR code to generic functions.
Damien George
2017-12-19
py/modio: Use correct config macro to enable resource_stream function.
Damien George
2017-12-19
py/mpz: Apply a small code-size optimisation.
Damien George
2017-12-19
py/mpz: Fix pow3 function so it handles the case when 3rd arg is 1.
Damien George
2017-12-19
py/objset: Remove unneeded check from set_equal.
Damien George
2017-12-19
py/map: Don't include ordered-dict mutating code when not needed.
Damien George
2017-12-19
py/runtime: Remove unnecessary break statements from switch.
Damien George
2017-12-15
py/objgenerator: Allow to pend an exception for next execution.
Paul Sokolovsky
2017-12-15
py/emitglue: Change type of bit-field to explicitly unsigned mp_uint_t.
Damien George
2017-12-13
py/builtinimport: Call __init__ for modules imported via a weak link.
Damien George
2017-12-12
py/objtype: Refactor object's handling of __new__ to not create 2 objs.
Damien George
2017-12-12
py/objtype: Implement better support for overriding native's __init__.
Damien George
2017-12-11
py/mpstate.h: Remove obsolete comment about nlr_top being coded in asm.
Damien George
2017-12-11
py: Extend nan-boxing config to have 47-bit small integers.
Damien George
2017-12-11
py/objexcept: Use INT_FMT when printing errno value.
Damien George
2017-12-11
py/runtime: Use the Python stack when building *arg and **kwarg state.
Damien George
2017-12-11
py: Convert all uses of alloca() to use new scoped allocation API.
Damien George
2017-12-11
py: Introduce a Python stack for scoped allocation.
Damien George
2017-12-11
py/runtime: Move mp_exc_recursion_depth to runtime and rename to raise.
Damien George
2017-12-10
unix/mpconfigport: Disable uio.resource_stream().
Paul Sokolovsky
2017-12-10
py/mkrules.mk: Add "clean-frozen" target to clean frozen script/modules dir.
Paul Sokolovsky
2017-12-09
py/map: Allow to trace rehashing operations.
Paul Sokolovsky
2017-12-09
py/objfun: Factor out macro for initializing codestate.
Paul Sokolovsky
2017-12-09
py/objfun, vm: Add comments on codestate allocation in stackless mode.
Paul Sokolovsky
2017-12-09
py/objfun: Factor out macro for decoding codestate size.
Paul Sokolovsky
2017-12-09
py/gc: In sweep debug output, print pointer as a pointer.
Paul Sokolovsky
2017-12-09
py/gc: Factor out a macro to trace GC mark operations.
Paul Sokolovsky
2017-12-09
py/runtime: When tracing unary/binary ops, output op (method) name.
Paul Sokolovsky
2017-12-08
py/objint_longlong: Check for zero division/modulo.
Paul Sokolovsky
2017-12-08
py/asmbase: Revert removal of clearing of label offsets for native emit.
Damien George
2017-12-08
py/{emitbc,asmbase}: Only clear emit labels to -1 when in debug mode.
Damien George
2017-12-08
py/gc: Add CLEAR_ON_SWEEP option to debug mis-traced objects.
Paul Sokolovsky
2017-12-07
py/malloc: Allow to use debug logging if !MICROPY_MALLOC_USES_ALLOCATED_SIZE.
Paul Sokolovsky
2017-12-07
py/malloc: MICROPY_MEM_STATS requires MICROPY_MALLOC_USES_ALLOCATED_SIZE.
Paul Sokolovsky
[next]