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
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
2016-11-28
py: fix python3 compatibility error
Scott Shawcroft
2016-11-28
py: Factor out common code from assemblers into asmbase.[ch].
Damien George
2016-11-26
py/compile: Remove comment about TODO for short circuiting for if-stmt.
Damien George
2016-11-23
Add heap analysis scripts based on GDB breakpoint logs.
Scott Shawcroft
2016-11-22
py/objtype: Implement __call__ handling for an instance w/o heap alloc.
Paul Sokolovsky
2016-11-21
This introduces an alternative hardware API called nativeio structured around...
Scott Shawcroft
2016-11-21
py: Add ability to manually mark blocks during collect.
Scott Shawcroft
2016-11-21
stmhal/moduselect: Move to extmod/ for reuse by other ports.
Paul Sokolovsky
2016-11-18
py: Add support for properties on native objects when they are in the locals ...
Scott Shawcroft
2016-11-18
py: Change frozen build to not use -printf which isn't available on Mac OSX.
Scott Shawcroft
2016-11-18
py: Fix typo in comment.
Scott Shawcroft
2016-11-16
py/lexer: Make lexer use an mp_reader as its source.
Damien George
2016-11-16
py/lexer: Rewrite mp_lexer_new_from_fd in terms of mp_reader.
Damien George
2016-11-16
py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader.
Damien George
2016-11-16
py/lexer: Rewrite mp_lexer_new_from_str_len in terms of mp_reader_mem.
Damien George
2016-11-16
py: Factor out persistent-code reader into separate files.
Damien George
2016-11-16
py: Factor persistent code load/save funcs into persistentcode.[ch].
Damien George
2016-11-15
py/parse: Add code to fold logical constants in or/and/not operations.
Damien George
2016-11-15
py/parse: Make mp_parse_node_new_leaf an inline function.
Damien George
2016-11-15
py/parse: Move function to check for const parse node to parse.[ch].
Damien George
2016-11-15
py/*.mk: Replace uses of 'sed' with $(SED).
Damien George
2016-11-15
py/mkrules.mk: Rework find command so it works on OSX.
Dave Hylands
2016-11-15
py/runtime: mp_resume: Fix exception handling for nanbox port.
Paul Sokolovsky
2016-11-15
py/runtime: mp_resume: Handle exceptions in Python __next__().
Paul Sokolovsky
2016-11-14
Merge tag 'v1.8.6'
Scott Shawcroft
2016-11-14
py/objexcept: Allow clearing traceback with 'exc.__traceback__ = None'.
Paul Sokolovsky
2016-11-14
all: Remove readall() method, which is equivalent to read() w/o args.
Paul Sokolovsky
2016-11-10
py/emitnative: Fix native import emitter when in viper mode.
Damien George
2016-11-08
py: Strip leading dirs from frozen mpy files, so any path can be used.
Damien George
2016-11-08
py: Move frozen bytecode Makefile rules from ports to common mk files.
Damien George
2016-11-03
py: Add MICROPY_FLOAT_CONST macro for defining float constants.
Damien George
2016-11-03
py: Change config default so m_malloc0 uses memset if GC not enabled.
Colin Hogben
2016-11-02
py: Fix wrong assumption that m_renew will not move if shrinking
Colin Hogben
2016-11-02
unix: fix symbol references for x86 Mac
Jan Pochyla
2016-10-31
py: remove asserts that are always true in emitbc.c
Pavol Rusnak
2016-10-31
py: fix null pointer dereference in mpz.c, fix missing va_end in warning.c
Pavol Rusnak
2016-10-30
py/sequence: Fix reverse slicing of lists.
Fabio Utzig
2016-10-30
extmod/utime_mphal: Allow ticks functions period be configurable by a port.
Paul Sokolovsky
2016-10-27
py/stream: Typo fix in comment.
Paul Sokolovsky
[prev]
[next]