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