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-01-12
Add persistent VFS shares so that the devices can be used with USB
Scott Shawcroft
2017-01-12
Fixup warnings from merge about undefined macro values, switch to
Scott Shawcroft
2017-01-10
Merge tag 'v1.8.7'
Scott Shawcroft
2017-01-08
py/builtinimport: Fix bug when importing names from frozen packages.
Damien George
2017-01-05
Add time.struct_time support.
Scott Shawcroft
2017-01-05
py/mkrules.mk: Add MPY_CROSS_FLAGS option to pass flags to mpy-cross.
Damien George
2017-01-03
py/asmarm: Fix assembler's PASS_EMIT constant name.
Damien George
2016-12-28
py/unicode: Comment-out unused function unichar_isprint.
Damien George
2016-12-28
py/objint: Simplify mp_int_format_size and remove unreachable code.
Damien George
2016-12-28
py/mpprint: Add assertion for, and comment about, valid base values.
Damien George
2016-12-28
py/parsenum: Fix warning for signed/unsigned comparison.
Damien George
2016-12-28
py/mpz: Fix assertion in mpz_set_from_str which checks value of base.
Damien George
2016-12-28
py/parsenum: Simplify and generalise decoding of digit values.
Damien George
2016-12-27
cc3200: Re-add support for UART REPL (MICROPY_STDIO_UART setting).
Paul Sokolovsky
2016-12-27
py/misc.h: Typo fix in comment.
Paul Sokolovsky
2016-12-22
py/lexer: Permanently disable the mp_lexer_show_token function.
Damien George
2016-12-22
py/lexer: Remove unnecessary check for EOF in lexer's next_char func.
Damien George
2016-12-22
py/lexer: Remove unreachable code in string tokeniser.
Damien George
2016-12-22
tests/basics/lexer: Add a test for newline-escaping within a string.
Damien George
2016-12-22
extmod/modutimeq: Refactor into optimized class.
Paul Sokolovsky
2016-12-21
py/emitglue: Refactor to remove assert(0), to improve coverage.
Damien George
2016-12-21
py/objint: Rename mp_obj_int_as_float to mp_obj_int_as_float_impl.
Damien George
2016-12-20
py/modbuiltins: Remove unreachable code.
Damien George
2016-12-19
atmel-samd: Add help() and remove mem_info functions from smallest builds to ...
Scott Shawcroft
2016-12-19
atmel-samd: Add preliminary support for UART
Sebastian Plamauer
2016-12-19
py/compile: Add an extra pass for Xtensa inline assembler.
Damien George
2016-12-15
py: Add MICROPY_KBD_EXCEPTION config option to provide mp_kbd_exception.
Damien George
2016-12-14
py/mpconfig.h: Enable MICROPY_PY_SYS_EXIT by default.
Paul Sokolovsky
2016-12-14
py/runtime: Zero out fs_user_mount array in mp_init.
Damien George
2016-12-14
py/mpz: Remove unreachable code in mpn_or_neg functions.
Damien George
2016-12-13
py/builtinimport: Support importing packages from compiled .mpy files.
Damien George
2016-12-12
py/binary: Do zero extension when storing a value larger than word size.
Damien George
2016-12-09
py/objint: from_bytes, to_bytes: Require byteorder arg, require "little".
Paul Sokolovsky
2016-12-09
py/asm: Fix x86 and ARM assemblers due to recent code refactoring.
Damien George
2016-12-09
py/asm: Remove need for dummy_data when doing initial assembler passes.
Damien George
2016-12-09
py/emitinline: Move common code for end of final pass to compiler.
Damien George
2016-12-09
py/emitinline: Move inline-asm align and data methods to compiler.
Damien George
2016-12-09
py/emitinline: Embed entire asm struct instead of a pointer to it.
Damien George
2016-12-09
py: Add inline Xtensa assembler.
Damien George
2016-12-09
py: Allow inline-assembler emitter to be generic.
Damien George
2016-12-09
py: Integrate Xtensa assembler into native emitter.
Damien George
2016-12-09
py/asmxtensa: Add low-level Xtensa assembler.
Damien George
2016-12-09
py/asmbase: Add MP_PLAT_COMMIT_EXEC option for handling exec code.
Damien George
2016-12-09
py: Move arch-specific assembler macros from emitnative to asmXXX.h.
Damien George
2016-12-09
py/emit.h: Remove long-obsolete declarations for cpython emitter.
Damien George
2016-12-07
py/compile: Simplify configuration of native emitter.
Damien George
2016-12-02
py/stream: Move ad-hoc ioctl constants to stream.h and rename them.
Damien George
2016-11-29
Revert "py: Add ability to manually mark blocks during collect."
Scott Shawcroft
2016-11-29
Only include uheap in debug builds.
Scott Shawcroft
2016-11-30
py/asmthumb: Fix build for F7 MCUs after recent code refactoring.
Damien George
[next]