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