Commit Graph

  • c0c531d550 Merge branch 'master' into sys_flags ben 2019-05-30 21:12:57 +12:00
  • 3f5bb517a5 Merge pull request #1001 from RustPython/coolreader18/rustpythonpath Windel Bouwman 2019-05-30 09:53:05 +02:00
  • 22b4894ae6 Merge pull request #1006 from RustPython/coolreader18/weakproxy-setattr Windel Bouwman 2019-05-30 09:47:01 +02:00
  • 725a1e8434 Merge pull request #979 from youknowone/refactor-set coolreader18 2019-05-29 23:38:56 -05:00
  • 1dc2d09713 Add __setattr__ to weakproxy coolreader18 2019-05-29 22:46:12 -05:00
  • 7ae33b72cb Merge pull request #1005 from Jongy/lib-reprlib coolreader18 2019-05-29 22:08:57 -05:00
  • c78dc520ad Don't clone PathBufs coolreader18 2019-05-29 16:53:13 -05:00
  • 11892816a7 Don't check env variables on wasm coolreader18 2019-05-29 16:11:22 -05:00
  • 7ec3cef48e Add Lib/reprlib.py from CPython Yonatan Goldschmidt 2019-05-29 23:29:00 +03:00
  • 1846100e7f Merge pull request #969 from Jongy/itertools-islice coolreader18 2019-05-29 16:08:48 -05:00
  • 80b1f545e2 Add itertools.islice Yonatan Goldschmidt 2019-05-29 23:25:10 +03:00
  • d70caf7dea Merge pull request #960 from youknowone/sys-getfilesystemencode Windel Bouwman 2019-05-29 15:21:19 +02:00
  • 121cd43932 Merge pull request #901 from youknowone/str-encode Windel Bouwman 2019-05-29 15:20:36 +02:00
  • c349f77207 Add {set,frozenset}.__r*__ Jeong YunWon 2019-05-16 04:33:01 +09:00
  • ba4ac902eb PySet/PyFrozenSet doesn't call PyObject::new Jeong YunWon 2019-05-16 04:18:20 +09:00
  • 979e1253ae Fix set/frozenset comparison Jeong YunWon 2019-05-16 04:08:05 +09:00
  • 31c88721e6 Refactor PySet with try_set_inner! Jeong YunWon 2019-05-16 03:06:39 +09:00
  • 89729c3155 PyClassImpl for PySet, PyFrozenSet Jeong YunWon 2019-05-14 04:22:13 +09:00
  • 5bd36ad9c5 Merge pull request #927 from youknowone/set-collision coolreader18 2019-05-29 07:44:31 -05:00
  • 59476c65bb PyBytes::from_string Jeong YunWon 2019-05-07 02:05:46 +09:00
  • 7f2560c9e1 Add str.encode for utf-8 Jeong YunWon 2019-05-01 13:48:36 +09:00
  • ad357d08af normalize_encoding jgirardet 2019-05-07 01:42:16 +09:00
  • 3675ce859a Add sys.getfilesystemencoding, sys.getfilesystemencodeerrors Jeong YunWon 2019-05-11 15:13:17 +09:00
  • f113342c0c Merge pull request #1002 from RobertBerglund/bytearray.__setitem__ Windel Bouwman 2019-05-29 13:48:58 +02:00
  • eed9c44a74 improved PyByteInner.setitem rbrtberglund 2019-05-29 00:02:58 +02:00
  • d2fdb3258a Merge branch 'master' into coolreader18/rustpythonpath coolreader18 2019-05-28 16:25:47 -05:00
  • d9be5aba35 Merge pull request #1004 from DanielShaulov/marshal_support Windel Bouwman 2019-05-28 12:12:35 +02:00
  • 9b4b2d7fa6 fixed SyntaxError: Got unexpected EOF in bytearray.py rbrtberglund 2019-05-27 22:48:25 +02:00
  • 7be801db2f implemented __setitem__ for bytearray rbrtberglund 2019-05-26 00:42:01 +02:00
  • bd89c4e32b Reformat with rustfmt Daniel Shaulov 2019-05-27 22:19:07 +03:00
  • b2f17a18ea Add support for marshal with loads and dumps Daniel Shaulov 2019-05-27 22:09:47 +03:00
  • 96df472d85 Merge pull request #999 from palaviv/_imp coolreader18 2019-05-26 13:53:21 -05:00
  • 042a673ea2 Use contains_key Aviv Palivoda 2019-05-26 21:16:40 +03:00
  • 770f54791e Fix ownership errors coolreader18 2019-05-25 17:28:25 -05:00
  • 017377061d Check RUSTPYTHONPATH as well as PYTHONPATH env variables coolreader18 2019-05-25 15:52:44 -05:00
  • 7ce111b16c Merge pull request #997 from ZapAnton/objstr_refactor_mul coolreader18 2019-05-25 12:11:44 -05:00
  • d0d4cb56c5 Merge pull request #998 from palaviv/frozen coolreader18 2019-05-25 12:10:11 -05:00
  • a2e64c0425 objstr: Replaced the unwrap_or with the OverflowError ZapAnton 2019-05-25 16:33:47 +03:00
  • 7a467781e2 Add _imp.is_builtin Aviv Palivoda 2019-05-25 15:33:57 +03:00
  • 8197b17c14 Add empty _imp locks methods Aviv Palivoda 2019-05-25 15:07:51 +03:00
  • 2c74d7cc12 Add _imp Aviv Palivoda 2019-05-25 15:02:03 +03:00
  • f33d15ab6a Test frozen modules import Aviv Palivoda 2019-05-25 11:15:17 +03:00
  • a38f205f0e Add support for frozen modules Aviv Palivoda 2019-05-25 11:13:25 +03:00
  • e38c54985e objstr: Replaced the if-else construct with the max function ZapAnton 2019-05-24 20:37:47 +03:00
  • fedbd29051 objstr: Refactored the 'mul' method ZapAnton 2019-05-24 13:01:15 +03:00
  • 606a336fdf Merge pull request #996 from palaviv/io-context Windel Bouwman 2019-05-24 11:03:13 +02:00
  • 8afb6a201c RawIOBase inherits IOBase Aviv Palivoda 2019-05-24 10:23:30 +03:00
  • 813c6112e6 add crc32 test Shitong Wen 2019-05-23 16:30:19 +08:00
  • 21bffc8ffa add crc32 test Shitong Wen 2019-05-23 16:11:17 +08:00
  • fdd569cb8b add crc32 Shitong Wen 2019-05-23 16:08:12 +08:00
  • 95ddd55081 Merge pull request #4 from RustPython/master stwen77 2019-05-22 19:20:44 +08:00
  • 61e752e2b0 Merge pull request #994 from mkurnikov/simplify-with-cloned Windel Bouwman 2019-05-22 13:02:50 +02:00
  • 737ec52365 simplify PyFuncArgs get_kwarg/get_optional_kwarg with cloned() Maxim Kurnikov 2019-05-22 12:47:28 +03:00
  • 59fa46d5c3 Merge pull request #977 from adrian17/master Windel Bouwman 2019-05-22 11:20:33 +02:00
  • 6b3b132343 Merge pull request #993 from mkurnikov/move-to-indexmap Windel Bouwman 2019-05-22 11:17:51 +02:00
  • b5352da2c0 fix formatting Maxim Kurnikov 2019-05-22 03:30:30 +03:00
  • 0098e8485a move PyFuncArgs.kwargs to IndexMap Maxim Kurnikov 2019-05-22 03:17:25 +03:00
  • 9ff9404ec8 Merge pull request #992 from sanxiyn/fix-rsplit coolreader18 2019-05-21 09:48:14 -05:00
  • 433434a1bb Fix rsplit Seo Sanghyeon 2019-05-21 23:01:04 +09:00
  • 5ff766adb6 Merge pull request #976 from sanxiyn/pwd Windel Bouwman 2019-05-21 14:49:30 +02:00
  • c01a867da5 Merge pull request #974 from stwen77/add_int_to_bytes Windel Bouwman 2019-05-21 14:47:31 +02:00
  • 002140ad69 Merge pull request #991 from Jongy/tuple-remove-refcell Windel Bouwman 2019-05-21 14:46:20 +02:00
  • 84684e5f7d Don't use RefCell in tuple object Yonatan Goldschmidt 2019-05-19 22:51:05 +03:00
  • 1ea0192ea3 Merge pull request #986 from Jongy/itertools-chain coolreader18 2019-05-19 15:30:07 -05:00
  • 347d9e7510 Merge pull request #985 from RobertBerglund/exit coolreader18 2019-05-19 15:24:34 -05:00
  • 802f07980e Remove tuple handling from get_elements_cell Yonatan Goldschmidt 2019-05-19 22:42:05 +03:00
  • 9ad527c800 Remove tuple handling from get_mut_elements Yonatan Goldschmidt 2019-05-19 22:40:10 +03:00
  • 9bf386ea87 Add itertools.chain Yonatan Goldschmidt 2019-05-18 23:31:47 +03:00
  • bb14858f03 Merge branch 'master' of github.com:RustPython/RustPython coolreader18 2019-05-19 14:05:23 -05:00
  • 0cb1b73714 Merge branch 'palaviv-move-fspath' coolreader18 2019-05-19 14:05:13 -05:00
  • 8f8194ae13 Fix os.rs coolreader18 2019-05-19 14:05:09 -05:00
  • 0c19cf0d25 Merge branch 'move-fspath' of https://github.com/palaviv/RustPython into palaviv-move-fspath coolreader18 2019-05-19 14:03:20 -05:00
  • 297e507197 Merge pull request #990 from skinny121/simple_namespace coolreader18 2019-05-19 14:02:24 -05:00
  • 4ada5bf530 Merge pull request #972 from sanxiyn/re-escape coolreader18 2019-05-19 13:20:22 -05:00
  • 1e7fa52e0f Fix no-arg dir(), convert it to new args style Adrian Wielgosik 2019-05-14 19:56:54 +02:00
  • 347d1fd240 Enable pwd module only on Unix Seo Sanghyeon 2019-05-19 13:16:37 +09:00
  • 36412c57a4 Implement pwd module Seo Sanghyeon 2019-05-15 00:29:23 +09:00
  • a967171ed9 Merge pull request #989 from sanxiyn/update-rustyline coolreader18 2019-05-18 22:35:37 -05:00
  • 964256439b Update vm/src/obj/objnamespace.rs Ben Lewis 2019-05-19 15:25:52 +12:00
  • 52039845dd Use closure for generated properties in struct sequences. ben 2019-05-19 15:23:51 +12:00
  • 60c9d5004a Add SimpleNamespace and sys.implementation ben 2019-05-19 15:01:22 +12:00
  • b9814ce3c7 Update rustyline to 4.1.0 to fix nightly build Seo Sanghyeon 2019-05-19 12:00:36 +09:00
  • bb93977a7e applied suggestions to improve exit function implementation rbrtberglund 2019-05-19 00:42:55 +02:00
  • 8b657ab81e Add documentation for sys.flags ben 2019-05-19 10:32:07 +12:00
  • 2ca96c8ae1 Add sys.flags by creating a pystruct_sequence macro ben 2019-05-19 10:12:33 +12:00
  • 8359c6e031 Merge pull request #983 from ypyf/type_new coolreader18 2019-05-18 17:12:43 -05:00
  • b5fa32ec95 Merge pull request #987 from Jongy/itertools-starmap coolreader18 2019-05-18 16:31:58 -05:00
  • 7f310bd81f Add itertools.starmap Yonatan Goldschmidt 2019-05-18 23:53:40 +03:00
  • cb0367e708 Add exit/quit builtin function rbrtberglund 2019-05-18 16:14:43 +02:00
  • 9ee3bad3c1 Merge pull request #984 from sanxiyn/fix-wasm-test coolreader18 2019-05-17 12:12:41 -05:00
  • b76da2ad05 Avoid timeout in WASM test Seo Sanghyeon 2019-05-17 18:58:59 +09:00
  • 9888d27e61 Merge pull request #981 from youknowone/frexp coolreader18 2019-05-16 21:37:34 -05:00
  • 23344ddf8a Merge pull request #982 from youknowone/float-fromhex coolreader18 2019-05-16 21:33:40 -05:00
  • 8759e7e513 Merge pull request #980 from youknowone/complex-hash coolreader18 2019-05-16 21:25:46 -05:00
  • ca912a168d Add float.to_hex Jeong YunWon 2019-05-17 02:35:59 +09:00
  • ceca2ed98e Add float.fromhex Jeong YunWon 2019-05-16 06:17:50 +09:00
  • d223af645b Add math.frexp Jeong YunWon 2019-05-16 05:40:35 +09:00
  • 83c5a3d330 improve error message for type_new ypyf 2019-05-16 20:35:40 +08:00
  • 87fc4cc470 Add complex.__hash__ Jeong YunWon 2019-05-16 04:58:53 +09:00
  • 81186ea5b7 Fix set() hash collision based on dictdatatype::Dict Jeong YunWon 2019-05-09 02:27:32 +09:00