Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
bbc0d4409c4edc43d9f9b38bff089fd63f43734a
/
Demo
/
classes
c2b151c
Add code for a range function that uses generators.
by Brett Cannon
· 20 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
fe63faa
SF patch #803449: modernize demo scripts (Contributed by George Yoshida.)
by Raymond Hettinger
· 21 years ago
7890c26
Patch #748846: Let Demo/classes/Date.py mention DateTime module.
by Martin v. Löwis
· 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
4f237b6
Modernize code by using isinstance() instead of type() checks
by Andrew M. Kuchling
· 22 years ago
64b3c83
Avoid TypeError by not comparing complex numbers
by Andrew M. Kuchling
· 22 years ago
ecbb0ea
Update docs. Remove old classes.doc.
by Guido van Rossum
· 22 years ago
eda80ea
Correct spelling of length, discovered by Christian Tismer.
by Guido van Rossum
· 26 years ago
dcd038f
nannified.
by Guido van Rossum
· 26 years ago
7ca9a1a
Fix a bug where comparison of a rational with a float failed because
by Guido van Rossum
· 26 years ago
1a24bb5
Fix the test for pow() -- no more TypeErrors are raised!
by Guido van Rossum
· 27 years ago
0609f19
A completely new Rat.py by Sjoerd.
by Guido van Rossum
· 28 years ago
72ba616
Added note about Python's support of complex numbers. Added exp(z).
by Guido van Rossum
· 28 years ago
2e61103
adapted to new overloading scheme
by Guido van Rossum
· 30 years ago
81a12bc
totally redone for new overloading scheme
by Guido van Rossum
· 30 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
0a2fa75
Added Dates.py and Rev.py
by Guido van Rossum
· 31 years ago
102abab
Initial revision
by Guido van Rossum
· 31 years ago
becec31
Fix bug and use __init__
by Guido van Rossum
· 31 years ago
ed49c5e
*** empty log message ***
by Guido van Rossum
· 31 years ago
f1bbf9c
Add coercions
by Guido van Rossum
· 31 years ago
b6957e4
Initial revision
by Guido van Rossum
· 31 years ago
e876949
Initial revision
by Guido van Rossum
· 32 years ago