summaryrefslogtreecommitdiffstats
path: root/Demo/curses/tclock.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
| | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface.
* Use true division, and the True valueAndrew M. Kuchling2006-06-031-12/+13
|
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-181-4/+4
|
* Choose the smallest value of x,y for the clock's radius (instead of just ↵Andrew M. Kuchling2000-12-231-9/+6
| | | | | | | taking the y coordinate), and change radius of second indicator to compensate Remove redundant setting of sradius
* Curses demos contributed by Thomas Gellekum <tg@FreeBSD.org>.Andrew M. Kuchling2000-12-151-0/+149
ncurses.py requires panel support, and therefore doesn't work yet.