0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Feb 09, 2025 — Feb 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #15 from oliver-borg-hexagon/feature/PT-30525-argspec More... about 1 year ago
Changed to new j5basic getargspec More... about 1 year ago
Added replacements for deprecated getargspec and formatargspec functions More... about 1 year ago
Changed all getargspec to getfullargspec More... about 1 year ago
Merge pull request #13 from rorygrandin/remove_virtualtime More... over 5 years ago
Let the sleep be long enough to actually trigger the timecache expiring reliably. More... over 5 years ago
Removing the import from test as on python 3, with pywin32 installed, this import fails. More... over 5 years ago
Remove virtualtime from j5basic. More... over 5 years ago
Merge pull request #12 from richg/master More... almost 6 years ago
Implement `__copy__` and `__deepcopy__` instance methods on the `ordereddict` to fix a bug when copying using the `copy` library methods (`copy` and `deepcopy`). The bug was causing the internal `order` list to be duplicated on copy. This then results in all the iterators (keys, value, items, etc.) looping through the structure twice. This also includes tests to verify the copy behaviour. More... almost 6 years ago
Merge pull request #9 from yaseen-mowzer-hexagon/make_tests_pass More... almost 6 years ago
Delete unused variable and init More... almost 6 years ago
Remove Int and Float Formatters because of the buggy infinite recursion More... almost 6 years ago
Don't die when we are on python 3 just do something reasonable More... almost 6 years ago
Pass a native_str in to strftime to fix a test More... almost 6 years ago
Delete upperkeys because it was not used and is broken on Python 3 More... almost 6 years ago
Delete subtractdicts because it is complex and unused More... almost 6 years ago
Merge branch 'master' of github.com:j5int/j5basic into make_tests_pass More... almost 6 years ago
Merge pull request #10 from rorygrandin/py3_compat More... almost 6 years ago
Rather just get the __func__ attribute, and log a critical error and continue if it's None. More... almost 6 years ago
Merge pull request #11 from davidfraser/million-to-one More... almost 6 years ago
On Linux, there's a million-to-one chance this will have 22 digits. More... almost 6 years ago
__func__ doesn't exist for unbound methods on python 3, so don't use it. More... almost 6 years ago
Fix a failing test by preventing infinite recursion More... about 6 years ago
Merge pull request #8 from yaseen-mowzer-hexagon/futurize-j5basic More... about 6 years ago
Add future as a requirement More... about 6 years ago
Delete safestrptime More... about 6 years ago
Move test_CleanXHTML into j5basic and futurize it More... about 6 years ago
Replace generalupper with a lambda More... about 6 years ago
Replace weird future raise_ with raise More... about 6 years ago