Commit Graph

8270 Commits

Author SHA1 Message Date
Padraic Fanning
95f831925c Mark erroring/failing tests 2021-05-14 20:02:58 -04:00
Padraic Fanning
3e37ccbe9b Add supporting dir subprocessdata 2021-05-14 19:56:15 -04:00
Padraic Fanning
4fcbe702d8 Add test_subprocess from CPython 3.8 2021-05-14 19:56:15 -04:00
Noah
6b68848fc2 Merge pull request #2644 from fanninpm/test-structseq
Add test_structseq from CPython 3.8
2021-05-14 08:05:19 -05:00
Padraic Fanning
79529f3163 Mark erroring test 2021-05-13 21:27:59 -04:00
Padraic Fanning
19bbab0d12 Add test_structseq from CPython 3.8 2021-05-13 21:27:58 -04:00
Noah
0f646a8f86 Merge pull request #2643 from fanninpm/test-strtod
Add test_strtod from CPython 3.8
2021-05-13 20:24:01 -05:00
Padraic Fanning
51bd450212 Mark failing tests 2021-05-13 20:35:54 -04:00
Padraic Fanning
02a9f546fd Add test_strtod from CPython 3.8 2021-05-13 20:35:54 -04: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
Jeong YunWon
1047e40aae Merge pull request #2641 from deantvv/direntry-repr
os: implement `repr` for `DirEntry`
2021-05-14 03:55:22 +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
Jeong YunWon
9d67cb506f Merge pull request #2637 from fanninpm/test-stat
Add test_stat from CPython 3.8
2021-05-13 10:10:58 +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
Jeong YunWon
bfda709214 Merge pull request #2636 from youknowone/scproxy
module _scproxy
2021-05-13 03:38:50 +09:00
Jeong YunWon
7b6519beef allow test_http_cookiejar and test_robotparser for macos 2021-05-13 03:07:21 +09:00
Jeong YunWon
53e2f5f48a module _scproxy 2021-05-13 03:03:21 +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
Noah
561cb78047 Fix windows select() + asyncore 2021-05-11 00:07:09 -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
Jeong YunWon
a4a64ca854 Merge pull request #2628 from fanninpm/test-signal
Add test_signal from CPython 3.8
2021-05-11 08:59:01 +09:00
Jeong YunWon
842487f2b3 Merge pull request #2630 from RustPython/onboarding-improvements
Onboarding improvements
2021-05-11 08:58:31 +09:00
Noah
a45deaf7ac Upgrade README 2021-05-10 14:09:06 -05:00
Noah
d22ada23c2 Improve the openssl vendoring situation 2021-05-10 14:09:06 -05: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
Noah
b6aa6900f6 Merge pull request #2626 from fanninpm/test-shlex
Add test_shlex from CPython 3.8
2021-05-07 19:34:57 -05:00
Noah
5fefb14868 Merge pull request #2627 from fanninpm/fix-clippy-1.52
Fix Clippy warnings introduced in Rust 1.52
2021-05-07 18:48:28 -05:00
Padraic Fanning
499a33cb28 Run rustfmt 2021-05-07 17:59:19 -04:00
Padraic Fanning
2e75403a54 Suppress manual_map lint for future expansion 2021-05-07 17:57:02 -04:00
Padraic Fanning
311dac1bc5 Remove unnecessary map() 2021-05-07 17:51:43 -04:00
Padraic Fanning
984ea440c3 Fix manual_map Clippy warning 2021-05-07 17:16:53 -04:00
Padraic Fanning
0174e386a1 Fix inconsistent_struct_constructor Clippy warning 2021-05-07 17:00:38 -04:00
Padraic Fanning
c86c7a1cfb Fix manual_flatten Clippy warning 2021-05-07 16:57:38 -04:00