Commit Graph

  • da12d4b8ff update PrintFunc blueloveTH 2023-11-29 12:20:38 +08:00
  • 101cf24a36 csv support linebreaks v1.3.1 blueloveTH 2023-11-29 11:10:37 +08:00
  • cb51cc95b6
    Update 80_csv.py BLUELOVETH 2023-11-29 09:52:58 +08:00
  • f158ea8d3e ... blueloveTH 2023-11-29 00:54:59 +08:00
  • c6b44800be ... blueloveTH 2023-11-29 00:54:38 +08:00
  • f2e6004c1e add csv.DictReader blueloveTH 2023-11-29 00:51:02 +08:00
  • 657062d25a Update csv.cpp blueloveTH 2023-11-29 00:19:32 +08:00
  • f1ff2639af
    Merge pull request #178 from Chukobyte/c_import_handler BLUELOVETH 2023-11-28 23:52:45 +08:00
  • b8b42a8414 some fix blueloveTH 2023-11-28 23:48:42 +08:00
  • e00ddb8692 some refactor blueloveTH 2023-11-28 23:16:32 +08:00
  • a62943568f add csv module blueloveTH 2023-11-28 22:40:37 +08:00
  • 075b9c776c Added the ability to override the import handler in c. Chukobyte 2023-11-26 20:02:12 -05:00
  • 7b9c7d926d rename easing functions blueloveTH 2023-11-27 16:06:52 +08:00
  • d478f9802f ... blueloveTH 2023-11-25 11:15:06 +08:00
  • c9ae759b24 ... blueloveTH 2023-11-22 06:36:28 +08:00
  • acbfd11366 remove dylib support blueloveTH 2023-11-22 06:32:34 +08:00
  • a23e4bfff5 Merge branch 'main' of https://github.com/blueloveTH/pocketpy blueloveTH 2023-11-22 06:16:07 +08:00
  • 2698040f52 improve f-string blueloveTH 2023-11-22 06:16:05 +08:00
  • 5be69ffe92 fix a bug blueloveTH 2023-11-21 18:32:47 +08:00
  • 787df86311 ... blueloveTH 2023-11-19 23:34:17 +08:00
  • dbf1ea3748 Update box2d.md blueloveTH 2023-11-12 20:22:28 +08:00
  • dfc656000b add point_cast for box2d blueloveTH 2023-11-11 03:18:15 +08:00
  • c2f13e4f03 add a safety check for box2d blueloveTH 2023-11-11 02:51:10 +08:00
  • 5e54967903 Update codeobject.h v1.3.0 blueloveTH 2023-11-10 16:18:03 +08:00
  • 1d8662118b Update box2d.md blueloveTH 2023-11-10 14:56:03 +08:00
  • 63fff364e3 Update box2d.md blueloveTH 2023-11-10 14:50:51 +08:00
  • 12f6617bee update box2d blueloveTH 2023-11-10 14:47:12 +08:00
  • bfc5e82e0e Update box2d.md blueloveTH 2023-11-10 14:22:22 +08:00
  • 7ed1dcfcdf ... blueloveTH 2023-11-10 13:29:06 +08:00
  • 27f8d6be28 some refactor blueloveTH 2023-11-09 15:46:49 +08:00
  • 641a1711cf fix https://github.com/blueloveTH/pocketpy/issues/177 blueloveTH 2023-11-07 05:05:03 +08:00
  • 0c46f21c19 Update ceval.cpp blueloveTH 2023-11-07 04:52:37 +08:00
  • e124f635c1 support @property.setter blueloveTH 2023-11-07 04:50:06 +08:00
  • e8ad5b5784 Update cheatsheet.md blueloveTH 2023-11-05 10:23:08 +08:00
  • 418f373a1b
    Fix typo 'trackback' -> 'traceback' (#176) Non 2023-11-02 22:26:32 +13:00
  • 9d5330f8e9
    Fix typo 'trackback' -> 'traceback' Non 2023-11-02 21:48:50 +13:00
  • 4df057ec86
    Create CONTRIBUTING.md Armaan 2023-10-31 23:03:26 +05:30
  • a7448b7fa0 make json.loads accept bytes blueloveTH 2023-10-31 21:34:30 +08:00
  • 2f3017ebfd ... blueloveTH 2023-10-31 00:28:36 +08:00
  • 4b00846861 Update datetime.py blueloveTH 2023-10-30 23:58:43 +08:00
  • 905defb534 fix a bug of datetime and localtime blueloveTH 2023-10-30 23:55:06 +08:00
  • 49f70318d9 ... blueloveTH 2023-10-29 22:44:14 +08:00
  • 61f837ac2c doc fix blueloveTH 2023-10-29 22:22:22 +08:00
  • f2d5fbbb94 add module operator and add split for single char blueloveTH 2023-10-29 22:16:49 +08:00
  • 04df1dbe5b fix https://github.com/blueloveTH/pocketpy/issues/172 v1.2.9 blueloveTH 2023-10-28 15:10:58 +08:00
  • a12eb4c8bc ... blueloveTH 2023-10-28 15:00:53 +08:00
  • 7916bb035f some cleanup blueloveTH 2023-10-28 11:08:27 +08:00
  • 40281a8d94 Merge branch 'main' of https://github.com/blueloveTH/pocketpy blueloveTH 2023-10-25 10:27:27 +08:00
  • 1b7ab37f01 fix a doc issue blueloveTH 2023-10-25 10:27:21 +08:00
  • 6f8bf82e9a
    Examples for beginners (#169) Mahbub Alam 2023-10-24 05:59:58 -04:00
  • 39c92bb088 Refactor examples Mahbub Alam 2023-10-23 20:37:27 -04:00
  • 53276a299a Add examples Mahbub Alam 2023-10-23 00:24:25 -04:00
  • a98e710fe7 delete old deque blueloveTH 2023-10-21 08:06:00 +08:00
  • c82bfb5455
    Implement deque in C++ as required by #139 (#155) S Mahmudul Hasan 2023-10-20 19:47:11 -04:00
  • 385e9492c8 Cleaned up and added __str__() support S. Mahmudul Hasan 2023-10-19 23:38:30 -04:00
  • a5a18154f4 undo unnecessary changes S. Mahmudul Hasan 2023-10-19 23:06:26 -04:00
  • 2226767319 moved deque iterator to collections.cpp S. Mahmudul Hasan 2023-10-19 15:19:08 -04:00
  • 4a189464ad dropped support for __init__ for now S. Mahmudul Hasan 2023-10-18 20:01:28 -04:00
  • 65a113792d added the tests S. Mahmudul Hasan 2023-10-18 19:50:52 -04:00
  • 77feaad873 added more tests, called __init__ from pickle, added reverse iterator option S. Mahmudul Hasan 2023-10-18 19:49:12 -04:00
  • 5989a421ee Add draft changes Mahbub Alam 2023-10-18 16:51:25 -04:00
  • 27be56fceb ... blueloveTH 2023-10-19 01:29:04 +08:00
  • 14cd420cfb Fixed some functionalities and added more tests S. Mahmudul Hasan 2023-10-18 01:45:18 -04:00
  • cb76ade912 Fixed the tests, more to follow S. Mahmudul Hasan 2023-10-18 00:11:42 -04:00
  • 9c0fb39dcd Added some tests, more to follow S. Mahmudul Hasan 2023-10-17 23:46:04 -04:00
  • 97544eb499 refactored collections module S. Mahmudul Hasan 2023-10-16 19:41:57 -04:00
  • c256110793 Draft change Mahbub Alam 2023-10-16 17:24:35 -04:00
  • fe8c890d82 Add examples folder Mahbub Alam 2023-10-16 13:59:48 -04:00
  • 901f702f00 rename emit into emit_ to make QT happy v1.2.7 blueloveTH 2023-10-16 13:56:07 +08:00
  • 1f936063ae support pickle blueloveTH 2023-10-16 13:22:46 +08:00
  • 7d88d28a6b fix collections module blueloveTH 2023-10-16 13:13:39 +08:00
  • 7590cdf51a minor fix, rotate, n=0 case S. Mahmudul Hasan 2023-10-16 00:48:20 -04:00
  • 454172492b minor fix, std::min S. Mahmudul Hasan 2023-10-16 00:27:19 -04:00
  • 85c35db694 Cleaned up and added more functionalities S. Mahmudul Hasan 2023-10-16 00:26:13 -04:00
  • f3acafe44c rename METHOD() macro blueloveTH 2023-10-16 10:57:06 +08:00
  • 541ad57d97 ... blueloveTH 2023-10-16 00:15:45 +08:00
  • e8b1449979 ... blueloveTH 2023-10-16 00:08:26 +08:00
  • 5f6c7f3f23 Create cjson.pyi blueloveTH 2023-10-15 23:57:13 +08:00
  • f66c031fa9 Update 80_json.py blueloveTH 2023-10-15 22:39:10 +08:00
  • 020bd7bd26 ... blueloveTH 2023-10-15 22:34:43 +08:00
  • 57e1ec1637 ... blueloveTH 2023-10-15 22:25:04 +08:00
  • ab53927019 ... blueloveTH 2023-10-15 22:14:34 +08:00
  • f41368afbb ... blueloveTH 2023-10-15 22:08:41 +08:00
  • 5e3572b32c replace std::stringstream with SStream blueloveTH 2023-10-15 21:58:33 +08:00
  • e4b6d566a7 add SStream blueloveTH 2023-10-15 21:36:30 +08:00
  • 3f7435263a Update amalgamate.py blueloveTH 2023-10-15 16:57:56 +08:00
  • cdcdded9a3 some fix blueloveTH 2023-10-15 16:47:53 +08:00
  • acdab59d94 Update cJSONw.cpp blueloveTH 2023-10-15 16:06:49 +08:00
  • 7922513255 Update cJSONw.cpp blueloveTH 2023-10-15 16:03:44 +08:00
  • 852123d6d3 docs update blueloveTH 2023-10-15 15:46:38 +08:00
  • b9ad9f18c2 docs update blueloveTH 2023-10-15 15:43:00 +08:00
  • 4c13c5480d ... blueloveTH 2023-10-15 15:30:53 +08:00
  • ac5bc5ea0e Update cJSONw.cpp blueloveTH 2023-10-15 15:26:56 +08:00
  • b3e77cdb51 ... blueloveTH 2023-10-15 15:20:22 +08:00
  • 3c6e4b4e76 ... blueloveTH 2023-10-15 15:15:44 +08:00
  • 227e76e3e4 cjson cleanup blueloveTH 2023-10-15 15:00:25 +08:00
  • 2950d88545
    Add cjson module (#151) Mahbub Alam 2023-10-15 01:32:20 -04:00
  • 62d632da7b Delete cJSON object after use Mahbub Alam 2023-10-14 20:08:55 -04:00
  • 9f5af2b5a0 Convert python to cJson and then to string Mahbub Alam 2023-10-14 19:49:12 -04:00
  • 6681fb21af WIP: added more functionalities S. Mahmudul Hasan 2023-10-14 19:14:51 -04:00