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

Mark unexpected panic on Windows

93898e840297c1ccd27ac3f2ad91f9fe6fe2740d authored over 3 years ago by Padraic Fanning <[email protected]>
Mark failing/unexpectedly passing tests

36314ea2e2923b3d8b2477f7501d2c5280569400 authored over 3 years ago by Padraic Fanning <[email protected]>
Add test_userlist from CPython 3.8

772cd6e9cc0ee5b9e802268e265d88149420feb8 authored over 3 years ago by Padraic Fanning <[email protected]>
Merge pull request #2705 from deantvv/os-getgroups

os: Implement getgroups

95d2f68cbf174b997a6900b56b5247e48973ff57 authored over 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #2707 from deantvv/os-pathconf

os: Implement (f)pathconf

0aa05f071a9504c5e0be0e2a8c69e78892fae0c3 authored over 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #2704 from fanninpm/test-userstring

Add test_userstring from CPython 3.8

e51ca5753ad41cc33d98b4a249d8ace4d5e8d5e6 authored over 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #2722 from corona10/operator

Lib: Update operator.py to follow CPython's implementation

fdb6fc47d8713d9d737e1a3f1ff762988e4c980f authored over 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #2711 from DimitrisJim/range-fixes

Fix a number of range issues.

fff68dca53abbc739c5a5eddb174421b4ef436f3 authored over 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #2713 from DimitrisJim/vars_error

Fix test_vars in test_builtins.

2e6fea023a646155f9a4bfa7e38e67856e9db46e authored over 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #2714 from DimitrisJim/tuple_singleton

Make tuple(empty_iterable) return empty_tuple

96eef21ec070af51aae325a63dd85ccde32aa640 authored over 3 years ago by Jeong YunWon <[email protected]>
Lib: Update operator.py to follow CPython's implementation

c554689b90f0a1762b1a667cbfaf04566dbca830 authored over 3 years ago by Dong-hee Na <[email protected]>
Don't export stdlib modules.

6809e118d62225caa48447ba587cec35772d09be authored over 3 years ago by jfh <[email protected]>
Merge pull request #2717 from DimitrisJim/quiet_clippy

Please clippy.

bee5794b6e2b777ee343c7277954b73d06b5cb7d authored over 3 years ago by Noah <[email protected]>
Fix new clippy issues, Use take.

8540767f58366ac96873d4291e382093fa952a83 authored over 3 years ago by jfh <[email protected]>
Please clippy

0e33be9ce81fda4b352908d30ca7c5c453ec4e5b authored over 3 years ago by jfh <[email protected]>
Make empty frozenset a singleton.

fdc08139a5ba3f526f1846a867248d595116b64c authored over 3 years ago by jfh <[email protected]>
Make tuple() return empty_tuple

2e9acb3035d93e36c315fe3068b7f52ff57b09aa authored over 3 years ago by jfh <[email protected]>
Fix test_vars in test_builtins.

b6b10149b78651813038f2baa108ee102d4cb704 authored over 3 years ago by jfh <[email protected]>
Merge pull request #2712 from DimitrisJim/notimplemented_behaviour

Add new and bool for NotImplemented.

30614057b83a9dbc2570f0a1f52aeb3b9121c8bc authored over 3 years ago by Jeong YunWon <[email protected]>
Add new and bool for NotImplemented.

New simply returns the singleton. While `bool(NotImplemented)` already
returned `True`, it is ad...

63d156097ce217bb1b154ff16158c413b16c1185 authored over 3 years ago by jfh <[email protected]>
Fix a number of range issues.

c1f1f1ef02198a71ea2f46a4a36528500fe6b1e4 authored over 3 years ago by jfh <[email protected]>
Merge pull request #2706 from deantvv/os-fix-test

Fix tests in os

e0d86e8602f232be599caf229db21d2857a95403 authored over 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #2710 from DimitrisJim/range_reversed

Fix miscalculation when reversing a range.

0f8d954ecf36e0deece33fddb91db0e0daed4c20 authored over 3 years ago by Jeong YunWon <[email protected]>
Fix small miscalculation when reversing a range.

7be043fa5a73c19a32161ae7ae05ad90570f0f57 authored over 3 years ago by jfh <[email protected]>
Fix iteration issues, pickling by marking iterators as exhausted.

95ba82bd5424fccf2e276fe340b08774bc3ad2e0 authored over 3 years ago by jfh <[email protected]>
os: Implement (f)pathconf

Implement pathconf and fpathconf using libc::pathconf.

os.pathconf_names is not implemented.

d044d8ab615a5de8a62ee93fba0e80d05a879b94 authored over 3 years ago by Dean Li <[email protected]>
os: Fix error message of fspath

62f49ed4deadd8017626ef8b097fb8a860a96c0b authored over 3 years ago by Dean Li <[email protected]>
os: Fix test for lstat

d458669e8cc758e929bce8fd562163f94286bb21 authored over 3 years ago by Dean Li <[email protected]>
os: Implement getgroups

`getgroups` is already implement in rust, just wrap the function
to let it be used in python.

88a86fdd9e971dce29b4c0903aef6296846246f6 authored over 3 years ago by Dean Li <[email protected]>
Fix windows tests

a2fc8796e81fc803dc6b5486952953c51219d25b authored over 3 years ago by coolreader18 <[email protected]>
Merge pull request #2698 from RustPython/coolreader18/textio-ergonomics

Use a Utf8size struct to represent the {bytes,chars} pairs in textio

e63d2741c3263583dec8b9d8785d563cacebd867 authored over 3 years ago by Noah <[email protected]>
Merge pull request #2700 from DimitrisJim/bound_repr

Fallback to __name__ if __qualname__ isn't available.

4fc160e696bd65cfd50021bfca5ae5195f60f898 authored over 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #2702 from deantvv/test-posix-mark-failure-reason

test: add reason of failure for tests

53bf7b3c1401d7c25d7f291da59a493dff7ccdd8 authored over 3 years ago by Jeong YunWon <[email protected]>
Add test_socket.py from CPython 3.8

b69c14c2a634ffaff8d0198c20e357d7f80ab913 authored over 3 years ago by Noah <[email protected]>
Mark failing tests

74f9722033d9c7c467e16f7885140a61b7ecfeea authored over 3 years ago by Noah <[email protected]>
Handle linux abstract namespaces correctly

fb5ba51a1efe75bcfb23c8dbee92780e87a45a1f authored over 3 years ago by Noah <[email protected]>
Add if_nameindex, if_nametoindex, if_indextoname, getservbyport + fix some other stuff

c7f683863859278a5694a60dab533490a3016365 authored over 3 years ago by Noah <[email protected]>
Overhaul CString handling

68922a91a432ec9344d1d281a4f43d5cd4a7f516 authored over 3 years ago by Noah <[email protected]>
Mark erroring/failing tests

d56a0194b7f9619e33e095493b07a4950fc4e2aa authored over 3 years ago by Padraic Fanning <[email protected]>
Add test_userstring from CPython 3.8

7d0f109b3deacb59762fd3f74b12fafeca3a9617 authored over 3 years ago by Padraic Fanning <[email protected]>
test: add reason of failure for tests

Help developers to find failure by better documenting it.

28589f67a112dbab37dddafb2652c1ae2291ed62 authored over 3 years ago by Dean Li <[email protected]>
Merge pull request #2701 from fanninpm/test-userdict

Add test_userdict from CPython 3.8

3989ea3b23ebcd8f10ae61d5adfbaab36707313c authored over 3 years ago by Noah <[email protected]>
Merge pull request #2696 from fanninpm/test-urllib2net

Add test_urllib2net from CPython 3.8

23a91a1a20097f42935619a3328739bc255517ad authored over 3 years ago by Noah <[email protected]>
Skip stack overflow on Windows

9c5343b9aea9e8cc20762a7460e1cd94041d889d authored over 3 years ago by Padraic Fanning <[email protected]>