Commit Graph

10494 Commits

Author SHA1 Message Date
waroad
8bcd60bd1b Update string.py from 3.8.3
update file to matching version
2022-04-16 00:00:31 +09:00
Jeong YunWon
28eff1d56d Merge pull request #3616 from youknowone/fix-ci
Fix CI
2022-04-15 20:50:45 +09:00
Jeong Yunwon
0fb5327271 run clippy on nightly to avoid current stable crash 2022-04-15 20:41:05 +09:00
Jeong Yunwon
15b4205d1a use unsigned_abs() 2022-04-15 20:24:55 +09:00
Jeong YunWon
61f7d241c0 Merge pull request #3615 from youknowone/fix-nightly
Fix nightly build error (issue #3614)
2022-04-15 19:46:24 +09:00
Jeong Yunwon
49016b6a94 Fix nightly build error (issue #3614)
suggested by @petrochenkov
in https://github.com/RustPython/RustPython/issues/3614#issuecomment-1099980599
2022-04-15 18:52:26 +09:00
Jeong YunWon
10a2b0c6c2 Merge pull request #3605 from youknowone/pycontext-new
PyContext::new don't create a new context
2022-04-14 04:45:00 +09:00
Jeong YunWon
6c908698a3 Merge pull request #3604 from youknowone/arg-sequence
rename non-protocol PySequence to ArgSequence to avoid confusion
2022-04-14 03:59:28 +09:00
Jeong Yunwon
df1aa5add7 PyContext::new don't create a new context 2022-04-14 03:58:45 +09:00
Jeong Yunwon
3629ce5cd7 rename non-protocol PySequence to ArgSequence to avoid confusion 2022-04-14 03:26:38 +09:00
Jeong YunWon
f78070525f Merge pull request #3568 from youknowone/fix-priority
Fix reflection operator priority for subtypes
2022-04-14 03:25:20 +09:00
Jeong YunWon
8484a91ed3 Fix reflection operator priority for subtypes 2022-04-14 02:38:54 +09:00
Jeong YunWon
e1ac70a217 Merge pull request #3601 from simbajisu/super_thisclass
add thisclass to the original typ
2022-04-10 15:12:09 +09:00
Jeong YunWon
cf6a83e9d5 Merge pull request #3600 from hwi-ya/llliiisssttt
modify empty tuple (genericalias repr)
2022-04-10 15:11:41 +09:00
Jeong YunWon
15b3548d48 Update vm/src/builtins/genericalias.rs 2022-04-10 14:23:17 +09:00
Jeong YunWon
79b3633654 Merge pull request #3596 from hwi-ya/add_constant
add missing constants
2022-04-10 14:21:35 +09:00
hwi-ya
a88171ccba resolve duplicated code 2022-04-10 14:15:41 +09:00
hwi-ya
c8d325c6fe remove expected value 2022-04-10 14:15:12 +09:00
simbajisu
bd265c0bd7 apply suggested change
Co-authored-by: Jeong YunWon <69878+youknowone@users.noreply.github.com>
2022-04-10 14:04:16 +09:00
himmelmin
b0fa2d2b62 Add select.error (#3599) 2022-04-10 13:35:07 +09:00
jeon-yongjun
669d1ca38a Add Reduce method in reverse_iter (#3597) 2022-04-10 13:32:34 +09:00
simbajisu
75ffbe32bd print super_thisclass 2022-04-10 13:27:14 +09:00
hwi-ya
263aec1532 When I run list[()], I modify it so that list[()] comes out 2022-04-10 12:43:38 +09:00
hwi-ya
dcbaecab9a add missing constants 2022-04-10 10:20:04 +09:00
Jeong YunWon
84e714bc56 Merge pull request #3595 from jeon-yongjun/add_constants
Add missing constants in socket module
2022-04-09 21:30:33 +09:00
jeon-yongjun
aa8a3afb81 Add missing constants 2022-04-09 21:00:32 +09:00
Jeong YunWon
8b319fbac1 Merge pull request #3593 from himmelmin/add_consran
Add missing constants
2022-04-09 20:03:48 +09:00
himmelmin
735856fabc Add missing constants 2022-04-09 19:29:51 +09:00
Jeong YunWon
3dab40fe5e Merge pull request #3594 from simbajisu/add_constant
add missing constants
2022-04-09 18:39:53 +09:00
simbajisu
6117d3ab5a add missing constants 2022-04-09 17:07:45 +09:00
Jeong YunWon
6f2080b9f7 Merge pull request #3591 from youknowone/fix-clippy
Fix clippy warnings
2022-04-08 19:27:53 +09:00
Jeong YunWon
f428afca36 Merge pull request #3590 from youknowone/whats-left
whats_left sort items and skip cpython missing signatures
2022-04-08 18:01:20 +09:00
Jeong Yunwon
1584cefff3 Fix clippy warnings 2022-04-08 17:57:08 +09:00
Jeong Yunwon
5380aa1b12 whats_left sort items and skip cpython missing signatures 2022-04-08 17:22:51 +09:00
Jeong YunWon
7d7e9c8fdc Merge pull request #3585 from dieterplex/fixtestuserdict
Fix dict.fromkeys to return correct type
2022-03-30 11:59:44 +09:00
d1t2
3037508b0a Fix test_dict.test_fromkeys()
Based on CPython implementation, dictobject.c, construct the new
object with type and call corresponding setitem method.
2022-03-30 09:22:24 +08:00
Jeong YunWon
7466d17dfd Merge pull request #3471 from TeamTamoad/collection-repr
refactor: add a repr helper function for the collections
2022-03-25 07:21:07 +09:00
Jeong YunWon
71f6db3415 Merge pull request #3581 from youknowone/skip-segfault
mark failing test skip
2022-03-24 00:59:28 +09:00
Jeong YunWon
bc304ab3b1 Merge pull request #3582 from deantvv/triviality
Update geckodriver and trivial test fix
2022-03-24 00:59:02 +09:00
Dean Li
c5544c2580 test: remove unused import and wrong doc 2022-03-23 21:51:51 +08:00
Dean Li
1ae76d3c15 ci: update geckodriver 2022-03-23 21:51:10 +08:00
Jeong Yunwon
612ceecdc4 Fix test_decimal for current test support 2022-03-22 04:36:16 +09:00
Jeong Yunwon
18306e6953 unmark test_pickle::test_exceptions and test_xml_etree::test_pickle 2022-03-22 04:36:16 +09:00
Jeong Yunwon
a94cc1c7ca update test_xml_etree.py from python 3.10.3 2022-03-22 04:36:16 +09:00
Jeong Yunwon
d09209b2a8 mark failing test skip 2022-03-22 02:22:40 +09:00
Narawit Rakket
0f4d6cd66c fix: correct deque repr result and fix hanging problem 2022-03-21 00:53:12 +07:00
Narawit Rakket
9851643ec2 refactor: add repr helper function for the collections 2022-03-20 23:11:06 +07:00
Jeong YunWon
345a4f912c Merge pull request #3579 from jakearmendariz/main
Marshaling: Sets, FrozenSets, and ByteArray
2022-03-18 02:43:15 +09:00
Jake Armendariz
0dba8701e8 Merged marshaling module 2022-03-16 18:54:47 -07:00
Jake Armendariz
aadaf18219 Marshaling sets, frozen sets, bytearr, and changes to testing 2022-03-16 18:09:33 -07:00