Commit Graph

  • 334d78704a distuingish -> distinguish Takanori Ishibashi 2019-02-03 21:41:04 +09:00
  • 3bc9232eeb Merge pull request #272 from ZapAnton/fix_readme_testing Windel Bouwman 2019-02-03 12:27:56 +01:00
  • cdcddcc6c6 Merge pull request #281 from chaconnewu/198 Windel Bouwman 2019-02-03 11:50:09 +01:00
  • 1d7149e131 Merge pull request #280 from HomerMcMillan/list-pop Windel Bouwman 2019-02-03 11:49:01 +01:00
  • a72dbf1d0c Use XDG paths to store Python history Tom Forbes 2019-02-03 10:07:50 +01:00
  • 38bf2dde3d Merge pull request #274 from skinny121/tuple_mul Windel Bouwman 2019-02-03 08:05:20 +01:00
  • 37e9f98859 Merge pull request #277 from 0xflotus/patch-1 Windel Bouwman 2019-02-03 08:02:21 +01:00
  • 7b27fbf369 Add list.pop Homer McMillan 2019-02-03 00:49:52 -05:00
  • 561eb8ed4f Use call_or_unsupported for operators. Yu Wu 2019-02-02 21:45:24 -08:00
  • 8852435a3d Run cargo fmt Homer McMillan 2019-02-02 23:05:32 -05:00
  • 2b74727783 Fix broken test Homer McMillan 2019-02-02 22:41:34 -05:00
  • ea1a7bb395 Add list.{__lt__, __gt__, __le__, __ge__} Homer McMillan 2019-02-02 22:04:26 -05:00
  • 8854430651 Better error handling for file io Add FileNotFoundError Add PermissionError Minor idomatic clean ups holygits 2019-02-03 14:53:04 +13:00
  • 167aefa829 Update builtins.md 0xflotus 2019-02-03 02:35:05 +01:00
  • dae5b146ff fixed converter 0xflotus 2019-02-03 02:30:58 +01:00
  • 8f9b733a77 Add tuple.__mul__ ben 2019-02-03 13:59:43 +13:00
  • e8d1e10226 Implement __rshift__ and __lshift__ for integer holygits 2019-02-03 12:38:38 +13:00
  • 8558b84b16 README: Replaced the 'pipenv shell' and the 'pytest -v' commands with the single 'pipenv run pytest -v' command in the 'Testing' section ZapAnton 2019-02-03 02:17:46 +03:00
  • b55150c7bd README: Added the 'pipenv install' command to the 'Testing' section ZapAnton 2019-02-03 02:15:57 +03:00
  • 23de5581bd Added tests for the isdecimal method ZapAnton 2019-02-03 02:05:57 +03:00
  • 46b939721f str: Added the isdecimal method ZapAnton 2019-02-03 01:51:47 +03:00
  • e557ff290a Suppress warning and rename obj to _zelf in arg_check Michael Recachinas 2019-02-02 21:39:06 +00:00
  • f0abcff53d Add int.__doc__ (addresses #261) Michael Recachinas 2019-02-02 21:37:49 +00:00
  • e0b41d1386 Add bool.__doc__ (addresses #260) Michael Recachinas 2019-02-02 21:25:14 +00:00
  • b13b4741ad Add tuple.__add__. Also stop rustfmt from trying to format generated parser. ben 2019-02-02 17:40:17 +13:00
  • f47864f0ac Return Ok(()) from destroy() coolreader18 2019-01-31 16:33:11 -06:00
  • 136a476cd8 Call assert_valid() in destroy() coolreader18 2019-01-31 16:13:55 -06:00
  • b32b732abe Run cargo fmt coolreader18 2019-01-30 14:35:00 -06:00
  • d0a4f9d7f5 Make destroy() method public coolreader18 2019-01-30 12:40:08 -06:00
  • f064bcaf57 Add ids() function to VMStore and destroy() method to VirtualMachine coolreader18 2019-01-30 12:33:32 -06:00
  • 13b2f83084 Fix vms.get() coolreader18 2019-01-30 12:30:56 -06:00
  • 4020ee7d41 Add a bare-bones VirtualMachine class to the WASM library coolreader18 2019-01-30 12:18:59 -06:00
  • 328f81a28e Merge pull request #266 from coolreader18/format-mk-module Windel Bouwman 2019-01-30 18:09:17 +01:00
  • 892493e464 Rename PyObjectKind into PyObjectPayload Windel Bouwman 2019-01-30 18:06:27 +01:00
  • 37b5669bed Fix syntax error coolreader18 2019-01-30 10:13:55 -06:00
  • f193291471 Merge branch 'master' into format-mk-module coolreader18 2019-01-30 10:09:47 -06:00
  • 31523fe4d7 Merge pull request #265 from rmliddle/implement-io Windel Bouwman 2019-01-29 20:43:28 +01:00
  • deb0688a99 Changed buffer imp. to use type + removed ByteArray Kind rmliddle 2019-01-29 18:40:40 +11:00
  • e9bfea834a Format module building in a more readable way coolreader18 2019-01-28 23:02:43 -06:00
  • d627230434 Merge pull request #263 from coolreader18/string-str Windel Bouwman 2019-01-28 20:38:54 +01:00
  • d365563010 Merge pull request #264 from coolreader18/fix-trim-warnings Windel Bouwman 2019-01-28 20:36:06 +01:00
  • 0ee535e49a Removed append + create rmliddle 2019-01-28 20:14:19 +11:00
  • 3ce9972c9c removed os.O_NONBLOCK from snippet rmliddle 2019-01-28 20:07:57 +11:00
  • 507f7bdca9 Fix for os open (optional params not allowed) rmliddle 2019-01-28 19:38:06 +11:00
  • c011db2819 fmt w/nightly rmliddle 2019-01-28 19:21:27 +11:00
  • 7b23d0e917 rust fmt rmliddle 2019-01-28 18:54:50 +11:00
  • 9a86bbd718 ByteArray Usage rmliddle 2019-01-28 18:30:19 +11:00
  • 989357fe81 Fix warnings from using trim_left and trim_right coolreader18 2019-01-27 23:02:27 -06:00
  • 5ecff1b37e Remove unnecessary to_string conversions coolreader18 2019-01-27 21:45:21 -06:00
  • c2e73cc829 Test Snippets for buffered_read, open builtin rmliddle 2019-01-23 19:16:03 +11:00
  • 9efc68efcb Generalized Mode Handling rmliddle 2019-01-22 21:59:10 +11:00
  • dda3d7ffb7 Bug fix for sequential Writes, New File Writes rmliddle 2019-01-21 20:03:36 +11:00
  • 3845e23881 -Logging length in FileIO write, +Bytes to String in TextIOBase rmliddle 2019-01-19 14:13:12 +11:00
  • b54738978a Remaining IO open classes: TextBaseIO, TextWrapperIO rmliddle 2019-01-17 21:20:31 +11:00
  • 30165f6c8a open builtin rmliddle 2019-01-16 20:16:56 +11:00
  • edc720e79f Buffered Objects for Open rmliddle 2019-01-14 20:32:27 +11:00
  • 2bbd4fd18f BufferedIOBase Read rmliddle 2019-01-13 10:54:47 +11:00
  • ade4c88d90 Merge pull request #256 from RustPython/fix-deployment-again Windel Bouwman 2019-01-12 22:44:38 +01:00
  • e41b9179f5 Merge pull request #254 from RustPython/list_index Windel Bouwman 2019-01-12 10:25:42 +01:00
  • 83f05c6448 Fix the deploy condition for missing spaces around equals sign Shing Lyu 2019-01-10 22:09:33 +01:00
  • 5e8eb8a001 Added list.index() Shing Lyu 2019-01-08 23:16:04 +01:00
  • ce36919fe3 Merge pull request #255 from adamchainz/patch-1 Windel Bouwman 2019-01-10 20:27:51 +01:00
  • 32a58f8897 Update example Adam Johnson 2019-01-10 14:07:08 +00:00
  • cab2e0d076 Merge pull request #250 from RustPython/fix-deploymnet Windel Bouwman 2019-01-09 16:36:46 +01:00
  • 5e1324fd23 os modes rmliddle 2019-01-09 20:56:08 +11:00
  • 7c8ebee43b Limit the deployment only to the specfic build job Shing Lyu 2019-01-07 11:28:57 +01:00
  • 9041129bb8 read_into on FileIO rmliddle 2019-01-08 18:10:35 +11:00
  • 6deb71d84f os.open impl rmliddle 2019-01-08 12:14:43 +11:00
  • dc6238bb0c __offset__ workaround rmliddle 2019-01-05 21:38:33 +11:00
  • b783657477 file_io_readinto implementation for fixed length buffer reads rmliddle 2019-01-04 19:35:33 +11:00
  • 15d0c39c81 fixes to bytearray len rmliddle 2019-01-04 19:34:28 +11:00
  • 6d0a25fb1c Merge pull request #248 from coolreader18/dockerfile Windel Bouwman 2019-01-03 19:26:38 +01:00
  • 3e3d28fa1d Create dockerfiles for the rustpython binary and wasm demo coolreader18 2019-01-02 18:57:27 -06:00
  • cbd8d7b171 len attributes on byte types rmliddle 2019-01-03 08:16:04 +11:00
  • a28b665396 Merge pull request #246 from rmliddle/bytes-representation Windel Bouwman 2019-01-02 22:07:21 +01:00
  • 3d6742a9e8 change to bytes repr rmliddle 2019-01-02 21:25:48 +11:00
  • 278e1a8298 method name change for fileio rmliddle 2019-01-02 13:41:12 +11:00
  • 08a9fd9819 memoryview object, FileIO Methods rmliddle 2019-01-01 23:39:21 +11:00
  • d508d130b6 Merge pull request #235 from xrmx/stringconstants Windel Bouwman 2018-12-29 15:29:28 +01:00
  • d425c26763 Merge pull request #245 from coolreader18/final-demo-improvements Windel Bouwman 2018-12-29 15:28:26 +01:00
  • 231e3f2f16 Export PyEvalOptions in typescript defs coolreader18 2018-12-28 21:57:41 -06:00
  • e65639f61a Remove yarn.lock coolreader18 2018-12-28 21:43:13 -06:00
  • d7fdc5c177 Fix typescript hack coolreader18 2018-12-28 14:42:43 -06:00
  • 36997e12d9 Comment out WB's TS definitions using a hack coolreader18 2018-12-28 14:35:45 -06:00
  • 1d5df4130a Add doc comments and typescript custom section coolreader18 2018-12-27 22:31:15 -06:00
  • b2772804f2 Add README and manifest fields for the WASM library coolreader18 2018-12-27 21:06:59 -06:00
  • 4cc7f5aa9c Merge #console and #code styles coolreader18 2018-12-27 20:43:09 -06:00
  • 1f02cc0fa3 Squash all demo commits onto one branch coolreader18 2018-12-27 20:28:12 -06:00
  • e4ca1655e9 Implement most string module constants Riccardo Magliocchetti 2018-12-20 20:51:05 +01:00
  • 4c5b5845bb Merge pull request #244 from coolreader18/boxed-rustfunc Windel Bouwman 2018-12-27 20:23:22 +01:00
  • 79a3b13252 Implement most of the string methods. (#239) AgentMacklin 2018-12-27 13:22:04 -06:00
  • 8303743aab Remove RustPyFunc trait, just use Fn(..) everywhere coolreader18 2018-12-27 11:50:14 -06:00
  • 09602a2ec6 Change RustPyFunc from a fn pointer to a Fn trait coolreader18 2018-12-27 09:18:00 -06:00
  • f325ef1499 Merge pull request #240 from coolreader18/json-error Windel Bouwman 2018-12-27 09:20:52 +01:00
  • 978e7eabe3 Merge pull request #241 from coolreader18/formatted-exceptions Windel Bouwman 2018-12-27 09:14:35 +01:00
  • 8fee5a8800 Run cargo fmt --all coolreader18 2018-12-27 00:12:08 -06:00
  • 396842ef9d Readd conflicting files coolreader18 2018-12-18 19:03:04 -06:00
  • dfadd03f95 Remove (now outdated) previously conflicting files coolreader18 2018-12-27 00:02:33 -06:00
  • ada92d33a3 Add conflicting files coolreader18 2018-12-18 19:03:04 -06:00
  • 2968982a8f Change README portion for compiling wasm coolreader18 2018-12-26 23:51:28 -06:00