summaryrefslogtreecommitdiffstats
path: root/Demo/classes/Range.py
Commit message (Expand)AuthorAgeFilesLines
* More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo...Georg Brandl2010-12-301-93/+0
* Fixed the testAlexander Belopolsky2010-07-041-1/+1
* Merged revisions 78779 via svnmerge fromBenjamin Peterson2010-03-211-0/+0
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-3/+3
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...Collin Winter2007-07-171-5/+5
* 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-121-2/+2
* Run these demo scripts through reindent.py to give them 4-space indents. I'v...Andrew M. Kuchling2003-04-241-44/+44
* 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-171-3/+2
* Initial revisionGuido van Rossum1992-08-131-0/+72