Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove tests for mpz, rotor, xreadlines | Andrew M. Kuchling | 2004-08-31 | 1 | -34/+0 |
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -2/+2 |
* | [Patch #679505] Silence DeprecationWarning when testing rotor module | Andrew M. Kuchling | 2003-04-24 | 1 | -0/+6 |
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -2/+2 |
* | Oops. Of course, print b should also be print `b`. :-( | Guido van Rossum | 1997-08-18 | 1 | -1/+1 |
* | Print `a` so encrypted text is shown in ascii, not binary. | Guido van Rossum | 1997-08-14 | 1 | -1/+1 |
* | <rotorobj>.setkey() now requires exactly one argument | Barry Warsaw | 1997-01-02 | 1 | -1/+4 |
* | test_rotor.py: New test of the rotor module. | Barry Warsaw | 1996-12-23 | 1 | -0/+25 |