summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_rotor.py
Commit message (Expand)AuthorAgeFilesLines
* Remove tests for mpz, rotor, xreadlinesAndrew M. Kuchling2004-08-311-34/+0
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* [Patch #679505] Silence DeprecationWarning when testing rotor moduleAndrew M. Kuchling2003-04-241-0/+6
* 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