Commit Graph

  • 64a7523b8a Merge pull request #3523 from hackerwins/staticmethod Jeong YunWon 2022-01-22 18:54:35 +09:00
  • f46dd59c91 Remove unexpected successes in test_shlex Hackerwins 2022-01-22 15:19:55 +09:00
  • c36c90beab Apply staticmethod to maketrans Hackerwins 2022-01-22 14:57:10 +09:00
  • 494fc43711 Use staticmethod in macros Hackerwins 2022-01-22 14:51:23 +09:00
  • c97e238fd0 Merge pull request #3486 from afpro/main Noa 2022-01-22 01:51:16 -06:00
  • e3fb3f1367 Merge pull request #3479 from chrismoradi/fix-abstractmethods Jeong YunWon 2022-01-22 16:50:35 +09:00
  • 86ffe9adc4 Merge pull request #3499 from moreal/bugfix/genericalias-getitem-method Jeong YunWon 2022-01-22 15:50:21 +09:00
  • caf045a62c Merge remote-tracking branch 'upstream/main' into bugfix/genericalias-getitem-method Moreal 2022-01-22 10:26:43 +09:00
  • 0040d4ef6d Merge pull request #3522 from fanninpm/test-shlex Jeong YunWon 2022-01-18 17:53:09 +09:00
  • 344539f5c3 Unmark passing test Padraic Fanning 2022-01-17 11:19:46 -05:00
  • d347dbb01e Update shlex.py to CPython 3.9 Padraic Fanning 2022-01-17 11:14:43 -05:00
  • 65cb692810 Update test_shlex.py to CPython 3.9 Padraic Fanning 2022-01-17 11:13:36 -05:00
  • 460ab670d4 Merge pull request #3521 from fanninpm/test-random Jeong YunWon 2022-01-17 16:58:29 +09:00
  • 4f6486da19 Unmark passing tests Padraic Fanning 2022-01-16 20:43:55 -05:00
  • a4ef5f0fd1 Mark erroring tests Padraic Fanning 2022-01-16 20:39:26 -05:00
  • 510a52b59d Fix case where length = 0 Padraic Fanning 2022-01-16 20:24:56 -05:00
  • f01463fc12 Add proper error message for negative length Padraic Fanning 2022-01-16 20:24:18 -05:00
  • 0d979d8b3e Allow random.getrandbits(0) Padraic Fanning 2022-01-16 20:23:40 -05:00
  • 6b795a7e49 Deduplicate random.randbytes Padraic Fanning 2022-01-16 16:18:06 -05:00
  • e766513ad3 Update random.py to CPython 3.9* Padraic Fanning 2022-01-16 14:24:25 -05:00
  • d59042912e Update test_random.py to CPython 3.9 Padraic Fanning 2022-01-16 13:59:10 -05:00
  • 9c728dfe53 Merge pull request #3516 from coolreader18/fix-ci Noa 2022-01-14 19:53:26 -06:00
  • 1188369956 Fix clippy warnings with 1.58 & convert some format strings to capture-args Noa 2022-01-13 23:08:56 -06:00
  • 78b17ba940 Fix doctests in ci Noa 2022-01-13 23:25:45 -06:00
  • 730fda0f9e Fix doc comment for Interpreter Noa 2022-01-13 23:26:01 -06:00
  • 964304e8bd Expose types.GenericAlias.__getitem__ Moreal 2021-12-11 23:54:48 +09:00
  • 0317090c85 Mark failed tests in test_abc Moreal 2021-12-11 21:53:09 +09:00
  • db3b3127df Merge pull request #3488 from deantvv/frozen-import-helper Noa 2021-12-09 11:32:22 -06:00
  • fad636c694 Update typing module to CPython 3.10.0 Moreal 2021-12-06 03:05:33 +09:00
  • 1163b54094 Mark & Unmark failed & resolved tests Moreal 2021-12-06 02:50:43 +09:00
  • 72ba40ec6a Unmark types.UnionType Moreal 2021-12-06 02:47:18 +09:00
  • 6f3bcb957d Add test._typed_dict_helper Moreal 2021-12-06 02:33:32 +09:00
  • e4d569bf6c Introduce PyUnionType Moreal 2021-12-06 02:15:33 +09:00
  • 7da94d878c Update types module to CPython 3.10.0 Moreal 2021-12-05 17:06:56 +09:00
  • 1b227f8f89 Update abc module to CPython 3.10.0 Moreal 2021-12-05 17:06:34 +09:00
  • c060f9973d Update _py_abc module to CPython 3.10.0 Moreal 2021-12-05 17:04:24 +09:00
  • 38513cb468 Merge pull request #3462 from qingshi163/mapping-protocol2 Jeong YunWon 2021-12-03 21:18:25 +09:00
  • ae538943c0 fix ass_subscript check Kangzhi Shi 2021-12-01 20:40:04 +02:00
  • 6a996b04c8 move obj downcast to AsMapping Kangzhi Shi 2021-12-01 20:16:18 +02:00
  • 40991b9645 Merge pull request #3489 from TeamTamoad/uuid-3.9 Jeong YunWon 2021-12-02 01:28:56 +09:00
  • bc1bbc06dd test(uuid): remove unnecessary expectedFailure from test_uuid Narawit Rakket 2021-12-01 19:59:43 +07:00
  • 16a048a552 feat(uuid): update uuid to version 3.9.9 Narawit Rakket 2021-12-01 19:53:11 +07:00
  • 189a55c09f Merge pull request #3455 from BongYang/collection_abc Jeong YunWon 2021-12-01 21:18:34 +09:00
  • 45d02859cb import_helper: refactor frozen_modules Dean Li 2021-12-01 20:06:38 +08:00
  • d6031baaa6 Update _collection_abc.py Cpython v3.9.7 LeeJungwon 2021-11-20 19:32:07 +09:00
  • 021563932b Merge pull request #3453 from youknowone/posonly-kwargs Noa 2021-11-30 15:22:50 -06:00
  • f3ea13df6f fix android ssl import error (PyBaseExceptionRef/VirtualMachine/convert_openssl_error) afpro 2021-11-30 16:04:55 +08:00
  • 3c5e13f7f1 Merge pull request #3461 from Byeongjee/dict-iterator-reduce Jeong YunWon 2021-11-30 14:34:32 +09:00
  • 5077d6f700 Merge pull request #3480 from deantvv/test-support-import-helper Jeong YunWon 2021-11-30 14:30:21 +09:00
  • cc2b97bf79 Merge pull request #3482 from Snowapril/keyword_module Noa 2021-11-29 18:23:04 -06:00
  • 99959270cc Merge pull request #3481 from Snowapril/builtin_constants Noa 2021-11-29 18:18:47 -06:00
  • 961e700612 PR feedback: comment out original inspect.isabstract code Chris Moradi 2021-11-29 08:56:32 -08:00
  • 9a2b67e3a7 Add keyword module from cpython 3.10 snowapril 2021-11-29 23:40:42 +09:00
  • 1aa750b1e4 Remove keyword module from rust-side snowapril 2021-11-29 23:40:24 +09:00
  • fdd329ed0a Register True, False, None to builtins snowapril 2021-11-29 23:35:01 +09:00
  • 14727e6432 test: mark win32 failure test Dean Li 2021-11-29 19:10:58 +08:00
  • 6f98288e84 test: use import_helper Dean Li 2021-11-29 18:37:34 +08:00
  • c2baf11119 test: move import_helper out Dean Li 2021-11-29 18:37:07 +08:00
  • 1269c7fc28 Merge pull request #3474 from TeamTamoad/hashlib Jeong YunWon 2021-11-29 20:01:19 +09:00
  • 45c22af5c7 feat(hashlib): add test_hashlib from CPython v3.9.9 Narawit Rakket 2021-11-29 16:50:24 +07:00
  • 7e3bbbb38c feat(hashlib): add usedforsecurity kwarg to hash functions Narawit Rakket 2021-11-29 16:49:38 +07:00
  • 32a9b958e5 Merge pull request #3465 from 24seconds/fix_test_base64 Jeong YunWon 2021-11-29 16:10:20 +09:00
  • 65d9e2fa86 skip to create list object Jeong YunWon 2021-11-29 15:05:19 +09:00
  • 5fef0267af Fix clippy issue Chris Moradi 2021-11-28 15:43:50 -08:00
  • 4409460cb3 Fix __isabstractmethod__ for class/static methods and properties Chris Moradi 2021-11-28 15:00:32 -08:00
  • 00155abe45 Merge pull request #3473 from tai271828/pr-issue-2889-dis Noa 2021-11-28 16:59:26 -06:00
  • acc75de4ef feat(Lib): print the disassembled info Taihsiang Ho (tai271828) 2021-11-28 11:07:58 +01:00
  • 2ceeea8c37 Merge pull request #3476 from deantvv/test-update-2 Jeong YunWon 2021-11-29 03:12:03 +09:00
  • 4f2d70f915 Merge pull request #3475 from hrchu/pep604 Jeong YunWon 2021-11-29 03:10:01 +09:00
  • 4161858ec2 Revert "test: remove unexpectedFailure for nt" Dean Li 2021-11-28 23:25:45 +08:00
  • 4109b12f03 test: mark win32 failure test Dean Li 2021-11-28 23:25:17 +08:00
  • be3f3412e1 os_helper: add XXX RUSTPYTHON back Dean Li 2021-11-28 22:42:03 +08:00
  • 20cef397f0 test: remove unexpectedFailure for nt Dean Li 2021-11-28 20:47:14 +08:00
  • cad10fedd4 test: update importlib Dean Li 2021-11-13 14:21:59 +08:00
  • 05705bd727 test: update test_unicode_file Dean Li 2021-11-13 04:24:06 +00:00
  • aab7c07789 test: update test_urllib Dean Li 2021-11-13 03:51:06 +00:00
  • 27b637aa0a test: update test_uu Dean Li 2021-11-13 03:44:54 +00:00
  • 4ba3611664 test: update test_support Dean Li 2021-11-13 03:36:25 +00:00
  • 5ee4fb899b test: use os_helper Dean Li 2021-11-11 22:38:47 +08:00
  • 39b9e1f91e test: os use os_helper Dean Li 2021-11-10 23:29:00 +08:00
  • 2b89992d3f test: move os_helper out as py3.10 Dean Li 2021-11-10 23:28:18 +08:00
  • b0dabd6087 Allow writing union types as X | Y hrchu 2021-11-28 19:42:33 +08:00
  • e740de697b Merge pull request #3472 from qingshi163/fix-slice-overflow Jeong YunWon 2021-11-28 20:04:29 +09:00
  • 06fbba6589 clearup Kangzhi Shi 2021-11-28 12:48:19 +02:00
  • fe26754ad1 Refactor code using Either type Young 2021-11-28 18:37:36 +09:00
  • 290f91cd5e Use Either type for OptionalArg in CastArgs 24seconds 2021-11-28 18:25:44 +09:00
  • e06afd2cc0 fix windows fail, hope so Kangzhi Shi 2021-11-28 10:42:22 +02:00
  • 296afbc315 fix #3468 SaturatedSliceIter overflow Kangzhi Shi 2021-11-28 11:15:49 +02:00
  • 9fb70707c4 Merge pull request #3469 from youknowone/dis-py Jeong YunWon 2021-11-28 17:52:15 +09:00
  • d622ceb9dc rename native dis to _dis and add python module Jeong YunWon 2021-11-28 15:49:02 +09:00
  • c65130c221 Merge pull request #3466 from hrchu/add-test-uuid Jeong YunWon 2021-11-28 14:52:57 +09:00
  • bd67e7d927 Mark failing tests in test_unid hrchu 2021-11-28 10:25:22 +08:00
  • 34ac2f73d1 Add test_uuid from CPython 3.9.9 hrchu 2021-11-28 10:16:24 +08:00
  • 91489352c5 Implement reduce() for dict iterators Byeongjee Kang 2021-11-27 18:57:35 +09:00
  • dd773b3413 Support tuple type also for memoryview shape arg Young 2021-11-27 23:39:01 +09:00
  • e93f98c52e fix windows compile Kangzhi Shi 2021-11-27 15:02:41 +02:00
  • fdd82fac78 fixup Kangzhi Shi 2021-11-27 14:09:43 +02:00
  • 9a2eef6fab fix compile Kangzhi Shi 2021-11-27 13:49:05 +02:00
  • ca4e8f50e8 refactor ItemProtocol -> Object Protocol Kangzhi Shi 2021-11-27 13:00:37 +02:00
  • e2b5abf70c Merge pull request #3459 from TeamTamoad/maketrans Jeong YunWon 2021-11-27 15:05:48 +09:00