Jeong, YunWon
d57287b89b
Fix OSError.winerror and errno/winerror converions
2024-04-19 04:56:25 +09:00
Ankit Kumar Pandey
058f8c5500
Add fork support functions ( #4972 )
2023-06-01 15:29:16 +09:00
Ankit Kumar Pandey
322aa6887a
add support for os.fork and related functions ( #4877 )
2023-04-25 02:39:54 +09:00
Jeong YunWon
367a948ff0
Adapt unittest.expectedFailureIf
2023-03-02 04:41:15 +09:00
CPython Developers
3a4c276d1c
Update tempfile from CPython 3.10.5
2022-08-15 04:54:01 +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
Padraic Fanning
54ae3bd962
Fix test.support imports
2022-02-12 18:36:31 -05:00
Dean Li
5ee4fb899b
test: use os_helper
2021-11-28 20:51:32 +08:00
Noa
a53451bd10
Merge pull request #3386 from coolreader18/no-arc
...
Big overhaul part 1 - replace PyRc with manual RefCount + WeakRefList
2021-11-21 17:43:50 -06: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
Noa
e51cb82ff0
Unskip tests
2021-11-15 16:08:46 -06:00
Dean Li
49a5805d11
test: use os_helper
2021-11-13 02:18:33 +00:00
Dean Li
a59556ad25
Refactor OSError
...
Implement `raw_os_error_to_exc_type` to reduce duplication of errno to
exception type.
2021-10-30 17:05:54 +08:00
jfh
103195b277
Remove Python gc stub, add rust stub.
2021-10-21 19:56:20 +03:00
Padraic Fanning
c06d1b5a74
Mark failing test on Windows
2021-05-23 17:02:35 -04:00
Padraic Fanning
03cf63648d
Mark passing tests on macOS and Windows
2021-05-22 14:18:27 -04:00
Padraic Fanning
facbe5327c
Unmark passing tests
2021-05-22 13:24:17 -04:00
Padraic Fanning
e31739d4b1
Mark erroring/failing tests
2021-05-22 12:49:49 -04:00
Padraic Fanning
d4f2507636
Add test_tempfile from CPython 3.8
2021-05-22 12:41:25 -04:00