Noah
|
93ec575423
|
Merge pull request #2341 from carbotanium/test
Change sum and round to take keywords
|
2020-11-24 16:20:18 -06:00 |
|
Noah
|
749e6afd3d
|
Merge pull request #2338 from carbotaniuman/frozenset
Make frozenset idempotent and unskip some set tests
|
2020-11-23 21:16:25 -06:00 |
|
carbotaniuman
|
6484df327e
|
Make frozenset idempotent and unskip some set tests
|
2020-11-21 14:57:10 -06:00 |
|
carbotaniuman
|
0388dac94a
|
Remove todos from tests
|
2020-11-19 08:46:09 -06:00 |
|
carbotaniuman
|
2b0c7f85f6
|
Return same object if exact type in int, float, complex
|
2020-11-17 12:52:27 -06:00 |
|
Noah
|
6d7eae98b8
|
Add iter, iternext slots & Allow deleting slot magic methods
|
2020-11-17 23:47:48 +09:00 |
|
Noah
|
64b951e7d1
|
Merge pull request #2325 from RustPython/coolreader18/string-intern
Add string interning
|
2020-11-16 00:20:21 -06:00 |
|
carbotaniuman
|
d76cb3b365
|
Fix float power and complex division
|
2020-11-16 13:49:16 +09:00 |
|
Noah
|
06e484672a
|
Merge pull request #2326 from carbotaniuman/master
Add ability to use `__trunc__` to `int()`
|
2020-11-14 23:32:07 -06:00 |
|
Noah
|
15984fca6f
|
Remove leftover comment
|
2020-11-14 22:06:29 -06:00 |
|
Noah
|
e06254ab8e
|
Merge pull request #2328 from carbotaniuman/fix-min
Fix min test case by doing mroe validation
|
2020-11-14 21:34:54 -06:00 |
|
Jeong YunWon
|
97304ddc52
|
unksip test_with.py
|
2020-11-12 11:30:33 +09:00 |
|
Jeong YunWon
|
864d25566a
|
unksip test_unicode.py
|
2020-11-12 11:30:33 +09:00 |
|
Jeong YunWon
|
52e8342e91
|
unksip test_tuple.py
|
2020-11-12 11:30:33 +09:00 |
|
Jeong YunWon
|
9e9163b43a
|
unskip test_symtable
|
2020-11-12 11:30:33 +09:00 |
|
Jeong YunWon
|
950ae441f3
|
unskip test_set.py
|
2020-11-12 11:30:33 +09:00 |
|
Jeong YunWon
|
f907419eef
|
unskip test_raise.py
|
2020-11-12 11:30:33 +09:00 |
|
Jeong YunWon
|
5cedef3191
|
unksip test_opcode.py
|
2020-11-12 11:30:33 +09:00 |
|
Jeong YunWon
|
867aa235e5
|
unksip test_module.py
|
2020-11-12 11:30:33 +09:00 |
|
Jeong YunWon
|
530784389c
|
unskip test_list.py
|
2020-11-12 11:30:33 +09:00 |
|
Jeong YunWon
|
308f831810
|
unksip test_io.py
|
2020-11-12 11:30:33 +09:00 |
|
Jeong YunWon
|
ef87fbe713
|
unksip test_imp.py
|
2020-11-12 11:30:33 +09:00 |
|
Jeong YunWon
|
c37c1bbf93
|
unskip test_grammar.py
|
2020-11-12 11:30:33 +09:00 |
|
Jeong YunWon
|
5dc6113491
|
unskip test_glob.py
|
2020-11-12 11:30:33 +09:00 |
|
Jeong YunWon
|
2970af237a
|
unskip test_exceptions.py
|
2020-11-12 11:30:33 +09:00 |
|
Jeong YunWon
|
0aa138817c
|
unskip test_class.py
|
2020-11-12 11:30:33 +09:00 |
|
Jeong YunWon
|
02c05cc217
|
unksip test_builtin.py
|
2020-11-12 11:30:33 +09:00 |
|
Jeong YunWon
|
da53f94c6f
|
unskip test_asyncgen.py
|
2020-11-12 11:30:33 +09:00 |
|
Jeong YunWon
|
78ba2126df
|
unskip mapping_tests.py
|
2020-11-12 11:30:33 +09:00 |
|
Jeong YunWon
|
9b2e0a7ed4
|
unksip test_list.py
|
2020-11-12 11:30:33 +09:00 |
|
Jeong YunWon
|
fb69414f5d
|
unskip test_dict tests
|
2020-11-12 11:30:33 +09:00 |
|
carbotaniuman
|
49b5d37905
|
Fix min test case by doing mroe validation
|
2020-11-11 16:27:02 -06:00 |
|
carbotaniuman
|
da9be2f7ef
|
Fix clippy lint and unblock a test case
|
2020-11-11 15:48:22 -06:00 |
|
carbotaniuman
|
ace2cb8f2f
|
Fix edge cases in mod and complex division
|
2020-11-11 14:33:07 -06:00 |
|
Noah
|
b30ca99a09
|
Implement string interning
|
2020-11-08 21:35:04 -06:00 |
|
Noah
|
17e0e75622
|
Merge pull request #2323 from RustPython/coolreader18/buffer-io
Fully implement buffered IO
|
2020-11-07 15:23:54 -06:00 |
|
Noah
|
916bb4cf1c
|
Fix some other tests
|
2020-11-06 17:37:52 -06:00 |
|
Noah
|
0b9beeba6f
|
Merge pull request #2318 from qingshi163/bytes-format
Reimpl cformat to suit for bytes
|
2020-11-06 15:48:37 -06:00 |
|
Noah
|
d2a302cb2f
|
Skip tests in test_io
|
2020-11-06 15:41:55 -06:00 |
|
Noah
|
3f6504c3cd
|
Add _pyio, test.test_io from CPython 3.8.3
|
2020-11-06 15:41:55 -06:00 |
|
Noah
|
02daac61e5
|
Try fixing macos deadlock
|
2020-11-02 12:42:44 -06:00 |
|
Noah
|
606d8196b6
|
Skip some importlib tests on windows + fix weird errors, hopefully?
|
2020-11-02 12:42:44 -06:00 |
|
Kangzhi Shi
|
d4af9d0bfe
|
Reimpl cformat to suit for bytes
|
2020-11-01 20:04:41 +02:00 |
|
hyperbora
|
babebf0794
|
fix math.acosh
|
2020-10-31 00:26:18 +09:00 |
|
Noah
|
525ff493a1
|
Merge pull request #2311 from rodrigocam/master
Add socket sendfile function
|
2020-10-28 12:18:52 -05:00 |
|
Noah
|
ad3922ae91
|
Skip shutil test
|
2020-10-28 11:12:01 -05:00 |
|
Noah
|
7d45672f4e
|
Skip unrelated test in test_os
|
2020-10-27 22:14:07 -05:00 |
|
Noah
|
0f84bd4070
|
Update pystruct + array
|
2020-10-26 12:13:24 -05:00 |
|
Noah
|
25a388cb70
|
Merge pull request #2309 from RustPython/coolreader18/math-fixes
Implement nextafter in Rust
|
2020-10-26 12:01:51 -05:00 |
|
Noah
|
e772b42f36
|
Fix a few math tests and implement nextafter in rust
|
2020-10-25 13:43:33 -05:00 |
|