5
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 21 hours ago.
Sep 03, 2025 — Sep 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Dropped support for Python 3.8 and 3.9---EOL is october for 3.9 More... about 1 year ago
Skip test_gdb until since it is known to fail in newer versions of gdb More... about 1 year ago
Expanded testing for test SSL since it may not be clear on expected behavior More... about 1 year ago
Updated owner path segment for GitHub links in docs/install.rst and CONTRIBUTORS.rst More... over 1 year ago
Updated location to context manager docs More... over 1 year ago
Removed reference to IronPython 2.7 since latest RPyC dropped EOL python versions like 2.7 More... over 1 year ago
Fixed linkcheck for sourceforge by setting user agent; changed sourceforge links to https More... over 1 year ago
Mass update of moved links to reduce sphinx linkcheck noise More... over 1 year ago
Corrected link to pull request docs by GitHub More... over 1 year ago
Switched dead link to internet archive for the write up by David Mertz. More... over 1 year ago
Removed broken link to Travis CI as it was deprecated in favor of GitHub Actions More... over 1 year ago
Removed references to EOL Python2 to shorten the read and keep it relevant to today More... over 1 year ago
Updated owner path segment for GitHub links in CHANGELOG.rst More... over 1 year ago
Merge pull request #570 from AntoineD/zerodeploy More... over 1 year ago
Merge pull request #569 from AntoineD/fix-numpy More... over 1 year ago
Allow DeployServer to execute any service and script More... over 1 year ago
Add support to current numpy __array__ ndarray method More... over 1 year ago
Bumped version to 6.0.1 and added release notes to CHANGELOG.rst More... almost 2 years ago
Adjusted debugging versions to match project More... almost 2 years ago
Fixed assumption regarding hatch execution in docs More... almost 2 years ago
Updated Python versions in pyproject.toml and job matrix (dropped 3.7; added 3.13 and 3.14) More... almost 2 years ago
Added comment to explain change for race condition reported in #558 More... almost 2 years ago
Fixed inconsistent behavior when getting the id pack for the module class---get_id_pack now treats the module class like any other class. More... almost 2 years ago
Added assertion for Test_Netref_Hierarchy.test_modules to validate id pack for the module class More... almost 2 years ago
Adjusted style of name_pack f-string since preferred max-line-length is 120 characters More... almost 2 years ago
Merge pull request #559 from rlehfeld/master More... about 2 years ago
Customize job names on unittest matrix for readability More... about 2 years ago
Changed matrix to run based on RPYC_BIND_THREADS setting and python version. Also disabled fail-fast More... about 2 years ago
when taking ownership of stdin and stdout in PipeStream, the stdin and stdout must be replaced by devnull as on one hand the code executed could write to it but also we will close the channels and thus cause exit code failures More... about 2 years ago
fix another possible race related to WeakValueDict More... about 2 years ago