509 Commits

Author SHA1 Message Date
Noah
07cad58292 Skip test_ftplib on windows 2021-01-11 17:32:30 -06:00
Noah
5ead2864ae Skip unsupported tests 2021-01-11 17:32:29 -06:00
Noah
8d95d642df Add keycert files from CPython 3.8.3 2021-01-11 17:32:29 -06:00
Noah
47e268a98c Add test.test_ftplib from CPython 3.8.3 2021-01-11 17:32:18 -06:00
Noah
76306b2260 Add half-float support for struct 2021-01-07 23:44:44 -06:00
Kangzhi Shi
44048f60cb Implement memoryview cast 2020-12-27 19:03:05 +02:00
Noah
d177b8f1a3 Merge pull request #2377 from carbotaniuman/fsum
Add fsum to the math module
2020-12-23 20:49:12 -06:00
carbotaniuman
9faed3582a Address review 2020-12-21 22:29:15 -06:00
carbotaniuman
0ff37540ab Add fsum to the math module 2020-12-19 19:32:08 -06:00
Noah
99a8d68933 Fix test_exceptions.testRaising 2020-12-19 15:09:20 -06:00
Noah
9b76dc38d8 Merge pull request #2357 from hyperbora/fix-memoryview-compare
fix memoryview compare
2020-12-13 19:32:14 -06:00
hyperbora
928fbcda50 fix memoryview compare 2020-12-07 21:58:54 +09:00
Noah
5bbe2da1ef Merge pull request #2350 from isidentical/issue-2349
Handle raw yield expressions as RHS for augmented/annotated assignments
2020-12-06 11:12:04 -06:00
Noah
7c58f4a0c8 Fast locals part 3 2020-12-05 16:36:35 -06:00
Batuhan Taskaya
f2ba4124ba Remove expected failure from test_var_annot_rhs 2020-11-30 18:09:45 +03:00
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