Commit Graph

  • de9a4d5b3f Replace None instances with update syntax Padraic Fanning 2022-07-08 20:11:21 -04:00
  • 24c460b090 Merge pull request #3848 from youknowone/whats-left Jeong YunWon 2022-07-09 02:49:45 +09:00
  • 6d38d8d9b7 run whats_left.sh with --features=ssl Jeong Yunwon 2022-07-09 00:51:02 +09:00
  • 5631d2102b Merge pull request #3842 from youknowone/freebsd Jeong YunWon 2022-07-08 16:28:53 +09:00
  • 447459b339 Merge pull request #3843 from RustPython/dependabot/cargo/openssl-src-111.22.01.1.1q Jeong YunWon 2022-07-08 16:28:32 +09:00
  • 3982504990 Merge pull request #3844 from coolreader18/then_some Jeong YunWon 2022-07-08 16:28:07 +09:00
  • 4771ab6383 Switch then(|| foo) to then_some(foo) Noa 2022-07-07 11:19:55 -04:00
  • e54a208c40 Bump openssl-src from 111.20.0+1.1.1o to 111.22.0+1.1.1q dependabot[bot] 2022-07-06 20:17:43 +00:00
  • 74ba229e9f Add freebsd build to CI Jeong Yunwon 2022-07-06 22:58:42 +09:00
  • 54b4e57a28 fix --no-default-features build Jeong Yunwon 2022-07-06 22:49:13 +09:00
  • 0aca6a8cdd Merge pull request #3840 from fanninpm/socket-constants Jeong YunWon 2022-07-06 09:18:08 +09:00
  • 0b1a54220e Unmark passing test on macOS and Windows Padraic Fanning 2022-07-04 20:52:03 -04:00
  • b39263db3b Mark erroring test on Windows Padraic Fanning 2022-07-04 20:50:03 -04:00
  • 92f790efc1 Mark erroring/failing tests Padraic Fanning 2022-07-04 20:18:56 -04:00
  • 97db88560a Resolve ambiguous imports on Windows Padraic Fanning 2022-07-04 19:17:54 -04:00
  • 4e87250ba2 Fix compilation errors on macOS and Windows Padraic Fanning 2022-07-04 19:03:22 -04:00
  • ca90bf3be6 Add _socket constants from CPython 3.10 Padraic Fanning 2022-07-04 18:34:34 -04:00
  • c022350eff Merge pull request #3837 from fanninpm/argparse-3.10 Jeong YunWon 2022-07-04 11:51:09 +09:00
  • 9de8274780 Unmark passing test Padraic Fanning 2022-07-03 14:39:36 -04:00
  • 508118e000 Implement Number protocol for PyComplex Padraic Fanning 2022-07-02 22:25:34 -04:00
  • e80412a63a Update test_argparse to CPython 3.10 Padraic Fanning 2022-07-02 18:48:45 -04:00
  • 1c997166e2 Update argparse to CPython 3.10 Padraic Fanning 2022-07-02 18:48:25 -04:00
  • cc90bc0c22 Merge pull request #3835 from fanninpm/itertools-count-constructor-error fanninpm 2022-07-02 15:10:08 -04:00
  • 71968b316a Fix error type in itertools.count constructor Padraic Fanning 2022-07-01 20:45:51 -04:00
  • 3bc65bd504 Fix itertools.count step to take PyNumber instead of PyInt (#3834) oow214 2022-07-02 17:32:49 +09:00
  • 9dce3e21f2 Merge pull request #3833 from GoGim1/ci Jeong YunWon 2022-07-01 16:02:30 +09:00
  • 48421ff6b4 Merge pull request #3832 from GoGim1/issue-3831 Jeong YunWon 2022-07-01 15:48:34 +09:00
  • 372b7cc13e support cancel previous CI workflow gogim1 2022-07-01 14:35:24 +08:00
  • d9f1857d98 remove to_string() gogim1 2022-07-01 14:24:01 +08:00
  • fe8a0300a1 fix fmt gogim1 2022-07-01 14:05:25 +08:00
  • 99b8d2916e Merge pull request #3824 from oow214/fix_itertools_count_repr Jeong YunWon 2022-07-01 12:57:08 +09:00
  • df785b62ef Merge pull request #3830 from fanninpm/clippy-1.62 Jeong YunWon 2022-07-01 12:56:00 +09:00
  • b1aaf5e4b5 Switch clippy to stable Padraic Fanning 2022-06-30 20:31:55 -04:00
  • 27a0d3a93a Update itertools count repr oow214 2022-06-30 21:00:10 +09:00
  • 5786a0640c Update itertools count repr oow214 2022-06-30 18:20:08 +09:00
  • 3f8eb24681 Fix itertools count repr oow214 2022-06-30 15:40:12 +09:00
  • c07d8650ec Fix itertools count repr oow214 2022-06-30 03:02:04 +09:00
  • fd3bcae1e5 Fix itertools count repr oow214 2022-06-28 18:22:10 +09:00
  • 8fa0570145 Merge pull request #3827 from deantvv/test-io-3-10 Jeong YunWon 2022-06-30 02:37:24 +09:00
  • 7496845381 test: update test_io.py to 3.10 Dean Li 2022-06-29 18:02:57 +08:00
  • 6ad0e547f5 Fix itertools.count to take PyNumber instead of PyInt (#3822) oow214 2022-06-27 23:02:45 +09:00
  • 174c026727 Merge pull request #3817 from youknowone/fix-clippy Jeong YunWon 2022-06-25 02:12:18 +09:00
  • a30a170ac4 Merge pull request #3810 from youknowone/sequence-index-op Jeong YunWon 2022-06-25 02:11:33 +09:00
  • b0b5facf71 Fix typo Jeong Yunwon 2022-06-23 02:19:24 +09:00
  • 16bed5b14d put wrap_index to SequenceIndexOp Jeong Yunwon 2022-06-23 02:00:23 +09:00
  • 38b1f5932c SequenceIndexOp Jeong Yunwon 2022-06-23 01:15:36 +09:00
  • fdab7e07be skip flaky test_strtod::test_parsing Jeong Yunwon 2022-06-24 02:23:13 +09:00
  • b8f276f8d7 Fix OverflowError at collections.rs (#3815) dldks321 2022-06-24 01:14:50 +09:00
  • 8c0be4b48f Fix nightly clippy warnings Jeong Yunwon 2022-06-24 01:13:32 +09:00
  • 166c45d575 Merge pull request #3807 from fanninpm/test-like-cpython-buildbottest Jeong YunWon 2022-06-24 01:01:51 +09:00
  • 66af821d76 Merge pull request #3812 from lijm1358/iadd-typeerror Jeong YunWon 2022-06-24 00:58:52 +09:00
  • 88bd2d999d add list iadd TypeError for non iterable object lijm1358 2022-06-23 18:42:32 +09:00
  • 00cb5ca558 add fn Binascii rlecode_hqx rledecode_hqx (#3809) yangbeom 2022-06-23 23:22:16 +09:00
  • 092053f7df Skip tests on Windows with ValueError Padraic Fanning 2022-06-22 22:32:22 -04:00
  • 7d8dc183d8 Mark erroring/failing tests on Windows Padraic Fanning 2022-06-22 21:54:53 -04:00
  • e850b6e041 Mark erroring test Padraic Fanning 2022-06-22 19:51:24 -04:00
  • 81d6765a76 Update test_ntpath to CPython 3.10 Padraic Fanning 2022-06-22 19:48:19 -04:00
  • 909058dca2 Mark failing tests on Windows Padraic Fanning 2022-06-22 19:21:13 -04:00
  • 93a6cc5587 Skip possibly flaky test on Windows Padraic Fanning 2022-06-22 18:40:27 -04:00
  • 165df16945 Unmark passing tests due to CI limitations Padraic Fanning 2022-06-21 23:25:17 -04:00
  • f836870d82 Run test suites like how CPython runs theirs Padraic Fanning 2022-06-21 22:36:12 -04:00
  • a2f77bb62e fix typo from comments Jeong Yunwon 2022-06-23 02:30:15 +09:00
  • ffd5a0db9a slicelen -> slice_len Jeong Yunwon 2022-06-23 02:20:24 +09:00
  • f2e62cf50c Fix other affected tests ChJR 2022-06-13 21:58:18 +09:00
  • 728582fe1b Fix codes with Clippy ChJR 2022-06-13 07:59:45 +09:00
  • b6df0ce6e8 Enable decorator tests ChJR 2022-06-13 07:12:47 +09:00
  • d6e71ad18a Fix __get__ in @classmethod ChJR 2022-06-13 07:11:41 +09:00
  • ced6b682bf Fix string representations of @classmethod and @staticmethod ChJR 2022-06-13 01:19:23 +09:00
  • 4c97056157 Fix __doc__ attribute ChJR 2022-06-13 01:15:53 +09:00
  • c3d14171ef Add descriptors to @classmethod and @staticmethod ChJR 2022-06-13 00:53:32 +09:00
  • e5bf112a1c Implement __func__ in @staticmethod ChJR 2022-06-11 15:53:54 +09:00
  • 119913b4ab Merge pull request #3802 from youknowone/fix-musl Jeong YunWon 2022-06-20 01:41:37 +09:00
  • 4b59c083f1 Add musl CI Jeong YunWon 2022-06-20 01:18:40 +09:00
  • 7723cf1464 disable schedparam from musl Jeong YunWon 2022-06-20 01:15:04 +09:00
  • 589363a6a1 Merge pull request #3799 from GoGim1/dev Jeong YunWon 2022-06-20 00:43:27 +09:00
  • 0d598c2df1 Merge pull request #3801 from killme2008/fix/parsing-invalid-decimal Jeong YunWon 2022-06-20 00:18:15 +09:00
  • 623a78dbf9 fix panic when parsing invalid decimal, close #3796 Dennis Zhuang 2022-06-19 22:34:34 +08:00
  • 19f3121f88 rename for name consistency gogim1 2022-06-19 18:06:18 +08:00
  • 9c8ace592d rename for name consistency gogim1 2022-06-19 17:11:20 +08:00
  • 531f678706 Merge pull request #3797 from RustPython/dependabot/cargo/openssl-src-111.20.01.1.1o Jeong YunWon 2022-06-18 06:05:02 +09:00
  • a55c604262 Bump openssl-src from 111.18.0+1.1.1n to 111.20.0+1.1.1o dependabot[bot] 2022-06-17 15:18:49 +00:00
  • e3be6e5319 Mark failing ensurepip tests as expectedFailure Jeong Yunwon 2022-06-16 21:12:02 +09:00
  • dbbdd7f1ee Add test_ensurepip.py from CPython 3.10.5 Jeong Yunwon 2022-06-16 21:10:34 +09:00
  • 722860bb6e Add ensurepip from CPython 3.10.5 Jeong Yunwon 2022-06-16 21:09:56 +09:00
  • f84b2896f1 Merge pull request #3792 from youknowone/fix-slot-call Jeong YunWon 2022-06-16 21:20:23 +09:00
  • f861d0d8ff Merge pull request #3791 from rng-dynamics/feat-itertools-compress-reduce Jeong YunWon 2022-06-16 20:56:05 +09:00
  • 770f166edf Fix slot call deadlock Jeong Yunwon 2022-06-16 20:53:59 +09:00
  • e4267d9280 rustfmt Alexander Scharinger 2022-06-16 11:44:23 +02:00
  • dbdbdc887f feat: itertools.compress.__reduce__ Alexander Scharinger 2022-06-16 11:36:31 +02:00
  • 81d2df806a fix: itertools.compress keyword arguments Alexander Scharinger 2022-06-16 11:22:36 +02:00
  • 50dba866fc test: itertools.compress Alexander Scharinger 2022-06-16 10:59:25 +02:00
  • 60598b699e Merge pull request #3790 from xforce/main Jeong YunWon 2022-06-16 12:58:54 +09:00
  • ad399db6e9 Add tested frozen module test Alexander Guettler 2022-06-16 11:55:32 +09:00
  • a3428a86d3 add test for nested module name Jeong Yunwon 2022-06-16 01:18:57 +09:00
  • b3d9e08076 Fix broken module_names in compile_dir for sub-directories Alexander Guettler 2022-06-14 05:08:35 -07:00
  • ff502134db Merge pull request #3667 from youknowone/canister Jeong YunWon 2022-06-16 01:37:32 +09:00
  • bae68873dd Adapt BlockExpr to example/generator.rs Jeong Yunwon 2022-05-02 04:12:17 +09:00
  • eb8c640518 generator sample Jeong Yunwon 2022-04-30 05:01:56 +09:00
  • fcd564ad97 Replace kybra_like to project-neutral example Jeong Yunwon 2022-04-30 20:26:51 +09:00
  • f3de183607 Add example kybra_like Jeong Yunwon 2022-04-30 04:14:44 +09:00