5798 Commits

Author SHA1 Message Date
Noah
5343c0bd0b Release 0.1.2
rustpython@0.1.2
rustpython-bytecode@0.1.2
rustpython-compiler@0.1.2
rustpython-derive@0.1.2
rustpython-parser@0.1.2
rustpython-vm@0.1.2
rustpython_freeze@0.1.2
rustpython_wasm@0.1.2

Generated by cargo-workspaces
v0.1.2
2020-06-21 18:50:01 -05:00
Noah
f40c3d4ab1 Fix thread.rs 2020-06-21 15:39:13 -05:00
Jeong YunWon
437a81996f Merge pull request #1970 from youknowone/sub-1962
non-subprocess stuff from #1962
2020-06-22 03:57:47 +09:00
Noah
ca7d9b625a Fix error with latest parking_lot version 2020-06-21 11:45:26 -05:00
Noah
ec1c9f9410 Add os.kill 2020-06-21 21:05:23 +09:00
Noah
26bcb1f6ab Add os.access on windows 2020-06-21 21:01:31 +09:00
Noah
d40533be5f Add os.wait[pid] and associated functions/constants 2020-06-21 20:53:45 +09:00
Noah
05a0202d43 Add os.posix_spawn[p] 2020-06-21 20:53:44 +09:00
Noah
490c638b4f Add size_hint() to PyIterator 2020-06-21 19:33:12 +09:00
Jeong YunWon
5f5478dba1 Merge pull request #1968 from youknowone/fix-clippy
Fix clippy warning
2020-06-21 16:28:10 +09:00
Jeong YunWon
82a596bd21 Fix clippy warning 2020-06-21 00:05:02 +09:00
Noah
50770f5155 Merge pull request #1965 from volodg/master
make "frame" module public
2020-06-18 15:13:11 -05:00
Jeong YunWon
c5bdd8c53b Merge pull request #1950 from TheAnyKey/TheAnyKey/p310_bitcount
Implement bitcount for int (Py310 BPO-29882)
2020-06-18 14:45:22 +09:00
Jeong YunWon
8e8efe0ec8 reform every TODO: RUSTPYTHON to same format 2020-06-17 18:47:13 +09:00
TheAnyKey
a21c6fb8ee implementation of Py310 int.bit_count 2020-06-17 18:42:21 +09:00
TheAnyKey
6bcd1da76b Skipping format test as it is inconclusive 2020-06-17 18:42:21 +09:00
CPython dev
09ef0b6b24 dedicated commit with test_long.py from CPython 3.10 (dev) 2020-06-17 18:42:12 +09:00
gorbv
4cadc9db3c make "frame" module public 2020-06-14 21:00:55 +02:00
Aviv Palivoda
7a89a4bcfd Merge pull request #1961 from mrmiywj/support_setresgid_in_os_module
Support setresgid in os module
2020-06-12 09:17:06 +03:00
Noah
f284b4ca95 Merge pull request #1951 from TheAnyKey/TheAnyKey/p38_named_expression_completion
Fix scope issue for non-locals
2020-06-10 16:36:12 -05:00
TheAnyKey
7fae55fa51 corrected and added comments 2020-06-10 18:13:47 +00:00
mrmiywj
6a1d7a8d11 return None if setregid success 2020-06-10 00:56:21 -07:00
mrmiywj
f5a0bcc5de support setresgid in os module 2020-06-10 00:05:55 -07:00
Ivan.Yang
b03b8923f1 support setgroups in os module 2020-06-09 17:49:55 +09:00
Noah
babaebad1a Merge pull request #1952 from RustPython/coolreader18/32bit-support
32 bit support
2020-06-06 21:03:43 -05:00
Noah
2fc90e17ac Fix error messages for index overflows 2020-06-06 17:14:32 -05:00
Noah
806d4bdfd4 Refactor a lot of objsequence 2020-06-06 17:14:32 -05:00
Noah
b245712949 Fix some 32-bit only oom tests + others 2020-06-06 17:14:32 -05:00
Noah
3f9665370d Allow to compile for 32-bit targets 2020-06-06 17:14:32 -05:00
Noah
5f34c61cb9 Merge pull request #1957 from RustPython/coolreader18/json-encode_basestring
Implement _json.encode_basestring{,_ascii}
2020-06-06 17:13:00 -05:00
Noah
74f261a22c Fix Rust 1.44 clippy warnings 2020-06-06 15:37:47 -05:00
Noah
0fb79e1086 Implement _json.encode_basestring{,_ascii} 2020-06-06 15:33:29 -05:00
Noah
569031d404 Merge pull request #1958 from xjvs/patch-1
Fix link to introduction of parser blog
2020-06-04 14:58:36 -05:00
xjvs
83a58a63a8 Update README.md 2020-06-04 18:21:45 +08:00
Noah
c2bbacf19a Add __name__ and __module__ fields to builtin functions 2020-06-03 16:19:28 -05:00
Noah
2224650fbb Impl DictKey for &PyStringRef 2020-06-03 16:17:19 -05:00
TheAnyKey
f5e83c2e90 Commit contains only new test cases from CPython 3.9 2020-06-03 18:25:02 +00:00
TheAnyKey
8f6841f61f removed extraneous test case, which is covered by test_scope.py 2020-06-03 18:18:00 +00:00
Jeong YunWon
5348e87772 Merge pull request #1948 from palaviv/home-page
Add link to home page
2020-06-03 16:41:55 +09:00
Jeong YunWon
5f40d99b04 Merge pull request #1917 from youknowone/test-unpack
Fix unpack error messages and add unittest test_unpack.py
2020-06-03 16:41:18 +09:00
Jeong YunWon
596bbfa58d Merge pull request #1955 from RustPython/coolreader18/fix-redox
Fix redox compilation
2020-06-03 13:33:41 +09:00
Jeong YunWon
1031fd7e8b Merge pull request #1954 from RustPython/coolreader18/fix-codecov
Fix codecov collection
2020-06-03 13:31:59 +09:00
Noah
f105e72e70 Merge pull request #1944 from RustPython/coolreader18/_thread-_local
Add _thread._local
2020-06-02 19:37:27 -05:00
Noah
fa2f5d640a Use the thread_local crate for local dicts 2020-06-02 15:32:01 -05:00
Noah
70f21cf4a1 Add script for running rustpython in redoxer with Lib 2020-06-02 15:21:35 -05:00
Noah
2576321c2e Fix compilation on redox 2020-06-02 15:21:33 -05:00
Noah
fb3a6c71da Disabling panic=abort temporarily 2020-06-02 15:13:11 -05:00
Jeong YunWon
595f68bd6f Merge pull request #1949 from gcarq/cpython-test-coverage
Add some tests from CPython 3.8.3
2020-06-03 00:36:53 +09:00
TheAnyKey
0ba6470ecf minor optimization 2020-06-02 08:03:15 +00:00
Noah
d940886411 Fix -Zno-landing-pads 2020-06-02 02:56:10 -05:00