Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -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 value | Andrew M. Kuchling | 2006-06-03 | 1 | -12/+13 |
| | |||||
* | Whitespace normalization. Ran reindent.py over the entire source tree. | Tim Peters | 2004-07-18 | 1 | -4/+4 |
| | |||||
* | Choose the smallest value of x,y for the clock's radius (instead of just ↵ | Andrew M. Kuchling | 2000-12-23 | 1 | -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. Kuchling | 2000-12-15 | 1 | -0/+149 |
ncurses.py requires panel support, and therefore doesn't work yet. |