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
Nikita Sobolev
4890f09c57
Fixes type.__module__ issue, refs #2310 ( #2763 )
...
* Fixes `type.__module__` issue, refs #2310
2021-07-30 19:09:48 +03:00
Jim Fasarakis-Hilliard
3e1bfe81eb
Merge pull request #2761 from youknowone/test-bytes
...
Update test_bytes.py
2021-07-30 18:59:54 +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
Jim Fasarakis-Hilliard
1c0e010243
Merge pull request #2768 from DimitrisJim/quiet_clippy
...
clippy: Fix remaining issues
2021-07-30 01:33:51 +03:00
jfh
78ffb77dd4
Fix additional needless borrows.
2021-07-30 00:55:04 +03:00
jfh
2666e88d44
Allow specific instance of while let.
2021-07-29 23:35:16 +03:00
Jeong YunWon
46ba32dc31
Merge pull request #2765 from youknowone/fix-clippy
...
Fix obvious clippy warnings
2021-07-30 02:55:52 +09:00
Jeong YunWon
29ee5cac10
Merge pull request #2764 from jamestwebber/further-tweak-whats-left
...
Further tweaking whats_left: allow differing implementation
2021-07-30 02:35:03 +09:00
Jeong YunWon
b2115c9009
Fix unnessessary while let
2021-07-30 02:32:16 +09:00
Jeong YunWon
3bc233a625
Fix csv QuoteStyle
2021-07-30 02:32:16 +09:00
Jeong YunWon
ff4efd0f60
Fix unnessessary borrow
2021-07-30 02:32:16 +09:00
James Webber
b0e5675cb6
allow rustpython to move things
2021-07-29 13:11:01 -04:00
Jeong YunWon
0e360f5428
Merge pull request #2760 from jamestwebber/dedup-whats-left
...
Use inspect.getmodule to prevent redundant output in whats_left.sh
2021-07-30 00:37:36 +09:00
Jeong YunWon
df7753a35c
Merge pull request #2549 from fermian/master
...
Refactor sequence owner name into trait
2021-07-30 00:27:18 +09:00
James Webber
7ad07bcbf5
use getmodule to prevent redundant output
2021-07-29 10:52:35 -04:00
fermian
766fbeadaf
Fix list_tests.py
2021-07-29 22:54:51 +09:00
fermian
f09f158baf
Fix sliceable error messages to show its type names
2021-07-29 22:54:51 +09:00
Peter Ye
8bfff805a9
Fix builtins.__name__
2021-07-28 13:20:32 +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
Jeong YunWon
bf4863ad42
Merge pull request #2753 from DimitrisJim/set_iter
...
Make set iteration linear
2021-07-27 00:06:45 +09:00
Dean Li
e1ce1e7ac4
os: fix fdopen invalid file descriptor
2021-07-26 23:00:29 +08:00
Jeong YunWon
3cc7718366
Merge pull request #2755 from yaxollum/fix-lalrpop-book-link
...
Fix LALRPOP book link in development guide
2021-07-26 23:28:33 +09:00
Peter Ye
63a688cf75
Fix LALRPOP book link in development guide
2021-07-25 17:17:25 -04:00
jfh
ab382dbc84
Add fixes for itertools.repeat.
2021-07-25 22:13:27 +03:00
jfh
15ab1a6be0
Improve set iteration speed.
2021-07-25 20:10:54 +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
Jeong YunWon
048f2a6ec7
Merge pull request #2744 from yossi-k/pyexpat
...
Initial implementation of pyexpat
2021-07-20 23:42:40 +09: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
e1d8d47c7d
pyexpat: add missing property to make tests run
2021-07-20 14:36:05 +03:00
Yossi Konstantinovsky
e61a583223
pyexpat: refactor getters and setters for handlers
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
Jeong YunWon
316c0cf97c
Merge pull request #2743 from DimitrisJim/fix_failure
...
Fix failure -- use PyStrRef to extract String.
2021-07-20 00:07:42 +09:00
jfh
6cd8644de8
Use PyStrRef to extract String.
2021-07-15 16:08:55 +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
Jeong YunWon
6b417932f7
Merge pull request #2736 from fanninpm/test-xdrlib
...
Add test_xdrlib from CPython 3.8
2021-07-13 11:07:45 +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