Commit Graph

  • fac6a796d3 Update pickle.py to CPython 3.10 Padraic Fanning 2022-02-06 18:20:28 -05:00
  • 6cc9849067 Add test_pickle from CPython 3.10 Padraic Fanning 2022-02-06 17:59:15 -05:00
  • 576b08a124 Migrate requires_hashdigest() to helper Padraic Fanning 2022-02-06 16:53:09 -05:00
  • 2740675228 Add test/support/hashlib_helper from CPython 3.10 Padraic Fanning 2022-02-06 16:46:48 -05:00
  • 99a3dae2a3 Merge pull request #3483 from Snowapril/random_module Jeong YunWon 2022-02-06 18:59:27 +09:00
  • dded3a6b76 Merge pull request #3497 from moreal/update-types-310 Jeong YunWon 2022-02-06 18:58:33 +09:00
  • bcda616771 Remove expectedFailure decorator on success test snowapril 2022-01-25 00:19:49 +09:00
  • 9bdf12230b Remove expected failure decorator on success test snowapril 2021-12-02 22:33:53 +09:00
  • 56f3fccc07 Fix int to_bytes method to return 0 with num byte_len snowapril 2021-12-02 15:12:11 +09:00
  • 98f4a90908 Fix randbytes(0) Noa 2021-11-29 23:38:15 -06:00
  • bea21fa9af Fix os.urandom to accept isize and check negative snowapril 2021-11-30 10:21:24 +09:00
  • 04306973ed Fix getrandbits to check negative snowapril 2021-11-30 10:13:52 +09:00
  • 8d7a7e7cac Skip some error test cases snowapril 2021-11-30 10:07:26 +09:00
  • d722a892de Update test_random.py to cpython 3.10 snowapril 2021-11-30 00:00:47 +09:00
  • e009f12e3f Update random module to cpython 3.10 snowapril 2021-11-30 00:00:16 +09:00
  • d2e3bff028 Use Into trait Moreal 2022-02-06 14:50:48 +09:00
  • a2c318a8d8 Merge remote-tracking branch 'upstream/main' into update-types-310 Moreal 2022-02-06 14:48:41 +09:00
  • 25d2426ec3 Add marshalling support for ints, floats, strs, lists, dict Jake Armendariz 2021-12-19 22:18:23 -08:00
  • 30fe670d75 Merge pull request #3530 from moreal/correct-typing-re Jeong YunWon 2022-02-06 12:12:00 +09:00
  • 2baa4c016e Merge pull request #3528 from fanninpm/test-pickletools Jeong YunWon 2022-02-06 12:11:23 +09:00
  • 462ce8290e Merge pull request #3534 from rng-dynamics/fix-runtest Jeong YunWon 2022-02-06 12:11:02 +09:00
  • cd3ff1fe7b Merge pull request #3537 from fanninpm/itertools-combinations Jeong YunWon 2022-02-06 12:04:19 +09:00
  • 6dd6409660 Merge pull request #3538 from fanninpm/test-3-point-10 Jeong YunWon 2022-02-06 12:03:50 +09:00
  • c990fe5ce4 Add Pipfile.lock to wasm/tests/.gitignore Padraic Fanning 2022-02-05 21:22:09 -05:00
  • f283827787 Remove Pipfile.lock Padraic Fanning 2022-02-05 21:21:30 -05:00
  • 022b4b233e Change socket.timeout to be a TimeoutError Padraic Fanning 2022-02-05 18:09:48 -05:00
  • d187a20a09 Add Pipfile.lock to extra_tests/.gitignore Padraic Fanning 2022-02-05 18:10:27 -05:00
  • eb9c6ca6e9 Remove Pipfile.lock Padraic Fanning 2022-02-05 18:10:02 -05:00
  • 9570e9d7ad try 3.10 Jeong YunWon 2021-10-05 17:46:24 +09:00
  • 23b33cb9bf Skip doctests Padraic Fanning 2022-01-30 17:51:47 -05:00
  • 6c956b5270 Mark erroring/failing tests Padraic Fanning 2022-01-30 17:49:58 -05:00
  • 981fac0881 Harmonize pickletester.py imports with RustPython Padraic Fanning 2022-01-30 16:11:16 -05:00
  • d51e253c84 Add test/support/warnings_helper from CPython 3.9 Padraic Fanning 2022-01-30 15:56:44 -05:00
  • 7880cd6709 Add test/pickletester.py from CPython 3.9 Padraic Fanning 2022-01-30 15:42:46 -05:00
  • d5f6e23e61 Add pickletools from CPython 3.9 Padraic Fanning 2022-01-30 15:39:07 -05:00
  • 00f8796d1f Add test_pickletools from CPython 3.9 Padraic Fanning 2022-01-30 15:38:17 -05:00
  • 1d9536f427 Allow kwargs in itertools.combinations() signature Padraic Fanning 2022-02-05 13:37:29 -05:00
  • 18fab32c0a Fix: parallel execution of python unit tests Alexander Scharinger 2022-02-02 20:51:55 +01:00
  • e3f4e2a48a Merge remote-tracking branch 'upstream/main' into correct-typing-re Moreal 2022-02-05 12:28:15 +09:00
  • a936c36707 Add format-spec string test snippets Padraic Fanning 2022-02-01 23:41:00 -05:00
  • f2257a93b0 Allow proper recursion in f-string format specs Padraic Fanning 2022-02-01 22:46:18 -05:00
  • a1dffe671e Allow replacement fields in format specs Padraic Fanning 2022-02-01 20:20:11 -05:00
  • 04886d825d Allow brackets in f-string format spec Padraic Fanning 2022-02-01 19:01:04 -05:00
  • 2edfb1722c Merge pull request #3536 from fanninpm/fix-ci-yaml-syntax Jeong YunWon 2022-02-04 17:35:41 +09:00
  • ef6ecda8b4 Fix syntax error in ci.yaml Padraic Fanning 2022-02-03 16:39:25 -05:00
  • 2a69e77865 Disable install-pip test (#3535) Jeong YunWon 2022-02-04 05:37:44 +09:00
  • 44b87edf4a Unmark passing tests Moreal 2022-02-01 00:47:45 +09:00
  • 078bcd7e6d Apply cargo clippy Moreal 2022-02-01 00:43:24 +09:00
  • dc968c27ac Apply cargo fmt Moreal 2022-01-31 23:45:02 +09:00
  • 4af4a5c8bd Inline a function called once Moreal 2022-01-31 23:44:42 +09:00
  • 03850d616d Use Vec<T>.extend() method Lee Dogeon 2022-01-31 23:29:28 +09:00
  • aeb91b8d99 Remove useless function call Lee Dogeon 2022-01-31 21:55:54 +09:00
  • 49a4bb651b Correct typing.re initialization Moreal 2022-01-31 21:44:14 +09:00
  • 307fac7802 Draft methods for Token object Padraic Fanning 2021-10-30 12:43:17 -04:00
  • 667680945c Draft methods for Context object Padraic Fanning 2021-10-19 22:12:56 -04:00
  • 4d2486e820 Fix clippy warnings Padraic Fanning 2021-10-19 21:09:47 -04:00
  • bb8ba8b40a Draft methods and fields for ContextVar Padraic Fanning 2021-10-19 20:53:16 -04:00
  • 1231bfb756 Mark failing/erroring tests Padraic Fanning 2021-08-23 20:17:45 -04:00
  • 4f979a3edf Add test_context from CPython 3.8 Padraic Fanning 2021-08-23 20:07:31 -04:00
  • 0455f0f812 Add contextvars Rust module Padraic Fanning 2021-08-23 20:06:37 -04:00
  • 241345490a Add contextvars from CPython 3.8 Padraic Fanning 2021-08-21 23:34:47 -04:00
  • a90d18e7ac Mark expectedFailure specific tests instead to skip Moreal 2022-01-30 09:48:19 +09:00
  • 3ba3bb142c Unmark passing tests Moreal 2022-01-30 01:12:28 +09:00
  • b3641abe65 Mark failed test Moreal 2022-01-30 01:11:41 +09:00
  • 9fd840d5bf Skip tests in part Moreal 2022-01-30 01:08:33 +09:00
  • beae3d8d16 Merge branch 'main' into update-types-310 Moreal 2022-01-29 23:51:40 +09:00
  • bd295e0f44 Merge pull request #3527 from moreal/type-set-name Jeong YunWon 2022-01-29 17:41:54 +09:00
  • f737028799 dedent blocks Jeong YunWon 2022-01-29 11:45:40 +09:00
  • a0ef49b3ba Merge pull request #3525 from devnexen/fcntl_module_upd Jeong YunWon 2022-01-28 23:32:39 +09:00
  • 2733202076 Correct typing.io initialization Moreal 2022-01-28 23:07:19 +09:00
  • d531e90319 Do not split name if the type is heap type Moreal 2022-01-28 23:04:16 +09:00
  • 758d52909f Add type.__name__ setter Moreal 2022-01-28 23:03:08 +09:00
  • b70169e4f0 Merge pull request #3500 from deantvv/update-lib-os Jeong YunWon 2022-01-28 00:22:18 +09:00
  • 4c82fbdff6 Merge pull request #3505 from coolreader18/sys_getrandom Noa 2022-01-26 13:59:40 -06:00
  • 24f9c04201 Merge pull request #3514 from coolreader18/fix-wasi-time Noa 2022-01-26 13:59:17 -06:00
  • 8c9fb2c775 Fix unsatisfied times import on wasi Noa 2022-01-06 16:27:07 -06:00
  • 5aef92cf4f Bring Duration into scope in time.rs Noa 2022-01-06 15:08:54 -06:00
  • 318a152a5c Use syscall instead of the getrandom libc function Noa 2021-12-19 21:53:26 -06:00
  • 9c86e44e6b Merge remote-tracking branch 'upstream/main' into update-types-310 Moreal 2022-01-26 02:08:38 +09:00
  • 8bea665919 Apply cargo fmt Moreal 2022-01-26 02:06:49 +09:00
  • 6c20e1b5ab Remove useless newline between use statements Moreal 2022-01-26 01:51:58 +09:00
  • ebb9114dfe Prefer VirtualMachine.is_none method Moreal 2022-01-26 01:51:19 +09:00
  • 426d95f5ce Use CLS_ATTRS as constant Moreal 2022-01-26 01:49:42 +09:00
  • ce91afedfd Rename unionobject to fit to convention Moreal 2022-01-26 01:44:31 +09:00
  • 2f14245944 Mark failed tests Moreal 2022-01-25 23:33:26 +09:00
  • 0468d0cafb Unmark tests not failed Moreal 2022-01-23 21:01:59 +09:00
  • 0b5ceb8603 Update _collections_abc module to CPython 3.10.2 Moreal 2022-01-25 23:28:10 +09:00
  • a0c00b259a Merge pull request #3526 from burck1/module-filecmp Jeong YunWon 2022-01-25 20:06:05 +09:00
  • 986b755f3a cargo run --release -- -m test test_genericalias -v Alex Burck 2022-01-23 21:57:01 -06:00
  • 51c2261762 enable filecmp in Lib/test/test_genericalias.py Alex Burck 2022-01-23 21:56:20 -06:00
  • b19874154d cargo run --release -- -m test test_filecmp -v Alex Burck 2022-01-23 21:54:07 -06:00
  • 1f8cc27e77 add os import for _dummy_os Alex Burck 2022-01-23 21:50:36 -06:00
  • f5fcbfa7f7 Copy filecmp module and tests from cpython v3.10.2 Alex Burck 2022-01-23 21:49:43 -06:00
  • 44222e562e fcntl module update proposal apple and freebsd specific flags. David CARLIER 2022-01-23 09:00:46 +00:00
  • 28b07bada1 Merge branch 'main' into update-types-310 Moreal 2022-01-23 20:26:56 +09:00
  • b95b580a65 test: mark os success tests Dean Li 2021-12-12 17:11:15 +08:00
  • 1cef58f5ea os: update Lib Dean Li 2021-12-12 17:10:28 +08:00
  • 8ac22a7a97 io: implement text_encoding Dean Li 2021-12-12 17:09:05 +08:00
  • 3328184712 Merge pull request #3508 from youknowone/non-exhaustive Jeong YunWon 2022-01-22 21:01:14 +09:00
  • 9377134161 add #[non_exhaustive] Jeong YunWon 2021-12-21 20:44:46 +09:00