Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-11-16 | Merge pull request #1 from intheRain07/intheRain07-patch-1 | intheRain07 | -17/+44 | |
gemv_bug_fix_2.1 | ||||
2021-11-16 | gemv_bug_fix_2.1 | intheRain07 | -1/+1 | |
2021-11-16 | gemv_bug_fix2.0 | intheRain07 | -17/+44 | |
2021-10-18 | Merge pull request #2 from joaodinissf/main | Juan Gómez Luna | -6/+6 | |
Replace the deprecated .iteritems() with .items() | ||||
2021-10-08 | Replace the deprecated .iteritems() with .items() | João Dinis Ferreira | -6/+6 | |
The `.iteritems()` method was [removed](https://docs.python.org/3/library/2to3.html#2to3fixer-dict) in Python 3. The direct replacement is `.items()` (which is backwards-compatible with Python 2). This change means that the execution scripts `run_*.py` fail on Python 3. This commit provides Python 3 compatibility without compromising Python 2 execution. See, for reference: - https://github.com/saltstack-formulas/openssh-formula/issues/48 - https://stackoverflow.com/questions/10458437/what-is-the-difference-between-dict-items-and-dict-iteritems-in-python2 | ||||
2021-06-16 | PrIM -- first commit | Juan Gomez Luna | -2/+70200076 | |
2021-04-09 | Initial commit | Juan Gómez Luna | -0/+2 | |