Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
114 additions
and 32 deletions.
- +1 −0 AUTHORS.rst
- +32 −1 tests/objects/test_classobject.py
- +19 −0 tests/objects/test_moduleobject.py
- +4 −2 topaz/interpreter.py
- +3 −1 topaz/objects/arrayobject.py
- +4 −2 topaz/objects/bignumobject.py
- +6 −2 topaz/objects/classobject.py
- +2 −1 topaz/objects/intobject.py
- +15 −8 topaz/objects/moduleobject.py
- +2 −1 topaz/objects/numericobject.py
- +3 −2 topaz/objects/objectobject.py
- +8 −4 topaz/objects/stringobject.py
- +14 −7 topaz/objspace.py
- +1 −1 topaz/utils/packing/floatpacking.py