1. e826895 Trent Mick: use size_t instead of int where appropriate (set_key()). by Guido van Rossum · 24 years ago
  2. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  3. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 25 years ago
  4. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  5. 19a6c8a workaround for Mac MSL header definitions of TRUE and FALSE (Jack) by Guido van Rossum · 27 years ago
  6. 7844e38 Keep Microsoft VC happy. by Guido van Rossum · 27 years ago
  7. 47d3500 set_key(): Use Py_CHARMASK macro to get the character from the array by Barry Warsaw · 28 years ago
  8. 9e3fceb rotorobj_setkey(): A single string argument is now required (i.e. no by Barry Warsaw · 28 years ago
  9. aeb207c Reworked to check for memory problems (one potential found), by Barry Warsaw · 28 years ago
  10. a320fd3 changes for MPW by Guido van Rossum · 29 years ago
  11. a597dde cosmetic changes so these modules will work with the strict new naming scheme by Guido van Rossum · 30 years ago
  12. 3bbc62e Another bulky set of minor changes. by Guido van Rossum · 30 years ago
  13. 602099a * various modules: #include "Python.h" and remove most remporary by Guido van Rossum · 30 years ago
  14. f6971e2 Lance has converted his modules to the new naming conventions, and by Guido van Rossum · 30 years ago
  15. 7b1e974 Makefile.pre.in: add $(OPT) to link command by Guido van Rossum · 30 years ago
  16. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  17. e77a757 * nismodule.c: database keys and values can contain null bytes. be more by Guido van Rossum · 31 years ago
  18. 0667626 Replace <<-13 by >>13. Leave old code in #ifdef BUGGY_CODE_BW_COMPAT. by Guido van Rossum · 31 years ago
  19. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  20. 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 32 years ago
  21. 0b0db8e Added separate main program for the Mac: macmain.c by Guido van Rossum · 32 years ago
  22. 7b2c03f New rotor methods: setkey(), encryptmore() and decryptmore(). by Guido van Rossum · 32 years ago
  23. e6e9fe18 Changes to make it compile under SGI -- revamped new/dealloc a bit. by Guido van Rossum · 32 years ago
  24. 5009820 New file rotormodule.c (by Lance Ellinghouse). by Guido van Rossum · 32 years ago