SeungUkLee
|
74618c99ef
|
Impl socket htonl
|
2019-08-15 12:24:14 +09:00 |
|
Aviv Palivoda
|
d7ea32cde9
|
Merge pull request #1238 from youknowone/macos-stdlib-subprocess
Fix stdlib_subprocess for macOS
|
2019-08-13 18:22:31 +03:00 |
|
Windel Bouwman
|
e0431c0ca7
|
Merge pull request #1243 from mpajkowski/zlib_module
Implement zlib module
|
2019-08-13 07:12:21 +02:00 |
|
Jeong YunWon
|
039cc12852
|
int.__[r]floordiv__ to use BigInt.div_floor
|
2019-08-13 11:05:34 +09:00 |
|
Jeong YunWon
|
e819b9a2e3
|
Add int.__rdivmod__
|
2019-08-13 11:01:28 +09:00 |
|
Jeong YunWon
|
f486f3031f
|
Fix int.__divmod__
|
2019-08-13 11:01:28 +09:00 |
|
Windel Bouwman
|
7fd01b0643
|
Merge pull request #1231 from yjhmelody/fix_int_fn
fix int fn
|
2019-08-12 19:52:25 +02:00 |
|
Marcin Pajkowski
|
2752cc4ae0
|
Add tests for zlib
|
2019-08-12 18:32:24 +02:00 |
|
Marcin Pajkowski
|
94468f5e1d
|
Remove assert os.getppid() < os.getpid()
|
2019-08-12 12:15:47 +02:00 |
|
Windel Bouwman
|
752ac1df51
|
Merge pull request #1232 from corona10/gh-1212
gh-1212: Fix scope_for_name to catch NameError properly
|
2019-08-12 07:32:02 +02:00 |
|
Windel Bouwman
|
d83cfb4cef
|
Merge pull request #1234 from RustPython/short-circuit-evaluation
Improve the situation regarding boolean operations.
|
2019-08-12 07:30:28 +02:00 |
|
Dong-hee Na
|
6df3800055
|
Fix scope_for_name to catch NameError properly
|
2019-08-12 10:19:31 +09:00 |
|
Windel Bouwman
|
0129bb5c75
|
Merge pull request #1226 from palaviv/subprocess-2
Extend subprocess.Popen
|
2019-08-11 20:47:14 +02:00 |
|
Windel Bouwman
|
36d8147e8e
|
Improve the situation regarding boolean operations.
|
2019-08-11 20:20:15 +02:00 |
|
yjhmelody
|
7c42a18ab6
|
add test cases for int fn
|
2019-08-12 00:32:01 +08:00 |
|
Windel Bouwman
|
a400f6631c
|
Improve lexing of numbers with underscores.
|
2019-08-11 09:29:21 +02:00 |
|
Jeong YunWon
|
36c263f364
|
Fix stdlib_subprocess for macOS
|
2019-08-11 13:30:28 +09:00 |
|
Aviv Palivoda
|
f790de2401
|
Fix windows test
|
2019-08-10 22:29:20 +03:00 |
|
Aviv Palivoda
|
c44b1c843f
|
Make test less flaky
|
2019-08-10 09:53:39 +03:00 |
|
lynskylate
|
3775e04dcd
|
Fix pyobject truth value
|
2019-08-09 21:05:58 +08:00 |
|
Aviv Palivoda
|
93701098f9
|
Add Popen.communicate
|
2019-08-09 14:27:28 +03:00 |
|
Aviv Palivoda
|
572e3b6e93
|
Add Popen.kill
|
2019-08-09 13:21:51 +03:00 |
|
Aviv Palivoda
|
a3ad97c786
|
Add Popen.terminate
|
2019-08-09 13:19:39 +03:00 |
|
Windel Bouwman
|
fc8aba1b68
|
Merge pull request #1215 from RustPython/syntax-fixes
Add variable annotation syntax.
|
2019-08-09 11:22:55 +02:00 |
|
coolreader18
|
ed3b1973be
|
Fix weird yield from interpreter bug
|
2019-08-08 17:41:39 -05: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
|
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
|
2fdfcb96a5
|
Add parser support for async for loop. Add yield expression inside parentheses.
|
2019-08-07 20:11:27 +02:00 |
|
yf
|
7b9d54f77a
|
Add math.gcd
|
2019-08-08 01:51:46 +08:00 |
|
Windel Bouwman
|
1da260a299
|
Merge pull request #1210 from ypyf/ttyname
Add os.ttyname
|
2019-08-07 17:20:20 +02:00 |
|
Windel Bouwman
|
c5e7fbab11
|
Properly fill the __annotations__ dictionary.
|
2019-08-07 16:13:12 +02:00 |
|
Windel Bouwman
|
ded9d5ba5b
|
Add variable annotation syntax. Simplify grammar for comprehensions. Add capital J suffix for complex numbers.
|
2019-08-07 15:31:24 +02:00 |
|
Windel Bouwman
|
de89349d8d
|
Fix import syntax to require at least one imported symbol. Fixes #1211.
|
2019-08-07 13:00:34 +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 |
|
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
|
5f4c8c65fa
|
Impl gethostname sethostname inet_aton
|
2019-08-05 00:16:05 +08:00 |
|
yf
|
18bbe94753
|
Add os.openpty
|
2019-08-04 18:26:15 +08:00 |
|
Aviv Palivoda
|
f24c6daeb0
|
Add some windows test to signal
|
2019-08-03 10:37:56 +03:00 |
|
Windel Bouwman
|
19dd58cbad
|
Add star expression in set literals.
|
2019-08-02 20:55:37 +02:00 |
|
Windel Bouwman
|
b2d0729ca8
|
Fix lexing of 1else.
|
2019-08-02 19:08:59 +02:00 |
|
Aviv Palivoda
|
f3b4b28ec2
|
SIGINT not defined on windows
|
2019-08-02 09:46:19 +03:00 |
|