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
2018-11-09
Fix output overflow and make help translatable
Scott Shawcroft
2018-11-09
Build refinement to handle warnings and quiet output
Scott Shawcroft
2018-10-24
Merge pull request #1167 from notro/cpython_stdlib
Scott Shawcroft
2018-10-18
Use python3 for mpy-tool
Scott Shawcroft
2018-10-17
Add debug info to the generated frozen_mpy.c
Scott Shawcroft
2018-10-07
modsys: exc_info: Add traceback
Noralf Trønnes
2018-10-07
py/objboundmeth: Support __func__ property as in CPython
Noralf Trønnes
2018-10-07
py/builtinimport: Set __file__ on MPY modules
Noralf Trønnes
2018-10-07
fix compilation errors in emitinlinethumb.c
Uri Shaked
2018-08-25
Revert "py/vm: Improve performance of opcode dispatch when using switch stmt."
Noralf Trønnes
2018-08-17
Merge pull request #1064 from notro/i2cslave
Scott Shawcroft
2018-08-16
Fix test that broke due to decompressing to too small of a scope.
Scott Shawcroft
2018-08-16
Fix esp and samd
Scott Shawcroft
2018-08-16
fix mpy-cross
Scott Shawcroft
2018-08-16
Compress all translated strings with Huffman coding.
Scott Shawcroft
2018-08-16
Add i2cslave.I2CSlave bindings
Noralf Trønnes
2018-08-10
Fix translation newlines
Scott Shawcroft
2018-08-09
Rework escaping and fix ESP build.
Scott Shawcroft
2018-08-09
Update filter and handle nested quotes
Scott Shawcroft
2018-08-09
Two fixes and translate more strings.
Scott Shawcroft
2018-08-07
Support internationalisation.
Scott Shawcroft
2018-08-02
Rename to SRC_QSTR_PREPROCESSOR for clarity.
Scott Shawcroft
2018-08-02
Handle emitnative.c which is #included into other .c files.
Scott Shawcroft
2018-08-02
Speed up QSTR creation by pre-filtering files before pre-processing.
Scott Shawcroft
2018-07-28
Merge remote-tracking branch 'adafruit/master' into micropython-25ae98f-merge
Dan Halbert
2018-07-28
merge finished
Dan Halbert
2018-07-25
Merge remote-tracking branch 'adafruit/3.x' into import_merge
Scott Shawcroft
2018-07-23
WIP: complete manual inspection of all significant changes
Dan Halbert
2018-07-19
Prevent repetitive recursive scanning of dicts when making them long-lived
Dan Halbert
2018-07-16
Merge branch 'master' into micropython-25ae98f-merge
Dan Halbert
2018-07-14
do not call property if referenced by class, not object
Dan Halbert
2018-07-13
compiles and runs; hangs on import storage;storage.VfsFat.<tab>
Dan Halbert
2018-07-12
continued WIP: almost compiling
Dan Halbert
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-07-03
Limit qstr pool size to reduce memory waste.
Scott Shawcroft
2018-07-03
Always collect after an import
Scott Shawcroft
2018-07-03
Analysis fixes and long lived tweaks.
Scott Shawcroft
2018-06-22
py/compile: Combine expr, xor_expr and and_expr into one function.
Damien George
2018-06-22
py/compile: Combine or_test and and_test compile functions.
Damien George
2018-06-22
py/compile: Combine global and nonlocal statement compile functions.
Damien George
2018-06-22
py/compile: Combine subscript_2 and subscript_3 into one function.
Damien George
2018-06-22
py/compile: Combine break and continue compile functions.
Damien George
2018-06-20
py/stream: Remove stray empty line at start of file.
Damien George
2018-06-20
py: Add checks for stream objects in print() and sys.print_exception().
Damien George
2018-06-20
py/stream: Update comment for mp_stream_write_adaptor.
Damien George
2018-06-18
py/objarray: Replace 0x80 with new MP_OBJ_ARRAY_TYPECODE_FLAG_RW macro.
Damien George
2018-06-18
py/stream: Introduce and use efficient mp_get_stream to access stream_p.
Damien George
2018-06-12
extmod/uos_dupterm: Use native C stream methods on dupterm object.
Damien George
2018-06-12
py/mkrules.mk: Regenerate all qstrs when config files change.
Damien George
2018-06-12
extmod/moduhashlib: Allow to disable the sha256 class.
Yonatan Goldschmidt
[next]