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-05-21
py/emitbc: Avoid undefined behavior calling memset() with NULL 1st arg.
Jeff Epler
2018-05-18
py/compile: Change comment about ITER_BUF_NSLOTS to a static assertion.
Damien George
2018-05-18
py/misc.h: Add MP_STATIC_ASSERT macro to do static assertions.
Damien George
2018-05-18
py/repl: Fix handling of unmatched brackets and unfinished quotes.
Li Weiwei
2018-05-18
py/vm: Improve performance of opcode dispatch when using switch stmt.
Damien George
2018-05-18
py/vm: Use enum names instead of magic numbers in multi-opcode dispatch.
Damien George
2018-05-17
py/objfun: Fix variable name in DECODE_CODESTATE_SIZE() macro.
Tom Collins
2018-05-16
Merge pull request #838 from rhooper/master
Scott Shawcroft
2018-05-16
Merge pull request #829 from jerryneedell/jerryn_i2c
Scott Shawcroft
2018-05-16
py/vm: Adjust #if logic for gil_divisor so braces are balanced.
Damien George
2018-05-15
Merge branch 'master' of github.com:adafruit/circuitpython
Roy Hooper
2018-05-15
Merge pull request #837 from godlygeek/human_readable_oserror
Dan Halbert
2018-05-15
py/nlrx86: Use naked attribute on nlr_push for gcc 8.0 and higher.
Damien George
2018-05-14
move reload exception to reload.c
Roy Hooper
2018-05-14
Initial implementation of supervisor.reload()
Roy Hooper
2018-05-14
Display human readable strings for common OSErrors
Matt Wozniski
2018-05-14
Updated library source: ucollections -> collections
bildzeitung
2018-05-13
add timeout keyword to I2C - for bitbangio - ignored for busio
Jerry Needell
2018-05-13
py/mpstate.h: Adjust start of root pointer section to exclude non-ptrs.
Damien George
2018-05-11
py/mpconfig.h: Be stricter when autodetecting machine endianness.
Damien George
2018-05-11
py/repl: Initialise q_last variable to prevent compiler warnings.
Damien George
2018-05-11
py/objdeque: Fix sign extension bug when computing len of deque object.
Damien George
2018-05-10
py/modbuiltins: Make built-in dir support the __dir__ special method.
Damien George
2018-05-10
py/modbuiltins: In built-in dir make use of mp_load_method_protected.
Damien George
2018-05-10
py/repl: Use mp_load_method_protected to prevent leaking of exceptions.
Damien George
2018-05-10
py/modbuiltins: Make built-in hasattr work properly for user types.
Damien George
2018-05-10
py/runtime: Add mp_load_method_protected helper which catches exceptions
Damien George
2018-05-09
py/{modbuiltins,repl}: Start qstr probing from after empty qstr.
Damien George
2018-05-06
uhashlib: masquerade as hashlib for python3 compatibility
Jeff Epler
2018-05-04
py/emitnx86: Fix 32-bit x86 native emitter build by including header.
Damien George
2018-05-02
Merge pull request #788 from jepler/binascii-py3
Scott Shawcroft
2018-05-02
correct path to conf.py in makeversionhdr.py
Lars Kellogg-Stedman
2018-05-02
py/builtinhelp: Change occurrence of mp_uint_t to size_t.
Damien George
2018-05-01
ubinascii: masquerade as binascii for python3 compatibility
Jeff Epler
2018-05-01
py/obj.h: Fix math.e constant for nan-boxing builds.
Damien George
2018-05-01
py/stream: Use uPy errno instead of system's for non-blocking check.
Ayke van Laethem
2018-05-01
py/mperrno: Define MP_EWOULDBLOCK as EWOULDBLOCK, not EAGAIN.
Damien George
2018-04-27
py/nlrthumb: Fix Clang support wrt use of "return 0".
Ayke van Laethem
2018-04-12
fix for spaces in path
ladyada
2018-04-10
py: Refactor how native emitter code is compiled with a file per arch.
Damien George
2018-04-10
py/objgenerator: Check stack before resuming a generator.
Jeff Epler
2018-04-10
py/stream: Switch stream close operation from method to ioctl.
Damien George
2018-04-05
py/objstr: In find/rfind, don't crash when end < start.
Jeff Epler
2018-04-05
py/objint: Simplify LHS arg type checking in int binary op functions.
Damien George
2018-04-04
py: Don't include mp_optimise_value or opt_level() if compiler disabled.
Damien George
2018-04-04
py/modsys: Don't compile getsizeof function if feature is disabled.
Damien George
2018-04-04
py/vm: Optimise handling of stackless mode when pystack is enabled.
Damien George
2018-04-04
py/vm: Don't do unnecessary updates of ip and sp variables.
Damien George
2018-04-02
Merge branch 'master' into 3.0_hid
Dan Halbert
2018-04-01
Merge pull request #734 from jepler/str-find-backwards-circuitpython
Scott Shawcroft
[prev]
[next]