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-04-02
Merge branch 'master' into 3.0_hid
Dan Halbert
2018-04-01
Merge pull request #734 from jepler/str-find-backwards-circuitpython
Scott Shawcroft
2018-04-01
py/objgenerator: Check stack before resuming a generator
Jeff Epler
2018-03-31
py/objstr: Don't crash when end < start
Jeff Epler
2018-03-31
Merge pull request #728 from jepler/double-splat-crash-circuitpython
Scott Shawcroft
2018-03-31
py/bc: Turn assertion error into exception
Jeff Epler
2018-03-30
WIP: works with just keyboard but not complex report descriptor
Dan Halbert
2018-03-29
Fix assertion failures in super_attr
Jeff Epler
2018-03-29
Fix assertion failures in mp_obj_new_type
Jeff Epler
2018-03-29
Fix assertion failure in mpz_divmod_inpl
Jeff Epler
2018-03-26
Merge pull request #709 from jepler/core-class-superproperty
Scott Shawcroft
2018-03-26
Conditionally compile out nonstandard array/struct typecodes
Jeff Epler
2018-03-25
super(): Do the same lookup tasks as regular getattr
Jeff Epler
2018-03-25
Don't assume the type of the prop->proxy objects
Jeff Epler
2018-03-23
Implement * and *= for array.array
Jeff Epler
2018-01-24
Merge pull request #552 from tannewt/flexible_parser
Dan Halbert
2018-01-24
Make parsing more memory flexible.
Scott Shawcroft
2018-01-24
Revert "alloca seems buggy on M4"
Dan Halbert
2018-01-24
Merge pull request #547 from tannewt/alloc_long_lived
Dan Halbert
2018-01-24
Fix the initial state and polish a couple comments.
Scott Shawcroft
2018-01-24
Introduce a long lived section of the heap.
Scott Shawcroft
2018-01-23
undo removal of alloca in builtinimport.c
Dan Halbert
2018-01-23
alloca seems buggy on M4
Dan Halbert
2018-01-23
Speed up qstr loading by using the stack to store a temporary
Scott Shawcroft
2018-01-02
merge from 2.2.0 + fix up board defs
Dan Halbert
2018-01-02
Avoid gcc 7.2.1 compiler issues in nlr_push() (#506)
Dan Halbert
2017-11-16
non-DMA SPI working; adding this now for testing; will continue with DMA
Dan Halbert
2017-11-02
Merge tag 'v1.9.3'
Scott Shawcroft
2017-11-01
py: Prevent crash with LTO.
Scott Shawcroft
2017-10-31
Revert "py/{mkenv.mk,mkrules.mk}: Append .exe for Windows executable files."
Damien George
2017-10-30
extmod/modussl: Add finaliser support for ussl objects.
Eric Poulsen
2017-10-27
py/objtype: Introduce MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS.
Paul Sokolovsky
2017-10-27
py/objtype: Define all special methods if requested.
Paul Sokolovsky
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-24
all: Use NULL instead of "" when calling mp_raise exception helpers.
Damien George
2017-10-21
py/objtype: Fit qstrs for special methods in byte type.
Paul Sokolovsky
2017-10-19
py/objtype: Use CPython compatible method name for sizeof.
Paul Sokolovsky
2017-10-19
py/argcheck: Remove #if guard around terse error message helper func.
Damien George
2017-10-13
extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.
Damien George
2017-10-12
py/emitnative: Simplify binary op emitter, no need to check inplace ops.
Damien George
2017-10-11
py/emitnative: Implement floor-division and modulo for viper emitter.
Damien George
2017-10-11
py/modbuiltins: Use existing utf8_get_char helper in builtin ord func.
Damien George
2017-10-10
py/formatfloat: Use standard isinf, isnan funcs instead of custom ones.
Damien George
2017-10-10
py/formatfloat: Don't print the negative sign of a NaN value.
Damien George
2017-10-10
py/modmath: Convert log2 macro into a function.
Damien George
2017-10-10
py/modmath: Add full checks for math domain errors.
Damien George
2017-10-10
py/bc: Update opcode_format_table to match the bytecode.
Damien George
2017-10-08
Freeze libraries needed by adafruit_circuitplayground library into firmware.
Dan Halbert
2017-10-05
py/persistentcode: Bump .mpy version number to version 3.
Damien George
2017-10-05
py/objtype: Clean up unary- and binary-op enum-to-qstr mapping tables.
Damien George
[next]