1. 0639b56 Issue #3080: Add PyModule_NewObject() function by Victor Stinner · 13 years ago
  2. bd47511 Issue #3080: Add PyModule_GetNameObject() by Victor Stinner · 13 years ago
  3. d7e7640 Issue #3080: document encoding used by import functions by Victor Stinner · 13 years ago
  4. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  5. 82e73cb Issue #9518: Extend the PyModuleDef_HEAD_INIT macro to explicitly by David Malcolm · 14 years ago
  6. 6c00c14 Issue #9425: Create PyModule_GetFilenameObject() function by Victor Stinner · 14 years ago
  7. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  8. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  9. 312e10d Get rid of more uses of string and use const in a few places. by Neal Norwitz · 17 years ago
  10. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  11. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  12. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  13. 59c9a64 SF bug [#460467] file objects should be subclassable. by Tim Peters · 23 years ago
  14. b875509 PyModule_Check() now checks for subtype of module, as it should. by Guido van Rossum · 23 years ago
  15. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  16. 3cf4d2b ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  17. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  18. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  19. e784f1e Add PyModule_GetFilename(). by Guido van Rossum · 25 years ago
  20. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  21. f1dc061 Add internal routine _PyModule_Clear(), which does approximately what by Guido van Rossum · 26 years ago
  22. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  23. 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 29 years ago
  24. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
  25. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  26. e89bc75 Changes for dynamic linking under NT by Guido van Rossum · 30 years ago
  27. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  28. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  29. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  30. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  31. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  32. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  33. 0558a20 Added getmodulename() public interface. by Guido van Rossum · 34 years ago
  34. 85a5fbb Initial revision by Guido van Rossum · 34 years ago