summaryrefslogtreecommitdiff
path: root/Demo/classes
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 82594,82599 via svnmerge fromGeorg Brandl2010-07-271-21/+35
* remove svn:executable from scripts without a shebang lineBenjamin Peterson2010-03-087-0/+0
* Update uses of string exceptionsAndrew M. Kuchling2008-09-131-1/+1
* Subclass exceptionAndrew M. Kuchling2008-09-131-1/+2
* #687648 from Robert Schuppenies: use classic division. From me: don't use st...Andrew M. Kuchling2008-09-131-5/+10
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-1/+1
* Remove reference to RationalMark Dickinson2008-02-101-1/+0
* Add rational.Rational as an implementation of numbers.Rational with infiniteJeffrey Yasskin2008-01-151-310/+0
* Normalized a few cases of whitespace in function declarations.Martin Blais2006-06-061-35/+35
* * Fix error in definition of Im() which returned self instead of 0Raymond Hettinger2005-04-091-19/+14
* Patch #1177597: Correct various bugs, add comments.Martin v. Löwis2005-04-091-9/+36
* Add code for a range function that uses generators.Brett Cannon2004-06-271-42/+64
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-125-35/+36
* SF patch #803449: modernize demo scriptsRaymond Hettinger2003-09-102-93/+89
* Patch #748846: Let Demo/classes/Date.py mention DateTime module.Martin v. Löwis2003-06-071-0/+3
* Run these demo scripts through reindent.py to give them 4-space indents. I'v...Andrew M. Kuchling2003-04-247-963/+963
* Modernize code by using isinstance() instead of type() checksAndrew M. Kuchling2003-04-241-16/+14
* Avoid TypeError by not comparing complex numbersAndrew M. Kuchling2003-04-241-1/+6
* Update docs. Remove old classes.doc.Guido van Rossum2002-10-182-112/+1
* Correct spelling of length, discovered by Christian Tismer.Guido van Rossum1999-04-211-2/+2
* nannified.Guido van Rossum1998-09-141-70/+70
* Fix a bug where comparison of a rational with a float failed becauseGuido van Rossum1998-09-091-9/+9
* Fix the test for pow() -- no more TypeErrors are raised!Guido van Rossum1997-12-091-2/+2
* A completely new Rat.py by Sjoerd.Guido van Rossum1997-05-131-56/+260
* Added note about Python's support of complex numbers.Guido van Rossum1996-07-301-1/+11
* adapted to new overloading schemeGuido van Rossum1994-10-092-60/+51
* totally redone for new overloading schemeGuido van Rossum1994-10-081-60/+263
* Use time.time() instead of time.millitimer()Guido van Rossum1994-02-171-5/+5
* builtin -> __builtin__Guido van Rossum1994-01-261-2/+2
* *** empty log message ***Guido van Rossum1993-12-178-49/+51
* Added Dates.py and Rev.pyGuido van Rossum1993-10-301-0/+2
* Initial revisionGuido van Rossum1993-10-302-0/+322
* Fix bug and use __init__Guido van Rossum1993-10-301-9/+4
* *** empty log message ***Guido van Rossum1993-10-271-0/+1
* Add coercionsGuido van Rossum1993-10-271-2/+12
* Initial revisionGuido van Rossum1993-10-271-0/+341
* Initial revisionGuido van Rossum1992-08-137-0/+488