albertexye
|
b1115a4c8f
|
Check the size of fillchar passed to str methods (ljust, rjust) (#236)
* check the size of fillchar passed to str methods (ljust, rjust)
* count characters using u8_length instead of size
|
2024-04-02 02:41:45 +08:00 |
|
Anurag Bhat
|
2ab819a724
|
Modify string constructor to allow no arguments (#226)
* Modify String Constructor
* Add check to restrict arguments
|
2024-03-13 00:55:54 +08:00 |
|
blueloveTH
|
0df619b66f
|
str.index and str.find supports __start
|
2024-02-17 20:45:08 +08:00 |
|
blueloveTH
|
cc076bbc00
|
fix cases
|
2024-02-05 15:57:36 +08:00 |
|
blueloveTH
|
c154d40da6
|
add more cases
|
2024-02-05 15:54:39 +08:00 |
|
blueloveTH
|
faa01ac82e
|
fix a bug of hex
|
2024-02-05 15:50:13 +08:00 |
|
blueloveTH
|
fba9d87ccd
|
add cases
|
2024-02-05 15:29:23 +08:00 |
|
blueloveTH
|
8f11ce0466
|
move strip methods into cpp
|
2024-02-05 14:48:00 +08:00 |
|
blueloveTH
|
e150ffae5e
|
rename UNREACHABLE() to PK_UNREACHABLE()
|
2024-01-04 13:01:26 +08:00 |
|
blueloveTH
|
0419eb5bb0
|
temp fix a bug of f"{stack[2:]}"
|
2023-12-19 20:21:17 +08:00 |
|
blueloveTH
|
f2d5fbbb94
|
add module operator and add split for single char
|
2023-10-29 22:16:49 +08:00 |
|
blueloveTH
|
098b85f89b
|
...
|
2023-10-07 11:55:57 +08:00 |
|
blueloveTH
|
88c80a2340
|
...
|
2023-08-29 23:57:33 +08:00 |
|
blueloveTH
|
e21005e5d2
|
add Str::split
|
2023-08-28 00:34:13 +08:00 |
|
blueloveTH
|
f9c0a95237
|
optimize str 's iterator
|
2023-08-22 23:55:11 +08:00 |
|
blueloveTH
|
2fddde4f9c
|
...
|
2023-06-25 03:01:16 +08:00 |
|
blueloveTH
|
9ea76aee85
|
...
|
2023-06-15 22:07:16 +08:00 |
|
blueloveTH
|
b77b0f9b3a
|
...
|
2023-06-15 19:06:56 +08:00 |
|
blueloveTH
|
681e674ff5
|
fix https://github.com/blueloveTH/pocketpy/issues/80
|
2023-06-15 02:44:57 +08:00 |
|
blueloveTH
|
bf89f21df0
|
...
|
2023-06-11 23:09:42 +08:00 |
|
blueloveTH
|
721b7a2959
|
fix https://github.com/blueloveTH/pocketpy/issues/59
|
2023-04-27 14:55:39 +08:00 |
|
blueloveTH
|
cb36966464
|
fix https://github.com/blueloveTH/pocketpy/issues/65
|
2023-04-27 13:44:24 +08:00 |
|
blueloveTH
|
7a07eefed0
|
up
Update main.yml
Update main.yml
up
Update main.yml
update
Update main.yml
up
Update 04_str.py
Update run_tests.sh
|
2023-03-17 03:51:46 +08:00 |
|
blueloveTH
|
809fd8dd8c
|
update test
|
2023-03-16 16:07:17 +08:00 |
|