265 Commits

Author SHA1 Message Date
felfoldy
bef5debd38
Merge 56ba5f7f832b929bf98f5ef2f53c106501418dab into acc4f4104bb9e6a5ad5f34a4f9c8e2f354cec20c 2026-07-26 16:08:20 +08:00
BLUELOVETH
4e2b40db2d
test fastpath for self.* read (#535)
* test fastpath for `self.*` read

* bak
2026-07-22 12:36:58 +08:00
felfoldy
e803108eab Add function __annotations__ 2026-07-06 19:43:15 +02:00
blueloveTH
21ff0751dc fix error name 2026-07-06 17:42:01 +08:00
felfoldy
21248a0baf
Add inspect.signature (#526)
* Add inspect.signature tests

* Implement inspect.signature
2026-07-06 12:00:58 +08:00
blueloveTH
94e71d8581 expose divmod 2026-06-24 16:38:18 +08:00
Steve Chen
894ace2963
Fix JSON integer and float serialization. (#519)
* Fix JSON integer and float serialization.

* Simplify float serialization round-trip fix

* fix round trip check

* fix lexer EOF OOB read and list.sort comparator signature

* revert

* fix cases

* Update os.c

* add `long_v1`

---------

Co-authored-by: blueloveTH <blueloveTH@foxmail.com>
2026-06-18 11:39:41 +08:00
blueloveTH
8c4ed3bc34 fix a bug of str 2026-06-02 20:42:03 +08:00
BLUELOVETH
c624833cfb
Add more gc control to improve performance (#510)
* add more gc control

* fix

* Update gc.c

* Update ceval.c

* [no ci] Update 711_gc.py
2026-04-29 13:55:41 +08:00
blueloveTH
c39d86e999 add __mod__ 2026-04-29 12:54:04 +08:00
blueloveTH
33b26ebd95 Update 930_deterministic_float.py
temp fix

Update math.c
2026-04-22 18:31:23 +08:00
BLUELOVETH
f67b24450b
Merge pull request #504 from pocketpy/test-math-py34
[no ci] Add math tests from python 3.4
2026-04-22 18:15:10 +08:00
blueloveTH
5d30381e19 fix #498 2026-04-17 11:10:55 +08:00
blueloveTH
2600eb5352 Update lz4.c 2026-04-04 16:09:06 +08:00
blueloveTH
2a2e9ae1f2 Update lz4.c 2026-04-04 15:41:15 +08:00
blueloveTH
6e3ed84a9e fix stdc.memcpy 2026-04-04 13:24:25 +08:00
blueloveTH
440acd82f8 refactor chunked_array2d 2026-02-23 00:35:00 +08:00
blueloveTH
427d2293e0 add vec4i 2026-02-22 21:47:34 +08:00
blueloveTH
aaf611eff3 up 2026-02-21 21:08:33 +08:00
blueloveTH
cf965a1957 fix #456 2026-01-30 14:40:05 +08:00
blueloveTH
2281b9bb44 fix #424 2026-01-26 17:24:29 +08:00
blueloveTH
979addecf9 improve extend and choice 2026-01-14 16:49:02 +08:00
blueloveTH
e82b2b98cf Update math.c 2026-01-07 16:47:21 +08:00
blueloveTH
82bd2838ce fix abs name 2026-01-06 14:32:00 +08:00
BLUELOVETH
5f7bf4924b
Support running compiled bytecodes (#421) 2026-01-05 19:40:21 +08:00
blueloveTH
e23fd85ebd add bin 2025-12-19 16:36:43 +08:00
blueloveTH
36ee9dddd8 improve periphery 2025-12-18 18:06:27 +08:00
blueloveTH
671ea14c4f improve ffigen 1 2025-12-16 23:29:05 +08:00
blueloveTH
2eb84b562e add stdc module 2025-12-16 17:10:45 +08:00
blueloveTH
2684038ccf backup 2025-12-09 16:04:38 +08:00
blueloveTH
d11c377f4c some fix 2025-12-07 21:22:13 +08:00
blueloveTH
2ceea8b96d add cute_png.Image 2025-12-07 21:14:59 +08:00
blueloveTH
195d69676f Update array2d.c 2025-12-06 21:43:29 +08:00
blueloveTH
096d93697a Update array2d.c 2025-12-06 21:41:29 +08:00
blueloveTH
10c53e0621 update cov 2025-12-02 22:04:42 +08:00
blueloveTH
ea14ec8463 improve memory profile 2025-11-27 19:50:02 +08:00
blueloveTH
0b91c2968b add picoterm.sscanf 2025-11-27 14:41:13 +08:00
blueloveTH
6f9b7943d4 add wcwidth and wcswidth 2025-11-27 11:31:14 +08:00
blueloveTH
d03610071a Update time.c 2025-11-26 23:13:54 +08:00
blueloveTH
1d30103f6a fix time module 2025-11-26 22:56:39 +08:00
blueloveTH
e2c065d18d Update time.c 2025-11-26 22:06:15 +08:00
blueloveTH
c3291ef718 Update time.c 2025-11-26 21:55:18 +08:00
blueloveTH
10c81469c0 add threads pool impl 2025-11-24 16:12:44 +08:00
blueloveTH
bfe471dc12 small refactor 2025-11-24 11:41:37 +08:00
BLUELOVETH
c45a5df1e8
add setup_gc_debug_callback (#406)
* [no ci] backup

* [no ci] backup

* [no ci] fix

* [no ci] fix

* [no ci] fix

* [no ci] fix

* [no ci] fix

* [no ci] fix

* [no ci] fix

* [no ci] fix

---------

Co-authored-by: 张皓晟 <2067144018@qq.com>
2025-11-23 16:30:22 +08:00
blueloveTH
a6d0d9b04f fix a bug 2025-11-23 02:24:23 +08:00
blueloveTH
8a80a4456f fix a bug 2025-11-23 02:21:50 +08:00
blueloveTH
70bb5222f9 up 2025-11-23 02:19:55 +08:00
blueloveTH
4827e6dea3 add picoterm module 2025-11-23 00:14:14 +08:00
blueloveTH
10ce995780 update unicode data 2025-10-24 00:07:42 +08:00