summaryrefslogtreecommitdiffstats
path: root/Demo/classes/Vec.py
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵Georg Brandl2010-12-301-68/+0
| | | | demo to Tools, and remove all the other Demo content.
* "Modernized" the demo a little.Alexander Belopolsky2010-07-051-14/+28
|
* Update Vec class constructor, remove indirection via function, use operator ↵Georg Brandl2010-07-051-14/+14
| | | | module.
* Merged revisions 78779 via svnmerge fromBenjamin Peterson2010-03-211-0/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78779 | benjamin.peterson | 2010-03-07 20:11:06 -0600 (Sun, 07 Mar 2010) | 1 line remove svn:executable from scripts without a shebang line ........
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-8/+8
| | | | lingering print statements.
* SF patch #803449: modernize demo scriptsRaymond Hettinger2003-09-101-20/+10
| | | | (Contributed by George Yoshida.)
* Run these demo scripts through reindent.py to give them 4-space indents. ↵Andrew M. Kuchling2003-04-241-41/+41
| | | | I've verified that their output is unchanged.
* *** empty log message ***Guido van Rossum1993-12-171-3/+2
|
* Initial revisionGuido van Rossum1992-08-131-0/+65