Commit Graph

8541 Commits

Author SHA1 Message Date
Padraic Fanning
33a030aff9 Add test_xml_dom_minicompat from CPython 3.8 2021-07-12 20:02:13 -04:00
Jeong YunWon
6a94c90e86 Merge pull request #2733 from yossi-k/math-overflow-like-cpython
math: raise OverflowError when result is infinite
2021-07-12 18:12:12 +09:00
Yossi Konstantinovsky
e909f48f7e math: fix ldexp 2021-07-12 10:39:43 +03:00
Yossi Konstantinovsky
963e6e3df6 math: raise OverflowError when result is infinite
Matches CPython behavior.
2021-07-12 10:35:31 +03:00
Jeong YunWon
b556b42398 Merge pull request #2709 from DimitrisJim/iter_exhaustion
Fix iteration issues, pickling by marking iterators as exhausted.
2021-07-12 16:08:55 +09:00
Jeong YunWon
e5678daaa3 Merge pull request #2715 from DimitrisJim/frozenset_singleton
Make `frozenset(empty_iterable)` return a singleton.
2021-07-12 16:07:26 +09:00
Jeong YunWon
3576801786 Merge pull request #2734 from fanninpm/test-webbrowser
Add test_webbrowser from CPython 3.8
2021-07-12 16:06:38 +09:00
Jeong YunWon
d0cc0a4eb0 Merge pull request #2735 from fanninpm/test-wsgiref
Add test_wsgiref from CPython 3.8
2021-07-12 16:06:20 +09:00
jfh
712f95036d Remove allow_dead_code as it is unecessary now. 2021-07-12 00:25:34 +03:00
jfh
86cef6738d Address review comments. 2021-07-12 00:22:03 +03:00
Padraic Fanning
df773d77f9 Mark erroring/failing tests 2021-07-11 14:26:51 -04:00
Padraic Fanning
11ada0fec7 Add test_wsgiref from CPython 3.8 2021-07-11 14:26:51 -04:00
Padraic Fanning
3a8e0d0f72 Mark erroring/failing tests 2021-07-11 14:16:52 -04:00
Padraic Fanning
18eae4e601 Add test_webbrowser from CPython 3.8 2021-07-11 14:16:51 -04:00
Jeong YunWon
a8b911324a Merge pull request #2731 from jamestwebber/dead-batteries
Suggestion: remove PEP 594 "dead batteries" from whats_left.sh
2021-07-11 13:58:37 +09:00
James Webber
ac53b418af added comment 2021-07-10 23:40:38 -04:00
Jeong YunWon
667d137126 Merge pull request #2729 from fanninpm/test-weakref
Add test_weakref from CPython 3.8
2021-07-11 12:21:00 +09:00
Jeong YunWon
7a9936cfd1 Merge pull request #2730 from fanninpm/test-weakset
Add test_weakset from CPython 3.8
2021-07-11 12:20:34 +09:00
James Webber
f14daaaff7 removed deprecated modules from PEP 594 from whats_left.sh 2021-07-10 19:40:44 -04:00
Padraic Fanning
44d10c7e1e Skip flaky test in test_importlib/test_locks 2021-07-10 19:21:08 -04:00
Padraic Fanning
e9504aed11 Mark erroring/failing tests 2021-07-10 11:49:32 -04:00
Padraic Fanning
6d09fa9d45 Add test_weakset from CPython 3.8 2021-07-10 11:49:32 -04:00
Padraic Fanning
abead8c553 Skip doctests 2021-07-10 11:48:57 -04:00
Jeong YunWon
0602233877 Merge pull request #2728 from fanninpm/test-uu
Add test_uu from CPython 3.8
2021-07-10 14:16:52 +09:00
Padraic Fanning
245869b01f Mark erroring/failing tests 2021-07-09 23:55:41 -04:00
Padraic Fanning
911b2b61d1 Skip panicking tests 2021-07-09 23:22:42 -04:00
Padraic Fanning
f4011b1662 Add test_weakref from CPython 3.8 2021-07-09 23:22:41 -04:00
Padraic Fanning
3b8cd109c6 Mark erroring tests 2021-07-09 23:07:03 -04:00
Padraic Fanning
07345b0389 Add test_uu from CPython 3.8 2021-07-09 23:07:02 -04:00
Jeong YunWon
9b980df95b Merge pull request #2726 from sisungo/master
Change `os.rs` to build on musl libc
2021-07-10 04:23:35 +09:00
sisungo
c13806d384 Change os.rs to build on musl libc 2021-07-09 20:14:29 +08:00
Jeong YunWon
61632d9801 Merge pull request #2724 from fanninpm/test-utf8source
Add test_utf8source from CPython 3.8
2021-07-09 20:47:46 +09:00
Jeong YunWon
e3fab3a5fc Merge pull request #2723 from fanninpm/test-utf8-mode
Add test_utf8_mode
2021-07-09 20:47:21 +09:00
Padraic Fanning
deac676ff2 Mark erroring tests 2021-07-08 17:31:16 -04:00
Padraic Fanning
1faa3cd1a1 Add test_utf8source from CPython 3.8 2021-07-08 17:31:15 -04:00
Padraic Fanning
5692639d99 Skip flaky threading test 2021-07-08 17:30:31 -04:00
Jeong YunWon
aa8dd24f6e Merge pull request #2703 from fanninpm/test-userlist
Add test_userlist from CPython 3.8
2021-07-08 19:18:51 +09:00
Padraic Fanning
558df14a04 Mark failing test on Windows 2021-07-07 22:31:30 -04:00
Padraic Fanning
5da63a3701 Mark erroring/failing tests 2021-07-07 21:11:41 -04:00
Padraic Fanning
c157ac50c4 Add test_utf8_mode from CPython 3.8 2021-07-07 21:11:40 -04:00
Padraic Fanning
93898e8402 Mark unexpected panic on Windows 2021-07-07 21:07:42 -04:00
Padraic Fanning
36314ea2e2 Mark failing/unexpectedly passing tests 2021-07-07 21:07:42 -04:00
Padraic Fanning
772cd6e9cc Add test_userlist from CPython 3.8 2021-07-07 21:07:41 -04:00
Jeong YunWon
95d2f68cbf Merge pull request #2705 from deantvv/os-getgroups
os: Implement getgroups
2021-07-08 00:21:27 +09:00
Jeong YunWon
0aa05f071a Merge pull request #2707 from deantvv/os-pathconf
os: Implement (f)pathconf
2021-07-07 23:40:09 +09:00
Jeong YunWon
e51ca5753a Merge pull request #2704 from fanninpm/test-userstring
Add test_userstring from CPython 3.8
2021-07-07 23:36:30 +09:00
Jeong YunWon
fdb6fc47d8 Merge pull request #2722 from corona10/operator
Lib: Update operator.py to follow CPython's implementation
2021-07-07 23:27:32 +09:00
Jeong YunWon
fff68dca53 Merge pull request #2711 from DimitrisJim/range-fixes
Fix a number of range issues.
2021-07-07 23:21:18 +09:00
Jeong YunWon
2e6fea023a Merge pull request #2713 from DimitrisJim/vars_error
Fix test_vars in test_builtins.
2021-07-07 23:14:57 +09:00
Jeong YunWon
96eef21ec0 Merge pull request #2714 from DimitrisJim/tuple_singleton
Make tuple(empty_iterable) return empty_tuple
2021-07-07 23:13:22 +09:00