Padraic Fanning
|
24dd039b47
|
Clean up skips in test_sys
|
2021-10-18 19:18:59 -04:00 |
|
Padraic Fanning
|
ff265ea705
|
Clean up skip in test_super
|
2021-10-17 22:24:53 -04:00 |
|
Padraic Fanning
|
be46e58320
|
Clean up skips in test_subprocess
|
2021-10-17 21:28:18 -04:00 |
|
Padraic Fanning
|
fdc74a12ed
|
Fix Linux CI failure in test_posixpath
|
2021-10-17 21:06:34 -04:00 |
|
Padraic Fanning
|
498f9e8cf9
|
Fix macOS CI failure in test_posixpath
|
2021-10-17 20:00:02 -04:00 |
|
Padraic Fanning
|
666c170729
|
Clarify skip in test_strtod
|
2021-10-17 19:23:16 -04:00 |
|
Padraic Fanning
|
bd9aa2f938
|
Fix CI failures for macOS in test_socket
|
2021-10-17 19:01:37 -04:00 |
|
Padraic Fanning
|
d7c22a4d58
|
Fix CI failure in test_posixpath
|
2021-10-17 19:01:37 -04:00 |
|
Padraic Fanning
|
9c219e3836
|
Clean up skip in test_socket
|
2021-10-17 19:01:36 -04:00 |
|
Padraic Fanning
|
a2cf36aaab
|
Clean up skips in test_shutil
|
2021-10-17 19:01:36 -04:00 |
|
Padraic Fanning
|
c477ba0d33
|
Clean up skip in test_robotparser
|
2021-10-17 19:01:36 -04:00 |
|
Padraic Fanning
|
48736d903d
|
Clean up skips in test_posix
|
2021-10-17 19:01:35 -04:00 |
|
Jim Fasarakis-Hilliard
|
69f436378d
|
Merge pull request #3322 from deantvv/io-error-builder-doc
update doc for IOErrorBuilder
|
2021-10-16 19:08:23 +03:00 |
|
Dean Li
|
98007094f6
|
update doc for IOErrorBuilder
|
2021-10-16 22:59:25 +08:00 |
|
jfh
|
d2f0f94dee
|
Allow non-types as metaclass argument.
|
2021-10-16 15:02:11 +03:00 |
|
jfh
|
dce45825ae
|
Allow any mapping for locals.
|
2021-10-15 17:34:52 +03:00 |
|
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 |
|