Commit Graph

10377 Commits

Author SHA1 Message Date
Kangzhi Shi
a699bce716 Impl PySequence Protocol 2022-03-12 16:12:12 +09:00
Jeong YunWon
e0b1e56d66 Merge pull request #3570 from youknowone/fix-clippy
Fix clippy warning for derive
2022-03-12 14:55:58 +09:00
Jeong YunWon
09265f96d1 Merge pull request #3569 from youknowone/ci
fix exotic targets ci
2022-03-12 05:14:46 +09:00
Jeong YunWon
45015dfedc Fix clippy warning for derive 2022-03-12 05:13:29 +09:00
Jeong YunWon
c351caebe9 fix exotic targets ci 2022-03-12 04:59:17 +09:00
Noa
48fa217c43 Merge pull request #3562 from fanninpm/new-clippy-lints-1.59
Fix Clippy lints introduced in Rust 1.59
2022-02-27 14:13:36 -06:00
Padraic Fanning
edbc17fb38 Skip flaky test 2022-02-25 19:33:53 -05:00
Padraic Fanning
29048b105e Fix needless_late_init Clippy warning 2022-02-25 19:33:52 -05:00
Padraic Fanning
0abcd4c0aa Fix unwrap_or_else_default Clippy warning 2022-02-25 19:33:52 -05:00
Padraic Fanning
88e0f13993 Fix unnecessary_lazy_evaluations Clippy warning 2022-02-25 19:33:52 -05:00
Padraic Fanning
6d1ea6d996 Fix let_underscore_lock Clippy errror 2022-02-25 19:33:51 -05:00
Noa
35cd720949 Merge pull request #3560 from deantvv/os-device-encoding-wasi
os: add `device_encoding` to wasi
2022-02-24 22:51:02 -06:00
Dean Li
68b9d38fc6 os: add device_encoding to wasi
Update `libc` to 0.2.119 to include [libc PR#2683](https://github.com/rust-lang/libc/pull/2683) which added support `device_encoding` on wasi.
2022-02-24 20:41:31 +08:00
Jeong YunWon
ab502174f3 Merge pull request #3558 from fanninpm/codecs-3.10
Update codecs.py to CPython 3.10
2022-02-24 18:30:53 +09:00
Jeong YunWon
ef90d09950 Merge pull request #3506 from jakearmendariz/main
Marshaling support for ints, floats, strs, lists, dicts, tuples
2022-02-21 23:45:38 +09:00
Jake Armendariz
502d5c217d Changes to code/style of marshaling module 2022-02-21 02:12:49 -08:00
Jeong YunWon
d1eb4d0e65 Merge pull request #3559 from fanninpm/errno-3.10
Update errno module to CPython 3.10
2022-02-20 18:45:04 +09:00
Padraic Fanning
37f62bb9f6 Fix platforms for errno.EDEADLOCK 2022-02-19 20:12:17 -05:00
Padraic Fanning
f87e557e20 Update errno module to CPython 3.10
Some constants have also been reordered to reflect the order in the
original C source.
2022-02-19 19:54:53 -05:00
Padraic Fanning
ead652b112 Mark erroring test on Windows 2022-02-19 14:21:44 -05:00
Padraic Fanning
f603371f08 Mark erroring/failing tests 2022-02-18 22:10:23 -05:00
Padraic Fanning
98d8ccb350 Add _codecs.unregister() 2022-02-18 22:00:09 -05:00
Padraic Fanning
a702ae69c7 Update test_codecs to CPython 3.10 2022-02-18 21:55:04 -05:00
Padraic Fanning
ad13373fdb Update codecs.py to CPython 3.10 2022-02-18 21:36:24 -05:00
Jeong YunWon
ccb24341c5 Merge pull request #3555 from Snowapril/remove_complex_methods
Remove several special method of complex class
2022-02-19 02:31:54 +09:00
Jeong YunWon
fae4a63230 Merge pull request #3557 from Erigara/fix-online-doc-url
Fix online documentation URL in README.md
2022-02-19 02:31:27 +09:00
Shanin Roman
33d48bd5e8 Fix online documentation URL in README.md 2022-02-18 15:00:13 +03:00
snowapril
3c64486431 Update test_complex.py to cpython 3.10 2022-02-18 17:46:10 +09:00
Snowapril
9bb0831b50 Remove several special method of complex class
According to Cpython 3.10 changes, some special methods of complex class
(`__int__`, `__float__`, etc) are removed as they always raise `TypeError`.
(reference : https://bugs.python.org/issue41974)
2022-02-18 03:10:05 +00:00
Jeong YunWon
866d06fefe Merge pull request #3553 from fanninpm/test-support-threading-helper
Add CPython 3.10's test/support/threading_helper
2022-02-14 15:00:59 +09:00
Jeong YunWon
51a69e9d18 Merge pull request #3554 from fanninpm/textwrap-3.10
Update textwrap.py to CPython 3.10
2022-02-14 15:00:33 +09:00
Padraic Fanning
ef64376f55 Update test_textwrap to CPython 3.10 2022-02-13 19:07:02 -05:00
Padraic Fanning
44cd8db0a3 Update textwrap.py to CPython 3.10 2022-02-13 19:05:39 -05:00
Padraic Fanning
c8748bc98e Fix test.support imports 2022-02-13 17:56:08 -05:00
Padraic Fanning
ef1048757e Migrate threading functions and class to helper 2022-02-13 17:27:07 -05:00
Padraic Fanning
e41f43d3bd Add CPython 3.10's test/support/threading_helper 2022-02-13 16:44:23 -05:00
Jeong YunWon
d20dbf937a Merge pull request #3552 from fanninpm/statistics-3.10
Update statistics.py to CPython 3.10
2022-02-13 23:36:55 +09:00
Jeong YunWon
4574a47d09 Merge pull request #3551 from fanninpm/test-support-socket-helper
Add test/support/socket_helper from CPython 3.10
2022-02-13 23:36:06 +09:00
Padraic Fanning
9b6155cf87 Unmark passing test 2022-02-12 23:51:47 -05:00
Padraic Fanning
0f1cdedf73 Update test_statistics.py to CPython 3.10 2022-02-12 23:31:00 -05:00
Padraic Fanning
19d4a2b17b Add statistics accelerator module 2022-02-12 23:27:36 -05:00
Padraic Fanning
78d543e776 Update statistics.py to CPython 3.10 2022-02-12 23:25:34 -05:00
Padraic Fanning
2bad1cf06c Add nntplib.py from CPython 3.10 2022-02-12 20:49:36 -05:00
Padraic Fanning
75390dd787 Fix test.support imports 2022-02-12 20:48:57 -05:00
Padraic Fanning
92ab0a4525 Migrate constants and functions to helper 2022-02-12 19:44:10 -05:00
Padraic Fanning
ab556e2811 Add test/support/socket_helper from CPython 3.10 2022-02-12 19:37:44 -05:00
Jeong YunWon
db788936c6 Merge pull request #3547 from fanninpm/test-support-os-helper
Align test/support/os_helper with CPython 3.10
2022-02-13 09:36:22 +09:00
Jeong YunWon
2a39dd0935 Merge pull request #3550 from fanninpm/test-atexit
Update test_atexit to CPython 3.10
2022-02-13 09:35:38 +09:00
Padraic Fanning
54ae3bd962 Fix test.support imports 2022-02-12 18:36:31 -05:00
Padraic Fanning
a7dd8b0826 Migrate constants and functions to helper 2022-02-12 16:00:51 -05:00