0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 04, 2024 — Oct 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README to indicate that RPySOM was merged into PySOM
gron
as Stefan Marr
More... almost 5 years ago
Merge PR #14: Make RPython optional
gron
as Stefan Marr
More... almost 5 years ago
Update .gitlab-ci.yml to use pytest
gron
as Stefan Marr
More... almost 5 years ago
Fix whitespace
gron
as Stefan Marr
More... almost 5 years ago
Switch to PyTest which avoids the need for custom parameterization code
gron
as Stefan Marr
More... almost 5 years ago
Added TravisCI testing for pure Python interpreters
gron
as Stefan Marr
More... almost 5 years ago
Remove import of unused Random
gron
as Stefan Marr
More... almost 5 years ago
Fix import issues and remove unneeded module
gron
as Stefan Marr
More... almost 5 years ago
Mark the fallback code as NOT_RPYTHON, mostly for documentation
gron
as Stefan Marr
More... almost 5 years ago
Implement round_double
gron
as Stefan Marr
More... almost 5 years ago
Fixed rgc import
gron
as Stefan Marr
More... almost 5 years ago
Fixed bigint_from_str
gron
as Stefan Marr
More... almost 5 years ago
Fixed encoding of strings
gron
as Stefan Marr
More... almost 5 years ago
Fix few more issues
gron
as Stefan Marr
More... almost 5 years ago
Move low-level ops and implement them for Python
gron
as Stefan Marr
More... almost 5 years ago
Split basic node file to account for Python 3 meta class changes
gron
as Stefan Marr
More... almost 5 years ago
Replace map method by generator expression
gron
as Stefan Marr
More... almost 5 years ago
Remove Integer>>#atRandom primitive
gron
as Stefan Marr
More... almost 5 years ago
Fix print syntax
gron
as Stefan Marr
More... almost 5 years ago
Introduce int type
gron
as Stefan Marr
More... almost 5 years ago
Move conditions into the loop before sorting
gron
as Stefan Marr
More... almost 5 years ago
Fix old syntax for except
gron
as Stefan Marr
More... almost 5 years ago
Add error to make sure we have RPython when using the RPython main
gron
as Stefan Marr
More... almost 5 years ago
Whitespace
gron
as Stefan Marr
More... almost 5 years ago
Replace use of the py library with Python’s glob
gron
as Stefan Marr
More... almost 5 years ago
Add initial stubs for use without RPython library (not yet functional)
gron
as Stefan Marr
More... almost 5 years ago
Merge PR #13: Added missing support for bigints being turned into floats/doubles
gron
as Stefan Marr
More... almost 5 years ago
Added missing support for bigints being turned into floats/doubles
gron
as Stefan Marr
More... almost 5 years ago
Merge PR #12: Fix array strategy selection logic causing wrong storage backing to be selected
gron
as Stefan Marr
More... almost 5 years ago
Update core-lib to include test for arrays with negative literals
gron
as Stefan Marr
More... almost 5 years ago