Commit Graph

  • cd1aa948f9 [Worker support] test for no cors headers (#1374) Madhur Tandon 2023-05-02 18:43:11 +05:30
  • 82613d016a Fix #1429 - Use basic-devtools module (#1430) Andrea Giammarchi 2023-05-02 15:12:28 +02:00
  • 3a66be585f Add @when decorator (#1428) Jeff Glass 2023-05-01 09:51:49 -05:00
  • 0a4e36ae09 Fix <script src> + test all py-script attributes (#1434) Andrea Giammarchi 2023-04-28 18:08:53 +02:00
  • 92643539cf Fix #735 - Test <script type="py"> against all special cases (#1431) Andrea Giammarchi 2023-04-27 17:46:42 +02:00
  • a1281d1331 Fix #1326 - Allow <script type="py"> tag to work as <py-script> (#1396) Andrea Giammarchi 2023-04-27 15:21:31 +02:00
  • 074ca0ef8f Adds missing dependency description (anaconda) to docs (#1409) Cameron Cairns 2023-04-27 05:06:31 -06:00
  • 464a9633dc Fix what is pyscript example h1 color (#1417) Fábio Rosado 2023-04-26 15:31:01 +01:00
  • fc2d91c5bb Fix #801 - Simplified events listeners attachment: (#1403) Andrea Giammarchi 2023-04-26 15:55:22 +02:00
  • d68169bffb Development documentation (#1410) MrValdez 2023-04-26 19:28:43 +08:00
  • 7efdb04e1e Increase commonly failing tests timeout (#1412) Andrea Giammarchi 2023-04-26 10:01:20 +02:00
  • 0155e122fd Add nodejs=16 to docs conda env (#1413) Jeff Glass 2023-04-25 10:36:27 -06:00
  • eb03f16a77 Improve PR template - Doc Changes Don't Need Changelogs(#1411) Jeff Glass 2023-04-25 09:03:12 -06:00
  • 5ac39641ab Add 'Using a Local Dev Server' to Getting Started Docs (#1400) Jeff Glass 2023-04-25 07:17:57 -06:00
  • 8d1e48e400 Fix typo in py-config.md (#1399) Ikko Eltociear Ashimine 2023-04-22 01:01:59 +09:00
  • 0021ccb49f Remove redundant .shadow property as that is defined at the Custom Element level. (#1395) Andrea Giammarchi 2023-04-21 10:05:50 +02:00
  • 8590c7e5b8 Remove an unused dependency (#1390) woxtu 2023-04-16 17:53:52 +09:00
  • 8c5475f78f Move pyodide to a web worker (#1333) Antonio Cuni 2023-04-14 10:55:31 +02:00
  • dfa116eb70 Improve validate() function for plugin options (#1323) Jeff Glass 2023-04-13 14:35:01 -05:00
  • 3a9fd3c074 Fix path errors on Windows systems (#1368) Mike Chen 2023-04-13 23:21:49 +08:00
  • 5a92ef3c11 doc: remove duplicated link (#1386) Stefane Fermigier 2023-04-13 07:30:28 +02:00
  • d3902f5c93 Update to the latest TypeScript (#1377) woxtu 2023-04-13 03:19:54 +09:00
  • c886f887ae Split pyscript into multiple files (#1338) Hood Chatham 2023-04-12 05:49:47 -07:00
  • fc5089ac59 same thread syncify (#1372) Hood Chatham 2023-04-11 21:31:05 -07:00
  • e3602f464b remove pys-on* and py-on* attributes (#1361) Madhur Tandon 2023-04-11 18:59:42 +05:30
  • f3db6a339c remove PY_COMPLETE and the associated message of Python initialization complete (#1373) Madhur Tandon 2023-04-11 18:59:09 +05:30
  • c05195c045 DOCS Update display.md (#1375) cnelir98 2023-04-10 18:44:08 +02:00
  • af981fc719 Improve self.wait_for_console() (#1363) Antonio Cuni 2023-04-05 16:00:17 +02:00
  • 088a264910 Add docs to repl with attr src (#1353) Mike Chen 2023-04-03 20:19:23 +08:00
  • d7e80ad51b load code from the attr src of py-repl (#1292) Mike Chen 2023-04-03 17:06:30 +08:00
  • b53ddd401f re-enable source maps (#1340) Antonio Cuni 2023-03-31 16:42:19 +02:00
  • e9122bca9d Fix test_async and test_stdio_handling (#1319) Hood Chatham 2023-03-30 14:38:51 -07:00
  • b61e8435d1 Fix main.test.ts (#1320) Hood Chatham 2023-03-30 10:52:39 -07:00
  • 146afb6532 Remove all but 2 eslint-disable pragmas (#1335) Hood Chatham 2023-03-30 10:51:36 -07:00
  • 854e9d1378 Refactor pyexec (#1318) Hood Chatham 2023-03-29 19:34:24 -07:00
  • 689878ce32 Remove AWS upload (#1331) Jeff Glass 2023-03-29 13:22:21 -05:00
  • d7ab177cc5 Deprecate py-mount Attribute (#1330) Jeff Glass 2023-03-29 10:49:31 -05:00
  • f4c6093c47 Docs: make tests should be make test (#1332) aneesh98 2023-03-29 20:03:32 +05:30
  • 9fedfe3699 Use Promise.all to fetch files part of py-config (#1322) Hood Chatham 2023-03-29 07:32:09 -07:00
  • 26f07246e1 Allow pyscript package to contain multiple files (#1309) Hood Chatham 2023-03-29 07:31:14 -07:00
  • 3ae4b3c4de use a dynamic import for loading pyodide. This greatly simplifies the logic around interpreter loading and handling of UserError (#1306) Antonio Cuni 2023-03-27 18:46:50 +02:00
  • c8f9f16791 synclink integration (#1258) Madhur Tandon 2023-03-27 20:56:31 +05:30
  • 88f0738500 re-enable blank issues Antonio Cuni 2023-03-27 17:25:28 +02:00
  • 03c79d5f2f Make repl hooks optional (#1310) Jeff Glass 2023-03-27 09:20:58 -05:00
  • e7c3b7bcfe Update getting-started.md (#1307) zipperer 2023-03-25 20:16:40 -05:00
  • c8becca044 Slightly imporved pyrepl (#1296) Andrea Giammarchi 2023-03-24 11:42:45 +01:00
  • 543a27271f Add docs for py-event* (#1300) Mariana Meireles 2023-03-23 17:57:49 +01:00
  • a62aba83a0 Update changelog date (#1289) Fábio Rosado 2023-03-23 11:20:20 +00:00
  • 53c6cf5f45 [pre-commit.ci] pre-commit autoupdate (#1281) pre-commit-ci[bot] 2023-03-23 11:58:25 +01:00
  • 89842e20da Set pre-commit autoupdate to monthly (#1271) Hood Chatham 2023-03-23 10:27:01 +01:00
  • ef793aecf3 Add REPL plugin hooks; Add output, output-mode, stderr attributes (#1106) Jeff Glass 2023-03-22 20:19:22 -05:00
  • 51d51409d3 Using esbuild instead of rollup (#1298) Andrea Giammarchi 2023-03-22 16:57:37 +01:00
  • 371b5eac45 Add tests for snippets in docs (#1264) Fábio Rosado 2023-03-22 15:34:23 +00:00
  • 5319bd13d5 Fix tests running on osx + remove auto-gen where doesnt make sense (#1297) Mariana Meireles 2023-03-21 14:39:51 +01:00
  • e10d055453 Docked auto py-terminal (#1284) Andrea Giammarchi 2023-03-20 11:22:16 +01:00
  • 716254e655 Revert "Ruff: Add pylint (#1277)" (#1283) Mariana Meireles 2023-03-14 17:46:13 +01:00
  • 4c00b1683f Ruff: Add pylint (#1277) Christian Clauss 2023-03-13 18:03:15 +01:00
  • 37c9db09c6 Fix many ESlint errors (#1265) Hood Chatham 2023-03-13 15:51:28 +01:00
  • 653e2c9be4 Revert changes to the sync workflow (#1276) Fábio Rosado 2023-03-13 13:39:17 +00:00
  • a2a9613da1 Added Pull request template (#1279) Kanishk Pachauri 2023-03-13 18:33:47 +05:30
  • e8d92d0d34 we cannot use ../build paths in the main examples/ directory (#1275) Antonio Cuni 2023-03-11 11:35:26 +01:00
  • 755b98a8c0 Update sync-examples CI to be run manually as well (#1274) Fábio Rosado 2023-03-11 10:34:59 +00:00
  • 13e9252260 Run eslint in github actions, skip it in precommit.ci (#1268) 2023.03.1 Hood Chatham 2023-03-09 10:18:24 +01:00
  • 6a9c27325a Fix typo in workflow file (#1266) Hood Chatham 2023-03-09 10:15:36 +01:00
  • a1cb78eb85 Fix paths in py-unit/conftest.py (#1269) Hood Chatham 2023-03-09 10:14:33 +01:00
  • 716b57ebd3 Pass --fix to ruff in pre-commit to enable autofixes (#1270) Hood Chatham 2023-03-09 10:13:42 +01:00
  • 8e231313b8 [pre-commit.ci] pre-commit autoupdate (#1260) pre-commit-ci[bot] 2023-03-09 14:42:59 +05:30
  • 84e4e361c5 Unvendor toml package (#1263) Hood Chatham 2023-03-09 10:06:43 +01:00
  • 41a8d804e3 Attrs doc (#1125) Mariana Meireles 2023-03-07 11:49:46 +01:00
  • 03e798a079 Add prettier to pre-commit (#1255) Hood Chatham 2023-03-07 10:32:16 +01:00
  • 34a0205757 Add missing </body> tags (#1256) Hood Chatham 2023-03-06 17:41:46 +01:00
  • ba145f04ea Bump json5 from 2.2.1 to 2.2.3 in /pyscriptjs (#1216) dependabot[bot] 2023-03-06 16:24:17 +00:00
  • 22fd023635 More automatically generated formatter changes (#1254) Hood Chatham 2023-03-06 16:06:30 +01:00
  • 08f34f748b Apply prettier to css, html, js, md, ts, and yml (#1249) Hood Chatham 2023-03-06 15:20:21 +01:00
  • 7ffe6a598e pre-commit: Add ruff to replace bandit, flake8, isort, and pyupgrade (#1210) Christian Clauss 2023-03-06 15:20:08 +01:00
  • 71d24a445e Add description of src attribute to py-script (#1136) Kd-Here 2023-03-06 18:09:55 +05:30
  • 6bcbbfb085 Add tutorial for using requests (#1164) Fábio Rosado 2023-03-06 12:36:52 +00:00
  • 04fe1348d8 Fix test reporter again (#1247) Hood Chatham 2023-03-06 12:45:01 +01:00
  • 3033c779b0 use mkdirTree in emscripten FS (#1245) Madhur Tandon 2023-03-04 18:48:01 +05:30
  • 4483f0db0f Move prism.js and prism.css to prism.min.* (#1248) Hood Chatham 2023-03-03 18:32:06 +01:00
  • 727267ae22 split interpreter class (#1218) Madhur Tandon 2023-03-03 22:23:52 +05:30
  • b5d15c2f7e Actually generate test reports (#1246) Hood Chatham 2023-03-03 14:10:48 +01:00
  • 589c614e57 Fix syntax errors in html files, apply dos2unix, prettier everything (#1244) Hood Chatham 2023-03-03 12:59:49 +01:00
  • 4588e90226 Add test reporter (#1242) Hood Chatham 2023-03-02 13:38:51 +01:00
  • 8665a14dec Begin making pyscript.py into a Python package (#1232) Hood Chatham 2023-03-02 13:30:43 +01:00
  • 43d598d951 Fix Failing test_multiple_async (#1237) Jeff Glass 2023-02-28 07:21:10 -06:00
  • 68018cf078 Add intersphinx and some docs (#1217) Fábio Rosado 2023-02-28 11:37:21 +00:00
  • ef4ab0d7a8 Add typing for tagExecutionLock (#1235) Jeff Glass 2023-02-28 00:57:49 -06:00
  • e66a2702df Fix error message (#1225) Hood Chatham 2023-02-28 07:52:40 +01:00
  • c57d4a7054 Remove @staticmethod decorator from top level definitions (#1224) Hood Chatham 2023-02-28 07:52:13 +01:00
  • a36f08f0f1 Try new import path and fall back to old one (#1223) Hood Chatham 2023-02-28 07:51:55 +01:00
  • 760a8c75a5 [pre-commit.ci] pre-commit autoupdate (#1234) pre-commit-ci[bot] 2023-02-28 12:12:28 +05:30
  • 740fd921e1 Make plugin methods optional (#1134) Jeff Glass 2023-02-27 20:14:07 -06:00
  • 065c697070 Fix by comparing to str(results)) (#1233) Jeff Glass 2023-02-27 19:45:24 -06:00
  • e2c2459290 wrap runPython in async (#1212) Madhur Tandon 2023-02-21 20:35:19 +00:00
  • 11c79a5344 [pre-commit.ci] pre-commit autoupdate (#1211) pre-commit-ci[bot] 2023-02-21 09:16:17 +00:00
  • 429fe4c356 [pre-commit.ci] pre-commit autoupdate (#1202) pre-commit-ci[bot] 2023-02-14 11:14:02 +00:00
  • a18b4edfc0 Updated freedom demo to make use of Toga 0.3.0 and briefcase web backend. (#1203) Russell Keith-Magee 2023-02-14 19:13:39 +08:00
  • b14a2bba5f Marimeireles fix/#1081 (#1155) Mariana Meireles 2023-02-14 07:51:43 +01:00
  • 1f825edc28 Issues Configuration (#1157) Ted Patrick 2023-02-09 17:05:54 -06:00