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-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
2018-06-12
py/modio: Add uio.IOBase class to allow to define user streams.
Damien George
2018-06-12
py/lexer: Add support for underscores in numeric literals.
Damien George
2018-06-12
py/gc: Add gc_sweep_all() function to run all remaining finalisers.
Damien George
2018-06-08
py/objtype: Optimise instance get/set/del by skipping special accessors.
Damien George
2018-06-08
py/objtype: Don't expose mp_obj_instance_attr().
Damien George
2018-06-08
py/obj.h: Introduce a "flags" entry in mp_obj_type_t.
Damien George
2018-06-06
py/mpconfig.h: Add default MICROPY_VFS_FAT config value.
Damien George
2018-06-06
py/reader: Allow MICROPY_VFS_POSIX to work with MICROPY_READER_POSIX.
Damien George
2018-06-06
extmod: Add VfsPosix filesystem component.
Damien George
2018-06-04
py/stream: Move definition of mp_stream_p_t from obj.h to stream.h.
Damien George
2018-06-01
Provide mp_errno_to_str even without uerrno
Matt Wozniski
2018-05-30
py/objtype: Fix assertion failures in super_attr by checking type.
Jeff Epler
2018-05-30
py/objtype: Fix assertion failures in mp_obj_new_type by checking types.
Jeff Epler
2018-05-25
py/objtype: Remove TODO comment about needing to check for property.
Damien George
2018-05-23
py/emit: Combine setup with/except/finally into one emit function.
Damien George
2018-05-23
py/emit: Merge build set/slice into existing build emit function.
Damien George
2018-05-23
py/emit: Combine import from/name/star into one emit function.
Damien George
2018-05-23
py/emit: Combine break_loop and continue_loop into one emit function.
Damien George
2018-05-23
py/emit: Combine load/store/delete attr into one emit function.
Damien George
2018-05-23
py/emit: Combine load/store/delete subscr into one emit function.
Damien George
2018-05-23
py/emit: Combine name and global into one func for load/store/delete.
Damien George
2018-05-23
py/emit: Combine build tuple/list/map emit funcs into one.
Damien George
2018-05-23
py/emit: Combine yield value and yield-from emit funcs into one.
Damien George
2018-05-23
py/emit: Combine fast and deref into one function for load/store/delete.
Damien George
[next]