SenySunny
|
b8ab6cb0b7
|
modify func write to send in _WIN32
|
2023-08-02 15:33:08 +08:00 |
|
Lyon
|
ac245ab01a
|
fix bytecode cache inner REPL
|
2023-08-02 11:59:01 +08:00 |
|
Lyon
|
cd520911d7
|
fix syntax issue on msvc
|
2023-08-01 19:59:18 +08:00 |
|
Lyon
|
0a6f6c3cb2
|
fix pika_libc
fix py-test.cpp
|
2023-08-01 19:51:43 +08:00 |
|
Lyon
|
a3a3d8fb75
|
make all kernal files to be single ascii
|
2023-08-01 19:44:05 +08:00 |
|
Lyon
|
71670cd395
|
fix annotation detection with escape
|
2023-08-01 18:53:24 +08:00 |
|
Lyon
|
9bba163ebd
|
support file pre process for run single file
|
2023-08-01 13:16:22 +08:00 |
|
Lyon
|
a90345fcee
|
update contribute log
|
2023-07-31 20:29:41 +08:00 |
|
Lyon
|
3dfc823237
|
restore str_join
|
2023-07-31 18:58:50 +08:00 |
|
Lyon
|
7b1a3390ab
|
optimize stack size for big list
|
2023-07-31 13:02:03 +08:00 |
|
lyon
|
1d70e07957
|
add pika_hal support for ESP32, not tested yet
|
2023-07-30 22:10:16 +08:00 |
|
lyon
|
1b316c53c9
|
fix ESP32_common.h
|
2023-07-30 22:09:01 +08:00 |
|
Lyon
|
4abc50f8ef
|
update socket module for port/linux
|
2023-07-30 21:11:45 +08:00 |
|
李昂
|
c3fafe00a9
|
!249 修改了socket包,增加了对_WIN32的支持。
Merge pull request !249 from SenySunny/master
|
2023-07-30 12:55:49 +00:00 |
|
SenySunny
|
ca3ce13127
|
add change for packages.toml
|
2023-07-30 20:38:55 +08:00 |
|
SenySunny
|
a2edd39584
|
add socket for _WIN32
|
2023-07-30 20:30:03 +08:00 |
|
lyon
|
ef7a61ef69
|
fix include for G0 pika_hal port
|
2023-07-29 17:02:07 +08:00 |
|
Lyon
|
544f06ceb9
|
fix adapter_mpy
|
2023-07-29 16:37:49 +08:00 |
|
Lyon
|
e02e993455
|
update raltead projects and contributor log
|
2023-07-29 11:02:43 +08:00 |
|
Lyon
|
304b4ab5a9
|
enhance stack overflow detection for stack_size
|
2023-07-28 10:41:00 +08:00 |
|
Lyon
|
f9f1e1610f
|
enhance VM stack overflow detection
|
2023-07-28 10:24:06 +08:00 |
|
Lyon
|
3a2bd13027
|
fix comprehension_print
|
2023-07-27 19:14:34 +08:00 |
|
Lyon
|
9178ba9789
|
release comprehension and optimize zlib stack usage
|
2023-07-27 18:01:18 +08:00 |
|
Lyon
|
94879d166f
|
support comprehension
|
2023-07-26 22:10:10 +08:00 |
|
Lyon
|
98b3b12a39
|
comprehension backend generate
|
2023-07-26 17:02:36 +08:00 |
|
Lyon
|
703a43a899
|
support comprehension suger parse
|
2023-07-26 00:26:17 +08:00 |
|
Lyon
|
8b22298a07
|
support addIndentMuti for parser
|
2023-07-25 19:11:14 +08:00 |
|
Lyon
|
d7087248c6
|
fix socket_GET test case
|
2023-07-23 19:02:03 +08:00 |
|
李昂
|
e4eb341a10
|
add bsp/air780e/pikapython/main.py.
|
2023-07-23 06:39:36 +00:00 |
|
Kirin
|
570b991ce8
|
!248 add air780e bsp
Merge pull request !248 from Kirin/master
|
2023-07-23 03:26:42 +00:00 |
|
Lyon
|
eb9a4c7494
|
fix socket_GET example
|
2023-07-21 20:03:30 +08:00 |
|
Lyon
|
f96fdbc0f1
|
fix int() builtins for u32 type
|
2023-07-21 19:30:32 +08:00 |
|
Lyon
|
3a39ff5944
|
add DNS test for socket
|
2023-07-21 16:55:07 +08:00 |
|
Lyon
|
82f0f3dc42
|
support gethostbyname for socket.py
|
2023-07-21 16:51:32 +08:00 |
|
李昂
|
31eb011d69
|
!242 STM32F4_v0.1.3_1689922329523
Merge pull request !242 from pikabot/STM32F4_v0.1.3_1689922329523
|
2023-07-21 07:00:09 +00:00 |
|
mrleekon
|
1a569fb59c
|
update_toml
|
2023-07-21 14:52:58 +08:00 |
|
mrleekon
|
613b0c4c93
|
add_files
|
2023-07-21 14:52:58 +08:00 |
|
Lyon
|
6a1c57acd3
|
format
|
2023-07-21 10:57:54 +08:00 |
|
lyon
|
21d11a250b
|
objList_get will not copy arg
|
2023-07-21 10:55:57 +08:00 |
|
Lyon
|
e41c5f2594
|
fix if not xxx: stmt
|
2023-07-21 03:03:47 +08:00 |
|
Lyon
|
0249f2bf75
|
fix if <str/bytes/object/list> behavior
|
2023-07-21 01:56:55 +08:00 |
|
Lyon
|
30af0b556e
|
fix bool() behavior
|
2023-07-21 01:10:01 +08:00 |
|
Lyon
|
53e82b08cd
|
release packages
|
2023-07-20 16:12:33 +08:00 |
|
Lyon
|
024ab113a8
|
fix re foramt
|
2023-07-20 16:10:12 +08:00 |
|
Lyon
|
893c6ee058
|
support PIKA_PLATFORM_NO_WEAK macro
|
2023-07-20 13:04:19 +08:00 |
|
Lyon
|
06b6d9f049
|
improve err report and add struct model(not test)
|
2023-07-20 11:07:41 +08:00 |
|
Lyon
|
f342cde844
|
support arg value debug on kernal_debug mode
|
2023-07-19 17:00:03 +08:00 |
|
Lyon
|
b27c488b7b
|
format goto label
|
2023-07-19 14:17:00 +08:00 |
|
Lyon
|
bb87da6619
|
format and rename vars for pikaparser
|
2023-07-19 13:43:42 +08:00 |
|
Lyon
|
20049f7851
|
fix pikadoc-en url
|
2023-07-19 10:54:07 +08:00 |
|