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
/
shared-bindings
/
os
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2020-12-10
Fix some spelling mistakes
Mike Causer
2020-08-07
Modify some Python stubs
Taku Fukada
2020-07-27
Fix several type hints
Taku Fukada
2020-07-24
Add and correct some type hints
Taku Fukada
2020-07-22
Add externs. GCC10 complains about duplicate defines
Scott Shawcroft
2020-07-17
Merge branch 'main' into type_hints
dherrada
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-07-03
Added type hints to os
dherrada
2020-05-12
Swap sphinx to autoapi and the inline stubs
Scott Shawcroft
2020-05-08
Did os, _pixelbuf, _pew
dherrada
2020-02-14
avoid os.stat() int overflow on smallint-only builds
Dan Halbert
2020-01-08
os: Don't require an on-stack buffer
Jeff Epler
2018-08-16
Compress all translated strings with Huffman coding.
Scott Shawcroft
2018-06-15
fix os.listdir() when current dir is '/'
Dan Halbert
2017-08-27
Modernize module and class static dicts; update freetouch
Dan Halbert
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-06-27
Introduce a random module that is a subset of CPython's random. It
Scott Shawcroft
2017-06-27
Split uos module into os and storage.
Scott Shawcroft