Commit Graph

  • 52a0f3ba3b Merge pull request #3954 from oow214/unicode_escape_decode Jeong YunWon 2022-07-24 20:19:22 +09:00
  • 96839df42b Merge pull request #3915 from hy-kiera/textiobase_encoding_property Jeong YunWon 2022-07-24 20:01:26 +09:00
  • 7db813dbc6 mark failing tests again Jeong YunWon 2022-07-24 19:41:48 +09:00
  • 1ac66cffd9 change parameters and add pyproperty hy-kiera 2022-07-24 13:31:22 +09:00
  • ce0ac2b11b Update encodings/test_codecs CPython developers 2022-07-18 05:03:51 +09:00
  • 559442c2f3 crlf -> lf test_codecs CPython developers 2022-07-18 05:05:10 +09:00
  • e782c21e96 Fix test_merge_and_mutate Taegi Song 2022-07-23 16:45:49 +09:00
  • 46916eaf7a Fix escape codecs Kim, YeonWoo 2022-07-24 15:23:52 +09:00
  • 370c4f7f60 PyObject::try_float Jeong YunWon 2022-07-24 07:34:43 +09:00
  • b96dddfed1 PyObject::try_int Jeong YunWon 2022-07-24 07:18:03 +09:00
  • 7a43a2ed3f PyObject::try_index Jeong YunWon 2022-07-24 06:44:25 +09:00
  • 2d1158b271 remove vm.try_index Jeong YunWon 2022-07-24 06:30:24 +09:00
  • a05712fd9b no once cell Jeong YunWon 2022-07-23 17:47:17 +09:00
  • e871a53227 resolve conflict Jeong YunWon 2022-07-23 16:12:26 +09:00
  • 069c6c9a1e refactor replace nonnull with pointerslot Kangzhi Shi 2022-06-25 21:40:52 +02:00
  • 2895c8124a use heaptypeext for number protocol Kangzhi Shi 2022-06-25 14:00:51 +02:00
  • 44daeef9c8 fix static lifetime Kangzhi Shi 2022-06-25 09:42:06 +02:00
  • c24457521d proto heaptypeext Kangzhi Shi 2022-06-24 22:31:52 +02:00
  • 0ebd4e0719 refactor number methods as atomic function Kangzhi Shi 2022-06-23 21:55:42 +02:00
  • c5d6ef11e4 Merge pull request #2448 from verhovsky/turn-whats-left-into-python-script Jeong YunWon 2022-07-24 04:32:49 +09:00
  • c5ab11bbe6 fix ci and documents to use new script Jeong YunWon 2022-07-24 03:40:07 +09:00
  • 3fdc4091ef -I option error Jeong YunWon 2022-07-24 03:31:00 +09:00
  • 65f0399ba0 Convert whats_left into a CPython script boris 2021-02-11 03:36:03 -05:00
  • 9e9d61022f Merge pull request #3953 from Yaminyam/fix/range-iter Jeong YunWon 2022-07-23 18:02:58 +09:00
  • 57a547088f Refactor: line breaks based on many arguments siontama 2022-07-23 17:06:21 +09:00
  • 9e3079c565 Fix: range beyond the isize range siontama 2022-07-23 16:59:14 +09:00
  • 098a7099f8 Merge pull request #3944 from youknowone/refactor-range Jeong YunWon 2022-07-23 14:38:52 +09:00
  • 90affcd6de Remove len parameter from saturate Jeong YunWon 2022-07-23 04:52:18 +09:00
  • 722f8fdedd Merge pull request #3947 from jopemachine/edit-defaultdict Jeong YunWon 2022-07-22 18:17:27 +09:00
  • 9c2a5041e9 Reflect feedbacks Gyubong Lee 2022-07-22 13:16:12 +09:00
  • 3c9e92cebb Add or, ror andior to defaultdict Gyubong Lee 2022-07-22 12:16:13 +09:00
  • 6ebb3f59ad Merge pull request #3945 from youknowone/ci-mac Jeong YunWon 2022-07-22 04:37:59 +09:00
  • 81fffec0bb Use macos-latest again Jeong Yunwon 2022-07-22 03:39:59 +09:00
  • 84f5aa93b0 Refactor repetive optional range pattern to OptionalRangeArgs Jeong Yunwon 2022-07-22 03:11:38 +09:00
  • a38965f1f8 Merge pull request #3939 from daeun503/update-array-index Jeong YunWon 2022-07-22 02:31:39 +09:00
  • e6452d86d0 update array.index for optional range Daeun Lee 2022-07-21 14:46:29 +09:00
  • 86bbfef003 Merge pull request #3941 from youknowone/fix-clippy Jeong YunWon 2022-07-21 07:42:41 +09:00
  • dd2bf4c96b fix clippy Jeong Yunwon 2022-07-21 06:36:16 +09:00
  • a3df2169f4 Merge pull request #3879 from key262yek/update-assign-del Jeong YunWon 2022-07-21 01:00:46 +09:00
  • c66d22da84 Except operator cases from delete error rule Myeongseon Choi 2022-07-20 13:25:04 +09:00
  • f51ad1954f Update to parse `group' expression Myeongseon Choi 2022-07-20 13:12:47 +09:00
  • 6b56e51fc1 Change expression parser for del statement Myeongseon Choi 2022-07-15 22:06:07 +09:00
  • da2695cffd Update del statement del [x] available Myeongseon Choi 2022-07-14 09:22:49 +09:00
  • 918fa48eda Change a short name of Bool and None Myeongseon Choi 2022-07-13 19:42:46 +09:00
  • 3c07c7ce00 Change error msg "can't" to "cannot" Myeongseon Choi 2022-07-13 17:31:21 +09:00
  • 463b51634e Implement number protocol for PyBytes (#3903) Karatus 2022-07-20 00:35:32 +09:00
  • db6fd16920 Merge pull request #3932 from jopemachine/edit-float-getformat Jeong YunWon 2022-07-19 20:33:45 +09:00
  • 0e00ab6d9e Update getformat's function signature Gyubong Lee 2022-07-19 19:39:23 +09:00
  • 8f56c06e27 Merge pull request #3930 from gilteunchoi/missing-winapi-constants Jeong YunWon 2022-07-19 10:55:36 +09:00
  • 0559a9b546 add constants that already exist in winbase.rs and winnt.rs Gilteun Choi 2022-07-19 09:18:27 +09:00
  • 48241839aa Merge pull request #3868 from maong0927/arrayiter_reduce Jeong YunWon 2022-07-19 06:53:40 +09:00
  • d75e388082 Merge pull request #3917 from youknowone/update-unittest Jeong YunWon 2022-07-19 03:21:44 +09:00
  • cb9663caf2 Merge pull request #3926 from youknowone/unittest Jeong YunWon 2022-07-19 03:21:33 +09:00
  • 2e6bc39693 update venv from CPython 3.10.5 CPython developers 2022-07-18 23:55:52 +09:00
  • 2f4000b239 mark faiing tests from test_json Jeong Yunwon 2022-07-18 05:01:29 +09:00
  • 413e8250f0 Update {test_}json from CPython 3.10.5 CPython developers 2022-07-18 04:56:35 +09:00
  • 6bf75998ca Update datetime from CPython 3.10.5 Jeong Yunwon 2022-07-18 04:37:14 +09:00
  • 9878d722ce Merge pull request #3916 from youknowone/fix-userlist Jeong YunWon 2022-07-19 00:36:27 +09:00
  • b7dd1b7928 Update signal and its test from CPython 3.10.5 CPython developers 2022-07-18 23:01:58 +09:00
  • f2ea8e22d7 Merge pull request #3794 from youknowone/ensure-pip Jeong YunWon 2022-07-18 23:52:23 +09:00
  • 74a7f03759 Fix outdated test_userlist Jeong Yunwon 2022-07-18 22:17:42 +09:00
  • 7917d124ff unmark fixed test Jeong Yunwon 2022-07-18 22:52:26 +09:00
  • 79f4b33956 Merge pull request #3910 from youknowone/update-container-tests Jeong YunWon 2022-07-18 22:19:11 +09:00
  • a1c110748c Merge pull request #3914 from oow214/mappingproxy Jeong YunWon 2022-07-18 22:14:12 +09:00
  • 4acc62935f Add mappingproxy richcompare Kim, YeonWoo 2022-07-18 21:46:34 +09:00
  • 8a3bd8529a implement TextIOBase encoding attribute hy-kiera 2022-07-18 21:44:19 +09:00
  • 715dac9045 Merge pull request #3898 from jopemachine/add-missing-method-mapping-proxy Jeong YunWon 2022-07-18 21:01:33 +09:00
  • 3664986629 Fix weakref richcompare (#3913) Karatus 2022-07-18 20:59:46 +09:00
  • a77e9b60f5 Merge pull request #3908 from jopemachine/edit-get-method Jeong YunWon 2022-07-18 20:37:50 +09:00
  • 9fd31b8f2c Merge pull request #3911 from moreal/use-getset-instead-property-word Jeong YunWon 2022-07-18 15:01:28 +09:00
  • 5d2146ea75 Unify getset words to GetSet Lee Dogeon 2022-07-18 05:39:50 +09:00
  • 6729417624 adjust failing markers for test_xmlrpc Jeong Yunwon 2022-07-18 04:02:16 +09:00
  • f3acd688a4 update {test_}xmlrpc from CPython 3.10.5 CPython developers 2022-07-18 03:58:05 +09:00
  • 3d27f163e4 adjust failing markers for test_{builtin,decimal,float,range} Jeong Yunwon 2022-07-18 03:42:21 +09:00
  • 33690be35b Update tests from CPython 3.10.5 CPython developers 2022-07-18 03:20:23 +09:00
  • 2f488cb153 adjust failing tests from test_unicode* Jeong Yunwon 2022-07-18 02:52:47 +09:00
  • ff7b96f91c Update test_unicode* from CPython 3.10.5 Jeong Yunwon 2022-07-18 02:50:33 +09:00
  • b4c0a7611c Update queue/test_queue from CPython 3.10.5 CPython developers 2022-07-18 02:47:09 +09:00
  • c7a5b960be Update test_memoryview from CPython 3.10.5 CPython developers 2022-07-18 02:45:44 +09:00
  • 36f5134bca Update test_bytes from CPython 3.10.5 CPython developers 2022-07-18 02:33:54 +09:00
  • 8a6fc05893 Update test_contains from CPython 3.10.5 CPython developers 2022-07-18 02:30:05 +09:00
  • 45e6fb14c2 adjust failing markers for test_deque Jeong Yunwon 2022-07-18 02:39:56 +09:00
  • c8ae1806a4 Update test_deque from CPython 3.10.5 CPython developers 2022-07-18 02:37:11 +09:00
  • 7580e11320 adjust failing markers for test_{collections,defaultdict} Jeong Yunwon 2022-07-18 02:28:42 +09:00
  • 9537149572 Update collections/test_{collections,defaultdict} from CPython 3.10.5 CPython developers 2022-07-18 02:22:02 +09:00
  • da54c40566 adjust failing markers for test_set Jeong Yunwon 2022-07-18 02:20:44 +09:00
  • 71c2772d9e Update test_set from CPython 3.10.5 CPython developers 2022-07-18 02:18:29 +09:00
  • fda0e0a94e adjust failing markers for test_dict Jeong Yunwon 2022-07-18 02:16:42 +09:00
  • 146c9ff316 Update test_dictviews from CPython 3.10.5 CPython developers 2022-07-18 02:43:22 +09:00
  • a4f2421aad Update test_dictcomps from CPython 3.10.5 CPython developers 2022-07-18 02:40:45 +09:00
  • c62076e0e9 Update test_dict from CPython 3.10.5 CPython developers 2022-07-18 02:15:49 +09:00
  • b1c29aacb1 adjust failing markers for array tests Jeong Yunwon 2022-07-18 03:54:34 +09:00
  • 8d3bac9c1e Update test_array from CPython 3.10.5 CPython developers 2022-07-18 02:10:42 +09:00
  • 003f9dbf21 adjust failing markers for list tests Jeong Yunwon 2022-07-18 02:08:47 +09:00
  • 242e51169c Merge pull request #3909 from oow214/weakref_richcompare Jeong YunWon 2022-07-18 03:43:41 +09:00
  • 5b18683240 Update list/tuple tests from CPython 3.10.5 CPython developers 2022-07-18 02:01:17 +09:00
  • c737713c9e Update test_itertools from CPython 3.10.5 CPython developers 2022-07-18 01:57:45 +09:00
  • 5afa6f76b2 Update _osx_support from CPython 3.10.5 CPython developers 2022-07-18 02:32:29 +09:00
  • 5c085462b7 Add weakproxy richcompare Kim, YeonWoo 2022-07-17 21:56:15 +09:00
  • 540a73fe61 Merge pull request #3862 from youknowone/unittest Jeong YunWon 2022-07-18 01:53:26 +09:00