summaryrefslogtreecommitdiff
path: root/Demo/classes
Commit message (Expand)AuthorAgeFilesLines
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...Collin Winter2007-07-177-135/+134
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-282-2/+2
* Merge the rest of the trunk.Thomas Wouters2006-06-081-35/+35
* Remove apply()Neal Norwitz2006-03-171-6/+6
* Remove sys.exc_type, sys.exc_value, sys.exc_tracebackNeal Norwitz2006-03-171-1/+1
* * 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