Commit Graph

11074 Commits

Author SHA1 Message Date
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
Jeong YunWon
531f678706 Merge pull request #3797 from RustPython/dependabot/cargo/openssl-src-111.20.01.1.1o
Bump openssl-src from 111.18.0+1.1.1n to 111.20.0+1.1.1o
2022-06-18 06:05:02 +09:00
dependabot[bot]
a55c604262 Bump openssl-src from 111.18.0+1.1.1n to 111.20.0+1.1.1o
Bumps [openssl-src](https://github.com/alexcrichton/openssl-src-rs) from 111.18.0+1.1.1n to 111.20.0+1.1.1o.
- [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases)
- [Commits](https://github.com/alexcrichton/openssl-src-rs/commits)

---
updated-dependencies:
- dependency-name: openssl-src
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-17 15:18:49 +00:00
Jeong YunWon
f84b2896f1 Merge pull request #3792 from youknowone/fix-slot-call
Fix slot call deadlock
2022-06-16 21:20:23 +09:00
Jeong YunWon
f861d0d8ff Merge pull request #3791 from rng-dynamics/feat-itertools-compress-reduce
Add itertools.compress.__reduce__
2022-06-16 20:56:05 +09:00
Jeong Yunwon
770f166edf Fix slot call deadlock 2022-06-16 20:53:59 +09:00
Alexander Scharinger
e4267d9280 rustfmt 2022-06-16 11:44:23 +02:00
Alexander Scharinger
dbdbdc887f feat: itertools.compress.__reduce__ 2022-06-16 11:36:31 +02:00
Alexander Scharinger
81d2df806a fix: itertools.compress keyword arguments 2022-06-16 11:22:36 +02:00