| Commit message (Expand) | Author | Age | Files | Lines |
* | [Patch #679505] Trigger DeprecationWarning on importing the rotor module | Andrew M. Kuchling | 2003-04-24 | 1 | -0/+4 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -1/+1 |
|
|
* | Removed more stray instances of statichere, but left _sre.c alone. | Tim Peters | 2002-07-17 | 1 | -1/+1 |
|
|
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 1 | -1/+1 |
|
|
* | Don't accept null bytes in the key. | Guido van Rossum | 2002-06-10 | 1 | -2/+1 |
|
|
* | Remove METH_OLDARGS: | Neal Norwitz | 2002-03-31 | 1 | -9/+9 |
|
|
* | Patch #477750: Use METH_ constants in Modules. | Martin v. Löwis | 2002-01-17 | 1 | -5/+5 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -1/+1 |
|
|
* | Part of SF patch #102409 by jlt63 to support building these modules | Guido van Rossum | 2001-01-10 | 1 | -1/+2 |
|
|
* | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 1 | -1/+0 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -4/+4 |
|
|
* | Now that prototypes are in scope, the compiler gives legit wngs | Tim Peters | 2000-07-10 | 1 | -2/+2 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -71/+25 |
|
|
* | Trent Mick: use size_t instead of int where appropriate (set_key()). | Guido van Rossum | 2000-06-28 | 1 | -2/+2 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -10/+18 |
|
|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -2/+2 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | workaround for Mac MSL header definitions of TRUE and FALSE (Jack) | Guido van Rossum | 1997-05-20 | 1 | -0/+4 |
|
|
* | Keep Microsoft VC happy. | Guido van Rossum | 1997-04-11 | 1 | -9/+9 |
|
|
* | set_key(): Use Py_CHARMASK macro to get the character from the array | Barry Warsaw | 1997-01-16 | 1 | -237/+43 |
|
|
* | rotorobj_setkey(): A single string argument is now required (i.e. no | Barry Warsaw | 1997-01-02 | 1 | -5/+3 |
|
|
* | Reworked to check for memory problems (one potential found), | Barry Warsaw | 1996-12-23 | 1 | -204/+245 |
|
|
* | changes for MPW | Guido van Rossum | 1995-03-09 | 1 | -2/+2 |
|
|
* | cosmetic changes so these modules will work with the strict new naming scheme | Guido van Rossum | 1995-01-10 | 1 | -5/+5 |
|
|
* | Another bulky set of minor changes. | Guido van Rossum | 1995-01-02 | 1 | -1/+2 |
|
|
* | * various modules: #include "Python.h" and remove most remporary | Guido van Rossum | 1994-09-14 | 1 | -5/+2 |
|
|
* | Lance has converted his modules to the new naming conventions, and | Guido van Rossum | 1994-08-30 | 1 | -49/+36 |
|
|
* | Makefile.pre.in: add $(OPT) to link command | Guido van Rossum | 1994-08-29 | 1 | -102/+106 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -22/+22 |
|
|
* | * nismodule.c: database keys and values can contain null bytes. be more | Guido van Rossum | 1993-11-03 | 1 | -0/+5 |
|
|
* | Replace <<-13 by >>13. Leave old code in #ifdef BUGGY_CODE_BW_COMPAT. | Guido van Rossum | 1993-11-01 | 1 | -0/+15 |
|
|
* | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 1 | -2/+4 |
|
|
* | * Added Fixcprt.py: script to fix copyright message. | Guido van Rossum | 1993-01-26 | 1 | -2/+2 |
|
|
* | Added separate main program for the Mac: macmain.c | Guido van Rossum | 1993-01-21 | 1 | -2/+2 |
|
|
* | New rotor methods: setkey(), encryptmore() and decryptmore(). | Guido van Rossum | 1992-08-02 | 1 | -8/+89 |
|
|
* | Changes to make it compile under SGI -- revamped new/dealloc a bit. | Guido van Rossum | 1992-07-31 | 1 | -39/+25 |
|
|
* | New file rotormodule.c (by Lance Ellinghouse). | Guido van Rossum | 1992-07-31 | 1 | -0/+735 |
|
|