Commit Graph

  • bc8521dd54 Remove -n option in echo Aviv Palivoda 2019-08-04 19:08:17 +03:00
  • c7d4343381 Fix clippy warnings Aviv Palivoda 2019-08-04 19:04:56 +03:00
  • 58d7da7f4b Don't depend on subprocess in wasm Aviv Palivoda 2019-08-04 19:01:30 +03:00
  • 2a1c441a0a Add convert_to_file_io Aviv Palivoda 2019-08-03 21:13:48 +03:00
  • b08c70b4e7 Support redirection Aviv Palivoda 2019-08-03 21:08:10 +03:00
  • 72143a6a5d Fix Popen.wait Aviv Palivoda 2019-08-03 20:13:37 +03:00
  • 6486780025 Add subprocess module Aviv Palivoda 2019-08-03 17:22:09 +03:00
  • d63839a5ea Merge pull request #1205 from Lynskylate/impl-socket-module Aviv Palivoda 2019-08-08 17:30:02 +03:00
  • 8f28149f67 Address comments coolreader18 2019-08-07 14:40:16 -05:00
  • f2001d4f7c Merge pull request #1219 from ypyf/math Windel Bouwman 2019-08-07 20:40:08 +02:00
  • 2fdfcb96a5 Add parser support for async for loop. Add yield expression inside parentheses. Windel Bouwman 2019-08-07 20:11:27 +02:00
  • 7b9d54f77a Add math.gcd yf 2019-08-08 01:51:46 +08:00
  • fccb0d2ade Disable socket import on wasm lynskylate 2019-08-07 23:48:53 +08:00
  • 1da260a299 Merge pull request #1210 from ypyf/ttyname Windel Bouwman 2019-08-07 17:20:20 +02:00
  • 91ad31f52d Merge pull request #1213 from RustPython/import-syntax Noah 2019-08-07 09:33:23 -05:00
  • 92ebc30c27 slight change yf 2019-08-07 22:15:35 +08:00
  • c5e7fbab11 Properly fill the __annotations__ dictionary. Windel Bouwman 2019-08-07 16:13:12 +02:00
  • ded9d5ba5b Add variable annotation syntax. Simplify grammar for comprehensions. Add capital J suffix for complex numbers. Windel Bouwman 2019-08-07 15:31:24 +02:00
  • e279364f13 reduce the scope of unsafe block yf 2019-08-07 20:47:43 +08:00
  • de89349d8d Fix import syntax to require at least one imported symbol. Fixes #1211. Windel Bouwman 2019-08-07 13:00:34 +02:00
  • b3d7e5b839 Merge pull request #1209 from RustPython/coolreader18/unittest Windel Bouwman 2019-08-07 11:08:27 +02:00
  • b672647a4a Fix tests yf 2019-08-07 11:34:28 +08:00
  • 0f3fbb401e Add os.ttyname yf 2019-08-07 10:16:38 +08:00
  • c9c580d2fe Add inet_ntoa and windows gethostname lynskylate 2019-08-07 00:41:54 +08:00
  • ddd46c6481 Remove test files from unittest coolreader18 2019-08-06 12:03:01 -05:00
  • 1b17ba9f77 Merge pull request #1207 from palaviv/mac-signal Noah 2019-08-06 00:47:33 -05:00
  • f4ce346ea8 Workaround for weirdness with multiple inheritance coolreader18 2019-08-06 00:18:40 -05:00
  • 5a7772247d Fix import os.path in unittest.__main__ coolreader18 2019-08-06 00:08:32 -05:00
  • df2313c3a6 Add unittest lib files coolreader18 2019-08-06 00:08:04 -05:00
  • 9a3f73126a Skip SIGPWR, SIGSTKFLT on macos Aviv Palivoda 2019-08-05 22:05:31 +03:00
  • 4e969e9db7 Remove unsafe code lynskylate 2019-08-05 07:10:28 +08:00
  • 2613ee417d Merge pull request #1189 from palaviv/signal Windel Bouwman 2019-08-04 20:29:47 +02:00
  • 6fc7027230 Merge pull request #1199 from RustPython/set-star-expr Windel Bouwman 2019-08-04 19:47:34 +02:00
  • 302073274a Merge pull request #1197 from RustPython/float-lexing Windel Bouwman 2019-08-04 19:43:00 +02:00
  • 14c6b4028e Specific platform lynskylate 2019-08-05 00:57:04 +08:00
  • 5f4c8c65fa Impl gethostname sethostname inet_aton lynskylate 2019-08-05 00:16:05 +08:00
  • d7e19da0c0 Merge pull request #1202 from RustPython/coolreader18/fix-redox Aviv Palivoda 2019-08-04 18:51:25 +03:00
  • d18aebbd30 Merge pull request #1203 from ypyf/openpty Aviv Palivoda 2019-08-04 18:50:01 +03:00
  • 2e51657eaa fmt code yf 2019-08-04 19:11:33 +08:00
  • 18bbe94753 Add os.openpty yf 2019-08-04 18:26:15 +08:00
  • 772460ea7f Add tuple unpacking optimization coolreader18 2019-08-04 01:22:51 -05:00
  • b48f0c2a8b Fix label issue coolreader18 2019-08-03 23:30:14 -05:00
  • 496c5c82f2 Add constant optimization test coolreader18 2019-08-03 22:44:36 -05:00
  • ba6758035f Make peephole optimizer a stream processor coolreader18 2019-08-03 22:02:29 -05:00
  • d44a208da9 Fix redox with new os functions coolreader18 2019-08-03 17:13:32 -05:00
  • 5e5d46d373 Remove os_set_signal Aviv Palivoda 2019-08-03 12:31:55 +03:00
  • c5486a6308 Remove stub check_signals in WASM Aviv Palivoda 2019-08-03 12:26:08 +03:00
  • f600868a01 Define SIG_* on windows Aviv Palivoda 2019-08-03 11:00:37 +03:00
  • f24c6daeb0 Add some windows test to signal Aviv Palivoda 2019-08-03 10:37:56 +03:00
  • 23cba402a5 Get signal numbers from libc Aviv Palivoda 2019-08-03 10:21:51 +03:00
  • 075f2c9e74 Use libc directly to set signal Aviv Palivoda 2019-08-03 10:13:56 +03:00
  • 056a116024 Add basic constant optimization to the compiler coolreader18 2019-08-02 23:53:46 -05:00
  • 3e07d61fcc Add vm to WASM check_sginals Aviv Palivoda 2019-08-03 00:14:05 +03:00
  • 25b9f35de0 Fix more clippy warnings Aviv Palivoda 2019-08-03 00:09:45 +03:00
  • 19dd58cbad Add star expression in set literals. Windel Bouwman 2019-08-02 20:55:37 +02:00
  • f4c432b532 Merge pull request #1198 from RustPython/master Windel Bouwman 2019-08-02 19:53:00 +02:00
  • b2d0729ca8 Fix lexing of 1else. Windel Bouwman 2019-08-02 19:08:59 +02:00
  • 6cc4ebb829 Merge pull request #1196 from RustPython/coolreader18/fix-deploy Windel Bouwman 2019-08-02 18:50:06 +02:00
  • 60b5d9d12b Add empty check_signals on WASM Aviv Palivoda 2019-08-02 10:44:22 +03:00
  • 52d204c6d3 Fix clippy warnings Aviv Palivoda 2019-08-02 10:40:49 +03:00
  • 7cd5e895c7 Get SIG_IGN Aviv Palivoda 2019-08-02 09:39:56 +03:00
  • f3b4b28ec2 SIGINT not defined on windows Aviv Palivoda 2019-08-02 09:21:23 +03:00
  • 48da527295 Test signal only on unix Aviv Palivoda 2019-07-31 22:18:49 +03:00
  • 9470d75b5b Compile nix parts only on unix Aviv Palivoda 2019-07-31 22:15:09 +03:00
  • 61bf0763dd User arr_macro to create triggers array Aviv Palivoda 2019-07-31 21:42:53 +03:00
  • 785b5d8af7 Improve signal test Aviv Palivoda 2019-07-31 20:03:08 +03:00
  • 56b555b905 Add signal numbers Aviv Palivoda 2019-07-31 19:48:47 +03:00
  • a1af6b4d6c Iterate over triggers in check_sginals Aviv Palivoda 2019-07-31 19:31:00 +03:00
  • 7061f1c9c4 Add signal.{SIG_IGN, SIG_DFL} Aviv Palivoda 2019-07-31 19:22:11 +03:00
  • c1e07999cf Add test for signal Aviv Palivoda 2019-07-29 21:13:55 +03:00
  • e8001d789f Add signal.alarm Aviv Palivoda 2019-07-29 21:01:47 +03:00
  • a7d96b7223 Use rust signal module directly Aviv Palivoda 2019-07-29 20:47:54 +03:00
  • 57cdae17a7 Add signal.getsignal Aviv Palivoda 2019-07-29 20:46:40 +03:00
  • ca23c43ae4 Return previous handler from signal Aviv Palivoda 2019-07-29 19:13:01 +03:00
  • f540d31a1b Move static triggers array to signal.rs Aviv Palivoda 2019-07-29 18:46:51 +03:00
  • 5b670f8a26 Simplify signal code Aviv Palivoda 2019-07-29 18:39:26 +03:00
  • 1b17926e91 Initial signal support Aviv Palivoda 2019-07-28 21:55:08 +03:00
  • 6d285a7cfc Merge pull request #1193 from yanganto/feat/byte-decode Noah 2019-08-01 12:31:38 -05:00
  • a0f12c3189 Fix deployment coolreader18 2019-08-01 12:26:32 -05:00
  • 0f4c2c10b7 byte.decode Antonio Yang 2019-06-23 22:38:01 +08:00
  • 8a85d7efbd Add Lib to COPY list (fixes #1195) coolreader18 2019-08-01 08:16:42 -05:00
  • 13d0c074e9 Merge pull request #1191 from mpajkowski/os_module Noah 2019-07-31 09:11:53 -05:00
  • c2ec66f07a Merge pull request #1188 from corona10/hex_format Windel Bouwman 2019-07-31 13:20:09 +02:00
  • fafeed1450 ascii: Apply codereview Dong-hee Na 2019-07-31 19:44:06 +09:00
  • 5bfa4cec7c ascii: Improve test Dong-hee Na 2019-07-31 16:34:00 +09:00
  • 364ddeb6b2 Fix compilation on Windows Marcin Pajkowski 2019-07-30 22:54:29 +02:00
  • 53c653fd2b Implement several methods - os module Marcin Pajkowski 2019-07-25 12:50:57 +02:00
  • c8ce3bded2 Merge pull request #1187 from RustPython/dict-keying Noah 2019-07-29 08:05:48 -05:00
  • 42dca4433a Implement do_eq for String impl of DictKey. Also move get_item_option to dict type. Windel Bouwman 2019-07-28 20:39:22 +02:00
  • 4ee80a3d42 builtin: Fix hex format of ascii Dong-hee Na 2019-07-29 01:23:40 +09:00
  • 38d9f4087e Implement dictionary indexing by trait. Windel Bouwman 2019-07-28 13:43:14 +02:00
  • 50dd93db1e Merge pull request #1182 from RustPython/example1 Windel Bouwman 2019-07-28 10:01:51 +02:00
  • 57ef8b306e Merge pull request #1181 from corona10/builtin_ascii Windel Bouwman 2019-07-28 10:00:50 +02:00
  • e0bfd18114 Merge pull request #1184 from RustPython/master Windel Bouwman 2019-07-28 09:50:19 +02:00
  • c786109119 Merge pull request #1186 from RustPython/coolreader18/cargo-sweep Windel Bouwman 2019-07-28 09:47:49 +02:00
  • 3c98e6da25 Use cargo-sweep to manage cargo caches coolreader18 2019-07-27 15:27:38 -05:00
  • fc97bd936f Merge pull request #1185 from RustPython/coolreader18/frozen-packages Noah 2019-07-27 14:58:57 -05:00
  • ec6c016fa5 Fix wasm errors coolreader18 2019-07-27 13:51:13 -05:00
  • a72ef1e365 Add frozen package support coolreader18 2019-07-27 13:31:13 -05:00
  • 1024281014 Add support for star expression in tuple. Windel Bouwman 2019-07-27 13:10:55 +02:00