1. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  2. 7e810a6 Use converter names instead of format units in Argument Clinic descriptions by Serhiy Storchaka · 9 years ago
  3. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 9 years ago
  4. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 10 years ago
  5. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 10 years ago
  6. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 10 years ago
  7. f5207e6 Clinic-ize the crypt module. Derby! by Antoine Pitrou · 10 years ago
  8. af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 10 years ago
  9. e2dfefb Issue #10924: Adding salt and Modular Crypt Format to crypt library. by Sean Reifscheider · 13 years ago[Renamed (97%) from Modules/cryptmodule.c]
  10. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  11. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  12. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  13. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  14. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  15. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  16. ba3a16c Remove METH_OLDARGS: by Neal Norwitz · 22 years ago
  17. a1abb72 Use METH_OLDARGS instead of numeric constant 0 in method def. tables by Andrew M. Kuchling · 24 years ago
  18. bd4bc4e Even more ANSIfication: fix as many function pointers and declarations as by Thomas Wouters · 24 years ago
  19. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  20. a788a7f ANSI-fication by Peter Schneider-Kamp · 24 years ago
  21. a664dbb Added docstring to crypt.crypt() based on the documentation. by Fred Drake · 24 years ago
  22. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  23. 56c345b renamed grandly. by Roger E. Masse · 27 years ago
  24. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  25. a3c04b0 cosmetics by Guido van Rossum · 29 years ago
  26. e4c6131 crypt module (Steve M's) by Guido van Rossum · 30 years ago