index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Demo
/
classes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add code for a range function that uses generators.
Brett Cannon
2004-06-27
1
-42/+64
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
5
-35/+36
*
SF patch #803449: modernize demo scripts
Raymond Hettinger
2003-09-10
2
-93/+89
*
Patch #748846: Let Demo/classes/Date.py mention DateTime module.
Martin v. Löwis
2003-06-07
1
-0/+3
*
Run these demo scripts through reindent.py to give them 4-space indents. I'v...
Andrew M. Kuchling
2003-04-24
7
-963/+963
*
Modernize code by using isinstance() instead of type() checks
Andrew M. Kuchling
2003-04-24
1
-16/+14
*
Avoid TypeError by not comparing complex numbers
Andrew M. Kuchling
2003-04-24
1
-1/+6
*
Update docs. Remove old classes.doc.
Guido van Rossum
2002-10-18
2
-112/+1
*
Correct spelling of length, discovered by Christian Tismer.
Guido van Rossum
1999-04-21
1
-2/+2
*
nannified.
Guido van Rossum
1998-09-14
1
-70/+70
*
Fix a bug where comparison of a rational with a float failed because
Guido van Rossum
1998-09-09
1
-9/+9
*
Fix the test for pow() -- no more TypeErrors are raised!
Guido van Rossum
1997-12-09
1
-2/+2
*
A completely new Rat.py by Sjoerd.
Guido van Rossum
1997-05-13
1
-56/+260
*
Added note about Python's support of complex numbers.
Guido van Rossum
1996-07-30
1
-1/+11
*
adapted to new overloading scheme
Guido van Rossum
1994-10-09
2
-60/+51
*
totally redone for new overloading scheme
Guido van Rossum
1994-10-08
1
-60/+263
*
Use time.time() instead of time.millitimer()
Guido van Rossum
1994-02-17
1
-5/+5
*
builtin -> __builtin__
Guido van Rossum
1994-01-26
1
-2/+2
*
*** empty log message ***
Guido van Rossum
1993-12-17
8
-49/+51
*
Added Dates.py and Rev.py
Guido van Rossum
1993-10-30
1
-0/+2
*
Initial revision
Guido van Rossum
1993-10-30
2
-0/+322
*
Fix bug and use __init__
Guido van Rossum
1993-10-30
1
-9/+4
*
*** empty log message ***
Guido van Rossum
1993-10-27
1
-0/+1
*
Add coercions
Guido van Rossum
1993-10-27
1
-2/+12
*
Initial revision
Guido van Rossum
1993-10-27
1
-0/+341
*
Initial revision
Guido van Rossum
1992-08-13
7
-0/+488