0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Jul 25, 2024 — Jul 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rename module serialization -> serialize. More... almost 13 years ago
Formatting fix. More... almost 13 years ago
Add cryptographic hashing functions. More... almost 13 years ago
Move uint256_from_compact into a new utility module. More... almost 13 years ago
Add MIT license from pynode. More... almost 13 years ago
Switch to 4-space indent for PEP8 compliance and compatibility with pynode. More... almost 13 years ago
Generalized the list serialization code to work with any kind of object. More... almost 13 years ago
Moved uint256_from_compact to the end of the file--it should really find a home somewhere else as it doesn't belong with the serialization primitives. More... almost 13 years ago
Generalized (de)serialize_uint256 to work with any sized hash value. More... almost 13 years ago
Added tests of serializing very long varchars. More... almost 13 years ago
Moved bitcoin.utils.serialization to bitcoin.serialization, since it's a primary feature of the module. More... almost 13 years ago
Add serialization functions and some limited testing. More... almost 13 years ago
Update dependencies to latest version. More... almost 13 years ago
Fork python-bitcoin from python-patterns, simply because the latter provides a good boilerplate framework for a simple python module. More... almost 13 years ago
Version bump. More... over 13 years ago
Overhauled Makefile to be in line with other projects; upgraded virtualenv to 1.7.1.2 More... over 13 years ago
Updated dependencies to latest version. More... over 13 years ago
Updated status from planning to alpha. More... over 13 years ago
Removed space from version string suffix. More... over 13 years ago
roku-sigma.com -> monetize.io More... over 13 years ago
Style fixes. More... over 13 years ago
Change license to open-source 3-clause BSD. More... over 13 years ago
Removed excess dot to avoid future complications. More... over 13 years ago
'.coverage' is now removed by `make clean`. More... over 13 years ago
Renamed makefile -> Makefile. More... over 13 years ago
Added `lookahead()` utility, which converts any iterable into a generator yielding tuples with lookahead/lookbehind values. More... almost 14 years ago
Simplified scripting idiom (same behavior). More... almost 14 years ago
Remove build directory (which contains the XML test logs) on `clean` target. More... almost 14 years ago
Moved installation of readline into the Makefile to eliminate a bug on Mac OS X that only manifests when pip installs readline. As a consequence, requirements.development.pip now specifies the readline version as >=6.2.1 a newer version might be installed. More... almost 14 years ago
Added “as an unpublished work” to copyright header. More... almost 14 years ago