Jeong YunWon
412fffbc5d
Merge pull request #2792 from DimitrisJim/init_bltins
...
Initialize with init for mutable builtins.
2021-08-05 03:59:19 +09:00
jfh
6950ad6ee4
Initialize with init for mutable builtins.
2021-08-04 20:57:47 +03:00
Jeong YunWon
62af4222ba
Merge pull request #2739 from fanninpm/test-xmlrpc
...
Add test_xmlrpc from CPython 3.8
2021-08-04 14:00:28 +09:00
Padraic Fanning
1cd25cdb41
Mark failing tests due to GitHub Actions sandbox
2021-08-02 20:23:33 -04:00
Jim Fasarakis-Hilliard
8f397947fe
Merge pull request #2784 from jungsu-kwon/test-deque
...
added test_deque.py from CPython 3.8.7
2021-08-02 17:20:13 +03:00
jungsu.kwon
d44c98e926
skipped tests with error
2021-08-02 20:29:16 +09:00
jungsu.kwon
c3c8148d68
added expectedFailure for failing tests
2021-08-02 20:17:43 +09:00
jungsu.kwon
4142fd630d
skipped hanging/panicking tests
2021-08-02 20:11:06 +09:00
jungsu.kwon
89d349be7a
added test_deque.py from CPython 3.8.7
2021-08-02 20:06:28 +09:00
Nikita Sobolev
8009697498
Adds correct __repr__ to PyBuiltinMethod
2021-08-02 19:07:16 +09:00
Jeong YunWon
1d4214fab8
Merge pull request #2738 from fanninpm/test-xml-etree
...
Add test_xml_etree from CPython 3.8
2021-08-02 16:23:18 +09:00
Jeong YunWon
8d1757381a
Merge pull request #2773 from DimitrisJim/math_tests
...
Add additional files for math tests and fix commented tests in tests_math.
2021-08-02 04:06:52 +09:00
jfh
53e8f5c17d
Uncomment tests, mark the failing/need to skip.
2021-08-01 04:21:42 +03:00
jfh
0c81452bf3
Add additional math tests from CPython 3.8
2021-08-01 04:21:06 +03:00
Padraic Fanning
84a5fdb292
Update xml.etree.ElementPath to CPython 3.8
2021-07-31 18:28:28 -04:00
Padraic Fanning
05fff92c1b
Update xml.etree.ElementTree to CPython 3.8
2021-07-31 18:28:28 -04:00
Padraic Fanning
4eeb01fbce
Mark erroring/failing/hanging tests
2021-07-31 18:28:28 -04:00
Padraic Fanning
111366d8a7
Add test_xml_etree from CPython 3.8
...
Also adds the following supporting files:
- everything in the xmltestdata/c14n-20/ directory
- xmltestdata/expat224_utf8_bug.xml
- xmltestdata/simple-ns.xml
- xmltestdata/simple.xml
2021-07-31 18:28:28 -04:00
Padraic Fanning
9db603f0c0
Mark erroring/failing tests
2021-07-31 15:53:37 -04:00
Padraic Fanning
13a08de3e8
Skip tests that appear to hang
2021-07-31 15:53:37 -04:00
Padraic Fanning
340d2c29fa
Add test_xmlrpc from CPython 3.8
2021-07-31 15:53:36 -04:00
Jeong YunWon
b57c36ef64
Merge pull request #2769 from DimitrisJim/fast_range_iter
...
Fast range iterator
2021-08-01 02:51:47 +09:00
jfh
1115511e3d
Add fast range iterator.
2021-07-30 19:19:30 +03:00
Jeong YunWon
2d3b85b28c
Mark unexpected failre of new test_bytes tests
2021-07-30 21:56:01 +09:00
Jeong YunWon
b5686d01ca
Update test_bytes.py to 3.9.6
2021-07-30 21:56:01 +09:00
fermian
766fbeadaf
Fix list_tests.py
2021-07-29 22:54:51 +09:00
Jim Fasarakis-Hilliard
8a967e84c6
Fix arguments for islice. 3 args are allowed.
2021-07-28 11:35:43 +09:00
Jeong YunWon
cb3d58ccce
Merge pull request #2749 from deantvv/os-fdopen-invalid
...
os: fix fdopen invalid file descriptor
2021-07-27 01:03:49 +09:00
Jeong YunWon
4988d1398a
Merge pull request #2754 from DimitrisJim/repeat_fixes
...
Add fixes for itertools.repeat
2021-07-27 01:02:23 +09:00
Dean Li
e1ce1e7ac4
os: fix fdopen invalid file descriptor
2021-07-26 23:00:29 +08:00
jfh
ab382dbc84
Add fixes for itertools.repeat.
2021-07-25 22:13:27 +03:00
Jeong YunWon
24800cbfcf
Merge pull request #2742 from DimitrisJim/tuple_iter
...
Add __length_hint__, __setstate__, __reduce__ for tuple iterator.
2021-07-23 19:11:38 +09:00
jfh
0c764291fd
Add __length_hint__, __setstate__, __reduce__ for tuple iterator.
2021-07-21 22:55:54 +03:00
Yossi Konstantinovsky
f35f6ad18c
tests: fix test_mac_ver on M1 macs
2021-07-20 14:36:05 +03:00
Yossi Konstantinovsky
570a3893e7
pyexpat: remove expected failure from passing tests
2021-07-20 14:36:05 +03:00
Yossi Konstantinovsky
ec90a2267a
pyexpat: mark tests as expected failure
2021-07-20 14:36:05 +03:00
Yossi Konstantinovsky
d382009a5f
add initial pyexpat implementation
2021-07-20 14:36:02 +03:00
Yossi Konstantinovsky
2aa67a8881
add test_pyexpat
2021-07-19 21:46:35 +03:00
Noah
c14e7b074d
Merge pull request #2699 from RustPython/coolreader18/if-socket-funcs
...
Add test_socket
2021-07-14 11:51:44 -05:00
Jeong YunWon
b9eaa27c17
Merge pull request #2737 from fanninpm/test-xml-dom-minicompat
...
Add test_xml_dom_minicompat from CPython 3.8
2021-07-13 11:08:06 +09:00
Padraic Fanning
2f207baa08
Mark erroring tests
2021-07-12 20:02:14 -04:00
Padraic Fanning
33a030aff9
Add test_xml_dom_minicompat from CPython 3.8
2021-07-12 20:02:13 -04:00
Padraic Fanning
5f9d59ae55
Mark erroring tests
2021-07-12 19:51:20 -04:00
Padraic Fanning
d10e26e6c4
Add test_xdrlib from CPython 3.8
2021-07-12 19:51:19 -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