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
path:
root
/
py
Age
Commit message (
Expand
)
Author
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
2017-10-05
py: Clean up unary and binary enum list to keep groups together.
Damien George
2017-10-04
py/mpprint: Only check for null string printing when NDEBUG not defined.
Damien George
2017-10-04
py/objstr: Make empty bytes object have a null-terminating byte.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-10-04
py/objtype: Change type of enum-to-qstr table to uint16_t to save space.
Damien George
2017-10-04
py/{mkenv.mk,mkrules.mk}: Append .exe for Windows executable files.
chrismas9
2017-10-03
py/objset: Include the failed key in a KeyError raised from set.remove.
Damien George
2017-10-03
py/objset: Check that RHS of a binary op is a set/frozenset.
Damien George
2017-10-03
py/objset: Simplify set and frozenset by separating their locals dicts.
Damien George
2017-09-26
py/objfloat: Support raising a negative number to a fractional power.
Damien George
2017-09-26
py: Add config option to print warnings/errors to stderr.
David Lechner
2017-09-25
py: Clarify which mp_unary_op_t's may appear in the bytecode.
Paul Sokolovsky
2017-09-25
py/persistentcode: Define mp_raw_code_save_file() for any unix target.
Anton Patrushev
2017-09-22
py/runtime0: Add comments about unary/binary-op enums used in bytecode.
Damien George
2017-09-22
py/vm: Use lowercase letter at start of exception message.
Damien George
2017-09-21
py/vstr: Raise a RuntimeError if fixed vstr buffer overflows.
Damien George
2017-09-21
py/stream: Remove unnecessary checks for NULL return from vstr_add_len.
Damien George
2017-09-21
py/objexcept: Prevent infinite recursion when allocating exceptions.
Damien George
2017-09-19
py/objstr: strip: Don't strip "\0" by default.
Paul Sokolovsky
2017-09-18
py/mpconfig.h: Add note that using computed gotos in VM is not C99.
Damien George
2017-09-18
py/{objfloat,objcomplex}: Optimise MP_UNARY_OP_ABS by reusing variables.
Damien George
2017-09-18
py/modbuiltins: Implement abs() by dispatching to MP_UNARY_OP_ABS.
Paul Sokolovsky
2017-09-13
py/emitbc: Remove stray semicolon in outer scope.
Damien George
2017-09-13
py/runtime.h: Change empty mp_warning macro so var-args are non empty.
Damien George
2017-09-12
py/builtinhelp: Change signature of help text var from pointer to array.
Damien George
2017-09-12
py/nlrx86: Fix building for Android/x86.
ASM
2017-09-10
py/runtime: Implement dispatch for "reverse op" special methods.
Paul Sokolovsky
[next]