carbotaniuman
|
6484df327e
|
Make frozenset idempotent and unskip some set tests
|
2020-11-21 14:57:10 -06:00 |
|
coolreader18
|
c5fca81eae
|
Fix regrtest results collection
|
2020-11-21 01:43:28 -06:00 |
|
Noah
|
1c6d7711aa
|
Fix clippy error with rust update
|
2020-11-20 23:10:43 -06:00 |
|
Noah
|
dcfa60b5bd
|
Merge pull request #2337 from owtotwo/master
Fix os.stat().st_mode error in windows
|
2020-11-19 00:35:48 -06:00 |
|
owtotwo
|
bd068a1eb8
|
use oct number like CPython fileutils.c instead of decimal number leading zero
|
2020-11-18 18:27:17 +08:00 |
|
Noah
|
7bc6e383a9
|
Merge pull request #2333 from RustPython/coolreader18/lzfear
Use lz-fear to get streaming decompression for bytecode
|
2020-11-17 11:06:49 -06:00 |
|
Noah
|
30b5fb22ef
|
Use lz-fear to get streaming decompression for bytecode
|
2020-11-17 09:49:31 -06:00 |
|
Jeong YunWon
|
1f1b71301b
|
Merge pull request #2332 from RustPython/coolreader18/timeit
Add the timeit module
|
2020-11-17 23:54:27 +09:00 |
|
Noah
|
6d7eae98b8
|
Add iter, iternext slots & Allow deleting slot magic methods
|
2020-11-17 23:47:48 +09:00 |
|
Noah
|
1080f06199
|
Modify timeit.py to make it work on rustpython
|
2020-11-16 17:07:05 -06:00 |
|
Noah
|
52278196a7
|
Add timeit.py from CPython 3.8.3
|
2020-11-16 17:05:47 -06: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 |
|
Noah
|
9214f416a4
|
Use a more generic PyRefExact
|
2020-11-14 21:28:37 -06:00 |
|
carbotaniuman
|
6498d7922d
|
Fix clippy maybe?
|
2020-11-14 13:11:47 -06:00 |
|
carbotaniuman
|
a6f7bb8845
|
Remove mut
|
2020-11-13 19:52:59 -06:00 |
|
carbotaniuman
|
135c0e56ef
|
Delete unnecessary mut
|
2020-11-13 15:20:29 -06:00 |
|
carbotaniuman
|
55332276ad
|
Format
|
2020-11-13 15:02:39 -06:00 |
|
carbotaniuman
|
792aed3785
|
Refactor into min_or_max
|
2020-11-13 14:58:31 -06:00 |
|
Jeong YunWon
|
a97428b30c
|
Merge pull request #2327 from youknowone/unskip-tests
Unskip tests
|
2020-11-13 19:51:20 +09: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
|
b66ed56099
|
Format
|
2020-11-11 20:12:04 -06:00 |
|
carbotaniuman
|
3a45839e01
|
Supress clippy lint that doesn't work
|
2020-11-11 19:17:39 -06:00 |
|
carbotaniuman
|
1aa603ac6a
|
Format
|
2020-11-11 16:40:42 -06: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
|
7bfc811b71
|
Format
|
2020-11-11 14:33:38 -06:00 |
|
carbotaniuman
|
ace2cb8f2f
|
Fix edge cases in mod and complex division
|
2020-11-11 14:33:07 -06:00 |
|