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
Nikhil Goyal
b99d18a9f6
fix(debugger): prevent memory leak in DAP setBreakpoints error path
2026-04-21 17:35:46 +05:30
Nikhil Goyal
973bbdfea4
fix(core): prevent memory leak in py_execo error path
2026-04-17 20:45:27 +05:30
blueloveTH
5d30381e19
fix #498
2026-04-17 11:10:55 +08:00
blueloveTH
d62b1b4eec
remove linalg compat script
2026-04-07 10:58:12 +08:00
Hezekiah M. Carty
94c67437a8
Add typing.(override, TypeIs, TypeGuard)
2026-04-04 09:27:33 -06: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
9a57b281e8
add := fix #446
2026-03-28 17:53:39 +08:00
Steve
37780ed884
feat: implement itemgetter and typing placeholders #486
2026-03-25 23:17:43 -04:00
blueloveTH
005a2725a1
add PK_ENABLE_DLL
2026-03-24 11:02:34 +08:00
blueloveTH
a2f16e5f1f
pre-release
2026-03-18 15:10:24 +08:00
blueloveTH
a69cca59f4
post fix
...
Update dll.c
Update dll.c
2026-03-18 15:04:26 +08:00
wdskuki
984c0eefcc
Fix C extension module import on Linux ( #472 )
...
* Fix C extension module import on Linux
* minor fix
---------
Co-authored-by: wdsmini <wdsmini@wdsmini.local>
Co-authored-by: blueloveTH <blueloveTH@foxmail.com>
2026-03-18 14:55:38 +08:00
blueloveTH
cf70668a2f
improve py_inspect_currentfunction
2026-03-13 22:05:52 +08:00
blueloveTH
35917fc5f4
fix #468
2026-03-04 14:30:35 +08:00
Tanisha Vasudeva
1d33267092
feat: implement dict.popitem() method ( #443 ) ( #467 )
...
* Added popitem()
* fix
---------
Co-authored-by: blueloveTH <blueloveTH@foxmail.com>
2026-03-03 14:55:56 +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
9f1ac4d6c3
fix dmath
2026-02-21 21:30:33 +08:00
blueloveTH
b07db073fd
remove colorcvt
2026-02-21 21:12:52 +08:00
blueloveTH
aaf611eff3
up
2026-02-21 21:08:33 +08:00
blueloveTH
5845d0e938
up
2026-02-19 18:41:32 +08:00
blueloveTH
d5b711f50c
fix #447
2026-02-05 11:27:12 +08:00
blueloveTH
cbbe319520
fix #458
2026-02-05 11:20:11 +08:00
killcerr
82b4fff934
fix #440 ( #457 )
...
* fix #440
* fix #440
* fix #440
* fix #440
* fix #440
* fix #440
* fix #440
* add test
* add test
2026-02-02 21:45:11 +08:00
blueloveTH
2fa14c5884
fix #455
2026-01-30 14:42:45 +08:00
blueloveTH
cf965a1957
fix #456
2026-01-30 14:40:05 +08:00
blueloveTH
48b70c944e
fix #426
2026-01-26 17:50:03 +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
9ef38d605b
fix bool-int ops
2026-01-14 16:14:08 +08:00
blueloveTH
e82b2b98cf
Update math.c
2026-01-07 16:47:21 +08:00
blueloveTH
d3d83bd126
minor fix
2026-01-06 14:56:27 +08:00
blueloveTH
82bd2838ce
fix abs name
2026-01-06 14:32:00 +08:00
blueloveTH
45f18f8431
add some more registers
2026-01-06 14:09:11 +08:00
blueloveTH
0bdbf17d46
add mark for serializer
2026-01-06 13:53:26 +08:00
blueloveTH
07a65a8f21
add py_execo
2026-01-06 13:24:06 +08:00
blueloveTH
b4ba0d91d5
minor fix
2026-01-06 13:08:14 +08:00
blueloveTH
b775d239a5
fix import pyc
2026-01-06 11:24:33 +08:00
BLUELOVETH
5f7bf4924b
Support running compiled bytecodes ( #421 )
2026-01-05 19:40:21 +08:00
blueloveTH
1e2135e153
discard '_'
2025-12-25 18:12:04 +08:00
blueloveTH
ecdea105d6
fix https://github.com/pocketpy/pocketpy/issues/408
2025-12-25 17:40:07 +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
63334872f6
rename fix
2025-12-17 11:19:49 +08:00