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
2019-01-21
Merge remote-tracking branch 'adafruit/master' into bleio2
Dan Halbert
2019-01-20
Merge remote-tracking branch 'adafruit/master' into struct-compat
Dan Halbert
2019-01-20
Fix dict_make_new
Scott Shawcroft
2019-01-20
Check for null kw_args
Scott Shawcroft
2019-01-20
Improve struct compatibility with CPython
Dan Halbert
2019-01-20
Improve struct compatibility with CPython
Dan Halbert
2019-01-19
CharacteristicBuffer: make it be a stream class; add locking
Dan Halbert
2019-01-18
More make_new updates
Scott Shawcroft
2019-01-18
More make_new fixes for unix build
Scott Shawcroft
2019-01-14
fixup micropy
Scott Shawcroft
2019-01-14
Don't build machine class we don't use.
Scott Shawcroft
2019-01-14
py changes for supporting superclass constructors that take kwargs
Scott Shawcroft
2018-12-30
LocalPeripheral is now Peripheral; more work on basic GATTS support; UART not...
Dan Halbert
2018-12-27
wip: advertising works, but not connection
Dan Halbert
2018-12-13
Merge remote-tracking branch 'adafruit/master' into bleio-rev
Dan Halbert
2018-12-06
Rework safe mode and have heap overwrite trigger it.
Scott Shawcroft
2018-12-06
Merge remote-tracking branch 'adafruit/master' into bleio-rev
Dan Halbert
2018-12-04
Add stack validity check and raise an error when it happens.
Scott Shawcroft
2018-12-03
UART changes: timeout in secs, write bytes, etc.
Dan Halbert
2018-11-30
Add support for adding release info into adafruit/circuitpython-org
Scott Shawcroft
2018-11-20
More UUID work; use mp_raise for exceptions
Dan Halbert
2018-11-13
Support OSError attributes
Noralf Trønnes
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
[next]