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