Commit Graph

  • dc795873c3 Merge pull request #3449 from waroad/update_test_string Jeong YunWon 2022-04-16 00:40:18 +09:00
  • 1d68ade54e Merge pull request #3387 from OddBloke/oddbloke/type_name Jeong YunWon 2022-04-16 00:39:28 +09:00
  • f5fa66205e use entry to fill attributes Jeong Yunwon 2022-04-15 23:57:34 +09:00
  • 9712a322f9 Lib/test: remove expectedFailure decorator from now-fixed tests Daniel Watkins 2021-10-28 13:02:23 -04:00
  • 2960ebc0d1 test/test_builtin.py: run most of test_type_name Daniel Watkins 2021-10-28 11:04:05 -04:00
  • f6bf48a8f1 builtins/pytype.rs: set __qualname__ in slot_new Daniel Watkins 2021-10-28 11:00:22 -04:00
  • f971a0058f builtins/pytype.rs: set __module__ in type() calls Daniel Watkins 2021-10-28 10:27:29 -04:00
  • 9192b77922 builtins/pytype.rs: don't permit null chars in type names Daniel Watkins 2021-10-28 10:26:18 -04:00
  • 98079878cb stdlib/os.rs: update wrong-type exception text for __fspath__ Daniel Watkins 2021-10-27 11:16:16 -04:00
  • 3cb8f86b65 Merge pull request #3617 from youknowone/cleanup Jeong YunWon 2022-04-16 00:08:36 +09:00
  • 42fcc5eb46 Update test_string.py waroad 2021-11-20 17:07:18 +09:00
  • 8bcd60bd1b Update string.py from 3.8.3 waroad 2021-11-20 17:26:19 +09:00
  • 6357a1acbe clean up imports and useless allow attributes Jeong Yunwon 2022-04-15 23:15:01 +09:00
  • 28eff1d56d Merge pull request #3616 from youknowone/fix-ci Jeong YunWon 2022-04-15 20:50:45 +09:00
  • 0fb5327271 run clippy on nightly to avoid current stable crash Jeong Yunwon 2022-04-15 20:27:53 +09:00
  • 15b4205d1a use unsigned_abs() Jeong Yunwon 2022-04-15 19:06:26 +09:00
  • 61f7d241c0 Merge pull request #3615 from youknowone/fix-nightly Jeong YunWon 2022-04-15 19:46:24 +09:00
  • 49016b6a94 Fix nightly build error (issue #3614) Jeong Yunwon 2022-04-15 17:53:34 +09:00
  • 10a2b0c6c2 Merge pull request #3605 from youknowone/pycontext-new Jeong YunWon 2022-04-14 04:45:00 +09:00
  • 6c908698a3 Merge pull request #3604 from youknowone/arg-sequence Jeong YunWon 2022-04-14 03:59:28 +09:00
  • df1aa5add7 PyContext::new don't create a new context Jeong Yunwon 2022-04-14 03:57:36 +09:00
  • 3629ce5cd7 rename non-protocol PySequence to ArgSequence to avoid confusion Jeong Yunwon 2022-04-14 03:06:19 +09:00
  • f78070525f Merge pull request #3568 from youknowone/fix-priority Jeong YunWon 2022-04-14 03:25:20 +09:00
  • 8484a91ed3 Fix reflection operator priority for subtypes Jeong YunWon 2022-03-12 03:14:31 +09:00
  • e1ac70a217 Merge pull request #3601 from simbajisu/super_thisclass Jeong YunWon 2022-04-10 15:12:09 +09:00
  • cf6a83e9d5 Merge pull request #3600 from hwi-ya/llliiisssttt Jeong YunWon 2022-04-10 15:11:41 +09:00
  • 15b3548d48 Update vm/src/builtins/genericalias.rs Jeong YunWon 2022-04-10 14:23:17 +09:00
  • 79b3633654 Merge pull request #3596 from hwi-ya/add_constant Jeong YunWon 2022-04-10 14:21:35 +09:00
  • a88171ccba resolve duplicated code hwi-ya 2022-04-10 14:12:59 +09:00
  • c8d325c6fe remove expected value hwi-ya 2022-04-10 12:48:00 +09:00
  • bd265c0bd7 apply suggested change simbajisu 2022-04-10 14:04:16 +09:00
  • b0fa2d2b62 Add select.error (#3599) himmelmin 2022-04-10 13:35:07 +09:00
  • 669d1ca38a Add Reduce method in reverse_iter (#3597) jeon-yongjun 2022-04-10 13:32:34 +09:00
  • 75ffbe32bd print super_thisclass simbajisu 2022-04-10 13:27:14 +09:00
  • 263aec1532 When I run list[()], I modify it so that list[()] comes out hwi-ya 2022-04-10 12:43:38 +09:00
  • dcbaecab9a add missing constants hwi-ya 2022-04-10 10:16:29 +09:00
  • 84e714bc56 Merge pull request #3595 from jeon-yongjun/add_constants Jeong YunWon 2022-04-09 21:30:33 +09:00
  • aa8a3afb81 Add missing constants jeon-yongjun 2022-04-09 16:36:18 +09:00
  • 8b319fbac1 Merge pull request #3593 from himmelmin/add_consran Jeong YunWon 2022-04-09 20:03:48 +09:00
  • 735856fabc Add missing constants himmelmin 2022-04-09 16:37:57 +09:00
  • 3dab40fe5e Merge pull request #3594 from simbajisu/add_constant Jeong YunWon 2022-04-09 18:39:53 +09:00
  • 6117d3ab5a add missing constants simbajisu 2022-04-09 16:36:36 +09:00
  • 6f2080b9f7 Merge pull request #3591 from youknowone/fix-clippy Jeong YunWon 2022-04-08 19:27:53 +09:00
  • f428afca36 Merge pull request #3590 from youknowone/whats-left Jeong YunWon 2022-04-08 18:01:20 +09:00
  • 1584cefff3 Fix clippy warnings Jeong Yunwon 2022-04-08 17:56:49 +09:00
  • 5380aa1b12 whats_left sort items and skip cpython missing signatures Jeong Yunwon 2022-04-08 17:22:08 +09:00
  • 7d7e9c8fdc Merge pull request #3585 from dieterplex/fixtestuserdict Jeong YunWon 2022-03-30 11:59:44 +09:00
  • 3037508b0a Fix test_dict.test_fromkeys() d1t2 2022-03-18 22:09:54 +08:00
  • 7466d17dfd Merge pull request #3471 from TeamTamoad/collection-repr Jeong YunWon 2022-03-25 07:21:07 +09:00
  • 71f6db3415 Merge pull request #3581 from youknowone/skip-segfault Jeong YunWon 2022-03-24 00:59:28 +09:00
  • bc304ab3b1 Merge pull request #3582 from deantvv/triviality Jeong YunWon 2022-03-24 00:59:02 +09:00
  • c5544c2580 test: remove unused import and wrong doc Dean Li 2022-03-23 21:51:51 +08:00
  • 1ae76d3c15 ci: update geckodriver Dean Li 2022-03-23 21:51:10 +08:00
  • 612ceecdc4 Fix test_decimal for current test support Jeong Yunwon 2022-03-22 03:51:42 +09:00
  • 18306e6953 unmark test_pickle::test_exceptions and test_xml_etree::test_pickle Jeong Yunwon 2022-03-22 02:42:38 +09:00
  • a94cc1c7ca update test_xml_etree.py from python 3.10.3 Jeong Yunwon 2022-03-22 04:32:40 +09:00
  • d09209b2a8 mark failing test skip Jeong Yunwon 2022-03-22 02:03:02 +09:00
  • 0f4d6cd66c fix: correct deque repr result and fix hanging problem Narawit Rakket 2022-01-22 00:29:13 +07:00
  • 9851643ec2 refactor: add repr helper function for the collections Narawit Rakket 2021-11-30 02:57:25 +07:00
  • 345a4f912c Merge pull request #3579 from jakearmendariz/main Jeong YunWon 2022-03-18 02:43:15 +09:00
  • 0dba8701e8 Merged marshaling module Jake Armendariz 2022-03-16 18:54:47 -07:00
  • aadaf18219 Marshaling sets, frozen sets, bytearr, and changes to testing Jake Armendariz 2022-03-16 18:09:33 -07:00
  • 0dc086c3fe Merge pull request #3578 from dieterplex/fix-bool-marshal Jeong YunWon 2022-03-13 23:43:50 +09:00
  • e02a312f7e Fix bool un/marshaling d1t2 2022-03-13 19:56:53 +08:00
  • 6f54eb1e68 Merge pull request #3577 from gilteunchoi/zlib_fix Jeong YunWon 2022-03-13 19:03:00 +09:00
  • 600e924c53 unmark expectedFauilure decorator gilteunchoi 2022-03-13 17:56:24 +09:00
  • 7800853d1b fix arguments handling of compress and decompress functions gilteunchoi 2022-03-13 17:52:07 +09:00
  • 05cf41f77f Merge pull request #3575 from dieterplex/fix-complex-repr Jeong YunWon 2022-03-13 17:27:21 +09:00
  • 63b91a42c3 Fix wrong complex repr() for -0.0 d1t2 2022-03-13 13:50:03 +08:00
  • b7b05b3bcd Fix wrong complex repr() for nan as img part d1t2 2022-03-13 12:35:54 +08:00
  • 04ebaf6e2b Merge pull request #3571 from youknowone/test-decorator Jeong YunWon 2022-03-13 11:29:36 +09:00
  • e542711562 Merge pull request #3572 from youknowone/fix-int-trunc Jeong YunWon 2022-03-13 11:29:12 +09:00
  • 4030f77354 Merge pull request #3573 from hrchu/update-test-uuid Jeong YunWon 2022-03-13 11:12:35 +09:00
  • 5222563063 Update test_long.py from CPython 3.10.2 Jeong YunWon 2022-03-13 04:32:01 +09:00
  • 64ef4916ec Update test_int.py to CPython 3.10.2 Jeong YunWon 2022-03-13 03:54:42 +09:00
  • 21c4ea5544 Fix trunc error message format Jeong YunWon 2022-03-13 03:56:21 +09:00
  • 0e0cd5d145 Mark failing tests Jeong YunWon 2022-03-13 03:04:26 +09:00
  • 8ffae87a3f Update test_decorators.py from CPython 3.10.2 Jeong YunWon 2022-03-13 03:03:54 +09:00
  • 9e7636de40 Update test_uuid hrchu 2022-03-12 21:31:20 +08:00
  • def4a2b91a Merge pull request #3316 from qingshi163/sequence-protocol Jeong YunWon 2022-03-12 17:19:59 +09:00
  • 09d057243e Revert "Fix clippy warning for derive" Jeong YunWon 2022-03-12 16:43:44 +09:00
  • c1aaec1a1d Merge pull request #3566 from coolreader18/fix-augassign Jeong YunWon 2022-03-12 16:14:58 +09:00
  • d962fd9316 unmark passed test Kangzhi Shi 2021-12-07 18:55:57 +02:00
  • a3655d3e28 fix bytearray delitem not raise buffer error Kangzhi Shi 2021-12-07 18:42:05 +02:00
  • 9d443bbbdc fix range raise overflow error for isize Kangzhi Shi 2021-12-07 18:29:00 +02:00
  • 8cdbd182b2 fix sliceable return index error instead overflow error Kangzhi Shi 2021-12-07 09:11:16 +02:00
  • a2d71e7d82 fix bytes getitem return type Kangzhi Shi 2021-12-07 08:39:12 +02:00
  • 7b8c4091b5 fix hang on __index__ Kangzhi Shi 2021-12-05 20:27:05 +02:00
  • c6ee563088 fix item protocol use sequence protocol Kangzhi Shi 2021-12-05 16:05:39 +02:00
  • 0abe90dd0a move obj_as to sequence_downcast Kangzhi Shi 2021-12-05 10:24:28 +02:00
  • 994c0be479 fix fmt Kangzhi Shi 2021-12-04 17:16:04 +02:00
  • 10020a910c mark fail tests Kangzhi Shi 2021-12-04 17:15:46 +02:00
  • b91ec2690f fix rebase Kangzhi Shi 2021-12-04 16:02:05 +02:00
  • 0c9235ce0a impl sequence protocol for PyDeque Kangzhi Shi 2021-11-23 15:16:05 +02:00
  • 066ba2fec1 impl sequence protocol for PyStr Kangzhi Shi 2021-11-22 18:17:38 +02:00
  • 1536dd9417 impl sequence protocol for PyTuple Kangzhi Shi 2021-11-22 17:55:34 +02:00
  • 0545e6a2dc impl sequence protocol for PyFrozenSet Kangzhi Shi 2021-11-22 17:32:16 +02:00
  • f18b8f1a28 impl sequence protocol for PySet Kangzhi Shi 2021-11-22 17:29:01 +02:00
  • 29e08314a4 impl sequence protocol for PyRange Kangzhi Shi 2021-11-22 17:22:02 +02:00
  • 6b17fa1d3d fix rebase Kangzhi Shi 2021-11-22 10:11:27 +02:00