Commit Graph

  • 2309e59a72 Merge pull request #3404 from DimitrisJim/genericalias_no_kwargs Jeong YunWon 2021-11-04 19:16:36 +09:00
  • 95bb1a1ffb Merge pull request #3409 from DimitrisJim/check_wasi Jeong YunWon 2021-11-04 16:01:16 +09:00
  • 25c7d82a86 Add wasi check to ci. jfh 2021-11-03 23:37:44 +02:00
  • 07a236f965 Merge pull request #3408 from coolreader18/fix-panic Jim Fasarakis-Hilliard 2021-11-03 21:57:53 +02:00
  • 2c70bf26c3 Move the cfg(debug_assertions) inside the quote!} Noa 2021-11-03 13:29:52 -05:00
  • f01a7b17c4 Upgrade nix Noa 2021-11-03 13:26:40 -05:00
  • 544fb5ffa6 Merge pull request #3407 from matthieugouel/fix_whats_left Jim Fasarakis-Hilliard 2021-11-03 20:15:54 +02:00
  • 81a6927081 fix not_impl.py path for black matthieugouel 2021-11-03 17:57:48 +01:00
  • b69cfafad8 Merge pull request #3398 from deantvv/os-error-str-2 Jim Fasarakis-Hilliard 2021-11-03 16:53:49 +02:00
  • 9d95ad248b Merge pull request #3396 from OddBloke/oddbloke/exception_module Jim Fasarakis-Hilliard 2021-11-03 14:48:24 +02:00
  • cc3708816f Clean up monotonic/perf_counter invocations. jfh 2021-11-03 02:28:58 +02:00
  • ffd7e8cdb7 Disallow kwargs from genericalias new. jfh 2021-11-02 23:54:34 +02:00
  • db212d80ff os: implement os-error-str according to CPython Dean Li 2021-11-01 22:54:30 +08:00
  • 42186caade extra_tests: test stdlib exception __module__/__name__ Daniel Watkins 2021-11-01 08:59:33 -04:00
  • 9dce9bf0b9 correctly set __module__ and __name__ for builtin exceptions Daniel Watkins 2021-10-31 16:28:52 -04:00
  • 612e943c6c Merge pull request #3394 from Snowapril/fix-ga-param-chaining Jim Fasarakis-Hilliard 2021-11-02 23:37:38 +02:00
  • 0de92bdc45 Merge pull request #3403 from stvsmth/benches-readme-typo Jim Fasarakis-Hilliard 2021-11-02 16:42:55 +02:00
  • ba6f855a66 Fix typo in benches readme. stvsmth 2021-11-02 08:37:37 -06:00
  • 93ef12e553 Merge pull request #3401 from coolreader18/stdlib-arrayiter Jeong YunWon 2021-11-02 18:12:28 +09:00
  • d78347e7ea Merge pull request #3390 from OddBloke/oddbloke/format Jeong YunWon 2021-11-02 18:10:08 +09:00
  • 1092f94a75 Merge pull request #3377 from fanninpm/fix-test-posixpath Jeong YunWon 2021-11-02 18:05:52 +09:00
  • 7b99d13f60 Merge pull request #3050 from RustPython/upd-deps Jeong YunWon 2021-11-02 17:58:02 +09:00
  • a4a1a154e2 Allow sending custom signals to a vm Noa 2021-11-01 22:30:19 -05:00
  • a3723462ce Don't create an intermediate map for rustpython_stdlib::stdlib_inits Noa 2021-11-01 22:37:32 -05:00
  • 401789dbf1 Tidy up signals atomics and such Noa 2021-11-01 21:44:04 -05:00
  • 5b780e70e6 Skip panicking test Noa 2021-11-01 20:43:46 -05:00
  • 655bfbc6cf cformat.rs: align exception text with CPython Daniel Watkins 2021-10-29 09:39:33 -04:00
  • c5eba15370 test_format: run test_bytes_and_bytearray_format Daniel Watkins 2021-10-29 09:26:34 -04:00
  • 4d2747e4b8 cformat.rs: reject %c args > 255 when byte formatting Daniel Watkins 2021-10-29 08:56:44 -04:00
  • 1ed3a6ca81 cformat.rs: emit correct "not all arguments" errors for byte formatting Daniel Watkins 2021-10-29 08:40:09 -04:00
  • 8594a656c7 cformat.rs: s/string/bytes/ in byte formatting error messages Daniel Watkins 2021-10-28 16:45:33 -04:00
  • 3e19da8331 cformat.rs: implement b'%a'/b'%r' correctly Daniel Watkins 2021-10-28 16:33:45 -04:00
  • dcc0973b03 cformat.rs: handle bytearrays when formatting b'%c' Daniel Watkins 2021-10-28 16:14:53 -04:00
  • 380653b6cb cformat.rs: implement %a correctly, using builtins::ascii Daniel Watkins 2021-10-28 15:35:05 -04:00
  • 916f39c2b5 cformat.rs: address memory allocation error with %*s / %.*f Daniel Watkins 2021-11-01 21:32:48 -04:00
  • 1c6851a631 Skip entire test case Padraic Fanning 2021-11-01 19:40:10 -04:00
  • 8bfc9049b2 Merge pull request #3395 from Snowapril/time-windows Jim Fasarakis-Hilliard 2021-11-02 00:52:11 +02:00
  • d2a247eeca Correct typo of types manually created (#3397) Lee Dogeon 2021-11-01 15:32:19 +01:00
  • e2142e1d07 Remove skip decorator on window test snowapril 2021-10-31 22:19:24 +09:00
  • ac7bb4bdf4 Add monotonic, perf_counter, get_clock_info for windows snowapril 2021-10-31 22:18:32 +09:00
  • 5f158f2c6f Merge pull request #3385 from OddBloke/oddbloke/mknod Jim Fasarakis-Hilliard 2021-10-31 23:27:01 +02:00
  • 34950fdd2a stdlib/posix.rs: fix mknod for MacOS Daniel Watkins 2021-10-28 12:05:48 -04:00
  • 156cf6bc86 stdlib/posix.rs: implement mknod Daniel Watkins 2021-10-27 14:33:37 -04:00
  • 1442dd69b4 Merge pull request #3393 from devnexen/netbsd_build_fix Jim Fasarakis-Hilliard 2021-10-31 13:35:59 +02:00
  • f6c2999f07 remove duplicated extra_test snowapril 2021-10-27 15:28:53 +09:00
  • 73ccb565d0 remove decorators on success tests snowapril 2021-10-27 15:28:33 +09:00
  • 77cd095b59 fix subs_tvars to working on nested GenericAlias snowapril 2021-10-27 15:27:24 +09:00
  • 2e48ba3e17 fix make_parameters in GenericAlias snowapril 2021-10-27 15:25:01 +09:00
  • fe1e375a1f Merge pull request #3392 from deantvv/os-error-str Jim Fasarakis-Hilliard 2021-10-31 12:19:23 +02:00
  • f56514d61b netbsd build fix proposal David Carlier 2021-10-31 08:41:14 +00:00
  • d46f5ba7ab Implement __str__ for OSError Dean Li 2021-10-30 18:44:40 +08:00
  • 588247c4a0 Unskip tests Noa 2021-09-13 20:16:16 -05:00
  • 358ce09b5c Run cargo upgrade Noa 2021-09-13 13:01:55 -05:00
  • 6ac95d2e7b Run cargo update Noa 2021-09-13 09:40:29 -05:00
  • 859744236e Merge pull request #3391 from deantvv/os-error-refactor Jeong YunWon 2021-10-30 22:40:10 +09:00
  • a59556ad25 Refactor OSError Dean Li 2021-10-30 13:30:40 +08:00
  • 2ac05aba66 Merge pull request #3381 from DimitrisJim/time_mod Jeong YunWon 2021-10-30 15:42:10 +09:00
  • abd41b54b1 Merge pull request #3383 from DimitrisJim/silence_wasi_warnings Jeong YunWon 2021-10-30 15:35:35 +09:00
  • a19e87640c Merge pull request #3388 from OddBloke/oddbloke/opener Jim Fasarakis-Hilliard 2021-10-29 19:33:14 +03:00
  • 1ea93a59d5 stdlib/io.rs: align negative-fd-from-opener exception with CPython Daniel Watkins 2021-10-28 15:05:55 -04:00
  • c6ac24c2f2 Clean up cfgs, handle 32bit timespec creation, skip tests for windows. jfh 2021-10-27 13:51:55 +03:00
  • a3771518de Fix warnings for wasi check. jfh 2021-10-27 21:06:48 +03:00
  • 35e56efa65 Merge pull request #3366 from zetwhite/dict_richcmp Jeong YunWon 2021-10-28 00:41:14 +09:00
  • f9bb87ee84 ViewSetOps::cmp Jeong YunWon 2021-10-27 23:51:11 +09:00
  • ee77f3c332 Add monotonic_ns, perf_counter, perf_counter_ns. jfh 2021-10-27 11:54:58 +03:00
  • 1817fd6565 Add get_clock_info. jfh 2021-10-27 10:36:10 +03:00
  • 281e2ee4db Merge pull request #3378 from chrismoradi/update-collections-and-tests-from-cpython Jeong YunWon 2021-10-27 02:35:06 +09:00
  • cab44a2ac3 Add clock_gettime, clock_settime, clock_getres. jfh 2021-10-26 12:12:37 +03:00
  • 0f5d86c972 Merge pull request #3380 from youknowone/fix-resultlike Jeong YunWon 2021-10-27 01:14:18 +09:00
  • 7ad7465827 Use PyIterReturn result-like tools Jeong YunWon 2021-10-27 00:14:59 +09:00
  • 2dea5f2039 use ResultLike for PyIterReturn Jeong YunWon 2021-10-26 23:09:50 +09:00
  • 6abfc3a00c Revert UserDict.__init__ changes, new passing test of UserList Chris Moradi 2021-10-25 22:41:59 -07:00
  • c414da1c94 Merge pull request #3374 from Snowapril/ga_mapping_protocol Jeong YunWon 2021-10-26 13:56:50 +09:00
  • ec247e0d4f Update collections from CPython, fix tests for UserDict/List/String Chris Moradi 2021-10-25 21:19:44 -07:00
  • 795bfeb75d Add extra test for GenericAlias on TypeVar args snowapril 2021-10-26 10:14:42 +09:00
  • bda42ac73c fix miswork on TypeVar arguments snowapril 2021-10-25 22:39:22 +09:00
  • 33de69a4dc Implement mapping protocol for GenericAlias snowapril 2021-10-22 18:52:50 +09:00
  • c502037a8b Merge pull request #3363 from deantvv/os-env-anyos Jeong YunWon 2021-10-26 01:54:39 +09:00
  • b433594b65 Merge pull request #3375 from DimitrisJim/time_clock_consts Jeong YunWon 2021-10-25 20:57:20 +09:00
  • 6ec380369a os: fix test_putenv for all os Dean Li 2021-10-23 17:00:20 +08:00
  • ddeacbf0ce Add CLOCK_ constants. jfh 2021-10-25 13:29:16 +03:00
  • e628c74866 Merge pull request #3372 from Overflow0xFFFF/bugfix/3260-enable-all-ci-tests Jeong YunWon 2021-10-25 18:33:05 +09:00
  • dc8c9dea0d Merge pull request #3373 from Tetramad/math Jeong YunWon 2021-10-25 17:57:46 +09:00
  • ebd0352cfc Fix math.log10 to pass some failed tests Tetramad 2021-10-25 11:45:03 +09:00
  • 2bedba0e12 Fix math.log2 to pass some failed tests Tetramad 2021-10-25 11:18:38 +09:00
  • c88c69a993 Fix math.log1p to pass some failed tests Tetramad 2021-10-25 11:10:34 +09:00
  • 3d8f6cf08d Fix math.log to pass some failed tests Tetramad 2021-10-20 00:48:12 +09:00
  • 9ea2aa7956 Merge pull request #3365 from fanninpm/fix-cron-ci-jobs Noa 2021-10-25 00:37:32 -05:00
  • ba3cafc932 Fix math.atanh to pass failed tests Tetramad 2021-10-20 00:38:15 +09:00
  • 22ffe07a12 CI: Run all Rust unit tests Joshua Ford 2021-10-24 17:53:29 -05:00
  • 0390f0efb5 Fix linking error in act Padraic Fanning 2021-10-24 16:32:33 -04:00
  • 5f6c342c4a Merge pull request #3367 from DimitrisJim/length_hint_opt Jeong YunWon 2021-10-24 23:36:49 +09:00
  • b0795e89f7 Merge pull request #3370 from deantvv/test-posix-reason Jeong YunWon 2021-10-24 19:53:38 +09:00
  • 690ac7060b Merge pull request #3369 from deantvv/posix-rtld-constants Jim Fasarakis-Hilliard 2021-10-24 13:53:06 +03:00
  • 1c966f13ba Merge pull request #3368 from DimitrisJim/clippy_stuff Jeong YunWon 2021-10-24 19:52:56 +09:00
  • 46c38c09d2 test: posix update failure reason Dean Li 2021-10-24 18:05:19 +08:00
  • 91256a4ec6 posix: add rtld constants Dean Li 2021-10-24 17:53:49 +08:00
  • 611e755599 Fix some uncaught clippy warnings. jfh 2021-10-24 12:23:02 +03:00
  • 4123e5eabc vm.length_hint into vm.length_hint_opt jfh 2021-10-24 12:04:39 +03:00
  • a401d8c190 make work dictview compare test zetwhite 2021-10-24 16:54:33 +09:00