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-03-13
Prevent other filesystem changes besides file writes
Scott Shawcroft
2019-03-13
Throw an error when moving a directory into itself.
Scott Shawcroft
2019-02-21
Merge pull request #1584 from tannewt/disable_concurrent_write_protection
Dan Halbert
2019-02-21
Merge pull request #1582 from dhalbert/remove-u-names
Scott Shawcroft
2019-02-21
conditionalize re object type name
Dan Halbert
2019-02-21
Add option to disable the concurrent write protection
Scott Shawcroft
2019-02-21
Add CIRCUITPY macro; rename u* only when CIRCUITPY=1
Dan Halbert
2019-02-21
rename ure, ujson, and uerrno to re, json, and errno
Dan Halbert
2019-02-19
Prevent infinite display update recursion and fix VFS mounting
Scott Shawcroft
2019-02-14
extmod/ure: Support search/match() pos and endpos parameters
Noralf Trønnes
2019-02-14
extmod/ure: Handle some escape sequences.
Radomir Dopieralski
2019-02-14
extmod/modure: Add ure.sub() function and method, and tests.
Damien George
2019-02-14
extmod/modure: Add match.span(), start() and end() methods, and tests.
Damien George
2019-02-14
extmod/modure: Add match.groups() method, and tests.
Damien George
2019-02-04
Fix allocation size
Scott Shawcroft
2019-02-03
Add fast seek support to file objects
Scott Shawcroft
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
[next]