index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
unix
/
modtime.c
Age
Commit message (
Expand
)
Author
2021-01-23
unix/modtime: Fix time() precision on unix ports with non-double floats.
Oliver Joos
2020-10-01
extmod/utime_mphal: Add generic utime.time_ns() function.
Damien George
2020-09-18
ports: Add utime.gmtime() function.
Damien George
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-04-18
all: Fix implicit floating point to integer conversions.
stijn
2020-04-18
all: Fix implicit floating point promotion.
stijn
2020-04-18
Revert "all: Fix implicit casts of float/double, and signed comparison."
stijn
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-03-30
all: Fix implicit casts of float/double, and signed comparison.
David Lechner
2020-03-27
unix: Implement PEP 475 to retry syscalls failing with EINTR.
David Lechner
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-07
py/scheduler: Add "raise_exc" argument to mp_handle_pending.
Damien George
2019-12-28
unix/modtime: Add utime.mktime function, to complement utime.localtime.
Andrew Leech
2019-05-17
various: Update early copyright years to match actual edit history.
Damien George
2019-05-17
various: Add and update my copyright line based on git history.
Paul Sokolovsky
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George