Ecosyste.ms: OpenCollective

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

RustPython

Python3 interpreter written in Rust
Collective - Host: opensource - https://opencollective.com/rustpython - Code: https://github.com/RustPython

Merge pull request #2744 from yossi-k/pyexpat

Initial implementation of pyexpat

github.com/RustPython/RustPython - 048f2a6ec7d2be8b63c81f75b593bf0c7935155e authored over 3 years ago by Jeong YunWon <[email protected]>
pyexpat: remove expected failure from passing tests

github.com/RustPython/RustPython - 570a3893e7c7849c3bc66c1b4a57fb6bbd8a2252 authored over 3 years ago by Yossi Konstantinovsky <[email protected]>
tests: fix test_mac_ver on M1 macs

github.com/RustPython/RustPython - f35f6ad18c7f5abcfc12bd0b1dcfae7f8d4097f2 authored over 3 years ago by Yossi Konstantinovsky <[email protected]>
pyexpat: mark tests as expected failure

github.com/RustPython/RustPython - ec90a2267aca00560eae70da40533379e0b6eb38 authored over 3 years ago by Yossi Konstantinovsky <[email protected]>
pyexpat: add missing property to make tests run

github.com/RustPython/RustPython - e1d8d47c7d07a092f824c05153443649c72bba6f authored over 3 years ago by Yossi Konstantinovsky <[email protected]>
pyexpat: refactor getters and setters for handlers

github.com/RustPython/RustPython - e61a583223621adb1ecd5538cc5d168e9585f23b authored over 3 years ago by Yossi Konstantinovsky <[email protected]>
add initial pyexpat implementation

github.com/RustPython/RustPython - d382009a5fa52d2b3d2a8f852a4a7df01b94148c authored over 3 years ago by Yossi Konstantinovsky <[email protected]>
add test_pyexpat

github.com/RustPython/RustPython - 2aa67a8881cfcafee40d10a9a25c87936a4569d7 authored over 3 years ago by Yossi Konstantinovsky <[email protected]>
Merge pull request #2743 from DimitrisJim/fix_failure

Fix failure -- use PyStrRef to extract String.

github.com/RustPython/RustPython - 316c0cf97cdb62fb394a4ebf7735e1652fdc144c authored over 3 years ago by Jeong YunWon <[email protected]>
Use PyStrRef to extract String.

github.com/RustPython/RustPython - 6cd8644de841c8fd4b4305e207fb753d5621b8a0 authored over 3 years ago by jfh <[email protected]>
Merge pull request #2699 from RustPython/coolreader18/if-socket-funcs

Add test_socket

github.com/RustPython/RustPython - c14e7b074da4f36722a793d0b312ac914e366930 authored over 3 years ago by Noah <[email protected]>
Merge pull request #48 from RustPython/dependabot/bundler/addressable-2.8.0

Bump addressable from 2.7.0 to 2.8.0

github.com/RustPython/rustpython.github.io - 3f2f8d144656ad873a0c59e978b4b64ca054a265 authored over 3 years ago by Mireille Raad <[email protected]>
Bump addressable from 2.7.0 to 2.8.0

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0.
- [Release ...

github.com/RustPython/rustpython.github.io - 1bd9f470f1d0fa7afd20102b848ec7bdfb8d40e5 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #2737 from fanninpm/test-xml-dom-minicompat

Add test_xml_dom_minicompat from CPython 3.8

github.com/RustPython/RustPython - b9eaa27c17b6b3180d9773094b51fd31f312b41d authored over 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #2736 from fanninpm/test-xdrlib

Add test_xdrlib from CPython 3.8

github.com/RustPython/RustPython - 6b417932f73a08b98b91472494cc35a1cd604c76 authored over 3 years ago by Jeong YunWon <[email protected]>
Mark erroring tests

github.com/RustPython/RustPython - 2f207baa08ad44d106d51eb29d15040ad08a731f authored over 3 years ago by Padraic Fanning <[email protected]>
Add test_xml_dom_minicompat from CPython 3.8

github.com/RustPython/RustPython - 33a030aff9dca75935ff508ff1d9784b4fa63666 authored over 3 years ago by Padraic Fanning <[email protected]>
Mark erroring tests

github.com/RustPython/RustPython - 5f9d59ae557198de519651be8f63e2c8ba6b8eb1 authored over 3 years ago by Padraic Fanning <[email protected]>
Add test_xdrlib from CPython 3.8

github.com/RustPython/RustPython - d10e26e6c4160d9c5f37b99432d7aba27a267b8b authored over 3 years ago by Padraic Fanning <[email protected]>
Merge pull request #2733 from yossi-k/math-overflow-like-cpython

math: raise OverflowError when result is infinite

github.com/RustPython/RustPython - 6a94c90e863947de3ec6878c2e08635a7bb9590b authored over 3 years ago by Jeong YunWon <[email protected]>
math: fix ldexp

github.com/RustPython/RustPython - e909f48f7ebe096a6f6c5698df314b6405e4f39b authored over 3 years ago by Yossi Konstantinovsky <[email protected]>
math: raise OverflowError when result is infinite

Matches CPython behavior.

github.com/RustPython/RustPython - 963e6e3df69236001cacbdd07a37c016809c946f authored over 3 years ago by Yossi Konstantinovsky <[email protected]>
Merge pull request #2709 from DimitrisJim/iter_exhaustion

Fix iteration issues, pickling by marking iterators as exhausted.

github.com/RustPython/RustPython - b556b42398341b5388b0de7eafa17ca808064ede authored over 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #2715 from DimitrisJim/frozenset_singleton

Make `frozenset(empty_iterable)` return a singleton.

github.com/RustPython/RustPython - e5678daaa340e427606bfe42da6d80dd942b0daa authored over 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #2734 from fanninpm/test-webbrowser

Add test_webbrowser from CPython 3.8

github.com/RustPython/RustPython - 3576801786d8f5c94f768c730cab92355e541a12 authored over 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #2735 from fanninpm/test-wsgiref

Add test_wsgiref from CPython 3.8

github.com/RustPython/RustPython - d0cc0a4eb0d66596f42b7e9465e5e8b37f08dd72 authored over 3 years ago by Jeong YunWon <[email protected]>
Remove allow_dead_code as it is unecessary now.

github.com/RustPython/RustPython - 712f95036d00abd8ff7dd8036e8ba48e20109d45 authored over 3 years ago by jfh <[email protected]>
Address review comments.

github.com/RustPython/RustPython - 86cef6738d632eb8cfd6a464b86f643e1f098dc9 authored over 3 years ago by jfh <[email protected]>
Add test_wsgiref from CPython 3.8

github.com/RustPython/RustPython - 11ada0fec718453080ee6f827dc8e23930ee38f9 authored over 3 years ago by Padraic Fanning <[email protected]>
Mark erroring/failing tests

github.com/RustPython/RustPython - df773d77f92d09855b741e9378ee2c4395277154 authored over 3 years ago by Padraic Fanning <[email protected]>
Mark erroring/failing tests

github.com/RustPython/RustPython - 3a8e0d0f72344684b2a9ef2d21c74abe5e731115 authored over 3 years ago by Padraic Fanning <[email protected]>
Add test_webbrowser from CPython 3.8

github.com/RustPython/RustPython - 18eae4e601527862c6c749079532889895390886 authored over 3 years ago by Padraic Fanning <[email protected]>
Merge pull request #2731 from jamestwebber/dead-batteries

Suggestion: remove PEP 594 "dead batteries" from whats_left.sh

github.com/RustPython/RustPython - a8b911324a59a420b78b186819992914fafd9b1c authored over 3 years ago by Jeong YunWon <[email protected]>
added comment

github.com/RustPython/RustPython - ac53b418af504db248764ca0c991fbae3abd22ca authored over 3 years ago by James Webber <[email protected]>
Merge pull request #2729 from fanninpm/test-weakref

Add test_weakref from CPython 3.8

github.com/RustPython/RustPython - 667d13712642b98b364124b2144ac1ed3a228a5f authored over 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #2730 from fanninpm/test-weakset

Add test_weakset from CPython 3.8

github.com/RustPython/RustPython - 7a9936cfd16652d860027a76a96a71511ad3bf4e authored over 3 years ago by Jeong YunWon <[email protected]>
removed deprecated modules from PEP 594 from whats_left.sh

github.com/RustPython/RustPython - f14daaaff7b081c40107044d2415acdfd70c8b5b authored over 3 years ago by James Webber <[email protected]>
Skip flaky test in test_importlib/test_locks

github.com/RustPython/RustPython - 44d10c7e1ecde9e67a30baf3a310c106c61c0aec authored over 3 years ago by Padraic Fanning <[email protected]>
Mark erroring/failing tests

github.com/RustPython/RustPython - e9504aed11ed98e53b34e95394631f2f0809fd1c authored over 3 years ago by Padraic Fanning <[email protected]>
Add test_weakset from CPython 3.8

github.com/RustPython/RustPython - 6d09fa9d4575099f1d97c6a5c7b35226f8d21f01 authored over 3 years ago by Padraic Fanning <[email protected]>
Skip doctests

github.com/RustPython/RustPython - abead8c553c4fab4478a54778308b92af1b53f39 authored over 3 years ago by Padraic Fanning <[email protected]>
Merge pull request #2728 from fanninpm/test-uu

Add test_uu from CPython 3.8

github.com/RustPython/RustPython - 060223387719148e6f9230ff845a3a2670dadcf0 authored over 3 years ago by Jeong YunWon <[email protected]>
Mark erroring/failing tests

github.com/RustPython/RustPython - 245869b01f5c5cf6d60dc84fc43a6bbd8a5f7953 authored over 3 years ago by Padraic Fanning <[email protected]>
Skip panicking tests

github.com/RustPython/RustPython - 911b2b61d13982aea1c3c3fd6d2537dcb922f18b authored over 3 years ago by Padraic Fanning <[email protected]>
Add test_weakref from CPython 3.8

github.com/RustPython/RustPython - f4011b16620fd66730e58e05fe5884d04d3619e9 authored over 3 years ago by Padraic Fanning <[email protected]>
Mark erroring tests

github.com/RustPython/RustPython - 3b8cd109c641607e77ddedc3e9c40b6afb0af524 authored over 3 years ago by Padraic Fanning <[email protected]>
Add test_uu from CPython 3.8

github.com/RustPython/RustPython - 07345b03891372f15948873529fdb93842b20265 authored over 3 years ago by Padraic Fanning <[email protected]>
Update regression test results

github.com/RustPython/rustpython.github.io - 7cf28cc0fb8f54198d273e8d5c53245bb5ae3e2d authored over 3 years ago by Noah <[email protected]>
Update what is left results

github.com/RustPython/rustpython.github.io - ce2b9bef7d41758f43c2af9531b3c220009d3b7a authored over 3 years ago by Noah <[email protected]>
Merge pull request #2726 from sisungo/master

Change `os.rs` to build on musl libc

github.com/RustPython/RustPython - 9b980df95be531d99c97fac545bdbd7d6a76fb74 authored over 3 years ago by Jeong YunWon <[email protected]>
Change `os.rs` to build on musl libc

github.com/RustPython/RustPython - c13806d3846ab4c738756722b9c30e4e1c36c35c authored over 3 years ago by sisungo <[email protected]>
Merge pull request #2724 from fanninpm/test-utf8source

Add test_utf8source from CPython 3.8

github.com/RustPython/RustPython - 61632d9801143db2ffaf99ef14ab2bca5fae1f63 authored over 3 years ago by Jeong YunWon <[email protected]>
Merge pull request #2723 from fanninpm/test-utf8-mode

Add test_utf8_mode

github.com/RustPython/RustPython - e3fab3a5fc85d8b8d835d7ca9bb48519bd2527b2 authored over 3 years ago by Jeong YunWon <[email protected]>
Mark erroring tests

github.com/RustPython/RustPython - deac676ff2463b8b140122372084650524f95e7d authored over 3 years ago by Padraic Fanning <[email protected]>
Add test_utf8source from CPython 3.8

github.com/RustPython/RustPython - 1faa3cd1a18db857f6aafcac3c026dfe9a7b512e authored over 3 years ago by Padraic Fanning <[email protected]>
Skip flaky threading test

github.com/RustPython/RustPython - 5692639d9919221ad0d1a1d3768a97a90d780534 authored over 3 years ago by Padraic Fanning <[email protected]>
Merge pull request #2703 from fanninpm/test-userlist

Add test_userlist from CPython 3.8

github.com/RustPython/RustPython - aa8dd24f6e64757f719643607a7293d0bbb130a0 authored over 3 years ago by Jeong YunWon <[email protected]>
Mark failing test on Windows

github.com/RustPython/RustPython - 558df14a047fd50757d1a7ce99939ec102bce9b4 authored over 3 years ago by Padraic Fanning <[email protected]>
Mark erroring/failing tests

github.com/RustPython/RustPython - 5da63a3701e11cc1e18b1998e5e22013e1cc7c3c authored over 3 years ago by Padraic Fanning <[email protected]>
Add test_utf8_mode from CPython 3.8

github.com/RustPython/RustPython - c157ac50c468bceaad10fddfd98c50f8e13a1029 authored over 3 years ago by Padraic Fanning <[email protected]>
Mark unexpected panic on Windows

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

github.com/RustPython/RustPython - 36314ea2e2923b3d8b2477f7501d2c5280569400 authored over 3 years ago by Padraic Fanning <[email protected]>
Add test_userlist from CPython 3.8

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

os: Implement getgroups

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

os: Implement (f)pathconf

github.com/RustPython/RustPython - 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

github.com/RustPython/RustPython - 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

github.com/RustPython/RustPython - 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.

github.com/RustPython/RustPython - 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.

github.com/RustPython/RustPython - 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

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

github.com/RustPython/RustPython - c554689b90f0a1762b1a667cbfaf04566dbca830 authored over 3 years ago by Dong-hee Na <[email protected]>
Update regression test results

github.com/RustPython/rustpython.github.io - f7b6d618c63e22a1450de25b7dc2d7cb282fe3d1 authored over 3 years ago by Noah <[email protected]>
Update what is left results

github.com/RustPython/rustpython.github.io - a379c80827a3dad0b4e6c5d112c51ac631858174 authored over 3 years ago by Noah <[email protected]>
Update regression test results

github.com/RustPython/rustpython.github.io - f39a3bd859dfe2ae2a4b7ccfe8a1bdecd3e8552a authored over 3 years ago by Noah <[email protected]>
Update what is left results

github.com/RustPython/rustpython.github.io - aac6be3a6ce1c9d89ecf6b98f4fce2ba1c03a81a authored over 3 years ago by Noah <[email protected]>
Don't export stdlib modules.

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

Please clippy.

github.com/RustPython/RustPython - bee5794b6e2b777ee343c7277954b73d06b5cb7d authored over 3 years ago by Noah <[email protected]>
Update regression test results

github.com/RustPython/rustpython.github.io - 5eb308212e46bb3cb635fd0ddf0de70d419dadff authored over 3 years ago by Noah <[email protected]>
Update what is left results

github.com/RustPython/rustpython.github.io - 5e90ef3853479ef03eea23668bcc2c53fb485fb3 authored over 3 years ago by Noah <[email protected]>
Fix new clippy issues, Use take.

github.com/RustPython/RustPython - 8540767f58366ac96873d4291e382093fa952a83 authored over 3 years ago by jfh <[email protected]>
Make empty frozenset a singleton.

github.com/RustPython/RustPython - fdc08139a5ba3f526f1846a867248d595116b64c authored over 3 years ago by jfh <[email protected]>
Make tuple() return empty_tuple

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

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

Add new and bool for NotImplemented.

github.com/RustPython/RustPython - 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...

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

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

Fix tests in os

github.com/RustPython/RustPython - 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.

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

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

github.com/RustPython/RustPython - 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.

github.com/RustPython/RustPython - d044d8ab615a5de8a62ee93fba0e80d05a879b94 authored over 3 years ago by Dean Li <[email protected]>
os: Fix error message of fspath

github.com/RustPython/RustPython - 62f49ed4deadd8017626ef8b097fb8a860a96c0b authored over 3 years ago by Dean Li <[email protected]>
os: Fix test for lstat

github.com/RustPython/RustPython - 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.

github.com/RustPython/RustPython - 88a86fdd9e971dce29b4c0903aef6296846246f6 authored over 3 years ago by Dean Li <[email protected]>
Update regression test results

github.com/RustPython/rustpython.github.io - c37417b054c301198720072402396db7458e1a28 authored over 3 years ago by Noah <[email protected]>
Update what is left results

github.com/RustPython/rustpython.github.io - f5f1de1d0ddde66040e211749e2757eafadcb564 authored over 3 years ago by Noah <[email protected]>
Fix windows tests

github.com/RustPython/RustPython - 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

github.com/RustPython/RustPython - 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.

github.com/RustPython/RustPython - 4fc160e696bd65cfd50021bfca5ae5195f60f898 authored over 3 years ago by Jeong YunWon <[email protected]>