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