summaryrefslogtreecommitdiff
path: root/Lib/test/test_rotor.py
Commit message (Expand)AuthorAgeFilesLines
* Update the code to better reflect recommended style:Fred Drake2000-12-121-2/+2
* Oops. Of course, print b should also be print `b`. :-(Guido van Rossum1997-08-181-1/+1
* Print `a` so encrypted text is shown in ascii, not binary.Guido van Rossum1997-08-141-1/+1
* <rotorobj>.setkey() now requires exactly one argumentBarry Warsaw1997-01-021-1/+4
* test_rotor.py: New test of the rotor module.Barry Warsaw1996-12-231-0/+25