Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
36e6310e39c23a8082e270a809e3f0851910eec5
/
Demo
/
scripts
/
markov.py
1e8ce58
remove most uses of list(somedict.keys()) in Demo scripts
by Skip Montanaro
· 18 years ago
6f2df4d
Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements.
by Collin Winter
· 18 years ago
7a8c43e
Add 'if __name__ == "__main__":' to files already as a usable as a module.
by Johannes Gijsbers
· 21 years ago
e6ddc8b
Whitespace normalization. Ran reindent.py over the entire source tree.
by Tim Peters
· 21 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
6c3a2cb
whrandom -> random
by Guido van Rossum
· 27 years ago
f06ee5f
/usr/local/bin/python -> /usr/bin/env python
by Guido van Rossum
· 28 years ago
6930b3d
Initial revision
by Guido van Rossum
· 31 years ago