1. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  2. 0c32279 Removed more stray instances of statichere, but left _sre.c alone. by Tim Peters · 22 years ago
  3. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  4. 804cdca Don't accept null bytes in the key. by Guido van Rossum · 22 years ago
  5. ba3a16c Remove METH_OLDARGS: by Neal Norwitz · 22 years ago
  6. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 23 years ago
  7. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  8. 5a53019 Part of SF patch #102409 by jlt63 to support building these modules by Guido van Rossum · 24 years ago
  9. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  10. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  11. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  12. dc0c031 Now that prototypes are in scope, the compiler gives legit wngs by Tim Peters · 24 years ago
  13. 7d0c71a ANSI-fication by Peter Schneider-Kamp · 24 years ago
  14. e826895 Trent Mick: use size_t instead of int where appropriate (set_key()). by Guido van Rossum · 24 years ago
  15. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  16. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  17. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  18. 19a6c8a workaround for Mac MSL header definitions of TRUE and FALSE (Jack) by Guido van Rossum · 27 years ago
  19. 7844e38 Keep Microsoft VC happy. by Guido van Rossum · 27 years ago
  20. 47d3500 set_key(): Use Py_CHARMASK macro to get the character from the array by Barry Warsaw · 28 years ago
  21. 9e3fceb rotorobj_setkey(): A single string argument is now required (i.e. no by Barry Warsaw · 28 years ago
  22. aeb207c Reworked to check for memory problems (one potential found), by Barry Warsaw · 28 years ago
  23. a320fd3 changes for MPW by Guido van Rossum · 29 years ago
  24. a597dde cosmetic changes so these modules will work with the strict new naming scheme by Guido van Rossum · 30 years ago
  25. 3bbc62e Another bulky set of minor changes. by Guido van Rossum · 30 years ago
  26. 602099a * various modules: #include "Python.h" and remove most remporary by Guido van Rossum · 30 years ago
  27. f6971e2 Lance has converted his modules to the new naming conventions, and by Guido van Rossum · 30 years ago
  28. 7b1e974 Makefile.pre.in: add $(OPT) to link command by Guido van Rossum · 30 years ago
  29. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  30. e77a757 * nismodule.c: database keys and values can contain null bytes. be more by Guido van Rossum · 31 years ago
  31. 0667626 Replace <<-13 by >>13. Leave old code in #ifdef BUGGY_CODE_BW_COMPAT. by Guido van Rossum · 31 years ago
  32. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  33. 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 32 years ago
  34. 0b0db8e Added separate main program for the Mac: macmain.c by Guido van Rossum · 32 years ago
  35. 7b2c03f New rotor methods: setkey(), encryptmore() and decryptmore(). by Guido van Rossum · 32 years ago
  36. e6e9fe1 Changes to make it compile under SGI -- revamped new/dealloc a bit. by Guido van Rossum · 32 years ago
  37. 5009820 New file rotormodule.c (by Lance Ellinghouse). by Guido van Rossum · 32 years ago