Commit Graph

1374 Commits

Author SHA1 Message Date
Noah
6a95d9aaf3 Add FileIO.__repr__ 2021-05-14 16:11:23 -05:00
Noah
295613ecfe Fix tests 2021-05-13 20:05:17 -05:00
Noah
ab658a11a6 Call the encoder for TextIOWrapper.write 2021-05-13 19:46:17 -05:00
Noah
80e5c984f4 Implement TextIOWrapper.readline correctly 2021-05-13 19:46:17 -05:00
Noah
c2d4d7380a Unskip tests 2021-05-13 19:46:17 -05:00
Noah
4250a5dbaa Properly implement TextIOWrapper using codecs 2021-05-13 19:46:17 -05:00
Jeong YunWon
82b5edf023 Merge pull request #2639 from fanninpm/test-string-literals
Add test_string_literals from CPython 3.8
2021-05-14 03:55:47 +09:00
Dean Li
aae82422fa os: implement repr for DirEntry 2021-05-13 21:39:13 +08:00
Padraic Fanning
b0b605fa8c Mark erroring/failing tests 2021-05-12 21:14:24 -04:00
Padraic Fanning
63bccf6441 Add test_string_literals from CPython 3.8 2021-05-12 21:14:23 -04:00
Jeong YunWon
516259715e Merge pull request #2638 from fanninpm/test-strftime
Add test_strftime from CPython 3.8
2021-05-13 10:11:16 +09:00
Padraic Fanning
1825f039cb Mark failing test on Windows 2021-05-12 20:17:39 -04:00
Padraic Fanning
4bc82833cd Mark failing tests on Windows 2021-05-12 19:38:36 -04:00
Padraic Fanning
0aa70574f4 Mark crashing test 2021-05-12 19:17:39 -04:00
Padraic Fanning
45d46f0eef Add test_strftime from CPython 3.8 2021-05-12 19:09:25 -04:00
Padraic Fanning
2375b07d1c Mark erroring tests 2021-05-12 19:08:14 -04:00
Padraic Fanning
e18985c505 Add test_stat from CPython 3.8 2021-05-12 18:57:50 -04:00
Jeong YunWon
620744cdf3 Merge pull request #2632 from fanninpm/test-socketserver
Add test_socketserver from CPython 3.8
2021-05-13 06:23:31 +09:00
Jeong YunWon
f642ec50e3 Merge pull request #2625 from fanninpm/test-script-helper
Add test_script_helper from CPython 3.8
2021-05-13 06:23:03 +09:00
Noah
6d9208acae Merge pull request #2617 from deantvv/os-direntry-inode
os: Implement `inode()` for class `DirEntry`
2021-05-11 10:37:14 -05:00
Noah
f858d76433 Merge pull request #2621 from RustPython/coolreader18/socketstuff
Add a bunch of stuff to the socket module
2021-05-11 08:08:41 -05:00
Noah
e9b55686f4 Add os.[sg]et_handle_inheritable 2021-05-11 00:07:11 -05:00
Padraic Fanning
11c6e84ba4 Add test_script_helper from CPython 3.8 2021-05-10 20:09:09 -04:00
Padraic Fanning
7b3f1a7e80 Mark erroring test 2021-05-10 20:01:54 -04:00
Padraic Fanning
56d4654961 Add test_socketserver from CPython 3.8 2021-05-10 20:01:53 -04:00
Dean Li
e84ba9278b os: Implement inode() for class DirEntry
Use `std::os::unix::fs::DirEntryExt` on unix to get inode and
use `stat_inner` for other platfrom to get stat and cache
inode into `AtomicCell<Option<u64>>`.

Currently on windows platform in `stat_inner` inode will only contains
default value (0).
2021-05-10 22:25:57 +08:00
Padraic Fanning
db8d42a1b7 Mark erroring/failing tests on Windows 2021-05-07 22:03:01 -04:00
Padraic Fanning
1f3ed5000f Mark erroring/failing tests 2021-05-07 21:02:57 -04:00
Padraic Fanning
185c74cb7b Add test_signal from CPython 3.8
Adds signalinterproctester as a supporting file
2021-05-07 20:50:03 -04:00
Padraic Fanning
839632288a Mark erroring tests 2021-05-07 16:20:10 -04:00
Padraic Fanning
266a1e68c0 Add test_shlex from CPython 3.8 2021-05-07 16:20:10 -04:00
Jeong YunWon
c5d1f4afaa Merge pull request #2601 from ishigoya/test_slice
slice: error on negative integers in indices method
2021-05-08 03:57:55 +09:00
Jeong YunWon
dd1138f282 Merge pull request #2618 from fanninpm/test-runpy
Add test_runpy from CPython 3.8
2021-05-08 03:50:01 +09:00
Noah
e6463ebcd8 Unskip tests for asynchat and asyncore 2021-05-03 15:31:00 -05:00
Noah
b2470bba85 More socket stuff 2021-05-03 12:26:54 -05:00
Noah
e9984c3829 Add a bunch of stuff to the socket module 2021-05-03 12:26:54 -05:00
Padraic Fanning
695bbf61bc Add test_sched from CPython 3.8 2021-05-02 14:02:32 -04:00
Padraic Fanning
a5fdf247fc Mark stack overflow on Windows 2021-05-02 11:40:50 -04:00
Padraic Fanning
3b8b59977a Mark erroring/failing tests 2021-05-02 10:34:30 -04:00
Padraic Fanning
5da02b3cda Add test_runpy from CPython 3.8 2021-05-02 10:34:30 -04:00
Padraic Fanning
fa80d67e7a Skip erroring test class 2021-05-02 10:33:01 -04:00
Padraic Fanning
9d1a532574 Add test_robotparser from CPython 3.8 2021-05-02 10:33:01 -04:00
Padraic Fanning
4c8e4028b5 Fix binop error message 2021-05-01 15:02:52 -04:00
Robert Booth
5499920075 slice: remove expectedfailure on test_index 2021-05-02 02:54:21 +09:00
Padraic Fanning
28df36d33f Mark stack overflow on Windows 2021-05-01 13:17:31 -04:00
Robert Booth
67bf977036 slice: error on negative integers in indices method 2021-05-02 01:54:53 +09:00
Padraic Fanning
17422f0bc6 Mark failing test(s) 2021-05-01 12:36:47 -04:00
Padraic Fanning
f7ad34773d Add test_richcmp from CPython 3.8 2021-05-01 12:36:46 -04:00
Jeong YunWon
5647653511 Merge pull request #2592 from ishigoya/index-test
Type checking for __index__-defined integers
2021-05-01 18:12:46 +09:00
Jeong YunWon
f0b916e892 Merge pull request #2613 from fanninpm/test-reprlib
Add test_reprlib from CPython 3.8
2021-05-01 18:11:42 +09:00