Commit Graph

11082 Commits

Author SHA1 Message Date
Padraic Fanning
1c997166e2 Update argparse to CPython 3.10 2022-07-02 18:48:25 -04:00
fanninpm
cc90bc0c22 Merge pull request #3835 from fanninpm/itertools-count-constructor-error
Fix error type in itertools.count constructor
2022-07-02 15:10:08 -04:00
Padraic Fanning
71968b316a Fix error type in itertools.count constructor 2022-07-02 14:33:59 -04:00
oow214
3bc65bd504 Fix itertools.count step to take PyNumber instead of PyInt (#3834) 2022-07-02 17:32:49 +09:00
Jeong YunWon
9dce3e21f2 Merge pull request #3833 from GoGim1/ci
Support cancel previous CI workflow
2022-07-01 16:02:30 +09:00
Jeong YunWon
48421ff6b4 Merge pull request #3832 from GoGim1/issue-3831
Fix rustfmt and clippy warnings
2022-07-01 15:48:34 +09:00
gogim1
372b7cc13e support cancel previous CI workflow 2022-07-01 14:35:24 +08:00
gogim1
d9f1857d98 remove to_string() 2022-07-01 14:24:01 +08:00
gogim1
fe8a0300a1 fix fmt 2022-07-01 14:05:25 +08:00
Jeong YunWon
99b8d2916e Merge pull request #3824 from oow214/fix_itertools_count_repr
Fix itertools count repr
2022-07-01 12:57:08 +09:00
Jeong YunWon
df785b62ef Merge pull request #3830 from fanninpm/clippy-1.62
Switch clippy to stable
2022-07-01 12:56:00 +09:00
Padraic Fanning
b1aaf5e4b5 Switch clippy to stable
Happy 1.62.0, everyone!
2022-06-30 20:31:55 -04:00
oow214
27a0d3a93a Update itertools count repr 2022-06-30 21:00:10 +09:00
oow214
5786a0640c Update itertools count repr 2022-06-30 18:20:08 +09:00
oow214
3f8eb24681 Fix itertools count repr 2022-06-30 17:03:57 +09:00
oow214
c07d8650ec Fix itertools count repr 2022-06-30 17:03:57 +09:00
oow214
fd3bcae1e5 Fix itertools count repr 2022-06-30 17:03:57 +09:00
Jeong YunWon
8fa0570145 Merge pull request #3827 from deantvv/test-io-3-10
test: update test_io.py to 3.10
2022-06-30 02:37:24 +09:00
Dean Li
7496845381 test: update test_io.py to 3.10 2022-06-29 18:02:57 +08:00
oow214
6ad0e547f5 Fix itertools.count to take PyNumber instead of PyInt (#3822) 2022-06-27 23:02:45 +09:00
Jeong YunWon
174c026727 Merge pull request #3817 from youknowone/fix-clippy
Fix nightly clippy warnings
2022-06-25 02:12:18 +09:00
Jeong YunWon
a30a170ac4 Merge pull request #3810 from youknowone/sequence-index-op
SequenceIndexOp for saturate_index and wrap_index
2022-06-25 02:11:33 +09:00
Jeong Yunwon
b0b5facf71 Fix typo 2022-06-25 01:18:36 +09:00
Jeong Yunwon
16bed5b14d put wrap_index to SequenceIndexOp 2022-06-25 01:18:36 +09:00
Jeong Yunwon
38b1f5932c SequenceIndexOp 2022-06-25 01:18:35 +09:00
Jeong Yunwon
fdab7e07be skip flaky test_strtod::test_parsing 2022-06-24 21:17:15 +09:00
dldks321
b8f276f8d7 Fix OverflowError at collections.rs (#3815) 2022-06-24 01:14:50 +09:00
Jeong Yunwon
8c0be4b48f Fix nightly clippy warnings 2022-06-24 01:13:32 +09:00
Jeong YunWon
166c45d575 Merge pull request #3807 from fanninpm/test-like-cpython-buildbottest
Run test suites like how CPython runs theirs
2022-06-24 01:01:51 +09:00
Jeong YunWon
66af821d76 Merge pull request #3812 from lijm1358/iadd-typeerror
add list iadd, inplace_concat TypeError for non iterable object
2022-06-24 00:58:52 +09:00
lijm1358
88bd2d999d add list iadd TypeError for non iterable object 2022-06-23 23:44:32 +09:00
yangbeom
00cb5ca558 add fn Binascii rlecode_hqx rledecode_hqx (#3809) 2022-06-23 23:22:16 +09:00
Padraic Fanning
092053f7df Skip tests on Windows with ValueError
"ValueError: illegal environment variable name" likely comes from the
`--fail-env-changed` switch we're now using.
2022-06-22 22:32:22 -04:00
Padraic Fanning
7d8dc183d8 Mark erroring/failing tests on Windows 2022-06-22 21:54:53 -04:00
Padraic Fanning
e850b6e041 Mark erroring test 2022-06-22 20:27:25 -04:00
Padraic Fanning
81d6765a76 Update test_ntpath to CPython 3.10 2022-06-22 20:27:25 -04:00
Padraic Fanning
909058dca2 Mark failing tests on Windows 2022-06-22 20:27:24 -04:00
Padraic Fanning
93a6cc5587 Skip possibly flaky test on Windows 2022-06-22 20:27:24 -04:00
Padraic Fanning
165df16945 Unmark passing tests due to CI limitations 2022-06-22 20:19:39 -04:00
Padraic Fanning
f836870d82 Run test suites like how CPython runs theirs
The extra flags come from the `buildbottest` rule in CPython's Makefile.
This will enable checking the tests we've been skipping by default (such
as network-based tests). This will also report the top 10 slowest tests
and will mark a test as failed if it altered the execution environment.
2022-06-22 20:19:38 -04:00
Jeong Yunwon
a2f77bb62e fix typo from comments 2022-06-23 02:30:15 +09:00
Jeong Yunwon
ffd5a0db9a slicelen -> slice_len 2022-06-23 02:26:15 +09:00
Jeong YunWon
119913b4ab Merge pull request #3802 from youknowone/fix-musl
disable schedparam from musl
2022-06-20 01:41:37 +09:00
Jeong YunWon
4b59c083f1 Add musl CI 2022-06-20 01:18:40 +09:00
Jeong YunWon
7723cf1464 disable schedparam from musl 2022-06-20 01:15:04 +09:00
Jeong YunWon
589363a6a1 Merge pull request #3799 from GoGim1/dev
rename for name consistency
2022-06-20 00:43:27 +09:00
Jeong YunWon
0d598c2df1 Merge pull request #3801 from killme2008/fix/parsing-invalid-decimal
fix panic when parsing invalid decimal, close #3796
2022-06-20 00:18:15 +09:00
Dennis Zhuang
623a78dbf9 fix panic when parsing invalid decimal, close #3796 2022-06-19 22:34:34 +08:00
gogim1
19f3121f88 rename for name consistency 2022-06-19 18:06:18 +08:00
gogim1
9c8ace592d rename for name consistency 2022-06-19 17:11:20 +08:00