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
/
extmod
Age
Commit message (
Expand
)
Author
2019-01-18
More make_new updates
Scott Shawcroft
2019-01-18
Fix unix build
Scott Shawcroft
2019-01-18
More make_new fixes for unix build
Scott Shawcroft
2019-01-14
fixup micropy
Scott Shawcroft
2019-01-14
py changes for supporting superclass constructors that take kwargs
Scott Shawcroft
2018-09-09
uzlib: Upgrade to uzlib v2.9 release
Jeff Epler
2018-08-25
Fix os.stat() to use 1970 epoch
Noralf Trønnes
2018-08-16
Fix unix coverage and update translations.
Scott Shawcroft
2018-08-16
Fix esp and samd
Scott Shawcroft
2018-08-16
Compress all translated strings with Huffman coding.
Scott Shawcroft
2018-08-09
Two fixes and translate more strings.
Scott Shawcroft
2018-07-28
merge finished
Dan Halbert
2018-07-23
WIP: complete manual inspection of all significant changes
Dan Halbert
2018-07-13
compiles and runs; hangs on import storage;storage.VfsFat.<tab>
Dan Halbert
2018-07-12
continued WIP: almost compiling
Dan Halbert
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-06-21
allow '/' to be mounted on '/' from Python code
Dan Halbert
2018-06-18
extmod: Update to use new mp_get_stream helper.
Damien George
2018-06-16
extmod/vfs_fat_diskio: Factor disk ioctl code to reduce code size.
Damien George
2018-06-14
Fix playing audio from SD card
Dan Halbert
2018-06-13
extmod/modussl_axtls: Fix __del__ to point to mp_stream_close_obj.
Damien George
2018-06-12
extmod/uos_dupterm: Use native C stream methods on dupterm object.
Damien George
2018-06-12
extmod/moduhashlib: Make function objects STATIC.
Yonatan Goldschmidt
2018-06-12
extmod/moduhashlib: Allow using the sha256 implementation of mbedTLS.
Yonatan Goldschmidt
2018-06-12
extmod/moduhashlib: Allow to disable the sha256 class.
Yonatan Goldschmidt
2018-06-12
extmod/moduhashlib: Reorder funcs so that they are grouped by hash type.
Yonatan Goldschmidt
2018-06-12
extmod/moduhashlib: Prefix all Python methods and objects with uhashlib.
Yonatan Goldschmidt
2018-06-06
extmod/vfs: Introduce a C-level VFS protocol, with fast import_stat.
Damien George
2018-06-06
extmod/vfs: Add fast path for stating VfsPosix filesystem.
Damien George
2018-06-06
extmod: Add VfsPosix filesystem component.
Damien George
2018-06-06
extmod/vfs_fat: Rename FileIO/TextIO types to mp_type_vfs_fat_XXX.
Damien George
2018-06-06
extmod/vfs: Use u_rom_obj properly in argument structures.
Damien George
2018-05-31
extmod/modussl_mbedtls: Use mbedtls_entropy_func for CTR-DRBG entropy.
Damien George
2018-05-31
extmod/modussl_mbedtls: Populate sock member right away in wrap_socket.
Damien George
2018-05-21
extmod/modlwip: Allow to compile with MICROPY_PY_LWIP disabled.
Damien George
2018-05-17
extmod/modlwip: Set POLLHUP flag for sockets that are new.
Damien George
2018-05-17
extmod/modlwip: Update to work with lwIP v2.0.
Damien George
2018-05-08
Merge pull request #817 from jepler/uzlib-as-submodule
Scott Shawcroft
2018-05-07
uzlib: convert to submodule
Jeff Epler
2018-05-06
uhashlib: masquerade as hashlib for python3 compatibility
Jeff Epler
2018-05-06
uhashlib: some functions should refuse unicode for python3 compatibility
Jeff Epler
2018-05-04
extmod/modlwip: In ioctl handle case when socket is in an error state.
Damien George
2018-05-02
extmod/uzlib: Fix C-language sequencing error with uzlib_get_byte calls.
Damien George
2018-05-02
extmod/vfs: Delegate import_stat to vfs.stat to allow generic FS import.
Damien George
2018-05-01
ubinascii: masquerade as binascii for python3 compatibility
Jeff Epler
2018-04-30
ubinascii: some functions should refuse unicode for python3 compatibility
Jeff Epler
2018-04-23
extmod/modlwip: Check if getaddrinfo() constraints are supported or not.
Damien George
2018-04-10
extmod/re1.5: Fix compilecode.c compile problem on IAR tool chain.
armink
2018-04-10
py/stream: Switch stream close operation from method to ioctl.
Damien George
2018-03-27
Specifically give a better error message for setlabel on RO fs
Jeff Epler
[next]