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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-bindings
/
time
Age
Commit message (
Expand
)
Author
2017-10-17
redo time.monotonic() to avoid double precision
2.1.0
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-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-06-07
shared-bindings: Update docs to remove with statements from examples but add ...
Scott Shawcroft
2017-03-07
shared-bindings: Reenable struct_time. It was turned off when playing with LT...
Scott Shawcroft
2017-02-26
atmel-samd: Use link time optimization to reduce code size of builds which
Scott Shawcroft
2017-02-24
Make more type structures const to save RAM.
Scott Shawcroft
2017-02-24
Switch exception throwing to mp_raise helpers. It saves a little code space e...
Scott Shawcroft
2017-02-22
Throw an error when sleep time is negative.
Scott Shawcroft
2017-01-08
Correct monotonic.
Scott Shawcroft
2017-01-05
Add time.struct_time support.
Scott Shawcroft
2016-11-21
This introduces an alternative hardware API called nativeio structured around...
Scott Shawcroft