1. cd7db76 bpo-39372: Clean header files of declared interfaces with no implementations (GH-18037) by Pablo Galindo · 4 years, 5 months ago
  2. 987a0dc bpo-36710: Remove PyImport_Cleanup() function (GH-14221) by Victor Stinner · 5 years ago
  3. 01b63ec bpo-35134: Add Include/cpython/import.h header file (GH-14213) by Victor Stinner · 5 years ago
  4. 410b85a bpo-36900: import.c uses PyInterpreterState.core_config (GH-13278) by Victor Stinner · 5 years ago
  5. f874bd1 Fix redundant declaration of _PyImport_AddModuleObject (GH-7992) by Jeremy Cline · 6 years ago
  6. 4e29f56 Add missed details of the C API introduced in 3.7. (GH-7047) by Serhiy Storchaka · 6 years ago
  7. c65ef77 rename _imp initialization function to follow conventions (#5432) by Benjamin Peterson · 6 years ago
  8. f7e5b56 bpo-32030: Split Py_Main() into subfunctions (#4399) by Victor Stinner · 7 years ago
  9. 3f9eee6 bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593) by Eric Snow · 7 years ago
  10. d393c1b bpo-28411: Isolate PyInterpreterState.modules (#3575) by Eric Snow · 7 years ago
  11. 93c92f7 bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) by Eric Snow · 7 years ago
  12. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  13. 86b7afd bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638) by Eric Snow · 7 years ago
  14. 34d0ac8 Issue #29058: All stable API extensions added after Python 3.2 are now by Serhiy Storchaka · 8 years ago
  15. 9fab79b Issue #26900: Excluded underscored names and other private API from limited API. by Serhiy Storchaka · 8 years ago
  16. b077c05 (Merge 3.3) Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. by Victor Stinner · 11 years ago
  17. d860d5c Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. by Victor Stinner · 11 years ago
  18. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  19. 7701e6e make some freezing related stuff const by Benjamin Peterson · 11 years ago
  20. 522267e Issue #15610: The PyImport_ImportModuleEx macro now calls by Brett Cannon · 12 years ago
  21. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  22. 04778a8 make PyImport_ImportModuleLevel's first arg const like similiar functions (closes #12173) by Benjamin Peterson · 13 years ago
  23. fe93faf Issue #3080: Add PyImport_ImportModuleLevelObject() function by Victor Stinner · 13 years ago
  24. db536af Issue #3080: Document the name attribute of the _inittab structure by Victor Stinner · 13 years ago
  25. 9587286 Issue #3080: Import builtins using Unicode strings by Victor Stinner · 13 years ago
  26. 53dc735 Issue #3080: Add PyImport_ImportFrozenModuleObject() by Victor Stinner · 13 years ago
  27. 27ee089 Issue #3080: Add PyImport_AddModuleObject() and PyImport_ExecCodeModuleObject() by Victor Stinner · 13 years ago
  28. 501c09a Issue #3080: Mark _PyImport_FindBuiltin() argument as constant by Victor Stinner · 13 years ago
  29. d7e7640 Issue #3080: document encoding used by import functions by Victor Stinner · 13 years ago
  30. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  31. 49d3f25 _PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding by Victor Stinner · 14 years ago
  32. 6b06da5 Remove unused functions _PyImport_FindModule and _PyImport_IsScript by Victor Stinner · 14 years ago
  33. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  34. 0df35a9 Merged revisions 74841 via svnmerge from by Benjamin Peterson · 15 years ago
  35. a826f32 Merged revisions 71031 via svnmerge from by Brett Cannon · 15 years ago
  36. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  37. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 16 years ago
  38. 9cd1775 Merged revisions 59005-59040 via svnmerge from by Christian Heimes · 17 years ago
  39. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  40. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  41. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  42. 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 19 years ago
  43. db29e0f SF patch #1035498: -m option to run a module as a script by Raymond Hettinger · 20 years ago
  44. a290527 Excise DL_IMPORT/EXPORT from object.h, and related files. This patch by Mark Hammond · 22 years ago
  45. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
  46. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  47. 5f37591 ANSIfications: fix empty arglists, and remove the checks for by Thomas Wouters · 24 years ago
  48. 5eb6d4e ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  49. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  50. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  51. d3b0921 Chris Herborth writes: by Guido van Rossum · 25 years ago
  52. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  53. 1a8791e Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  54. 16926bd Add PyImport_AppendInittab() an PyImport_ExtendInittab(). by Guido van Rossum · 26 years ago
  55. fccb68e Added PyImport_ExecCodeModuleEx(), which adds an extra parameter to pass by Guido van Rossum · 26 years ago
  56. 66959af Remove the declaration of "internal" table _PyImport_Inittab[]; add by Guido van Rossum · 27 years ago
  57. 026de19 Added PyImport_ImportModuleEx(name, globals, locals, fromlist); this by Guido van Rossum · 27 years ago
  58. 9faabb8 Added prototype for PyImport_Import(). by Guido van Rossum · 27 years ago
  59. 29e46a9 Mass checkin (more to follow for other directories). by Guido van Rossum · 27 years ago
  60. 87490eb Renamed inittab. by Guido van Rossum · 27 years ago
  61. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  62. 4ee68d9 Add defs for struct _frozen and struct _frozen *PyImport_FrozenModules(); by Guido van Rossum · 28 years ago
  63. 39c2aae Added decl for PyImport_Init. by Guido van Rossum · 28 years ago
  64. 3cfc8bd exec_dode_object/PyImport_ExecCodeObject is now externally visible by Jack Jansen · 29 years ago
  65. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 29 years ago
  66. 5799b52 Added 1995 copyright. by Guido van Rossum · 29 years ago
  67. 66cb311 Lots of small things, see ChangeLog by Guido van Rossum · 30 years ago
  68. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  69. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  70. 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 31 years ago
  71. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  72. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  73. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  74. ed97f6a Added prototype for reload_module. by Guido van Rossum · 34 years ago
  75. 85a5fbb Initial revision by Guido van Rossum · 34 years ago