26 Commits

Author SHA1 Message Date
BLUELOVETH
d9c98bb7d8 Revert "native modules are lazy by default"
This reverts commit 1e7fe289989314c876232782e5f9cc7f8037c8d8.
2023-08-03 11:51:12 +08:00
BLUELOVETH
1e7fe28998 native modules are lazy by default 2023-08-03 11:42:35 +08:00
blueloveTH
7741d592da reimpl round in cpp 2023-08-02 23:29:13 +08:00
blueloveTH
014902b4bb open default mode is 'r' 2023-08-02 23:16:21 +08:00
BLUELOVETH
26fe69da28 ... 2023-08-02 14:38:00 +08:00
BLUELOVETH
f0ca29a30a some important changes
1. add `colorsys`
2. handle `__all__` in modules
3. `is_pod` for c++17/20
2023-08-02 13:04:39 +08:00
blueloveTH
604ca77e48 fix https://github.com/blueloveTH/pocketpy/issues/121 2023-07-29 22:18:39 +08:00
blueloveTH
b0361b801a Revert "..."
This reverts commit d9b83fbeb70ed75079a538b77887269ed0cb58ef.
2023-07-22 22:44:27 +08:00
blueloveTH
d9b83fbeb7 ...
...
2023-07-22 22:44:23 +08:00
BLUELOVETH
04c9cb8544 ... 2023-07-19 18:21:30 +08:00
BLUELOVETH
864345ccc3 ... 2023-07-19 15:50:23 +08:00
blueloveTH
9a7fabeb75 ... 2023-07-18 23:02:22 +08:00
BLUELOVETH
c0e06c3144 ... 2023-07-18 18:10:11 +08:00
blueloveTH
93024830cd ... 2023-07-15 21:45:35 +08:00
blueloveTH
578d6a25cd ... 2023-07-15 21:20:39 +08:00
blueloveTH
c55bb4b8af ... 2023-07-15 16:00:57 +08:00
blueloveTH
73ae29809b ... 2023-07-15 15:13:58 +08:00
blueloveTH
cb6d302b2f ... 2023-07-14 21:44:44 +08:00
BLUELOVETH
48e21faecd ... 2023-07-14 17:19:38 +08:00
blueloveTH
85a9588459 ... 2023-07-09 16:10:15 +08:00
blueloveTH
48da917caf ... 2023-07-09 02:54:45 +08:00
blueloveTH
0e736b2f71 ... 2023-07-09 01:11:43 +08:00
blueloveTH
a06a8918ce ... 2023-07-09 00:55:30 +08:00
BLUELOVETH
d5fc2c8686 add ~ operator 2023-07-07 18:43:50 +08:00
BLUELOVETH
d4696d6931 bug workaround on MacOS
Number::stoi may raise std::out_of_range but it cannot be caught via catch(std::exception&). We use catch(...) for now. Note that catch(...) may catch pkpy::Exception or any others.
2023-07-03 15:02:58 +08:00
blueloveTH
f3ac21ccc2 ... 2023-07-02 01:39:24 +08:00