Commit message (Expand) | Author | Age | |
---|---|---|---|
* | shared/runtime/sys_stdio_mphal: Fix printed type for stdio streams. | timdechant | 2024-09-06 |
* | all: Remove the "STATIC" macro and just use "static" instead. | Angus Gratton | 2024-03-07 |
* | ports: Fix sys.stdout.buffer.write() return value. | Maarten van der Schrieck | 2023-12-22 |
* | py/stream: Add mp_stream___exit___obj that calls mp_stream_close. | Jim Mussared | 2023-07-21 |
* | py/obj: Convert make_new into a mp_obj_type_t slot. | Jim Mussared | 2022-09-19 |
* | py/obj: Merge getiter and iternext mp_obj_type_t slots. | Jim Mussared | 2022-09-19 |
* | all: Remove unnecessary locals_dict cast. | Jim Mussared | 2022-09-19 |
* | all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE. | Jim Mussared | 2022-09-19 |
* | shared/runtime/sys_stdio_mphal: Make func static and remove some TODOs. | Damien George | 2022-08-23 |
* | shared: Introduce new top-level dir and move 1st party lib code there. | Damien George | 2021-07-12 |