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
/
time
Age
Commit message (
Expand
)
Author
2019-01-25
fix kw_arg checking for time.struct_time()
Jerry Needell
2019-01-14
Add subclass support to displayio.
Scott Shawcroft
2018-11-18
Remove reference to clock_id on the function descriptiions
Carlos
2018-11-18
Fix time.monotonic_ns docstring
Carlos
2018-10-21
shared-bindings/time: introduce time.monotonic_ns
Jeff Epler
2018-08-25
Fix os.stat() to use 1970 epoch
Noralf Trønnes
2018-08-07
Support internationalisation.
Scott Shawcroft
2018-07-13
compiles and runs; hangs on import storage;storage.VfsFat.<tab>
Dan Halbert
2018-05-18
time: Use 1970 epoch
Noralf Trønnes
2018-04-16
Add rtc module
Noralf Trønnes
2017-10-23
Merge 2.1.0 changes into master.
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