Commit Graph

3589 Commits

Author SHA1 Message Date
coolreader18
fd85bc0ae3 Add Pattern.split 2019-08-08 17:41:39 -05:00
coolreader18
2aea7ab318 Fix textwrap regexes 2019-08-08 17:41:39 -05:00
coolreader18
b65a9f905b Add textwrap 2019-08-08 17:41:39 -05:00
coolreader18
8865624b79 Remove print 2019-08-08 17:41:39 -05:00
coolreader18
64f2c8d2e6 Fix '' % {} 2019-08-08 17:41:39 -05:00
coolreader18
b23aa90748 Add builtins.vars 2019-08-08 17:41:39 -05:00
coolreader18
7a74ca2c9a Modify regex with lookahead in it in argparse 2019-08-08 17:41:39 -05:00
coolreader18
dab0a84e83 Add findall and sub to re 2019-08-08 17:41:39 -05:00
coolreader18
513e4bf63e Add KeyboardInterrupt class 2019-08-08 17:41:39 -05:00
coolreader18
a4ffc797bb Fix clap command line parsing of pyargs 2019-08-08 17:41:39 -05:00
coolreader18
ed3b1973be Fix weird yield from interpreter bug 2019-08-08 17:41:39 -05:00
coolreader18
d7936f1ee6 Add __{cause,context,suppress_context}__ to exceptions 2019-08-08 17:41:39 -05:00
coolreader18
d6c9f2d972 Add __qualname__ and __module__ getters to objtype 2019-08-08 17:41:39 -05:00
coolreader18
d49f341eaa Fix stack overflow 2019-08-08 17:41:39 -05:00
coolreader18
8dae17ac99 Add Match methods 2019-08-08 17:41:39 -05:00
Aviv Palivoda
3176d7b8c3 Merge pull request #1201 from palaviv/subprocess
Add subprocess
2019-08-08 19:11:04 +03:00
Aviv Palivoda
36b4c0219c Use into in io_open args 2019-08-08 17:35:58 +03:00
Aviv Palivoda
03311b777a Change echo output for windows 2019-08-08 17:33:39 +03:00
Aviv Palivoda
bc8521dd54 Remove -n option in echo 2019-08-08 17:33:39 +03:00
Aviv Palivoda
c7d4343381 Fix clippy warnings 2019-08-08 17:33:39 +03:00
Aviv Palivoda
58d7da7f4b Don't depend on subprocess in wasm 2019-08-08 17:33:39 +03:00
Aviv Palivoda
2a1c441a0a Add convert_to_file_io 2019-08-08 17:32:24 +03:00
Aviv Palivoda
b08c70b4e7 Support redirection 2019-08-08 17:32:24 +03:00
Aviv Palivoda
72143a6a5d Fix Popen.wait 2019-08-08 17:32:24 +03:00
Aviv Palivoda
6486780025 Add subprocess module 2019-08-08 17:32:24 +03:00
Aviv Palivoda
d63839a5ea Merge pull request #1205 from Lynskylate/impl-socket-module
Extend Socket module
2019-08-08 17:30:02 +03:00
Windel Bouwman
f2001d4f7c Merge pull request #1219 from ypyf/math
Add math.gcd
2019-08-07 20:40:08 +02:00
yf
7b9d54f77a Add math.gcd 2019-08-08 01:51:46 +08:00
lynskylate
fccb0d2ade Disable socket import on wasm 2019-08-08 00:16:27 +08:00
Windel Bouwman
1da260a299 Merge pull request #1210 from ypyf/ttyname
Add os.ttyname
2019-08-07 17:20:20 +02:00
Noah
91ad31f52d Merge pull request #1213 from RustPython/import-syntax
Fix import syntax to require at least one imported symbol. Fixes #1211.
2019-08-07 09:33:23 -05:00
yf
92ebc30c27 slight change 2019-08-07 22:15:35 +08:00
yf
e279364f13 reduce the scope of unsafe block 2019-08-07 20:47:43 +08:00
Windel Bouwman
de89349d8d Fix import syntax to require at least one imported symbol. Fixes #1211. 2019-08-07 13:00:34 +02:00
Windel Bouwman
b3d7e5b839 Merge pull request #1209 from RustPython/coolreader18/unittest
Add unittest (!!!!)
2019-08-07 11:08:27 +02:00
yf
b672647a4a Fix tests 2019-08-07 11:34:28 +08:00
yf
0f3fbb401e Add os.ttyname 2019-08-07 10:16:38 +08:00
lynskylate
c9c580d2fe Add inet_ntoa and windows gethostname 2019-08-07 01:28:17 +08:00
coolreader18
ddd46c6481 Remove test files from unittest 2019-08-06 12:03:01 -05:00
Noah
1b17ba9f77 Merge pull request #1207 from palaviv/mac-signal
Fix signal on macos
2019-08-06 00:47:33 -05:00
coolreader18
f4ce346ea8 Workaround for weirdness with multiple inheritance 2019-08-06 00:18:40 -05:00
coolreader18
5a7772247d Fix import os.path in unittest.__main__ 2019-08-06 00:08:32 -05:00
coolreader18
df2313c3a6 Add unittest lib files 2019-08-06 00:08:04 -05:00
Aviv Palivoda
9a3f73126a Skip SIGPWR, SIGSTKFLT on macos 2019-08-05 22:05:31 +03:00
lynskylate
4e969e9db7 Remove unsafe code 2019-08-05 07:10:28 +08:00
Windel Bouwman
2613ee417d Merge pull request #1189 from palaviv/signal
signal support
2019-08-04 20:29:47 +02:00
Windel Bouwman
6fc7027230 Merge pull request #1199 from RustPython/set-star-expr
Add star expression in set literals.
2019-08-04 19:47:34 +02:00
Windel Bouwman
302073274a Merge pull request #1197 from RustPython/float-lexing
Fix lexing of 1else.
2019-08-04 19:43:00 +02:00
lynskylate
14c6b4028e Specific platform 2019-08-05 00:57:04 +08:00
lynskylate
5f4c8c65fa Impl gethostname sethostname inet_aton 2019-08-05 00:16:05 +08:00