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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-06-18
extmod/machine_pinbase: Implementation of PinBase class.
Paul Sokolovsky
2016-06-18
docs/sys: print_exception: Fixes/clarifications.
Paul Sokolovsky
2016-06-18
docs/select: Add an article.
Paul Sokolovsky
2016-06-18
all: Rename mp_obj_type_t::stream_p to protocol.
Paul Sokolovsky
2016-06-18
extmod/modbtree: open(): Support "in-memory" database with filename=None.
Paul Sokolovsky
2016-06-18
extmod/modbtree: __getitem__() should raise KeyError for non-existing key.
Paul Sokolovsky
2016-06-18
unix: Disable FatFs VFS for normal build, keep enabled for coverage.
Paul Sokolovsky
2016-06-18
extmod/modbtree: items(): Implement DESC flag.
Paul Sokolovsky
2016-06-18
unix/alloc: Make coverage build and its overzealous warnings happy.
Paul Sokolovsky
2016-06-18
unix/alloc: Add option to use uPy's alloc-exec implementation even for libffi.
Paul Sokolovsky
2016-06-18
unix/Makefile: libffi: Build with -Os.
Paul Sokolovsky
2016-06-18
windows: Follow unix port changes regarding "utime" module.
Paul Sokolovsky
2016-06-17
unix: Move "utime" module config to C level instead of make level.
Paul Sokolovsky
2016-06-17
examples/unix/ffi_example.py: Remove TODO, make output more clear.
Paul Sokolovsky
2016-06-17
examples/unix/ffi_example.py: Update for current "ffi" module API.
Paul Sokolovsky
2016-06-17
unix: Time to build with --gc-sections.
Paul Sokolovsky
2016-06-17
extmod/modbtree: items(): Implement "end key inclusive" flag.
Paul Sokolovsky
2016-06-16
esp8266: Use RTC to set date & time stamps for files.
Robert HH
2016-06-16
extmod/modbtree: Actually implement end key support for .items().
Paul Sokolovsky
2016-06-16
extmod/modbtree: Implement .items() iterator.
Paul Sokolovsky
2016-06-16
unix: Deprecate support for GNU Readline (MICROPY_USE_READLINE=2).
Paul Sokolovsky
2016-06-16
py: Rename __QSTR_EXTRACT flag to NO_QSTR.
Paul Sokolovsky
2016-06-16
unix/mpconfigport_minimal.h: Clearly mark where user-define config ends.
Paul Sokolovsky
2016-06-16
py/mkrules.mk: Define "lib" outside conditional block.
Paul Sokolovsky
2016-06-16
py/makeqstrdefs.py: Remove restriction that source path can't be absolute.
Paul Sokolovsky
2016-06-16
unix: Unbreak "minimal" target by disabling FatFs.
Paul Sokolovsky
2016-06-15
lib/fatfs/option/ccsbcs: Follow uPy optional features model.
Paul Sokolovsky
2016-06-15
py/mpconfig.h: MP_NOINLINE is universally useful, move from unix port.
Paul Sokolovsky
2016-06-15
extmod/modbtree: Handle default value and error check.
Paul Sokolovsky
2016-06-15
lib/berkeley-db-1.xx: Update to upstream which builds for uPy.
Paul Sokolovsky
2016-06-15
py: Support to build berkeley db 1.85 and "btree" module.
Paul Sokolovsky
2016-06-14
lib/berkeley-db-1.xx: Add Berkeley DB 1.85 as a submodule.
Paul Sokolovsky
2016-06-14
extmod/modbtree: Initial implementation of "btree" module based on BerkeleyDB.
Paul Sokolovsky
2016-06-14
docs: Rebuild docs from scratch, as required for proper only:: handling.
Paul Sokolovsky
2016-06-12
esp8266/Makefile: Enable --verify option for esptool.py write_flash.
Paul Sokolovsky
2016-06-12
esp8266: Switch floating-point arith routines to BootROM.
Paul Sokolovsky
2016-06-12
tests: Add testcase for OrderedDict equality.
Mark Anthony Palomer
2016-06-12
py/objdict: Implemented OrderedDict equality check.
Mark Anthony Palomer
2016-06-12
docs/conf.py: Active sphinx_selective_exclude extensions.
Paul Sokolovsky
2016-06-12
docs: Add sphinx_selective_exclude extension suite.
Paul Sokolovsky
2016-06-10
docs/sys: Detailed description of print_exception() diff from traceback module.
Paul Sokolovsky
2016-06-09
docs/uctypes: Improve documentation.
Paul Sokolovsky
2016-06-09
docs/machine*: Remove explicit targets and "machine." prefixes on classes.
Paul Sokolovsky
2016-06-09
docs/machine.Pin: Disambiguate object call method.
Paul Sokolovsky
2016-06-09
docs/library/index: Add builtins.rst.
Paul Sokolovsky
2016-06-09
docs/builtins: Enumerate all builtin functions implemented.
Paul Sokolovsky
2016-06-08
docs/pyb.Pin: Sort .af() and .af_list() methods together.
Paul Sokolovsky
2016-06-08
docs/pyb.*: Use proper class case in method headers.
Paul Sokolovsky
2016-06-08
docs/pyb.ExtInt,pyb.Pin: Mark up class methods as such.
Paul Sokolovsky
2016-06-08
docs/pyb.Pin: af_list() is a normal method, not a class method.
Paul Sokolovsky
[prev]
[next]