kuroko/src
2023-12-24 09:12:29 +09:00
..
kuroko Make maximumCallDepth thread-local, expose changing it when feasible 2023-12-24 09:05:52 +09:00
modules New suite of time functions 2023-12-24 09:09:24 +09:00
vendor Remove support for implicit 'exception' name in 'except' blocks 2023-11-25 12:30:52 +09:00
builtins.c Accept file, flush in print 2023-12-14 20:45:10 +09:00
chunk.c Consolidate opcode definitions and do not expose the macros in public headers 2022-07-11 21:02:35 +09:00
compiler.c Bind local name for decorated function early so it can be closed 2023-12-12 20:21:42 +09:00
debug.c Split off 'dis' as well 2023-12-14 09:55:02 +09:00
exceptions.c Support building without floats 2023-05-30 07:59:28 +09:00
kuroko.c Make it easier to bundle C modules 2023-12-14 12:05:32 +09:00
memory.c Separate 'gc' into shared module 2023-12-14 13:47:23 +09:00
methods.h Support __bool__ 2023-02-12 13:38:28 +09:00
obj_base.c Support : in parseArgs format with same meaning as CPython ParseTuple 2023-02-14 22:13:31 +09:00
obj_bytes.c All non-instant types should set allocSize to 0 2023-02-12 13:37:43 +09:00
obj_dict.c __init__ should always return None 2023-01-26 12:05:53 +09:00
obj_function.c Allow staticmethod, classmethod to be applied to native functions 2023-02-15 19:27:25 +09:00
obj_gen.c Use new formatted string builders in various places 2022-08-06 12:18:40 +09:00
obj_list.c __init__ should always return None 2023-01-26 12:05:53 +09:00
obj_long.c No int-from-float in KRK_NO_FLOAT 2023-05-30 09:18:53 +09:00
obj_numeric.c bool.__format__ 2023-06-22 17:16:41 +09:00
obj_range.c range.__contains__ 2023-06-08 08:50:17 +09:00
obj_set.c set.update 2023-02-28 15:44:31 +09:00
obj_slice.c __init__ should always return None 2023-01-26 12:05:53 +09:00
obj_str.c Support start, end in str.startswith, str.endswith 2023-12-05 07:25:16 +09:00
obj_tuple.c All non-instant types should set allocSize to 0 2023-02-12 13:37:43 +09:00
obj_typing.c KrkGenericAlias → krk_GenericAlias for symbol name consistency 2022-07-26 09:17:11 +09:00
object.c Support /,*,kws in function definitions 2022-09-29 21:46:10 +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 Include argument name in parseArgs type errors 2023-12-15 17:24:19 +09:00
private.h Split off 'dis' as well 2023-12-14 09:55:02 +09:00
scanner.c Make the compiler reentrant 2022-07-26 13:42:05 +09:00
sys.c We've made so many incompatible changes this should be 1.5 now 2023-12-24 09:12:29 +09:00
table.c Support building without floats 2023-05-30 07:59:28 +09:00
threads.c Make maximumCallDepth thread-local, expose changing it when feasible 2023-12-24 09:05:52 +09:00
value.c Handle case of a nested exception in a 'final' 2023-11-25 12:14:05 +09:00
vm.c Make maximumCallDepth thread-local, expose changing it when feasible 2023-12-24 09:05:52 +09:00
wcwidth._h Update wcwidth implementation for Windows and add a binding library 2021-10-27 19:28:28 +09:00