summaryrefslogtreecommitdiffstats
path: root/Modules/rotormodule.c
Commit message (Expand)AuthorAgeFilesLines
* workaround for Mac MSL header definitions of TRUE and FALSE (Jack)Guido van Rossum1997-05-201-0/+4
* Keep Microsoft VC happy.Guido van Rossum1997-04-111-9/+9
* set_key(): Use Py_CHARMASK macro to get the character from the arrayBarry Warsaw1997-01-161-237/+43
* rotorobj_setkey(): A single string argument is now required (i.e. noBarry Warsaw1997-01-021-5/+3
* Reworked to check for memory problems (one potential found),Barry Warsaw1996-12-231-204/+245
* changes for MPWGuido van Rossum1995-03-091-2/+2
* cosmetic changes so these modules will work with the strict new naming schemeGuido van Rossum1995-01-101-5/+5
* Another bulky set of minor changes.Guido van Rossum1995-01-021-1/+2
* * various modules: #include "Python.h" and remove most remporaryGuido van Rossum1994-09-141-5/+2
* Lance has converted his modules to the new naming conventions, andGuido van Rossum1994-08-301-49/+36
* Makefile.pre.in: add $(OPT) to link commandGuido van Rossum1994-08-291-102/+106
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-22/+22
* * nismodule.c: database keys and values can contain null bytes. be moreGuido van Rossum1993-11-031-0/+5
* Replace <<-13 by >>13. Leave old code in #ifdef BUGGY_CODE_BW_COMPAT.Guido van Rossum1993-11-011-0/+15
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-2/+4
* * Added Fixcprt.py: script to fix copyright message.Guido van Rossum1993-01-261-2/+2
* Added separate main program for the Mac: macmain.cGuido van Rossum1993-01-211-2/+2
* New rotor methods: setkey(), encryptmore() and decryptmore().Guido van Rossum1992-08-021-8/+89
* Changes to make it compile under SGI -- revamped new/dealloc a bit.Guido van Rossum1992-07-311-39/+25
* New file rotormodule.c (by Lance Ellinghouse).Guido van Rossum1992-07-311-0/+735