1. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  2. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  3. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago
  4. bd2de3a typo by Skip Montanaro · 21 years ago
  5. 98a355d SF #621948, update docstring for md5 by David M. Cooke. Will backport. by Neal Norwitz · 22 years ago
  6. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  7. 0c32279 Removed more stray instances of statichere, but left _sre.c alone. by Tim Peters · 22 years ago
  8. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  9. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  10. ba3a16c Remove METH_OLDARGS: by Neal Norwitz · 22 years ago
  11. 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 22 years ago
  12. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  13. 52a42e9 Simplify initmd5() to use PyModule_AddIntConstant(). by Fred Drake · 23 years ago
  14. 75fec2c [Patch #476612] Add attributes from PEP247 to the md5 and sha modules by Andrew M. Kuchling · 23 years ago
  15. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  16. 3ec0fbb md5_hexdigest(): After a brief conversation with TP, added hexdigest() by Barry Warsaw · 24 years ago
  17. a1abb72 Use METH_OLDARGS instead of numeric constant 0 in method def. tables by Andrew M. Kuchling · 24 years ago
  18. e365fb8 Use METH_VARARGS instead of numeric constant 1 in method def. tables by Andrew M. Kuchling · 24 years ago
  19. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  20. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  21. 286da3b ANSI-fying by Peter Schneider-Kamp · 24 years ago
  22. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  23. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  24. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  25. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  26. 0d40ba4 Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>: by Fred Drake · 25 years ago
  27. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  28. d3a6a14 Doc strings by Chris Petrilli. Also added MD5Type object. by Guido van Rossum · 26 years ago
  29. 8b43b19 Renamed by Barry Warsaw · 28 years ago
  30. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  31. ef38b78 use newgetargs by Guido van Rossum · 29 years ago
  32. a320fd3 changes for MPW by Guido van Rossum · 29 years ago
  33. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  34. 3bbc62e Another bulky set of minor changes. by Guido van Rossum · 30 years ago
  35. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  36. 66bca32 Port to Solaris 2.3. by Sjoerd Mullender · 31 years ago
  37. 13ecc7a Simplify life for md5: include (slightly modified) md5.h and md5c.c by Guido van Rossum · 31 years ago
  38. 5f59d60 * mymalloc.h: always allocate one extra byte, since some malloc's by Guido van Rossum · 32 years ago