pikastech
|
bb54c2e719
|
support setattr and getattr
run tests() in cases is ok
|
2022-08-11 17:39:38 +08:00 |
|
pikastech
|
117096a764
|
correct the sort of fun dec in .h
fix .h and .pyi
update PikaMath
update pika_cjson
|
2022-07-30 18:56:20 +08:00 |
|
pikastech
|
1d7bcf2a39
|
use __getitem__ __setitem__ instead of __get__ __set__
|
2022-07-29 23:40:16 +08:00 |
|
pikastech
|
de10086338
|
add arg_new<T> api
update version
|
2022-07-20 10:34:50 +08:00 |
|
pikastech
|
8f9950d4ae
|
support decode() and encode()
for PikaStdData.String() and PikaStdData.ByteArray()
use example/BuiltIn/encode_decode.py
fix CI
|
2022-07-14 12:02:38 +08:00 |
|
李昂
|
81a5f0b965
|
!40 support configparser_read_string
* configparser read_string is ok
* support replace() and strip() for StdData.String()
* add file and test of configparser
|
2022-07-04 07:16:44 +00:00 |
|
pikastech
|
865290df74
|
support len() for object and __len__().
* list, dict, dict_keys is ok
|
2022-06-24 18:18:06 +08:00 |
|
pikastech
|
fca634f3cc
|
use -> List
|
2022-06-21 17:49:18 +08:00 |
|
pikastech
|
1087ed0674
|
support split() for String Class
|
2022-06-21 17:42:03 +08:00 |
|
pikastech
|
c6aa57c06f
|
use the relative path for PikaStdData_String_Util.h
|
2022-06-02 22:48:58 +08:00 |
|
purewind7
|
51fc8735dc
|
fix include path bug
|
2022-06-02 22:16:19 +08:00 |
|
BearJan
|
f8c643edb8
|
fix include path bug
|
2022-06-02 14:12:07 +00:00 |
|
purewind7
|
f1209ead44
|
add some methods for string
|
2022-06-02 20:26:35 +08:00 |
|
lyon
|
879cc7b2e7
|
support startwith() and endwith() for String
|
2022-06-02 15:12:28 +08:00 |
|
lyon
|
a97d6f3f76
|
support __str__ for String(), find mem leak when print(String('test'))
|
2022-06-01 11:46:59 +08:00 |
|
lyon
|
aa676d380b
|
format
|
2022-04-28 00:49:40 +08:00 |
|
lyon
|
88c0fd481e
|
add _refcnt when get refArg from object
|
2022-04-25 19:19:44 +08:00 |
|
lyon
|
e03af6c5a7
|
rename __POINTER_ to REF_OBJECT
|
2022-04-25 14:43:44 +08:00 |
|
lyon1998
|
2c29722f69
|
PikaStdData.String('test') is ok
|
2022-04-04 13:52:00 +08:00 |
|
lyon
|
fd26a79fc8
|
rename TYPE_X to ARG_TYPE_X
|
2022-03-02 10:34:33 +08:00 |
|
lyon
|
97688e16d7
|
collect Stds to StdLib
|
2022-01-30 17:37:21 +08:00 |
|