summaryrefslogtreecommitdiffstatshomepage
path: root/unix/modtime.c
Commit message (Expand)AuthorAge
* unix: Use mp_handle_pending() in time.sleep().Damien George2017-03-20
* windows: Implement mp_hal_ticks_cpu in terms of QueryPerformanceCounterstijn2016-11-03
* extmod/utime_mphal: Implement ticks_add(), add to all maintained ports.Paul Sokolovsky2016-10-29
* unix/modtime: Switch ticks/sleep_ms/us() to utime_mphal.Paul Sokolovsky2016-10-29
* unix/modtime: Use ticks_diff() implementation from extmod/utime_mphal.c.Paul Sokolovsky2016-10-29
* all: Remove 'name' member from mp_obj_module_t struct.Damien George2016-09-22
* unix/modtime: Release the GIL when sleeping.Damien George2016-06-28
* unix: Move "utime" module config to C level instead of make level.Paul Sokolovsky2016-06-17
* py: Change type signature of builtin funs that take variable or kw args.Damien George2016-01-11
* unix/modtime: strftime(): Support 2nd argument, but as time_t value.Paul Sokolovsky2016-01-10
* unix/modtime: Add strftime() function (only single argument is supported).Paul Sokolovsky2015-12-14
* unix/modtime: sleep(): Return early if KeyboardInterrupt is pendingPaul Sokolovsky2015-12-02
* py: Add MP_ROM_* macros and mp_rom_* types and use them.Damien George2015-11-29
* unix/modtime: Unbreak Windows build after changes to check select() result.Paul Sokolovsky2015-11-29
* unix/modtime: sleep(): Automatically restart after receiving EINTR.Paul Sokolovsky2015-11-29
* unix/modtime: Implement ticks_ms(), ticks_us() and ticks_diff().Paul Sokolovsky2015-10-19
* unix/modtime: Implement sleep_ms(), sleep_us().Paul Sokolovsky2015-10-19
* py, unix, lib: Allow to compile with -Wold-style-definition.Damien George2015-01-12
* py, unix: Allow to compile with -Wdouble-promotion.Damien George2015-01-12
* unix: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* unix: Rename "time" module to "utime" to allow extensibility.Paul Sokolovsky2014-12-17
* Use MP_DEFINE_CONST_DICT macro to define module dicts.Damien George2014-11-29
* Rename machine_(u)int_t to mp_(u)int_t.Damien George2014-07-03
* unix: Fix mpconfig.h not being included before misc.hstijn2014-06-28
* Prefix ARRAY_SIZE with micropython prefix MP_Emmanuel Blot2014-06-19
* - Cast the struct stat sb.st_ino field to machine_int_t explicitly to avoid aMarcus von Appen2014-06-07
* Rename bultins config variables to MICROPY_PY_BUILTINS_*.Damien George2014-06-01
* mingw: Fix compilation issuesstijn2014-05-10
* windows: Add modtime implementationstijn2014-05-09
* Add license header to (almost) all files.Damien George2014-05-03
* Add ARRAY_SIZE macro, and use it where possible.Damien George2014-04-26
* unix modtime: Convert to static module structures.Paul Sokolovsky2014-04-17
* unix modtime: Adhere to MICROPY_ENABLE_FLOAT better.Paul Sokolovsky2014-04-17
* unix: Rename module sources per latest naming conventions (mod*.c).Paul Sokolovsky2014-04-04