1615 Commits

Author SHA1 Message Date
BLUELOVETH
a9d296dedc
Merge pull request #278 from 16bit-ykiko/fix_exec
fix py_exec and py_eval.
2024-06-18 20:46:15 +08:00
ykiko
21d886f1a4 fix format. 2024-06-18 20:39:02 +08:00
ykiko
435ded95b5 fix format. 2024-06-18 20:37:57 +08:00
ykiko
f937fc1da8 fix format. 2024-06-18 20:37:27 +08:00
ykiko
71432a4054 fix format. 2024-06-18 20:36:42 +08:00
ykiko
cc4dd34c86 fix py_exec and py_eval. 2024-06-18 19:49:30 +08:00
BLUELOVETH
6736fa7f50
fix bind -1 2024-06-17 20:04:49 +08:00
Janos
f9c00fd706
Fixes #248: sys.stderr.write() does not use vm->stderr_write (#249)
Signed-off-by: Janos Bonic <86970079+janosdebugs@users.noreply.github.com>
2024-05-30 00:17:36 +08:00
blueloveTH
77e3d2e88f some fix 2024-05-14 00:10:40 +08:00
blueloveTH
4ab7c10ed1 some fix 2024-05-12 20:34:15 +08:00
blueloveTH
82d192e8da replace PyObject* with PyVar 2024-05-12 20:16:55 +08:00
blueloveTH
a6a834da29 add py_op 2024-05-11 12:44:42 +08:00
blueloveTH
cefa85afa4 some more update 2024-05-10 21:03:39 +08:00
blueloveTH
8745f323b8 re-add operator module 2024-05-10 20:29:23 +08:00
blueloveTH
148dd96c09 Update vm.cpp 2024-05-10 19:49:57 +08:00
blueloveTH
41e84e52a2 minify _generated.cpp 2024-05-10 17:33:21 +08:00
blueloveTH
707a880c2e some fix 2024-05-10 16:45:08 +08:00
blueloveTH
36b73e1ce7 some rename 2024-05-10 16:37:30 +08:00
blueloveTH
4ef2e9d156 remove set_userdata 2024-05-10 16:13:35 +08:00
blueloveTH
6e9e25ca34 some fix 2024-05-10 14:30:15 +08:00
blueloveTH
b09b848c23 Update vm.cpp 2024-05-10 14:08:20 +08:00
blueloveTH
5cfd66f8b2 impl py_exec and py_eval 2024-05-10 14:03:00 +08:00
blueloveTH
331dedcd28 add py_exec and py_eval prototype 2024-05-10 12:06:25 +08:00
blueloveTH
44aed24d3b add function 2024-05-09 17:26:11 +08:00
blueloveTH
182177482f change any APIs 2024-05-08 20:34:51 +08:00
blueloveTH
1003f3a6df fix c binding bug 2024-05-08 16:36:05 +08:00
blueloveTH
6778d29ffa replace UserData to any 2024-05-08 14:50:41 +08:00
blueloveTH
4a1cf10e74 add pkpy::any 2024-05-08 14:45:42 +08:00
blueloveTH
eae0aa6c8b some fix 2024-05-05 11:36:17 +08:00
blueloveTH
9943516d79 some fix 2024-05-05 10:55:51 +08:00
blueloveTH
0f47105b27 doc fix 2024-05-05 10:51:06 +08:00
blueloveTH
10f886bb9b add constants 2024-05-05 00:18:57 +08:00
blueloveTH
782be0f1bf some rename 2024-05-05 00:04:48 +08:00
blueloveTH
e8a76806c7 some update 2024-05-04 22:35:54 +08:00
blueloveTH
d4192be0e4 fix py_list 2024-05-04 21:56:47 +08:00
blueloveTH
37c28e0061 some fix 2024-05-04 21:46:35 +08:00
blueloveTH
620c1d2882 change _import_handler 2024-05-04 20:04:15 +08:00
blueloveTH
0a725eecb2 some refactor 2024-05-04 20:00:36 +08:00
blueloveTH
a5800f2bd6 some fix 2024-05-04 17:51:09 +08:00
blueloveTH
634ad16d45 some fix 2024-05-04 16:53:36 +08:00
blueloveTH
dd734f71dc some fix 2024-05-04 16:49:01 +08:00
blueloveTH
e27f100b18 remove bind_notimplemented_constructor 2024-05-04 13:48:14 +08:00
blueloveTH
425fffec74 remove bind_constructor 2024-05-04 13:42:39 +08:00
blueloveTH
3c480cee11 remove old bind_func 2024-05-04 13:25:30 +08:00
blueloveTH
d06d50f181 remove bind_method 2024-05-04 13:16:39 +08:00
blueloveTH
dd5a5e096f add bind_field<> 2024-05-04 12:34:57 +08:00
blueloveTH
cc68c0dcc8 some optimize 2024-05-03 21:19:47 +08:00
blueloveTH
128f2e933d remove comma 2024-05-03 21:16:40 +08:00
blueloveTH
533ecad9b7 some fix 2024-05-03 21:14:33 +08:00
blueloveTH
99457e1797 some refactor 2024-05-03 21:05:18 +08:00