Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
28cee96ee1106aa5597f7b51be1a8ba0d2bdfcb2
/
Demo
/
classes
/
Range.py
1a3284e
#1535: rename __builtin__ module to builtins.
by Georg Brandl
· 17 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
c2b151c
Add code for a range function that uses generators.
by Brett Cannon
· 21 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
946c53e
Run these demo scripts through reindent.py to give them 4-space indents. I've verified that their output is unchanged.
by Andrew M. Kuchling
· 22 years ago
e69d3fe
Use time.time() instead of time.millitimer()
by Guido van Rossum
· 31 years ago
62326f2
builtin -> __builtin__
by Guido van Rossum
· 31 years ago
7565b93
*** empty log message ***
by Guido van Rossum
· 31 years ago
e876949
Initial revision
by Guido van Rossum
· 33 years ago