1. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  2. 7297650 Another dummy type. by Guido van Rossum · 22 years ago
  3. 9eb67ea Add Str, a subclass of str. by Guido van Rossum · 22 years ago
  4. 3c736f1 Demonstrate use of PyType_Ready() in the example. by Raymond Hettinger · 22 years ago
  5. d9e7d24 add PyDoc_STR and PyDoc_STRVAR calls as examples for module authors by Skip Montanaro · 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. c9ca5c8 Whitespace normalization. by Tim Peters · 22 years ago
  10. 1630520 Fix an obvious bug. by Thomas Heller · 22 years ago
  11. 1de5a72 Change the example code to prefer PyModule_Add*() instead of using the by Fred Drake · 23 years ago
  12. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  13. 2ef1b8f Remove a couple of tp_xxx fields that you are not expected to by Guido van Rossum · 23 years ago
  14. ffa7aff Add additional fields to Xxo_Type declaration. Fixes bug #469250. by Martin v. Löwis · 23 years ago
  15. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  16. f580d27 Use METH_VARARGS constant in example module. Fix comment typo by Andrew M. Kuchling · 24 years ago
  17. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  18. c4bc0e0 ANSI-fication by Peter Schneider-Kamp · 24 years ago
  19. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  20. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  21. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  22. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 25 years ago
  23. 6724835 Use the portable form of initializing the ob_type field for new types. by Fred Drake · 26 years ago
  24. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  25. c525e43 Add a test for a bad format character. by Guido van Rossum · 27 years ago
  26. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  27. fbcfd52 Added the example "thin ice" from the extensions manual. by Guido van Rossum · 28 years ago
  28. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  29. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  30. 2b65444 Converted to new style by Guido van Rossum · 28 years ago
  31. 8bdd333 changes for CFM-68K mac by Guido van Rossum · 30 years ago
  32. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  33. 14ed0b2 * Modules/xxmodule.c: integrated with xxobject.c by Jack by Guido van Rossum · 30 years ago
  34. a1c996c 1994 Copyright by Guido van Rossum · 31 years ago
  35. 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 32 years ago
  36. 1984f1e * Makefile adapted to changes below. by Guido van Rossum · 32 years ago