kuroko/src
2024-02-15 17:54:50 +09:00
..
kuroko Make tables (dicts, methods/fields) ordered 2024-02-15 17:22:11 +09:00
modules object.__str__ should call repr; remove extraneous __str__/__repr__ aliases 2024-01-01 19:31:54 +09:00
vendor Remove support for implicit 'exception' name in 'except' blocks 2023-11-25 12:30:52 +09:00
builtins.c Only scan used entries when iterating over dicts 2024-02-15 17:22:41 +09:00
chunk.c Step one of trying to clean up the macro namespace 2024-01-08 09:29:52 +09:00
compiler.c file names passed to krk_interpret, krk_compile, krk_runfile can be const 2024-01-08 10:53:38 +09:00
debug.c Fixes that should enable MSVC to build the core interpreter 2024-01-08 14:12:24 +09:00
exceptions.c Add support for building without nan-boxing 2024-01-11 13:36:27 +09:00
kuroko.c Step one of trying to clean up the macro namespace 2024-01-08 09:29:52 +09:00
memory.c Only scan used entries when iterating over dicts 2024-02-15 17:22:41 +09:00
methods.h Support __bool__ 2023-02-12 13:38:28 +09:00
obj_base.c Optimize type.__call__ when __new__ is a native function 2024-01-07 15:16:53 +09:00
obj_bytes.c Ensure bytes are zero'd when building bytearrays 2024-01-10 21:56:23 +09:00
obj_dict.c Only scan used entries when iterating over dicts 2024-02-15 17:22:41 +09:00
obj_function.c Fix bad value boxings 2024-01-08 17:09:24 +09:00
obj_gen.c object.__str__ should call repr; remove extraneous __str__/__repr__ aliases 2024-01-01 19:31:54 +09:00
obj_list.c Fix bad value boxings 2024-01-08 17:09:24 +09:00
obj_long.c Fix leaked KrkLong in rshift_z 2024-02-15 17:49:38 +09:00
obj_numeric.c _ format specifier should be 3 digits for decimal, 4 for others 2024-01-15 19:25:51 +09:00
obj_range.c range.__contains__ 2023-06-08 08:50:17 +09:00
obj_set.c Fixes that should enable MSVC to build the core interpreter 2024-01-08 14:12:24 +09:00
obj_slice.c Implement Ellipsis (...) 2024-01-01 19:36:55 +09:00
obj_str.c Step one of trying to clean up the macro namespace 2024-01-08 09:29:52 +09:00
obj_tuple.c Step one of trying to clean up the macro namespace 2024-01-08 09:29:52 +09:00
obj_typing.c KrkGenericAlias → krk_GenericAlias for symbol name consistency 2022-07-26 09:17:11 +09:00
object.c Step one of trying to clean up the macro namespace 2024-01-08 09:29:52 +09:00
opcode_enum.h Update outdated comment about enum values for opcodes 2022-07-12 08:13:26 +09:00
opcodes.h Bind local name for decorated function early so it can be closed 2023-12-12 20:21:42 +09:00
parseargs.c Add support for building without nan-boxing 2024-01-11 13:36:27 +09:00
private.h Split off 'dis' as well 2023-12-14 09:55:02 +09:00
scanner.c Fixes that should enable MSVC to build the core interpreter 2024-01-08 14:12:24 +09:00
sys.c Account for increased table sizes in getsizeof 2024-02-15 17:36:05 +09:00
table.c Make tables (dicts, methods/fields) ordered 2024-02-15 17:22:11 +09:00
threads.c Step one of trying to clean up the macro namespace 2024-01-08 09:29:52 +09:00
value.c Add support for building without nan-boxing 2024-01-11 13:36:27 +09:00
vm.c Fix another potential case of writing to the wrong stack 2024-02-15 17:54:50 +09:00
wcwidth._h Update wcwidth implementation for Windows and add a binding library 2021-10-27 19:28:28 +09:00