1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-18 06:08:18 +00:00
Commit Graph

3106 Commits

Author SHA1 Message Date
Will Binns
64f851da26 Merge pull request #367 from cclauss/patch-3
Trailing L not needed in Py2 & Syntax Error in Py3
2017-09-05 20:28:22 -06:00
Will Binns
ce1b4904d6 Merge pull request #366 from cclauss/patch-1
long(), print(), xrange() for Python 3
2017-09-05 20:27:50 -06:00
cclauss
14138a859f Trailing L not needed in Py2 & Syntax Error in Py3
Also print() function, ternary if, avoid backslashes.
2017-08-24 19:07:00 +02:00
cclauss
df302e9fe5 long() and print() for Python 3 2017-08-24 18:44:48 +02:00
cclauss
35fef9a94f long(), print(), xrange() for Python 3
Also remove trailing whitespace
2017-08-24 18:37:02 +02:00
cclauss
3c0b24edd7 print() function for Python 3 2017-08-24 18:29:06 +02:00
cclauss
cb1053f905 print() function for Python 3
Also ternary if
2017-08-24 18:27:27 +02:00
cclauss
bdc3743e30 print() and range() for Python 3 2017-08-24 18:22:28 +02:00
cclauss
06ecaf9168 print() function for Python 3 2017-08-24 18:20:22 +02:00
cclauss
5f3a3d4469 print() function for Python 3 2017-08-24 18:14:02 +02:00
Will Binns
b80cd6dbc5
preface: Add new contributor 2017-08-24 09:33:07 -06:00
Will Binns
f5bc68d5f2
glossary: Fix grammar 2017-08-24 09:31:21 -06:00
Will Binns
0e9ba5e9e6
images: Fix Chapter 2, Figure 4
Resolves #360
2017-08-24 08:44:56 -06:00
Will Binns
6354bb99d3
readme: Update instruction; PRs to develop branch 2017-08-24 08:26:32 -06:00
Will Binns
92f3a575bc
readme: Update instruction; PRs to develop branch 2017-08-24 08:23:42 -06:00
Will Binns
8c6a77ed82 preface: Add new contributors 2017-08-24 08:20:34 -06:00
Will Binns
4becd47946 Merge pull request #357 from mattmcgiv/patch-1
Fix minor grammatical issue
2017-08-24 07:06:22 -06:00
Will Binns
e5590f9fe0 Merge pull request #356 from edposnak/ch07-nSequence-binary-hex-patches
make binary and hex values consistent
2017-08-24 07:05:26 -06:00
Will Binns
329b223c45 Merge pull request #350 from cclauss/patch-1
from __future__ import print_function
2017-08-24 07:00:00 -06:00
Will Binns
e2e08e54f2 Merge pull request #363 from achiku/fix_ch05_sentence
Fix ch05 sentence
2017-08-20 09:05:00 -06:00
Akira Chiku
63da98e1bd Fix ch05 sentence
"The public keys do not need to be preloaded or" -> "The public keys need to be preloaded or"
2017-08-17 20:00:52 +09:00
Matt McGivney
d14c291950 Fix minor grammatical issue
Hopefully an easy one!
2017-08-02 09:54:22 -06:00
Ed Posnak
ebbdbcf683 make binary and hex values consistent 2017-07-31 12:18:31 -04:00
cclauss
b991b93414 Add free automated flake8 testing on all pull requests
The owner of the this repo would need to go to https://travis-ci.org/profile and flip on the repository switch to enable free automated linting of all Python files each pull requests to the `develop` branch.
2017-07-23 19:50:41 +02:00
cclauss
f396920189 from __future__ import print_function
Support print('xyz', end='') on Python 2
2017-07-23 10:21:30 +02:00
kristen@oreilly.com
b8ec3a1da6 Updated atlas.json 2017-07-20 10:20:28 -07:00
kristen@oreilly.com
edb0edadb4 Updated images/mbc2_0511.png 2017-07-20 10:11:23 -07:00
kristen@oreilly.com
0ee8ca0d76 Updated images/mbc2_0510.png 2017-07-20 10:11:13 -07:00
kristen@oreilly.com
99d35f19f1 Updated images/mbc2_0204.png 2017-07-20 10:10:59 -07:00
kristen@oreilly.com
9c53f87a8c Updated atlas.json 2017-07-18 10:10:48 -07:00
kristen@oreilly.com
393ba3cf3f Edited ch10.asciidoc with Atlas code editor 2017-07-18 09:48:44 -07:00
kristen@oreilly.com
9cabcbfa8e Edited ch10.asciidoc with Atlas code editor 2017-07-18 09:44:16 -07:00
kristen@oreilly.com
005cd0db1b Edited ch10.asciidoc with Atlas code editor 2017-07-18 09:40:15 -07:00
kristen@oreilly.com
c7be86e968 Edited appdx-bx.asciidoc with Atlas code editor 2017-07-18 09:35:00 -07:00
kristen@oreilly.com
8fb232ff11 Edited ch05.asciidoc with Atlas code editor 2017-07-18 09:32:03 -07:00
kristen@oreilly.com
e3f86f1f88 Edited ch05.asciidoc with Atlas code editor 2017-07-18 09:31:29 -07:00
kristen@oreilly.com
ec60d9ae72 Edited ch04.asciidoc with Atlas code editor 2017-07-18 09:23:47 -07:00
kristen@oreilly.com
c410c254ef Edited theme/pdf/pdf.css with Atlas code editor 2017-07-18 09:23:23 -07:00
kristen@oreilly.com
aff4086e37 Edited appdx-bx.asciidoc with Atlas code editor 2017-07-18 09:22:04 -07:00
kristen@oreilly.com
b7be1745b0 Edited copyright.html with Atlas code editor 2017-07-18 09:10:27 -07:00
nadams
83b4019332 Edited glossary.asciidoc with Atlas code editor 2017-07-18 08:10:57 -07:00
nadams
cf31467b37 Edited glossary.asciidoc with Atlas code editor 2017-07-18 08:10:05 -07:00
nadams
f8f1752502 Edited glossary.asciidoc with Atlas code editor 2017-07-18 08:06:50 -07:00
nadams
9153252294 Edited glossary.asciidoc with Atlas code editor 2017-07-18 08:01:41 -07:00
nadams
0d05a62166 Edited glossary.asciidoc with Atlas code editor 2017-07-18 07:59:54 -07:00
nadams
911603236d Edited glossary.asciidoc with Atlas code editor 2017-07-18 07:56:54 -07:00
nadams
b93dc9ee15 Edited glossary.asciidoc with Atlas code editor 2017-07-18 07:55:59 -07:00
nadams
a57fe98845 Edited glossary.asciidoc with Atlas code editor 2017-07-18 07:54:59 -07:00
nadams
b205bd059f Edited glossary.asciidoc with Atlas code editor 2017-07-18 07:53:26 -07:00
nadams
fe24245124 Edited glossary.asciidoc with Atlas code editor 2017-07-18 07:52:54 -07:00