Commit Graph

9062 Commits

Author SHA1 Message Date
Jeong YunWon
47056f5ee7 Merge pull request #3036 from youknowone/os-comment
implementation comments for os utility
2021-09-11 17:41:12 +09:00
Jeong YunWon
2b15bf1844 implementation comments for os utility 2021-09-11 13:53:10 +09:00
Jeong YunWon
f6db9188a3 Merge pull request #3032 from fanninpm/fix-codecs-cp-utf8
Fix comparison in codecs.rs that always failed
2021-09-11 13:36:21 +09:00
Jeong YunWon
0a0ad74699 Merge pull request #3035 from fanninpm/binascii-error-incomplete
Add binascii.Error and binascii.Incomplete
2021-09-11 13:08:57 +09:00
Padraic Fanning
8cab41f2a7 Unmark passing tests in test_base64 2021-09-10 19:00:27 -04:00
Padraic Fanning
a92d3e9281 Skip panicking test in test_base64 2021-09-10 18:58:58 -04:00
Padraic Fanning
165ea9415f Unmark passing test(s) in test_binascii 2021-09-10 18:58:00 -04:00
Padraic Fanning
ef3d3a7298 Add binascii.Error and binascii.Incomplete 2021-09-10 18:49:18 -04:00
Padraic Fanning
d04b52d43e Fix comparison in codecs.rs that always failed 2021-09-10 17:11:02 -04:00
Jeong YunWon
e3fe1148ec Merge pull request #3027 from deantvv/scandir-args-support
os: scandir add argument support
2021-09-11 05:36:54 +09:00
Dean Li
8539a38cb2 os: scandir add argument support
Add support for class that can to cast to a buffer like object
ex. `bytearray` and `memoryview`
2021-09-11 00:19:45 +08:00
Lee Dogeon
0d2a4264b3 Correct object.__repr__ 2021-09-11 00:38:34 +09:00
Jeong YunWon
2e685b858a Fix clippy warning 2021-09-10 00:42:33 +09:00
Jim Fasarakis-Hilliard
df9f283698 Merge pull request #3025 from youknowone/zeroed
replace a few zeroed to MaybeUninit
2021-09-09 15:56:01 +03:00
Jim Fasarakis-Hilliard
195b596f78 Merge pull request #3026 from theduke/patch-2
Examples Wording Issue - relative <=> relevant
2021-09-09 15:17:13 +03:00
Christoph Herzog
bca704ed99 Examples Wording Issue - relative <=> relevant
Just a simple drive-by fix for the wording in the freeze example
2021-09-09 13:53:46 +02:00
Jeong YunWon
f6d4393887 replace a few zeroed to MaybeUninit 2021-09-09 20:49:45 +09:00
Lee Dogeon
63b1696458 Derive name from tp_name 2021-09-09 00:07:36 +09:00
ChJR
14405b7225 Add os.fchdir builtin function 2021-09-08 00:51:56 +09:00
Jeong YunWon
81327561c8 Merge pull request #3021 from Snowapril/add-missing-tests
Add several missing tests from cpython 3.8
2021-09-07 00:52:30 +09:00
Jim Fasarakis-Hilliard
e485141135 Merge pull request #3020 from ConnorTroy/connortroy/add-deque-imul
Add deque __imul__ method
2021-09-06 17:39:06 +03:00
Connor Troy
e5383c68d2 Use mul for imul 2021-09-06 04:06:18 -06:00
snowapril
d121020552 add test_dummy_threading.py from cpython 3.8
Signed-off-by: snowapril <sinjihng@gmail.com>
2021-09-06 18:55:23 +09:00
snowapril
4be5c34e29 add annotations for making test work
Signed-off-by: snowapril <sinjihng@gmail.com>
2021-09-06 18:55:23 +09:00
snowapril
c8dd8162a1 add test_dummy_thread.py from cpython 3.8
Signed-off-by: snowapril <sinjihng@gmail.com>
2021-09-06 18:55:23 +09:00
snowapril
98f2f871cd add annotations for making test success
Signed-off-by: snowapril <sinjihng@gmail.com>
2021-09-06 18:55:23 +09:00
snowapril
4016eb95af add test_dictviews.py from cpython 3.8
Signed-off-by: snowapril <sinjihng@gmail.com>
2021-09-06 18:55:23 +09:00
snowapril
ff98ea33a0 add annotations for making test success
Signed-off-by: snowapril <sinjihng@gmail.com>
2021-09-06 18:55:23 +09:00
snowapril
6c30d02a72 add test_decimal.py from cpython 3.8
Signed-off-by: snowapril <sinjihng@gmail.com>
2021-09-06 18:55:23 +09:00
snowapril
f67e618415 add annotations for make test success
Signed-off-by: snowapril <sinjihng@gmail.com>
2021-09-06 18:55:23 +09:00
snowapril
2c3460244a add dataclasses.py & test_dataclasses.py from cpython 3.8
Signed-off-by: snowapril <sinjihng@gmail.com>
2021-09-06 18:55:23 +09:00
snowapril
2b994f98c5 add annotations for making test success
Signed-off-by: snowapril <sinjihng@gmail.com>
2021-09-06 18:55:23 +09:00
snowapril
99b7b59986 add test_contextlib.py from cpython 3.8
Signed-off-by: snowapril <sinjihng@gmail.com>
2021-09-06 18:55:23 +09:00
snowapril
e4566007cd add annotations for making test success
Signed-off-by: snowapril <sinjihng@gmail.com>
2021-09-06 18:55:23 +09:00
snowapril
53d26f4f9a add test_code_module.py from cpython 3.8
Signed-off-by: snowapril <sinjihng@gmail.com>
2021-09-06 18:55:23 +09:00
snowapril
fc6e9df2d1 add annotations for making test success
Signed-off-by: snowapril <sinjihng@gmail.com>
2021-09-06 18:55:23 +09:00
snowapril
18fb063be6 add test_cmd_line.py from cpython 3.8
Signed-off-by: snowapril <sinjihng@gmail.com>
2021-09-06 18:55:23 +09:00
snowapril
ab9fd92e7e add cgitb.py & test_cgitb.py from cpython 3.8
Signed-off-by: snowapril <sinjihng@gmail.com>
2021-09-06 18:55:23 +09:00
snowapril
fcf55002da add annotations for test success
Signed-off-by: snowapril <sinjihng@gmail.com>
2021-09-06 18:55:23 +09:00
snowapril
c865f24d4a add test_bigmem.py from cpython 3.8
Signed-off-by: snowapril <sinjihng@gmail.com>
2021-09-06 18:55:23 +09:00
Connor Troy
21aa376b2d Remove imul deque drop 2021-09-06 03:17:16 -06:00
Connor Troy
d2e4242fdc Use borrowed SimpleSeqDeque 2021-09-06 03:09:03 -06:00
Connor Troy
99908e6d3e Add deque imul method 2021-09-06 00:14:26 -06:00
Jeong YunWon
64f7599de7 Merge pull request #2980 from HyeockJinKim/debug_value
Raise syntax error when saving a value to __debug__.
2021-09-06 01:58:36 +09:00
Jeong YunWon
01c59637a0 Merge pull request #3012 from Regexp96/regexp96/add_time_test
Add time test file
2021-09-06 01:57:20 +09:00
Jeong YunWon
cd49031793 Merge pull request #3015 from leesungbin/line_break
Remove unnecessary linebreak
2021-09-06 01:23:36 +09:00
Gyuseok Jung
de22c1dba2 add unittest.skip to pass test 2021-09-05 22:18:55 +09:00
Jim Fasarakis-Hilliard
23cd859122 Merge pull request #3009 from youknowone/time-module
Use pymodule for time module.
2021-09-05 16:13:51 +03:00
이성빈
d87d8a11ad remove unnecessary linebreak 2021-09-05 21:18:05 +09:00
Gyuseok Jung
bf02c62f48 change to not create rust error 2021-09-05 20:49:42 +09:00