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
2020-05-12
Merge remote-tracking branch 'adafruit/master' into improve_verification
Scott Shawcroft
2020-05-12
Swap sphinx to autoapi and the inline stubs
Scott Shawcroft
2020-05-12
Did time, touchio, uheap
dherrada
2020-05-08
Throw a NotImplementedError for time functions on boards without long ints
DavePutz
2020-02-07
time.sleep() rounds to nearest msec
Dan Halbert
2020-02-07
improve time.monotonic_ns() accuracy from ms to us
Dan Halbert
2019-11-26
time: struct_time: allow construction like a namedtuple, too
Jeff Epler
2019-11-26
time: struct_time: allow construction from another struct_time
Jeff Epler
2019-08-18
shared-bindings/time: style
Jeff Epler
2019-08-17
localtime: don't hard-fault on argument type errors; handle localtime(float)
Jeff Epler
2019-07-30
BLE: peripheral client pairing (not yet bonding); fix time doc formatting
Dan Halbert
2019-05-30
Improve rST consistency for rst2pyi use
Scott Shawcroft
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