openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
python-bitcoin
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 17 hours
ago. based on code collected
about 17 hours
ago.
Jul 25, 2024 — Jul 25, 2025
Showing page 10 of 11
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Rename module serialization -> serialize.
Mark Friedenbach
More...
almost 13 years ago
Formatting fix.
Mark Friedenbach
More...
almost 13 years ago
Add cryptographic hashing functions.
Mark Friedenbach
More...
almost 13 years ago
Move uint256_from_compact into a new utility module.
Mark Friedenbach
More...
almost 13 years ago
Add MIT license from pynode.
Mark Friedenbach
More...
almost 13 years ago
Switch to 4-space indent for PEP8 compliance and compatibility with pynode.
Mark Friedenbach
More...
almost 13 years ago
Generalized the list serialization code to work with any kind of object.
Mark Friedenbach
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.
Mark Friedenbach
More...
almost 13 years ago
Generalized (de)serialize_uint256 to work with any sized hash value.
Mark Friedenbach
More...
almost 13 years ago
Added tests of serializing very long varchars.
Mark Friedenbach
More...
almost 13 years ago
Moved bitcoin.utils.serialization to bitcoin.serialization, since it's a primary feature of the module.
Mark Friedenbach
More...
almost 13 years ago
Add serialization functions and some limited testing.
Mark Friedenbach
More...
almost 13 years ago
Update dependencies to latest version.
Mark Friedenbach
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.
Mark Friedenbach
More...
almost 13 years ago
Version bump.
Mark Friedenbach
More...
over 13 years ago
Overhauled Makefile to be in line with other projects; upgraded virtualenv to 1.7.1.2
Mark Friedenbach
More...
over 13 years ago
Updated dependencies to latest version.
Mark Friedenbach
More...
over 13 years ago
Updated status from planning to alpha.
Mark Friedenbach
More...
over 13 years ago
Removed space from version string suffix.
Mark Friedenbach
More...
over 13 years ago
roku-sigma.com -> monetize.io
Mark Friedenbach
More...
over 13 years ago
Style fixes.
Mark Friedenbach
More...
over 13 years ago
Change license to open-source 3-clause BSD.
Mark Friedenbach
More...
over 13 years ago
Removed excess dot to avoid future complications.
Mark Friedenbach
More...
over 13 years ago
'.coverage' is now removed by `make clean`.
Mark Friedenbach
More...
over 13 years ago
Renamed makefile -> Makefile.
Mark Friedenbach
More...
over 13 years ago
Added `lookahead()` utility, which converts any iterable into a generator yielding tuples with lookahead/lookbehind values.
Mark Friedenbach
More...
almost 14 years ago
Simplified scripting idiom (same behavior).
Mark Friedenbach
More...
almost 14 years ago
Remove build directory (which contains the XML test logs) on `clean` target.
Mark Friedenbach
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.
Mark Friedenbach
More...
almost 14 years ago
Added “as an unpublished work” to copyright header.
Mark Friedenbach
More...
almost 14 years ago
←
1
2
3
4
5
6
7
8
9
10
11
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree