98 Commits

Author SHA1 Message Date
blueloveTH
2ba131a252 backup 2025-02-27 13:21:55 +08:00
blueloveTH
9af9d228dd backup 2025-02-25 19:30:46 +08:00
blueloveTH
5a72730853 backup 2025-02-24 20:56:49 +08:00
blueloveTH
a725e1a07c ... 2025-02-13 17:00:54 +08:00
blueloveTH
f8156582a6 ... 2025-02-13 16:59:21 +08:00
blueloveTH
2a330cc6cd fix builtins_print 2025-02-13 16:59:04 +08:00
blueloveTH
4d5e6f26d0 revert free() 2025-02-11 11:47:31 +08:00
blueloveTH
9db90216d1 fix a memory leak 2025-02-10 14:05:39 +08:00
blueloveTH
ffbc7e9ade intern ascii literals 2025-01-23 20:02:55 +08:00
blueloveTH
60802a8e36 fix a bug of large_objects 2025-01-23 19:26:16 +08:00
blueloveTH
7233cff311 add getchar to py_Callbacks 2025-01-23 13:20:29 +08:00
blueloveTH
4b292abb4e ... 2025-01-10 13:43:51 +08:00
blueloveTH
a71a6f81a5 ... 2025-01-10 13:38:52 +08:00
blueloveTH
e25aba8d97 add py_importlib_reload 2025-01-10 13:28:40 +08:00
blueloveTH
6d2547723f replace all free 2024-12-31 11:01:51 +08:00
blueloveTH
79f18f8dc5 improve pickle 2024-12-15 20:57:14 +08:00
blueloveTH
4583b57d12 improve pickle with memo 2024-12-14 16:03:03 +08:00
blueloveTH
8999de5ad7 fix a bug of 32-bit 2024-12-14 13:09:35 +08:00
blueloveTH
72e88892e5 fix super() 2024-12-05 00:04:41 +08:00
blueloveTH
c7935564c3 fix a bug of super 2024-12-04 23:34:04 +08:00
blueloveTH
78390b8eb9 ... 2024-11-15 18:43:27 +08:00
blueloveTH
bf208c3733 add __float__ and __int__ and __round__ 2024-11-13 18:57:56 +08:00
blueloveTH
51b14d3526 add bytes.__len__ and improve ord() 2024-10-11 23:56:26 +08:00
blueloveTH
0a77c96c0a next can take default 2024-09-29 17:13:21 +08:00
blueloveTH
571a080127 yield from can return value 2024-09-29 17:04:54 +08:00
blueloveTH
7967852eb9 fix scanf buffer overflow 2024-09-28 12:18:59 +08:00
blueloveTH
509be95a29 add input() 2024-09-25 15:29:14 +08:00
ykiko
2773b9993e
Implement dynamic dlib (#309)
* lazy cpp_function and capsule.

* remove retv.

* remove type_map.

* remove object pool from initialize.

* support dynamic library.

* remove vector_bool.

* remove unused header.

* fix export name.

* fix test name.

* some fix

* some fix

* ...

---------

Co-authored-by: blueloveTH <blueloveth@foxmail.com>
2024-09-22 21:48:10 +08:00
blueloveTH
7964cc1af6 support dll load 2024-09-09 13:20:11 +08:00
blueloveTH
000fd1f087 redesign py_newstrn and py_newstrv 2024-09-08 18:42:34 +08:00
blueloveTH
62c12981df fix a bug 2024-09-02 23:17:49 +08:00
blueloveTH
8277895502 fix a bug 2024-09-02 23:11:06 +08:00
blueloveTH
fc014e7d31 add array2d module 2024-08-31 14:16:38 +08:00
blueloveTH
108d2fe969 change to 0-based 2024-08-30 15:37:13 +08:00
blueloveTH
b99c3ed220 add py_smartexec 2024-08-21 17:05:38 +08:00
blueloveTH
cc94a382a9 ... 2024-08-20 17:13:09 +08:00
blueloveTH
aaf7a84a3a ... 2024-08-19 13:04:38 +08:00
blueloveTH
f9d6321a09 add py_callbacks 2024-08-18 20:07:27 +08:00
blueloveTH
1d319c4ab6 ... 2024-08-15 01:51:14 +08:00
blueloveTH
92090aeaa1 ... 2024-08-15 01:01:28 +08:00
blueloveTH
f1c969fe76 ... 2024-08-13 13:39:00 +08:00
blueloveTH
eb1147826e ... 2024-08-11 13:33:06 +08:00
blueloveTH
145782b789 ... 2024-08-11 12:10:56 +08:00
blueloveTH
0e7936341b ... 2024-08-11 01:14:36 +08:00
blueloveTH
c4c7b9ef25 ... 2024-08-10 21:38:40 +08:00
blueloveTH
88f893ddd7 ... 2024-08-10 20:21:40 +08:00
blueloveTH
76075de70c ... 2024-08-10 17:27:58 +08:00
blueloveTH
c9e688207a ... 2024-08-10 16:47:48 +08:00
blueloveTH
f27548c6df ... 2024-08-10 16:30:37 +08:00
blueloveTH
34d620c82f ... 2024-08-10 16:13:44 +08:00