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-07-19
Prevent repetitive recursive scanning of dicts when making them long-lived
Dan Halbert
2018-06-01
Provide mp_errno_to_str even without uerrno
Matt Wozniski
2018-05-16
Merge pull request #838 from rhooper/master
Scott Shawcroft
2018-05-16
Merge pull request #829 from jerryneedell/jerryn_i2c
Scott Shawcroft
2018-05-15
Merge branch 'master' of github.com:adafruit/circuitpython
Roy Hooper
2018-05-15
Merge pull request #837 from godlygeek/human_readable_oserror
Dan Halbert
2018-05-14
move reload exception to reload.c
Roy Hooper
2018-05-14
Initial implementation of supervisor.reload()
Roy Hooper
2018-05-14
Display human readable strings for common OSErrors
Matt Wozniski
2018-05-14
Updated library source: ucollections -> collections
bildzeitung
2018-05-13
add timeout keyword to I2C - for bitbangio - ignored for busio
Jerry Needell
2018-05-06
uhashlib: masquerade as hashlib for python3 compatibility
Jeff Epler
2018-05-02
Merge pull request #788 from jepler/binascii-py3
Scott Shawcroft
2018-05-02
correct path to conf.py in makeversionhdr.py
Lars Kellogg-Stedman
2018-05-01
ubinascii: masquerade as binascii for python3 compatibility
Jeff Epler
2018-04-12
fix for spaces in path
ladyada
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
[next]