Jeong Yunwon
|
63c5830d90
|
skip unstable test
|
2021-10-15 02:38:13 +09:00 |
|
Padraic Fanning
|
bb1947eb9d
|
Clarify skip in test_math
|
2021-10-15 00:09:50 +09:00 |
|
Padraic Fanning
|
d5aa68d7b5
|
Clean up skips in test_itertools
|
2021-10-15 00:09:50 +09:00 |
|
Padraic Fanning
|
605f58c158
|
Clarify skip in test_isinstance
|
2021-10-15 00:09:49 +09:00 |
|
Padraic Fanning
|
4e21df2c3b
|
Clean up skips in test_io
|
2021-10-15 00:09:49 +09:00 |
|
Padraic Fanning
|
122ddeb6fc
|
Clean up skips in test_gzip
|
2021-10-15 00:09:49 +09:00 |
|
Padraic Fanning
|
a32007831a
|
Clean up skips in test_ftplib
|
2021-10-15 00:09:49 +09:00 |
|
Padraic Fanning
|
26d55c824b
|
Clean up skips in test_fileio
|
2021-10-15 00:09:49 +09:00 |
|
Padraic Fanning
|
063bf20307
|
Clean up skips in test_enum
|
2021-10-15 00:09:49 +09:00 |
|
Jim Fasarakis-Hilliard
|
3ca29014c9
|
Merge pull request #3297 from DimitrisJim/dict_views_new
Unconstructible for dict view types, test clean up.
|
2021-10-14 17:53:25 +03:00 |
|
Jeong YunWon
|
eb277d2191
|
Merge pull request #3301 from youknowone/half-3204
unskip tests
|
2021-10-14 23:12:21 +09:00 |
|
jfh
|
0e193f8ec3
|
Implement unconstructible for dict_views.
|
2021-10-14 17:10:16 +03:00 |
|
jfh
|
37ba1b8a87
|
Mark internal types as not constructible.
|
2021-10-14 12:09:31 +03:00 |
|
Jeong YunWon
|
19dc69cef8
|
Merge pull request #3295 from DimitrisJim/cmp_recursions
Handle recursions when comparing objects.
|
2021-10-14 16:54:58 +09:00 |
|
jfh
|
54a5db29ae
|
Handle recursions when comparing objects.
|
2021-10-14 10:13:25 +03:00 |
|
jfh
|
4fad83e3cc
|
Fix recursions in isinstance and issubclass.
|
2021-10-13 19:32:31 +03:00 |
|
Jeong YunWon
|
9c6eaa5603
|
Merge pull request #3164 from moreal/correct-pystr-startswith
Fix `PyStr::startswith`
|
2021-10-13 23:01:51 +09:00 |
|
Jim Fasarakis-Hilliard
|
a81f97dd9e
|
Merge pull request #3280 from DimitrisJim/bad_indexing
Fix deadlocks when slicing mutable sequences.
|
2021-10-13 08:14:41 +03:00 |
|
Aphek
|
e732669224
|
Make it possible for rust functions to increase recursion depth (#3252)
Make it possible for rust functions to increase recursion depth
|
2021-10-13 08:12:12 +03:00 |
|
varun-krishnan
|
f5c4c0b4c0
|
added gethostbyname_ex function
|
2021-10-13 05:56:54 +09:00 |
|
Moreal
|
7946b02202
|
Unmark fixed tests
|
2021-10-13 00:39:04 +09:00 |
|
jfh
|
72ad7120ab
|
Saturate slice before getting a lock on the underlying collection.
|
2021-10-12 10:00:50 +03:00 |
|
jfh
|
cea8abbba8
|
Skip flaky strtod test function.
|
2021-10-12 05:10:49 +03:00 |
|
Padraic Fanning
|
34c6f7c7ca
|
Clean up skips in test_dictviews
|
2021-10-10 19:11:25 -04:00 |
|
Padraic Fanning
|
95f2756dc9
|
Clean up skips in test_dataclasses
|
2021-10-10 19:11:25 -04:00 |
|
Padraic Fanning
|
02ca1c5403
|
Clean up skips in test_contextlib
|
2021-10-10 19:11:24 -04:00 |
|
Padraic Fanning
|
151e1b3117
|
Clean up skip in test_codeop
|
2021-10-10 19:11:24 -04:00 |
|
Padraic Fanning
|
1e48510f5e
|
Clean up skips in test_codeccallbacks
|
2021-10-10 19:11:24 -04:00 |
|
Padraic Fanning
|
8dfa89ea58
|
Clean up skips in test_cmd_line
|
2021-10-10 19:11:24 -04:00 |
|
Padraic Fanning
|
3865af44d1
|
Clean up skips in test_cmd_line_script
|
2021-10-10 19:11:23 -04:00 |
|
Padraic Fanning
|
5ac76c78e6
|
Clean up skip(s) in test_call
|
2021-10-10 19:11:23 -04:00 |
|
Padraic Fanning
|
dbfb93661c
|
Clean up skips in test_binhex
|
2021-10-10 19:11:23 -04:00 |
|
Padraic Fanning
|
a1f0004586
|
Clean up skips in test_bigmem
|
2021-10-10 19:11:23 -04:00 |
|
Padraic Fanning
|
4b3177eac9
|
Clean up skips in test_base64
|
2021-10-10 19:11:20 -04:00 |
|
Kangzhi Shi
|
de47cd0acb
|
Impl __reduce_ex__ with _array_reconstructor
|
2021-10-10 14:43:20 +02:00 |
|
Kangzhi Shi
|
ff0adc1204
|
Impl __reduce__ for array
|
2021-10-10 14:43:16 +02:00 |
|
Jeong YunWon
|
eaae134356
|
Merge pull request #3259 from Jack-R-lantern/__contains__
Add contains in dict_items
|
2021-10-10 14:01:11 +09:00 |
|
Jack-R-lantern
|
8056604102
|
Add __contains__ in dict_items
|
2021-10-09 17:48:55 +09:00 |
|
Jeong YunWon
|
c83eb12d0a
|
Merge pull request #3258 from youknowone/ascii-buffer
ArgAsciiBuffer
|
2021-10-09 16:27:47 +09:00 |
|
Dolpheyn
|
922d233faa
|
Add rand, ror, rsub operators in dict_keys
|
2021-10-09 07:53:38 +08:00 |
|
Jeong YunWon
|
7082abdce1
|
Merge pull request #3249 from joohongpark/test_dict
Add rand, ror, rsub operators in dict_items
|
2021-10-08 16:30:12 +09:00 |
|
joohongpark
|
c2d6bef793
|
Add rand, ror, rsub operators in dict_items, remove test annotation
|
2021-10-08 14:44:39 +09:00 |
|
ChJR
|
296f18326e
|
Make OSError subclass instead of itself
|
2021-10-08 02:33:44 +09:00 |
|
Jeong YunWon
|
cb87fa3562
|
Merge pull request #3228 from chrismoradi/fix-complex-repr-tests
Fix repr for complex numbers involving NaN
|
2021-10-07 23:37:56 +09:00 |
|
Jeong YunWon
|
4a544a3ca6
|
Unmark successful tests
|
2021-10-07 23:28:25 +09:00 |
|
snpark
|
0c38ff5b89
|
fix: float_info is supported
|
2021-10-07 16:23:55 +09:00 |
|
Jim Fasarakis-Hilliard
|
c8651a255b
|
Merge pull request #3237 from DimitrisJim/restore_test_cmath
Restore test_cmath to original form.
|
2021-10-06 19:08:55 +03:00 |
|
jfh
|
ac40213a6a
|
Restore test_cmath to original form.
|
2021-10-06 17:20:42 +03:00 |
|
snowapril
|
30a37b5baf
|
remove decorator on unexpected success test
Signed-off-by: snowapril <sinjihng@gmail.com>
|
2021-10-06 20:25:10 +09:00 |
|
snowapril
|
53e8c77c3b
|
add zip related tests from cpython 3.10
Signed-off-by: snowapril <sinjihng@gmail.com>
|
2021-10-06 20:25:10 +09:00 |
|