summaryrefslogtreecommitdiffstats
path: root/Demo/scripts/primes.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 75344 via svnmerge fromGeorg Brandl2009-10-111-13/+17
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75344 | georg.brandl | 2009-10-11 10:48:28 +0200 (So, 11 Okt 2009) | 1 line Update primes script. ........
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-2/+2
| | | | lingering print statements.
* Get rid of most of the remaining uses of <>. There's still Tools/* thogh.Neal Norwitz2006-08-291-1/+1
|
* Add 'if __name__ == "__main__":' to files already as a usable as a module.Johannes Gijsbers2004-09-111-1/+2
|
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-181-17/+17
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* *** empty log message ***Guido van Rossum1993-04-011-1/+1
|
* New == syntaxGuido van Rossum1992-01-011-1/+1
|
* Initial revisionGuido van Rossum1991-06-041-0/+26