.. |
kuroko
|
Replace STATIC_ONLY with KRK_STATIC_ONLY
|
2023-05-30 08:01:52 +09:00 |
modules
|
ceil/floor/trunc should be able to return longs
|
2023-03-28 12:50:12 +09:00 |
vendor
|
Fixup backspace behavior in rline
|
2022-08-14 13:48:07 +09:00 |
builtins.c
|
Catch extraneous kwargs in __new__ with default __init__
|
2023-06-13 17:36:04 +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
|
Support building without floats
|
2023-05-30 07:59:28 +09:00 |
debug.c
|
Support upvalue cells as exposed objects
|
2023-02-12 07:40:05 +09:00 |
exceptions.c
|
Support building without floats
|
2023-05-30 07:59:28 +09:00 |
fileio.c
|
Use new formatted string builders in various places
|
2022-08-06 12:18:40 +09:00 |
kuroko.c
|
Drop SCAN_TRACING
|
2022-08-14 13:52:59 +09:00 |
memory.c
|
Ensure metaclasses stick around
|
2023-01-26 12:08:11 +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
|
Support building without floats
|
2023-05-30 07:59:28 +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
|
Ignore floats in str.__mod__ in KKR_NO_FLOAT
|
2023-05-30 09:10:43 +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
|
Assignments to *expr sequences
|
2023-02-28 20:09:06 +09:00 |
os.c
|
Use krk_parseArgs in os module
|
2022-08-11 10:52:48 +09:00 |
parseargs.c
|
Support building without floats
|
2023-05-30 07:59:28 +09:00 |
private.h
|
Pre-hash strings from str(),hex(),oct(),bin() conversions
|
2022-09-13 19:46:17 +09:00 |
scanner.c
|
Make the compiler reentrant
|
2022-07-26 13:42:05 +09:00 |
sys.c
|
Add a quick introspection function since we lack __dict__
|
2023-06-14 13:10:57 +09:00 |
table.c
|
Support building without floats
|
2023-05-30 07:59:28 +09:00 |
threads.c
|
__init__ should always return None
|
2023-01-26 12:05:53 +09:00 |
time.c
|
Break out 'kuroko' module, expose init functions, and let VM be initialized without modules
|
2022-07-29 12:18:01 +09:00 |
value.c
|
No fallback print support for floats in KRK_NO_FLOAT
|
2023-05-30 09:26:26 +09:00 |
vm.c
|
Clear exception flag when raising new exception in 'from ... import ...'
|
2023-06-13 16:42:46 +09:00 |
wcwidth._h
|
Update wcwidth implementation for Windows and add a binding library
|
2021-10-27 19:28:28 +09:00 |