Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/RustPython/RustPython

A Python Interpreter written in Rust
https://github.com/RustPython/RustPython

Clean up skip in test_json.test_decode

05f3ef557bf36ab3f1a3a6612b38ddcb4988467f authored about 3 years ago by Padraic Fanning <[email protected]>
Clean up skips in test_importlib.source

bab6f75016d48613e54ab91f543e2936651745c5 authored about 3 years ago by Padraic Fanning <[email protected]>
Clean up skip in test_zipfile

dd4adf976e628b2b1f1eb61749c3821da9ba20a2 authored about 3 years ago by Padraic Fanning <[email protected]>
Clean up skip in test_types

3d1f88417ea5fdac4e3e3173e358d28ee3178907 authored about 3 years ago by Padraic Fanning <[email protected]>
Clean up skips in test_trace

8f8499283debd5b3cc049d3d982ecfa8fa6e3679 authored about 3 years ago by Padraic Fanning <[email protected]>
Clean up skips in test_time

937054b1c95a7428fe5ff36d1204d5408f2a32cb authored about 3 years ago by Padraic Fanning <[email protected]>
Clean up skip in test_thread

7ba6d607fb4ae0d5e96a8a46077ab91708fb9895 authored about 3 years ago by Padraic Fanning <[email protected]>
Merge pull request #3014 from leesungbin/underscore_grammar

Solve some lexical error with underscore

7bcf2c3e396c92ce9e4a7b3b01bf0b54b433de2f authored about 3 years ago by Jeong YunWon <[email protected]>
Clean up skips in test_sys

24dd039b47d1a29eed9ff331e07f8f763c2df32f authored about 3 years ago by Padraic Fanning <[email protected]>
Merge pull request #3336 from DimitrisJim/install_pip

Better information for install pip if ssl is disabled.

dd3d2896848af2d212da1b9746051053eb32143b authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
Better information for install pip if ssl is disabled.

606e33fe4e484695f98a0d253beb6aee1c182a03 authored about 3 years ago by jfh <[email protected]>
Merge pull request #3335 from DimitrisJim/dict_repr_with_capacity

Use dictionary length for capacity.

ae358af30e88067855ffeb9ef9261884a8e178aa authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
Use dictionary length for capacity.

d01e222d952a1b944580725af4a294f5fb43a00a authored about 3 years ago by jfh <[email protected]>
Handle error control flow in single branch

f35284cc670055010a092d7b1e84acbf4d8c202d authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3282 from youknowone/remove-ref

Whitelist special-enough types to have PyRef aliases

7f6e01652601644ce3bf4d8f2e5ef4ae81cb04d8 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3096 from RustPython/ast-3.9

__future__.annotations

40397a4208a3a97a08a42f59af8dabfa1db92723 authored about 3 years ago by Noa <[email protected]>
Don't compile badsyntax_ files for freeze-stdlib

0093a1948f66d765e61e95ba69c084f6e7005836 authored about 3 years ago by Noa <[email protected]>
Add test.badsyntax_pep3120 from CPython 3.9

b2c3a62b91bdfaf2ca15c1fdfc2308d6999d6bc6 authored about 3 years ago by Noa <[email protected]>
Unmark passing tests

4087fa1d6e98e30d903c39a32b6e26d136857f16 authored about 3 years ago by Noa <[email protected]>
Fix rustpython-parser tests

f336a00177e179d4878c92319eddd463142800d9 authored about 3 years ago by Noa <[email protected]>
Mark some ui tests as failing

2291ddcb026be96c05530f22341b74761521e54c authored about 3 years ago by Noa <[email protected]>
Add test_future.py and associated files from CPython 3.9

06343e2b6e99304065fc6390d064764fa8c3e001 authored about 3 years ago by Noa <[email protected]>
Keep u-prefixed strings through to the AST

0cd2b0787af0334e4d9d6cc55cd17891d8a8033f authored about 3 years ago by Noa <[email protected]>
Update __future__.py to 3.10

78ef88b92ac04d1a4f28d38c941e0b620d776d59 authored about 3 years ago by Noa <[email protected]>
Add the __future__.annotations feature

f6101a5821dc281bc0f4d411b5b1822ff1d3362e authored about 3 years ago by Noa <[email protected]>
Add unparse feature to ast

27540e1d357548cac4229ee8e2a90dc10a02ed60 authored about 3 years ago by Noa <[email protected]>
Generate ast classes for top-level ast kinds, e.g. stmt

cde42dba26ab3571f6bf5c6d0a36f2edc83b0f44 authored about 3 years ago by Noa <[email protected]>
Update ast.py to CPython 3.9

44d86c7de980d037e7db270cac3c2cec8ddb8282 authored about 3 years ago by Noa <[email protected]>
Make ast.AST a basetype

7c68ad8a72f160d0e99cdbae30e4beb3c15e09f7 authored about 3 years ago by Noa <[email protected]>
Clean up skip in test_super

ff265ea705928a28f306fcf73ca51bc2f181e3e1 authored about 3 years ago by Padraic Fanning <[email protected]>
Clean up skips in test_subprocess

be46e583201c7a436f2728a14e2b3a2c09e3e1fc authored about 3 years ago by Padraic Fanning <[email protected]>
Fix Linux CI failure in test_posixpath

fdc74a12edc848cdf8ef936c314fdbffac275abe authored about 3 years ago by Padraic Fanning <[email protected]>
Fix macOS CI failure in test_posixpath

498f9e8cf9c8350af79c70691bf90401a622afd6 authored about 3 years ago by Padraic Fanning <[email protected]>
Clarify skip in test_strtod

666c170729238962a26f514d423ea593c64082fb authored about 3 years ago by Padraic Fanning <[email protected]>
Fix CI failure in test_posixpath

d7c22a4d58b3522e38f0f4cb9a7b47255dd55a1c authored about 3 years ago by Padraic Fanning <[email protected]>
Fix CI failures for macOS in test_socket

bd9aa2f938b6781851ff58ce5dedc9b82f20017d authored about 3 years ago by Padraic Fanning <[email protected]>
Clean up skips in test_shutil

a2cf36aaabd544884687306cec12bee657a4118f authored about 3 years ago by Padraic Fanning <[email protected]>
Clean up skip in test_socket

9c219e3836c677e3e145b024495af7a2bb29507d authored about 3 years ago by Padraic Fanning <[email protected]>
Clean up skip in test_robotparser

c477ba0d33dd3f3c28ed7daea435eced550f179b authored about 3 years ago by Padraic Fanning <[email protected]>
Clean up skips in test_posix

48736d903d6e4368d9de20da774383f99d652db9 authored about 3 years ago by Padraic Fanning <[email protected]>
Remove PySliceRef

c05e8eb48c79147f83b0179213fa05a20c3af646 authored about 3 years ago by Jeong YunWon <[email protected]>
Less PyListRef

997f85ff54245cb5121dd2fae849c8fc6642cfcc authored about 3 years ago by Jeong YunWon <[email protected]>
Remove PyFloatRef

7377664beaecec2a57fb4f2491441dd8eee60474 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3329 from fanninpm/cleanup-list-of-tests

Cleanup lists of tests in ci.yaml

cd2edbc2a589127688b3f08b507865569a42a55e authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3331 from DimitrisJim/relocate_getattribute

Relocate `vm.get_attribute` to `obj.get_attr`

d703e268ee43a18c19cac549d74ba91d68196478 authored about 3 years ago by Jeong YunWon <[email protected]>
Relocate vm.get_attribute to obj.get_attr.

7bc10da1549997fd479893b18aae3ce58b232f20 authored about 3 years ago by jfh <[email protected]>
Merge pull request #3328 from youknowone/del-error-cold

__del__ failure is a cold function

7af58dd8222b09f20f754830d3c1766afea1247f authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
Deduplicate `test_set`

51b16d3ef750345e875fd274e6d843a7897d2f60 authored about 3 years ago by Padraic Fanning <[email protected]>
Sort Windows-only test skips

082be10a9579af9442614565ec67f44083c8f7cf authored about 3 years ago by Padraic Fanning <[email protected]>
Deduplicate `test_json`

70bc0b47abc6266cebdaf8bf6c455b93eb7041b4 authored about 3 years ago by Padraic Fanning <[email protected]>
Separate Windows-only test skips into lines

e330ad82614ded47fab686d9fed5d232892dfcd0 authored about 3 years ago by Padraic Fanning <[email protected]>
Separate platform-independent tests into lines

5f908df5a8322d88d6eaa25fbc2d1acdd4d7c230 authored about 3 years ago by Padraic Fanning <[email protected]>
Sort platform-independent tests alphabetically

6bb576a635a2e36ed69bd1c1f408c53b28513af2 authored about 3 years ago by Padraic Fanning <[email protected]>
Extract platform-independent tests into env var

69fc86805f8873b84b802bccabdbef9ed85bfc29 authored about 3 years ago by Padraic Fanning <[email protected]>
Merge pull request #3323 from DimitrisJim/supply_dict_on_absent_prepare

Ignore AttributeError for missing `__prepare__`.

e1bd36d8f65f87fd8d6410109eb5e7c6a2c107b4 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3325 from fanninpm/add-stdlib-to-ci-yaml

Add `rustpython-stdlib` to NON_WASM_PACKAGES

21b99a5b9827374df10516db5749b7d4529df183 authored about 3 years ago by Jeong YunWon <[email protected]>
__del__ failure is a cold function

ecf83ecc3af57b20080c0706d72484eaefdd377a authored about 3 years ago by Jeong YunWon <[email protected]>
Add `rustpython-stdlib` to NON_WASM_PACKAGES

edc3b1430e1627b5a611949795b5f4f5bc8aacc3 authored about 3 years ago by Padraic Fanning <[email protected]>
Update vm/src/stdlib/builtins.rs

Co-authored-by: Jeong YunWon <[email protected]>

61c325371b9cc792ca3d955e2300ee80184d35ba authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #3306 from youknowone/object-protocol

Object protocol

273193f361a960151037d4c1e8a732f62186fcf1 authored about 3 years ago by Jeong YunWon <[email protected]>
Ignore AttributeError for missing __prepare__.

2f3f3f85054dddee329f8f2c769197245fd40f2b authored about 3 years ago by jfh <[email protected]>
Merge pull request #3322 from deantvv/io-error-builder-doc

update doc for IOErrorBuilder

69f436378dd07a02a824a3998a331d2329f88eff authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #3320 from DimitrisJim/allow_objects_meta

Allow non-types as metaclass argument.

dd747a6920cf082709e2be5f3c22a57812a88eb7 authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #3321 from deantvv/iss-3319

posix: add os.SCHED_* for macos

634032a2e1a288274a2ba8b4a6e34753ed0dae98 authored about 3 years ago by Jeong YunWon <[email protected]>
update doc for IOErrorBuilder

98007094f603d7622ec4ac27b7263098b8a7b362 authored about 3 years ago by Dean Li <[email protected]>
posix: add os.SCHED_* for macos

69771724c6830844025f9d97ce3a9c1e74c86c6a authored about 3 years ago by Dean Li <[email protected]>
Allow non-types as metaclass argument.

d2f0f94dee9060117366d86183cd3765b9760ecb authored about 3 years ago by jfh <[email protected]>
Merge pull request #3290 from tony-jinwoo-ahn/_range

Modify range in pytype.rs

f0280dabb8782a649b6191fb7e5da7d3f9ec06b7 authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
Modify range in pytype.rs

For readability, replace exclusive range with inclusive range.

fcf07fcf9f0e6ac8660e2a46e7377c854957d245 authored about 3 years ago by Tony Jinwoo Ahn <[email protected]>
Merge pull request #3314 from DimitrisJim/mapping_locals

Allow any mapping for locals.

45290b1553f8b94f5c60796e8f36487e2660093c authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
Use PyMapping, fix handling of __prepare__.

94b91632978bed542800b8fc4c65f6c3a3728329 authored about 3 years ago by jfh <[email protected]>
Refactor list avoid duplicate the vec (#3241)

* list count bench
* Refactor list count avoid duplicate the vec
* optimize list count with HE...

723357962af00d9ea36fa55a86e243931e86e76c authored about 3 years ago by Steve Shi <[email protected]>
Merge pull request #3317 from RustPython/fix-doc-links

Fix intra doc links

3ab48baf10efee625b476126626385ab8dd53dee authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
Fix intra doc links

a6e2b10296aeb83858001e05e78c341c326cd0ab authored about 3 years ago by Noa <[email protected]>
Allow any mapping for locals.

dce45825ae0b718b5128cb13a069b90c9da97267 authored about 3 years ago by jfh <[email protected]>
Merge pull request #3313 from DimitrisJim/mapping_check

Check if subscript is present for PyMapping::check.

8df1c573e5d3eb1d5e64cb9b783a7b477fbc3d1b authored about 3 years ago by Jeong YunWon <[email protected]>
Object protocol

79e951b6300c5da83a83f3e4ab84eecce17eb528 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3308 from youknowone/fix-hash

Fix __hash__ not to perform unnecessary downcast

0ad892b9a4fbee7e38496539689f9ee852b653a4 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3312 from youknowone/ci-tsets

CI runs platform-independent and platform-dependent tests separately

490a39e0d36d642e219123571801a85f16c16c16 authored about 3 years ago by Jeong YunWon <[email protected]>
No downcast for unhashable

42912a36a1ce33e4a6d47ed26d7b1cc5044d0790 authored about 3 years ago by Jeong YunWon <[email protected]>
Fix __hash__ not to perform unnecessary downcast

97623b4e727628c6036bddb12ca36555e7e36d85 authored about 3 years ago by Jeong YunWon <[email protected]>
CI runs platform-independent and platform-dependent tests separately

4075d5ebb6e534cc42a30328a6c4697682aa5a18 authored about 3 years ago by Jeong YunWon <[email protected]>
Check if subscript is present for PyMapping::check.

9b63c50446a4682384bd7f61a71c142c868f0c69 authored about 3 years ago by jfh <[email protected]>
Merge pull request #3311 from pheki/recursion-limit

Guarantee recursion_depth is never higher than recursion_limit

4ede6b15106289ae08ea462e3c65b32cb6b4d397 authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
Guarantee recursion_depth is never higher than recursion_limit

773305022f2124be6ec5be8a0ddffb07c66caacb authored about 3 years ago by Aphek <[email protected]>
Merge pull request #3310 from youknowone/as-mapping-never-fail

as_mapping never fails

dfd3d574e546d13295d305fbce5973fa19ea7d6f authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #3199 from tony-jinwoo-ahn/pdc

Fix misspelled variable

8f404c789053c5980d2f64174eb39e99bb10a7ea authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #3309 from youknowone/ci-with-backtrace

Run tests with RUST_BACKTRACE envvar

2cf6bbbfa793f5bc5a02b87acfeca9b9d01c6c58 authored about 3 years ago by Jim Fasarakis-Hilliard <[email protected]>
slot_as_mapping never fails

77e33c53388de1387413e1850d59464ad546f8d4 authored about 3 years ago by Jeong YunWon <[email protected]>
as_mapping never fails

22b367952976cf877ad84dbf3d36e02fbfb76838 authored about 3 years ago by Jeong YunWon <[email protected]>
Run tests with RUST_BACKTRACE envvar

0da02973d52aa3b764d7700e698b9fb6bb27b4e1 authored about 3 years ago by Jeong YunWon <[email protected]>
Fix windows build error

0d2e20363a942d4c7a8cb6817bc60380000fce12 authored about 3 years ago by Jeong Yunwon <[email protected]>
Merge pull request #3304 from youknowone/msvcrt

msvcrt uses #[pymodule]

32bff214a4221804bb675d8994f642594cfb8f70 authored about 3 years ago by Jeong YunWon <[email protected]>
`msvcrt` uses #[pymodule]

8c42d0469cc94a8e0380f1e6d8bb6ea43e898f72 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3305 from youknowone/less-pymodule

replace py_module! from errno and sysconfigdata

6c318f2de8c991baa00dab9bf968da1550fd1525 authored about 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #3303 from youknowone/winreg

`winreg` uses `#[pymodule]`

718de8fc377a075273dfb8873bcf0ac86580728e authored about 3 years ago by Jeong YunWon <[email protected]>
`winreg` constants to #[pymodule]

806c81b6280469b34c44a9ff9c75adc3d61196f6 authored about 3 years ago by Jeong YunWon <[email protected]>
`winreg` uses `#[pymodule]`

25e715e300a7a6632267aca19e50c4e51f88ac07 authored about 3 years ago by Jeong YunWon <[email protected]>
skip unstable test

63c5830d900530324dd9d7088bd0d646833a12f4 authored about 3 years ago by Jeong Yunwon <[email protected]>
Merge pull request #3222 from youknowone/slots

clean up Callable and mark inline for slot methods

de3df09e0e04a309f08e9b091bea6a08f02b00b7 authored about 3 years ago by Jeong YunWon <[email protected]>