Commit Graph

  • d716313283 Add content_type option to headers coolreader18 2019-02-18 15:54:06 -06:00
  • 92a3733541 Add body option to fetch coolreader18 2019-02-18 15:34:06 -06:00
  • 4edca2121d Convert some fetch options to kwargs, add PyFuncArgs method coolreader18 2019-02-18 15:25:52 -06:00
  • e016b68552 Document arg_check! macro a bit Adrian Wielgosik 2019-02-18 19:59:28 +01:00
  • 9c0bcc2bd7 Re-add WASM fetch builtin coolreader18 2019-02-18 12:18:53 -06:00
  • 634571fd2e Remove WASM fetch builtin coolreader18 2019-02-18 12:16:43 -06:00
  • 58369b6fbc Delete unnessesary code from dict.clear janczer 2019-02-18 18:45:49 +01:00
  • 85110f6fbf Add dict.clear and bytes.clear janczer 2019-02-18 18:21:39 +01:00
  • fcea8455fa Merge pull request #473 from janczer/add_list_copy Windel Bouwman 2019-02-18 10:50:20 +01:00
  • 16832c8f8c Merge pull request #479 from calixteman/fix_equality Windel Bouwman 2019-02-18 10:49:36 +01:00
  • 43d9fc5dc0 Merge branch 'master' into fix_equality Windel Bouwman 2019-02-18 08:12:12 +01:00
  • a47e979f29 Merge branch 'master' into add_list_copy Windel Bouwman 2019-02-18 08:08:31 +01:00
  • 70d5cdbe3e Merge pull request #492 from OddCoincidence/inplace-ops Windel Bouwman 2019-02-18 08:05:59 +01:00
  • 71f32ee9b0 Merge pull request #491 from calixteman/fix_ccov_badge Windel Bouwman 2019-02-18 07:58:32 +01:00
  • 0d3d09072e Convert pyEval to use a WASM VM, allowing closures and stuff coolreader18 2019-02-18 00:37:00 -06:00
  • ddc7da4a9d Add test for in-place ops Joey Hain 2019-02-17 18:17:26 -08:00
  • afabde26d5 coverage: try deleting old gcda files Joey Hain 2019-02-17 17:18:47 -08:00
  • 101ee77dcc Improve error messages coolreader18 2019-02-17 18:25:14 -06:00
  • 74e713197a Clean up some code coolreader18 2019-02-17 18:22:11 -06:00
  • 7abaea556a Micro-optimize list.__iadd__ Joey Hain 2019-02-17 14:30:38 -08:00
  • 524470789f Add eval() method, rename run() to exec() coolreader18 2019-02-17 13:19:19 -06:00
  • dcb29ab1f0 Add list.__iadd__ Joey Hain 2019-02-17 10:54:25 -08:00
  • b310d5e24b Use i-methods for in-place operations Joey Hain 2019-02-17 10:47:58 -08:00
  • bead3f67d0 Fix conversion from ArrayBuffer, allow array_buffer in fetch coolreader18 2019-02-17 11:50:05 -06:00
  • fe3f45f655 Implement remaining binop reverse fallbacks Joey Hain 2019-02-17 09:26:31 -08:00
  • 416f088b32 Convert ArrayBuffers and TypedArrays to Python bytearrays coolreader18 2019-02-17 11:22:29 -06:00
  • b61730972e Fix typo in codecov.io badge Calixte Denizet 2019-02-17 17:07:49 +01:00
  • b043f2199f Fix js_py_typeerror coolreader18 2019-02-17 09:14:06 -06:00
  • 7405c842c8 Add some more options to fetch() coolreader18 2019-02-17 08:49:19 -06:00
  • d0b4751ab2 Remove the VM pointer from the map when it's dropped coolreader18 2019-02-17 08:08:22 -06:00
  • 00bc9e9199 Convert fetch to use wasm_bindgen_futures coolreader18 2019-02-17 01:03:05 -06:00
  • 1af9cc0173 Merge pull request #489 from OddCoincidence/decorator-paths Windel Bouwman 2019-02-17 08:01:25 +01:00
  • cb2a807994 Merge pull request #486 from OddCoincidence/assert-raises Windel Bouwman 2019-02-17 07:59:34 +01:00
  • 9d218bf806 Merge pull request #485 from calixteman/ccov Windel Bouwman 2019-02-17 07:56:58 +01:00
  • a92f4bbecc Merge pull request #487 from liranringel/azure-pipelines Windel Bouwman 2019-02-17 07:54:31 +01:00
  • f00c3c8a7b Fix fetch builtin coolreader18 2019-02-17 00:24:58 -06:00
  • a86069d9f2 Store the WASM id in the VirtualMachine, add a (broken) fetch builtin coolreader18 2019-02-16 23:41:41 -06:00
  • 3e22c4f146 Add print to default vm scope coolreader18 2019-02-16 21:43:51 -06:00
  • 114d9df1d1 Allow attributes to be used as decorators Joey Hain 2019-02-16 19:43:25 -08:00
  • c83ff47f3a Fix error with new compile() and set_attr/item() coolreader18 2019-02-16 20:33:29 -06:00
  • f55a8ead68 Merge branch 'master' into wasm-vm-class coolreader18 2019-02-16 20:23:35 -06:00
  • 6851767654 Fix RefCell borrowing errors coolreader18 2019-02-16 20:18:27 -06:00
  • 6d646cc38e Add a codecov badge Calixte Denizet 2019-02-16 18:33:45 +01:00
  • 47e95486f0 Reuse and improve ergonomics of assert_raises utility Joey Hain 2019-02-16 08:50:45 -08:00
  • 9b7160800b Fix os_info.py to pass on windows Liran Ringel 2019-02-16 19:23:33 +02:00
  • e86e108e67 Don't run tests in --release with code coverage Calixte Denizet 2019-02-16 18:19:52 +01:00
  • 2554174697 Set up CI with Azure Pipelines Liran Ringel 2019-02-16 18:09:15 +02:00
  • 31c5b5ed3d Workaround issue with grcov Calixte Denizet 2019-02-16 17:30:05 +01:00
  • ce541a1ca5 Remove parenthesis Calixte Denizet 2019-02-16 15:55:41 +01:00
  • 1e3c2fbf18 Try again Calixte Denizet 2019-02-16 15:28:43 +01:00
  • 90184bcb90 Code coverage for RustPython Calixte Denizet 2019-02-16 14:54:29 +01:00
  • 5a154f9745 Fix list & tuple equality Calixte Denizet 2019-02-16 14:23:20 +01:00
  • 93c184a745 Fix fmt Calixte Denizet 2019-02-16 13:25:13 +01:00
  • dd6b5b9aae Fix list_eq Calixte Denizet 2019-02-16 13:15:58 +01:00
  • 117c6c8494 Fix list_remove Calixte Denizet 2019-02-16 13:00:39 +01:00
  • 5d82e2c6b5 Fix equality check in list_count, list_index and list_contains Calixte Denizet 2019-02-16 12:42:43 +01:00
  • bf19d652dc Fix issue with equality Calixte Denizet 2019-02-15 19:58:03 +01:00
  • 159daf061a Change scope from using set_item to set_attr. Windel Bouwman 2019-02-16 11:18:55 +01:00
  • 163a1311f7 Merge pull request #470 from janczer/add_remove_list Windel Bouwman 2019-02-16 10:27:27 +01:00
  • 26f9a7fe1a Merge pull request #483 from OddCoincidence/f-string-format-specs Windel Bouwman 2019-02-16 08:35:21 +01:00
  • eb55d20b4a Merge pull request #480 from janczer/fix_clippy_issues Windel Bouwman 2019-02-16 08:31:26 +01:00
  • ec6dc7ca4a Merge pull request #481 from evilpie/discard Windel Bouwman 2019-02-16 08:30:57 +01:00
  • 0a70852b3f Merge pull request #478 from silmeth/int-division Windel Bouwman 2019-02-16 08:22:29 +01:00
  • 134c3b94a5 support format specs in f-strings Joey Hain 2019-02-15 17:15:09 -08:00
  • 5968c4d922 convert f-string parser to state machine Joey Hain 2019-02-15 16:47:18 -08:00
  • 7364866a8a Merge pull request #477 from RustPython/dict7 Ryan Liddle 2019-02-16 11:11:52 +11:00
  • 4762d654b4 implement set.discard Tom Schuster 2019-02-15 20:46:00 +01:00
  • b9daabfc94 Remove return, use function without closure janczer 2019-02-15 20:42:20 +01:00
  • c1f6d16079 Change iterator to for loop janczer 2019-02-15 20:32:15 +01:00
  • 4a67bb9797 stop dividing the divisor if the remainder already disappeared silmeth 2019-02-15 20:08:28 +01:00
  • 4726d6b8b0 Remove unwrap methods janczer 2019-02-15 20:01:02 +01:00
  • 4cfd3a1cd0 get rid of unnecessary muts in objint::div_ints silmeth 2019-02-15 19:50:25 +01:00
  • 1e92bb892e Fix fmt in set.copy janczer 2019-02-15 19:47:53 +01:00
  • f45f307a55 Add copy method to list object janczer 2019-02-15 09:10:09 +01:00
  • 8ed82a089f make big ints dividable if the result fits in a float silmeth 2019-02-15 19:34:02 +01:00
  • 0c626dd595 rename objstr::get_value_as_ref to objstr::borrow_value silmeth 2019-02-15 19:29:58 +01:00
  • 0c351ea76d Remove support for module get_item Windel Bouwman 2019-02-15 17:30:28 +01:00
  • 2d22a882ae Merge pull request #475 from palaviv/Add-set-funcs3 Windel Bouwman 2019-02-15 17:08:10 +01:00
  • b785960a25 Merge pull request #461 from adrian17/arg_check_refactor Windel Bouwman 2019-02-15 16:59:09 +01:00
  • 9e719b6cb8 Move test to list.py janczer 2019-02-15 16:53:36 +01:00
  • a541b509a9 Merge branch 'master' into Add-set-funcs3 Windel Bouwman 2019-02-15 16:53:10 +01:00
  • 1611aa42c1 Merge pull request #476 from palaviv/set-unhashable Windel Bouwman 2019-02-15 16:50:05 +01:00
  • 412df7472f set raises TypeError when unhashable element is passed in creation Aviv Palivoda 2019-02-15 15:34:55 +02:00
  • 49e10ed497 Add set.symmetric_difference Aviv Palivoda 2019-02-15 14:58:30 +02:00
  • 938688cb69 Add set.difference Aviv Palivoda 2019-02-15 14:51:16 +02:00
  • 23ef487927 Add set.intersection Aviv Palivoda 2019-02-15 14:30:35 +02:00
  • 83c4eda62c Add set.union Aviv Palivoda 2019-02-15 14:13:29 +02:00
  • 2ac195e539 List remove, handle non exist element. Add new test janczer 2019-02-15 08:49:17 +01:00
  • 48032a5110 Merge pull request #472 from OddCoincidence/int-float-rarithmetic Windel Bouwman 2019-02-15 07:14:01 +01:00
  • a2d4924909 Merge pull request #469 from janczer/fix_typos Windel Bouwman 2019-02-15 07:03:04 +01:00
  • ddbd7d759f Merge pull request #471 from OddCoincidence/fstring-fixes-and-tests Windel Bouwman 2019-02-15 07:02:27 +01:00
  • c6ac393f84 Add {int,float}.{__radd__,__rsub__,__rmul__,__rtruediv__} Joey Hain 2019-02-14 21:21:30 -08:00
  • fb4d55bd8f Fix f-string edge case and add more tests Joey Hain 2019-02-14 18:45:28 -08:00
  • 358f9f764b Add remvoe to list object janczer 2019-02-14 21:18:38 +01:00
  • 89e947a04f Fix typos janczer 2019-02-14 20:38:18 +01:00
  • d76c86ed16 Merge pull request #468 from janczer/add_complex_real_imag Windel Bouwman 2019-02-14 17:59:40 +01:00
  • 2a2ddff14e Add complex methods real and imag janczer 2019-02-14 16:56:32 +01:00
  • 518b37185e Merge pull request #466 from OddCoincidence/fstrings Windel Bouwman 2019-02-14 12:22:27 +01:00
  • f1654cb890 Migrated the project to the Rust 2018 edition ZapAnton 2019-02-13 11:55:06 +03:00
  • bc4e48ae61 Fix tests Joey Hain 2019-02-13 23:32:55 -08:00