aboutsummaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
2022-04-28py/modsys: Append MicroPython git version and build date to sys.version.Damien George
2022-04-22shared/readline: Make tab insert an indent when it follows whitespace.Damien George
2022-04-20py/objtype: Convert result of user __contains__ method to bool.Jon Bjarni Bjarnason
2022-04-14py/persistentcode: Support loading and saving tuples in .mpy files.Damien George
2022-04-14py/parse: Add MICROPY_COMP_CONST_TUPLE option to build const tuples.Damien George
2022-04-14py/parse: Print const object value in mp_parse_node_print.Damien George
2022-04-14py/parse: Factor obj extract code to mp_parse_node_extract_const_object.Damien George
2022-04-14py/persistentcode: Define enum values for obj types instead of letters.Damien George
2022-04-14Revert "py/emitnative: Don't store prelude at end of machine code if..."Damien George
2022-04-14py/scheduler: Add support for scheduling static C-based callbacks.Damien George
2022-04-11py/emitinlinethumb: Use 16 bit encodings for PUSH LR and POP PC.Christian Zietz
2022-04-11extmod/modusocket: Provide config macro for socket.listen backlog deflt.Damien George
2022-04-01py/makeqstrdefs: Cleanup and extend source file classification.Daniel Jour
2022-04-01py/runtime: Remove unnecessary check for kw_value == MP_OBJ_NULL.Damien George
2022-04-01py: Fix compiling and decoding of *args at large arg positions.Damien George
2022-03-31py/emitbc: Assert that a small int fits its encoding when emitting one.Damien George
2022-03-31py/runtime: Use size_t/ssize_t instead of uint/int.David Lechner
2022-03-31py/runtime: Drop new_alloc < 4 check.David Lechner
2022-03-31py/runtime: Do not overallocate when len is known.David Lechner
2022-03-31py/runtime: Allow multiple *args in a function call.David Lechner
2022-03-31py/runtime: Allow multiple **args in a function call.David Lechner
2022-03-31py/vm: Prevent array bound warning when using -MP_OBJ_ITER_BUF_NSLOTS.Damien George
2022-03-30py/emitnative: Don't store prelude at end of machine code if not needed.Damien George
2022-03-30py/asmxtensa: Fix use of l32i/s32i when offset won't fit in encoding.Damien George
2022-03-30py/compile: Only show raw code that is bytecode.Damien George
2022-03-30py/bc.h: Fix C++20 compilation with "volatile".stijn
2022-03-28py/builtinimport: Alias sys to usys if import weak links aren't enabled.Damien George
2022-03-28py: Change jump-if-x-or-pop opcodes to have unsigned offset argument.Damien George
2022-03-28py/emitbc: Add check for bytecode jump offset overflow.Damien George
2022-03-28py: Change jump opcodes to emit 1-byte jump offset when possible.Damien George
2022-03-25py/objgenerator: Fix unused variables when native gen extracts prelude.Damien George
2022-03-25py/smallint: Introduce MP_SMALL_INT_BITS macro.David Lechner
2022-03-16py/showbc: Remove global variables and make DECODE_PTR work correctly.Damien George
2022-03-16py/parse: Handle check for target small-int size in parser.Damien George
2022-03-16py/parse: Put const bytes objects in parse tree as const object.Damien George
2022-03-16py/parse: Simplify handling of const int parse nodes.Damien George
2022-03-10py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them.Damien George
2022-03-10py/modsys: Add optional sys.tracebacklimit attribute.Damien George
2022-03-10py/modsys: Add optional attribute delegation.Damien George
2022-03-10py/objmodule: Support delegating failed attr lookups.Damien George
2022-03-10windows: Switch to VFS subsystem and use VfsPosix.Damien George
2022-03-09samd/moduos: Convert module to use extmod version.Damien George
2022-03-09extmod/moduos: Create general uos module to be used by all ports.Damien George
2022-03-01py/bc.h: Fix C++ compilation of public API.stijn
2022-02-24py: Rework bytecode and .mpy file format to be mostly static data.Damien George
2022-02-17py/gc: Update debug code to compile with changes to qstr pool types.Damien George
2022-02-11py/qstr: Use `const` consistently to avoid a cast.Artyom Skrobov
2022-02-11py/qstr: Separate hash and len from string data.Artyom Skrobov
2022-02-03ports: Consolidate inclusion of umachine module in built-ins.Damien George
2022-01-23py/modmath: Add math.tau, math.nan and math.inf constants.stijn