summaryrefslogtreecommitdiff
path: root/Demo/scripts/find-uname.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove some of the old demos. (Put a few somewhere else.)Georg Brandl2010-12-301-40/+0
|
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
|
* Merged revisions 75348 via svnmerge fromMark Dickinson2009-10-111-0/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75348 | mark.dickinson | 2009-10-11 11:01:17 +0100 (Sun, 11 Oct 2009) | 1 line Set missing executable property on scripts ........
* Merged revisions 75327 via svnmerge fromGeorg Brandl2009-10-101-6/+6
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75327 | georg.brandl | 2009-10-11 00:03:43 +0200 (So, 11 Okt 2009) | 1 line Style fixes. ........
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-3/+3
| | | | lingering print statements.
* Search for Unicode character names using regular expressions.Skip Montanaro2003-01-011-0/+40