Jeong YunWon
|
7bcf2c3e39
|
Merge pull request #3014 from leesungbin/underscore_grammar
Solve some lexical error with underscore
|
2021-10-19 08:37:03 +09:00 |
|
Noa
|
4087fa1d6e
|
Unmark passing tests
|
2021-10-17 21:55:34 -05:00 |
|
Noa
|
0093a1948f
|
Don't compile badsyntax_ files for freeze-stdlib
|
2021-10-17 21:55:34 -05:00 |
|
Noa
|
b2c3a62b91
|
Add test.badsyntax_pep3120 from CPython 3.9
|
2021-10-17 21:55:34 -05:00 |
|
Noa
|
2291ddcb02
|
Mark some ui tests as failing
|
2021-10-17 21:55:34 -05:00 |
|
Noa
|
06343e2b6e
|
Add test_future.py and associated files from CPython 3.9
|
2021-10-17 21:55:34 -05: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 |
|
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 |
|