Guido van Rossum | ec758ea | 1991-06-04 20:36:54 +0000 | [diff] [blame] | 1 | Contents of this directory: |
| 2 | |
| 3 | byteyears.py Print product of a file's size and age |
Guido van Rossum | 488b7d9 | 1991-12-24 13:55:16 +0000 | [diff] [blame] | 4 | checkpyc.py Check presence and validity of ".pyc" files |
| 5 | copytime.py Copy one file's atime and mtime to another |
Guido van Rossum | ec758ea | 1991-06-04 20:36:54 +0000 | [diff] [blame] | 6 | eptags.py Create Emacs TAGS file for Python modules |
| 7 | fact.py Factorize numbers |
| 8 | findlinksto.py Find symbolic links to a given path (prefix) |
| 9 | from.py Summarize mailbox |
Guido van Rossum | ec758ea | 1991-06-04 20:36:54 +0000 | [diff] [blame] | 10 | lpwatch.py Watch BSD line printer queues |
| 11 | mkreal.py Turn a symbolic link into a real file or directory |
| 12 | objgraph.py Print object graph from nm output on a library |
| 13 | pdeps.py Print dependencies between Python modules |
| 14 | pi.py Print digits of pi (uses arbitrary precision integers) |
| 15 | primes.py Print prime numbers |
| 16 | ptags.py Create vi tags file for Python modules |
| 17 | suff.py Sort a list of files by suffix |
| 18 | which.py Find a program in $PATH |
| 19 | xxci.py Wrapper for rcsdiff and ci |