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
2015-10-08
py/parse: Factor logic when creating parse node from and-rule.
Damien George
2015-10-08
py: Don't generate unnecessary parse nodes for assignment or kwargs.
Damien George
2015-10-08
py/emitnative: Raise ViperTypeError for unsupported unary ops.
Damien George
2015-10-08
py/compile: Fix edge case when constant-folding negation of integer.
Damien George
2015-10-06
modussl: SSL socket wrapper module based on axTLS.
Paul Sokolovsky
2015-10-03
py: Allow to enable inline assembler without native emitter.
Damien George
2015-10-02
py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.
Damien George
2015-10-01
py: Catch all cases of integer (big and small) division by zero.
Damien George
2015-10-01
py/mpz: Fix bignum anding of large negative with smaller positive int.
Damien George
2015-10-01
py/mpz: Force rhs of mpz_shl_inpl/mpz_shr_inpl to be unsigned.
Damien George
2015-10-01
py/mpz: Raise NotImplError instead of failing assertion.
Damien George
2015-10-01
py/parsenum: Provide detailed error for int parsing with escaped bytes.
Damien George
2015-09-28
py/objrange: Bugfix for range_subscr() when index is a slice object.
Tom Soulanille
2015-09-24
py/compile: Put compiler state on the C stack.
Damien George
2015-09-23
py: Slightly simplify compile and emit of star/double-star arguments.
Damien George
2015-09-23
py: Fix call args when a stararg is followed by keyword args.
Delio Brignoli
2015-09-19
py/repl: Treat escaped quotes correctly in REPL continuation.
Alex March
2015-09-15
py/objslice: Fix indent.
Tom Soulanille
2015-09-15
py/objslice: Make slice attributes (start/stop/step) readable.
Tom Soulanille
2015-09-15
py/mpz: Fix calculation of max digit storage for mpz; fix sys.maxsize.
Damien George
2015-09-12
lib/mp-readline: Add auto-indent support.
Damien George
2015-09-11
stmhal: fix single precision float printing error
Dave Hylands
2015-09-07
py/lexer: Properly classify floats that look like hex numbers.
Damien George
2015-09-07
py/lexer: Raise SyntaxError when unicode char point out of range.
Damien George
2015-09-07
py/lexer: Raise NotImplError for unicode name escape, instead of assert.
Damien George
2015-09-07
py/compile: Refine SyntaxError for repeated use of global/nonlocal.
Damien George
2015-09-04
py: Eliminate some cases which trigger unused parameter warnings.
Damien George
2015-09-04
py/objstr: Check for keyword args before checking for no posn args.
Damien George
2015-09-04
py/objstr: For str.endswith(s, start) raise NotImpl instead of assert.
Damien George
2015-09-04
py/objbool: Simplify dispatch of bool binary op.
Damien George
2015-09-04
py/compile: Only compile function annotations if really needed.
Damien George
2015-09-03
stmhal: add option to query for the current usb mode
Tony Abboud
2015-09-03
py: Use mp_not_implemented consistently for not implemented features.
Damien George
2015-09-03
py/objstr: Simplify printing of bytes objects when unicode enabled.
Damien George
2015-09-03
py: Inline single use of mp_obj_str_get_len in mp_obj_len_maybe.
Damien George
2015-09-03
py: Make "enumerate" qstr be conditional on MICROPY_PY_BUILTINS_ENUMERATE.
Paul Sokolovsky
2015-09-01
py/binary: Add support for array('q') and array('Q').
Damien George
2015-09-01
py/objstr: Make str.rsplit(None,n) raise NotImpl instead of assert(0).
Damien George
2015-09-01
vm: Handle "raise X from Y" statements the best way we can.
Paul Sokolovsky
2015-08-31
modbuiltins: Consistently use indentation for #if.
Paul Sokolovsky
2015-08-30
py/objstr: Simplify error handling for bad conversion specifier.
Damien George
2015-08-30
py/objgetitemiter: Make it_iternext() recognize IndexError.
Tom Soulanille
2015-08-29
py/objstr: Fix error reporting for unexpected end of modulo format str.
Damien George
2015-08-29
py/objstr: Fix error type for badly formatted format specifier.
Damien George
2015-08-29
py/objstr: Make string formatting 8-bit clean.
Damien George
2015-08-29
py: Treat -m32 flag as part of CC, LD, etc.
Paul Sokolovsky
2015-08-28
objset: frozensets are hashable.
Paul Sokolovsky
2015-08-20
py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports.
Paul Sokolovsky
2015-08-17
py: Remove unused compile scope flags, and irrelevant flag compute code.
Damien George
2015-08-17
unix-cpy: Remove unix-cpy. It's no longer needed.
Damien George
[next]