lyon
|
e1013eb1d6
|
Merge branch 'master' of https://gitee.com/lyon1998/pikascript
|
2024-12-02 21:05:57 +08:00 |
|
lyon
|
a910b852e3
|
tiny enhance
|
2024-12-02 21:05:11 +08:00 |
|
lyon
|
b4c2d2da03
|
add timer.py based on _thread and add example
|
2024-12-02 20:55:15 +08:00 |
|
李昂
|
b4e349ad16
|
!279 [ADD] auto complete functions & related GTEST .
Merge pull request !279 from junyu/master
|
2024-10-23 11:36:20 +00:00 |
|
lyon
|
541b9a9743
|
fix parser for ";", support line buffer overflow protect
|
2024-10-14 11:11:54 +08:00 |
|
lyon
|
4f4b26cbc5
|
support checksum for .pya
|
2024-10-13 23:57:06 +08:00 |
|
lyon
|
cfc3ddc8ad
|
fix ASCII issue for threading module
|
2024-10-13 21:00:50 +08:00 |
|
vbcssc
|
b3782c87b0
|
adding threading module
|
2024-10-12 16:53:18 +08:00 |
|
Lyon
|
2c3dd1223f
|
fix docstring for .pyi
|
2024-10-12 16:15:45 +08:00 |
|
Lyon
|
e577386ee8
|
Update post_data.py
|
2024-10-12 15:41:06 +08:00 |
|
Lyon
|
e98e73edba
|
update requests POST test server url
|
2024-10-11 19:05:33 +08:00 |
|
junyu
|
f84a567351
|
[ADD] auto complete[Experimental]
[FIX] update auto complete and GTEST .
[FIX] GTEST failed in nomal .
[FIX] GTEST has faulted logic .
[ADD] free completionlist .
|
2024-09-27 13:05:15 +08:00 |
|
Lyon
|
423130fcd0
|
fix project and include for stm32f405
|
2024-09-08 15:57:21 +08:00 |
|
Lyon
|
3aff4eeb7a
|
add stm32f405rg bsp
|
2024-09-08 15:51:35 +08:00 |
|
Lyon
|
d0124bdbf0
|
hotfix2 for STM32 package
|
2024-09-07 22:53:26 +08:00 |
|
Lyon
|
e0e6d56e6a
|
restore STM32 to v0.1.2
|
2024-09-07 22:52:58 +08:00 |
|
Lyon
|
2b90a1a14b
|
hot fix for STM32 v0.1.3
|
2024-09-07 10:40:23 +08:00 |
|
Lyon
|
ee10f54e33
|
fix STM32 uart recv issue
|
2024-09-07 10:38:40 +08:00 |
|
Lyon
|
d3e5b7d353
|
Merge branch 'master' of https://gitee.com/lyon1998/pikapython
|
2024-08-28 22:02:03 +08:00 |
|
Lyon
|
288465e49e
|
Merge pull request #337 from IVOES/cpp/wrong-type-format-argument
Fix incorrect printf format specifier
|
2024-08-15 16:36:32 +01:00 |
|
lyon
|
1a923c8948
|
add test for strformat
|
2024-08-11 01:43:43 +08:00 |
|
lyon
|
f85e44a3b3
|
fix %r print
|
2024-08-11 01:12:45 +08:00 |
|
lyon
|
ffaa73eff7
|
hotfix for _thread v0.0.7
|
2024-08-09 22:37:14 +08:00 |
|
lyon
|
2245374819
|
rollback _thread startup
|
2024-08-09 22:36:47 +08:00 |
|
lyon
|
424d298373
|
release v1.13.4
v1.13.4
|
2024-08-09 03:53:14 +08:00 |
|
lyon
|
f40a266943
|
release packages for v1.13.4
|
2024-08-09 03:44:03 +08:00 |
|
lyon
|
9753f38771
|
lock version 1.13.4 for _thread
|
2024-08-09 03:30:07 +08:00 |
|
lyon
|
75471291ef
|
fix thread-exit issue
|
2024-08-09 03:28:20 +08:00 |
|
lyon
|
c1c7f478ae
|
add exception_stack for thread
|
2024-08-09 00:41:21 +08:00 |
|
lyon
|
20a01a0cca
|
use error_stack instead of try_error_code
|
2024-08-08 22:29:48 +08:00 |
|
lyon
|
d22f0d73ce
|
move error struct to vmFrame again
|
2024-08-08 22:21:14 +08:00 |
|
lyon
|
6d575e97dc
|
fix socket_thread issue forr VMError
|
2024-08-08 22:00:24 +08:00 |
|
lyon
|
44bacb2430
|
ahead to VMError
|
2024-08-08 18:27:21 +08:00 |
|
lyon1998
|
9f963b532a
|
use vm_thread_require
|
2024-08-07 17:22:21 +08:00 |
|
lyon1998
|
c6d3e89bc1
|
fix typo for non-blocking
|
2024-08-06 23:38:25 +08:00 |
|
lyon1998
|
109ce56356
|
TODO: need an one-to-one thread struct
|
2024-08-04 00:40:42 +08:00 |
|
lyon1998
|
bd4205681e
|
fix other issue for isinstance
|
2024-08-03 17:05:14 +08:00 |
|
lyon1998
|
2bd5059eb0
|
fix mam lack for is instance
|
2024-08-02 18:06:59 +08:00 |
|
lyon1998
|
08342ae807
|
fix pyo
|
2024-08-02 16:00:40 +08:00 |
|
lyon1998
|
4b2787903c
|
fix pyi fn()->None return type
|
2024-08-02 02:25:38 +08:00 |
|
李昂
|
c2a3c4cd4e
|
update tools/pikaStudio/release.txt.
Signed-off-by: 李昂 <liang6516@outlook.com>
|
2024-08-01 14:28:58 +00:00 |
|
李昂
|
6be5fddc59
|
update tools/pikaStudio/release.txt.
Signed-off-by: 李昂 <liang6516@outlook.com>
|
2024-08-01 14:14:37 +00:00 |
|
lyon
|
743c865716
|
修复py.o上传,增加dict,list API
|
2024-08-01 14:55:55 +01:00 |
|
lyon1998
|
940b273c4e
|
apply patch on pre-compiler executable
|
2024-07-27 02:28:54 +08:00 |
|
lyon1998
|
55de73b9f4
|
apply patch on pre-compiler
|
2024-07-27 02:28:06 +08:00 |
|
李昂
|
376ed9d619
|
!278 添加函数替换模块名(import xxx.xxx)中的点号
Merge pull request !278 from unsigned_0/master
|
2024-07-26 18:21:03 +00:00 |
|
unsigned
|
5c82ce92fe
|
fix https://github.com/pikasTech/PikaPython/issues/346
|
2024-07-26 22:48:47 +08:00 |
|
Lyon
|
351fd6ba62
|
fix jrpc issue on msvc
|
2024-07-20 23:53:09 +08:00 |
|
Lyon
|
60500ff427
|
jrpc_cmd support parse float and string
|
2024-07-15 17:00:36 +08:00 |
|
Lyon
|
1c925f4ce5
|
Apply patches
|
2024-07-11 16:31:11 +08:00 |
|