0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Jun 13, 2025 — Jun 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Version 0.5.2 More... over 8 years ago
Merge pull request #2 from vmj/issue-1 More... over 8 years ago
Add CHANGES.rst to source distribution More... over 8 years ago
Version 0.5.1 More... almost 9 years ago
Update docs More... almost 9 years ago
Update links More... almost 9 years ago
Version 0.5 More... almost 9 years ago
Update documentation More... almost 9 years ago
Use setuptools instead of distutils More... almost 9 years ago
Fix CLI binary reading More... almost 9 years ago
Swap expected and actual in asserts More... almost 9 years ago
Use stretch instead of alpine in tests to catch more failures More... almost 9 years ago
Use delta when comparing floats More... almost 9 years ago
Put an empty list where repeated scalar is expected More... almost 9 years ago
Compare floats with a margin More... almost 9 years ago
Don't try to get default value for Message types More... almost 9 years ago
Signal TravisCI that trusty is ok More... almost 9 years ago
Add Python 3.x support More... almost 9 years ago
Add test scripts (docker commands) More... almost 9 years ago
Add note about deprecation warning More... almost 9 years ago
Be more strict about float and bytes comparison (py3k is) More... almost 9 years ago
Remove unnecessary import (which is wrong on py3k) More... almost 9 years ago
Indexing py3k string returns int, where it used to return single char string More... almost 9 years ago
Use d.keys() instead of d.iterkeys() for py3k compatibility. More... almost 9 years ago
Alias long to int for py3k compatibility More... almost 9 years ago
Alias str to unicode for Py3k compatibility. More... almost 9 years ago
Remove L suffix for py3k compatibility. More... almost 9 years ago
Use absolute imports for py3k compatibility. More... almost 9 years ago
Use print_function from __future__ for Py3k compatibility. More... almost 9 years ago
Require protobuf 3 for py3k compatibility More... almost 9 years ago