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
Age
Commit message (
Expand
)
Author
2017-07-04
docs/uzlib: Update description of decompress() and mention DecompIO.
Paul Sokolovsky
2017-07-04
py/modmath: Check for zero division in log with 2 args.
Damien George
2017-07-04
py/vm: Make "if" control flow more obvious in YIELD_FROM opcode.
Damien George
2017-07-04
py/objstr: Remove unnecessary "sign" variable in formatting code.
Damien George
2017-07-04
py/runtime: Mark m_malloc_fail() as NORETURN.
Damien George
2017-07-04
py/binary: Add missing "break" statements.
Damien George
2017-07-03
stmhal: Clean up some header includes.
Damien George
2017-07-03
stmhal/boards: Add configuration files for NUCLEO_F429ZI.
Alberto Petrucci
2017-07-03
docs/pyboard: Move info about using Windows from topindex to general.
Damien George
2017-07-03
extmod/modubinascii: Add check for empty buffer passed to hexlify.
Damien George
2017-07-02
docs/esp8266/general.rst: Fix name of NTP module.
Patrick O'Leary
2017-07-03
docs/uerrno: Document "uerrno" module.
Paul Sokolovsky
2017-07-02
docs/pyboard: Move hardware info into General Info chapter.
Paul Sokolovsky
2017-07-02
docs/*_index: Drop "Indices and tables" pseudo-section.
Paul Sokolovsky
2017-07-02
py/objstr: Move uPy function wrappers to just after the C function.
Damien George
2017-07-02
docs/conf.py: Set "version" and "release" to the same value.
Paul Sokolovsky
2017-07-02
docs/replace.inc: Add |see_cpython|, to xref individual symbols from CPython.
Paul Sokolovsky
2017-07-02
docs/library: Add CPython docs xref to each pertinent module.
Paul Sokolovsky
2017-07-02
docs/conf.py: Add file for global replacements definition.
Paul Sokolovsky
2017-07-02
docs/conf.py: Switch to "new" format of intersphinx_mapping.
Paul Sokolovsky
2017-07-02
docs/topindex.html: Fix typo in "Glossary" heading.
Damien George
2017-07-02
docs: Add glossary.
Paul Sokolovsky
2017-07-02
docs/ure: Elaborate doc, update markup to the latest conventions.
Paul Sokolovsky
2017-07-01
docs/builtins: Add AssertionError, SyntaxError, ZeroDivisionError.
Paul Sokolovsky
2017-07-01
reference/index: Rewrite introduction paragraph to avoid confusion.
Paul Sokolovsky
2017-07-01
docs/differences/index_template: Use consistent heading casing.
Paul Sokolovsky
2017-07-01
docs: Move topindex.html to templates/ subdir.
Damien George
2017-07-01
docs/conf.py: Add .venv dir to exclude_patterns.
Paul Sokolovsky
2017-07-01
docs/constrained: Use markup adhering to the latest docs conventions.
Paul Sokolovsky
2017-07-01
extmod/modure: If input string is bytes, return bytes results too.
Paul Sokolovsky
2017-06-30
docs/{uselect,ussl,ustruct}: Use markup adhering to latest docs conventions.
Paul Sokolovsky
2017-06-30
docs/topindex.html: Remove link to wipy.io, it's no longer available.
Damien George
2017-06-30
tests/unix/extra_coverage: Add test for mp_vprintf with bad fmt spec.
Damien George
2017-06-30
py/mpprint: Remove unreachable check for neg return of mp_format_float.
Damien George
2017-06-29
Update README with os and random info.
Scott Shawcroft
2017-06-29
Add link to discord chat.
Scott Shawcroft
2017-06-29
tests/basics/namedtuple1: Add test for creating with pos and kw args.
Damien George
2017-06-29
py/objnamedtuple: Simplify and remove use of alloca building namedtuple.
Damien George
2017-06-29
docs/{framebuf,usocket}: Use markup adhering to the latest docs conventions.
Paul Sokolovsky
2017-06-28
shared-bindings: Introduce storage.remount() so you can set root as
Scott Shawcroft
2017-06-28
atmel-samd: Update sys.path with correct root path.
Scott Shawcroft
2017-06-28
atmel-samd: update boot output location for new mount point.
Scott Shawcroft
2017-06-28
Change vfs mount ordering such that the root is always last in the
Scott Shawcroft
2017-06-28
atmel-samd: Update sys.path to match that the internal/onboard
Scott Shawcroft
2017-06-28
shared-module: Fix os.listdir to correctly return list rather than
Scott Shawcroft
2017-06-28
stmhal/mpconfigport.h: Allow MICROPY_PY_THREAD to be overridden.
Damien George
2017-06-28
stmhal/Makefile: Add CFLAGS_EXTRA to CFLAGS so cmdline can add options.
Damien George
2017-06-28
stmhal/Makefile: Rename FLOAT_IMPL to MICROPY_FLOAT_IMPL to match C name
Damien George
2017-06-28
travis: Build STM32F769DISC board instead of F7DISC to test dbl-prec FP.
Damien George
2017-06-28
stmhal/Makefile: Use hardware double-prec FP for MCUs that support it.
Damien George
[prev]
[next]