DimitrisJim
b875057ae2
Fix test failures/successes for windows.
2023-06-14 01:53:08 +03:00
Jeong YunWon
c1a40614b2
remove failng markers from test_urllib
2022-08-21 15:23:51 +09:00
Jeong YunWon
e865ab958c
update urllib passing tests
2022-08-15 04:24:58 +09:00
CPython Developers
c7eb307c9b
Update test_urllib* from CPython 3.10.5
2022-08-09 04:31:57 +09:00
CPython developers
27d1c34103
Update urllib from CPython 3.10.5
2022-08-07 16:31:38 +09:00
Dean Li
29c953d9a6
test: update test.support and test_io to 3.10
...
Initially this is only meant to be a small update for `test_io.py`.
But it turns out that `test.support` need a lot of cleanup especially
for `test.support.warnings_helper`.
2022-04-18 22:50:55 +08:00
Dean Li
4109b12f03
test: mark win32 failure test
2021-11-28 23:25:17 +08:00
Dean Li
aab7c07789
test: update test_urllib
2021-11-28 20:51:33 +08:00
Dean Li
5ee4fb899b
test: use os_helper
2021-11-28 20:51:32 +08:00
Jeong YunWon
913b78ca44
Revert "Merge pull request #3433 from deantvv/test-update"
...
This reverts commit 9fa5c5ac66 , reversing
changes made to e7fa32c687 .
2021-11-17 17:06:51 +09:00
Dean Li
323cf44788
test: update test_urllib
2021-11-13 03:51:06 +00:00
Dean Li
49a5805d11
test: use os_helper
2021-11-13 02:18:33 +00:00
varun-krishnan
f5c4c0b4c0
added gethostbyname_ex function
2021-10-13 05:56:54 +09:00
Dean Li
66bb59016d
generalize IOErrorWithFilename to use PathOrFd
2021-09-29 22:16:45 +08:00
Dean Li
3af3b1f0d9
OSError with filename and filename2
...
Implement OSError members `filename` and `filename2` by adding a new
struct `IOErrorWithFilename` will implement `IntoPyException`.
This PR will *NOT* pass more CPython test(*) but will allow user to
access `attr:filename` in OSError exception which IMO is a important
feacture.
2021-09-28 20:08:57 +08:00
Padraic Fanning
0aa36ff0b0
Mark erroring/failing tests
2021-06-02 18:22:27 -04:00
Padraic Fanning
2924fe8633
Add test_urllib from CPython 3.8
2021-06-02 18:18:58 -04:00