Aviv Palivoda
|
3db197c4b1
|
Fix set intersection_update
|
2020-02-22 12:59:48 +02:00 |
|
Aviv Palivoda
|
84250294b0
|
Fix frozenset hash
|
2020-02-22 12:36:27 +02:00 |
|
Aviv Palivoda
|
be9d8a4a56
|
Fix symmetric_difference
|
2020-02-22 11:22:01 +02:00 |
|
Aviv Palivoda
|
f21e35c31a
|
Merge pull request #1771 from palaviv/set-tests
Add CPython Set tests and support Args in methods
|
2020-02-22 10:01:02 +02:00 |
|
Noah
|
15163acdaa
|
Merge pull request #1769 from RustPython/coolreader18/struct-class
Reorganize struct module, add struct.Struct
|
2020-02-21 13:05:02 -06:00 |
|
Aviv Palivoda
|
fb7a2ce686
|
Mark unsupported tests
|
2020-02-21 11:12:50 +02:00 |
|
Windel Bouwman
|
90b862258b
|
Merge pull request #1765 from youknowone/allow-star-exp
Allow star expression for list elements
|
2020-02-21 10:07:21 +01:00 |
|
Noah
|
82d683730c
|
Misc changes
|
2020-02-20 23:53:19 -06:00 |
|
Noah
|
7f6cdc68c4
|
Add struct.Struct.size property
|
2020-02-20 23:08:37 -06:00 |
|
Noah
|
e1b63bdd4a
|
Add struct.Struct test
|
2020-02-20 22:33:33 -06:00 |
|
Noah
|
0dcb4d4b2e
|
Reorganize struct module, add struct.Struct
|
2020-02-20 22:33:25 -06:00 |
|
Noah
|
af7ed15454
|
Merge pull request #1768 from youknowone/fix-test-warnings
Remove test warnings
|
2020-02-18 06:50:16 -06:00 |
|
Jeong YunWon
|
9bbdbb6b3b
|
Remove test warnings
|
2020-02-18 08:14:48 +00:00 |
|
Aviv Palivoda
|
9ba7e6e691
|
Add test_set from CPython 3.8
|
2020-02-16 20:32:50 +02:00 |
|
Aviv Palivoda
|
34d8c44952
|
Support Args in set/frozenset methods
|
2020-02-16 20:32:50 +02:00 |
|
Jeong YunWon
|
1abe7e3313
|
Allow star expression for list elements
|
2020-02-16 17:32:51 +09:00 |
|
Noah
|
e4eb2e5400
|
Merge pull request #1761 from RustPython/coolreader18/random-wasm
Make _random work on wasm
|
2020-02-14 15:20:27 -06:00 |
|
Noah
|
2b5e32aaab
|
Make _random work on wasm
|
2020-02-14 10:49:53 -06:00 |
|
Jeong YunWon
|
2738a166fa
|
Merge pull request #1757 from palaviv/test-baseexception
Add more CPython tests
|
2020-02-14 16:51:58 +09:00 |
|
Aviv Palivoda
|
29cf716c43
|
Mark unsupported tests
|
2020-02-14 09:02:56 +02:00 |
|
Aviv Palivoda
|
bdffe3bc59
|
Add test_raise from CPython 3.8
|
2020-02-14 09:02:49 +02:00 |
|
Aviv Palivoda
|
2c24c726fa
|
Add test_pow from CPython 3.8
|
2020-02-14 09:02:40 +02:00 |
|
Aviv Palivoda
|
eb6b1fa34f
|
Mark unsupported tests
|
2020-02-14 09:02:38 +02:00 |
|
Aviv Palivoda
|
3f44dd4340
|
Add test_opcodes from CPython 3.8
|
2020-02-14 09:02:32 +02:00 |
|
Aviv Palivoda
|
5622fd0704
|
Mark unsupported tests
|
2020-02-14 09:02:30 +02:00 |
|
Aviv Palivoda
|
df85907bf8
|
Add test_int from CPython 3.8
|
2020-02-14 09:02:23 +02:00 |
|
Aviv Palivoda
|
bcd5499475
|
Add test_int_literal from CPython 3.8
|
2020-02-14 09:02:14 +02:00 |
|
Aviv Palivoda
|
d9e8c4b08d
|
Mark unsupported tests
|
2020-02-14 09:02:12 +02:00 |
|
Aviv Palivoda
|
b967068d81
|
Add test_baseexception from CPython 3.8
|
2020-02-14 09:01:59 +02:00 |
|
Noah
|
c947ec01a7
|
Merge pull request #1743 from RustPython/coolreader18/gitpod
Add gitpod configuration
|
2020-02-11 21:35:06 -06:00 |
|
Noah
|
133a571848
|
Merge pull request #1759 from minhnhdo/master
Add as_integer_ratio to PyInt
|
2020-02-11 18:54:35 -06:00 |
|
Do Nhat Minh
|
0c731e8a9b
|
Add as_integer_ratio to PyInt
|
2020-02-11 16:01:22 -05:00 |
|
Aviv Palivoda
|
37fe20234d
|
Merge pull request #1756 from minhnhdo/master
Add __pos__ to PyComplex
|
2020-02-10 19:13:11 +02:00 |
|
Do Nhat Minh
|
914454e4ba
|
Add __pos__ to PyComplex
|
2020-02-10 11:23:50 -05:00 |
|
Aviv Palivoda
|
176fa581b6
|
Merge pull request #1722 from palaviv/os-uname
Change platform to CPython pure python platform
|
2020-02-10 18:14:58 +02:00 |
|
Aviv Palivoda
|
05cb8496bd
|
Skip CPython test on Windows
|
2020-02-08 11:48:37 +02:00 |
|
Aviv Palivoda
|
1e8ea10278
|
Allow CPython tests to run on Mac
|
2020-02-08 11:45:35 +02:00 |
|
Jeong YunWon
|
fdbef417f3
|
Merge pull request #1735 from youknowone/pybool
PyBool
|
2020-02-07 12:40:00 +09:00 |
|
Jeong YunWon
|
8d7be94b03
|
PyBool
|
2020-02-07 11:56:31 +09:00 |
|
Aviv Palivoda
|
e41140cdc7
|
Use github action to set RUSTPYTHONPATH
|
2020-02-06 22:43:24 +02:00 |
|
Aviv Palivoda
|
9e00501749
|
Run Cpython tests on Mac and Windows
|
2020-02-06 21:53:31 +02:00 |
|
Aviv Palivoda
|
6df27f5a58
|
Remove unsused code in platform.py
|
2020-02-06 21:53:31 +02:00 |
|
Aviv Palivoda
|
2a05c4e069
|
Mark unsupported platform tests
|
2020-02-06 21:53:31 +02:00 |
|
Aviv Palivoda
|
4720a2b638
|
Add test_platform from CPython
|
2020-02-06 21:53:31 +02:00 |
|
Aviv Palivoda
|
bbb04c3ded
|
Use rust _platform to version
|
2020-02-06 21:53:31 +02:00 |
|
Aviv Palivoda
|
6660b64507
|
os.uname only on unix
|
2020-02-06 21:53:31 +02:00 |
|
Aviv Palivoda
|
8baaa5d508
|
Enable platform.platform
|
2020-02-06 21:53:31 +02:00 |
|
Aviv Palivoda
|
7202ad303d
|
make version less public
|
2020-02-06 21:53:31 +02:00 |
|
Aviv Palivoda
|
6f4437c592
|
Change version to RustPython
|
2020-02-06 21:53:31 +02:00 |
|
Aviv Palivoda
|
12f400483d
|
Change to pure python platform
|
2020-02-06 21:53:31 +02:00 |
|