1. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 9 years ago
  2. e42ccd2 Issue #23694: Enhance _Py_fopen(), it now raises an exception on error by Victor Stinner · 9 years ago
  3. 20b39b2 Removed redundant casts to `char *`. by Serhiy Storchaka · 10 years ago
  4. ac7d80c (Merge 3.4) Issue #21925: PyImport_Cleanup(): Remove unused parameter in by Victor Stinner · 10 years ago
  5. ab826d1 Issue #21925: PyImport_Cleanup(): Remove unused parameter in by Victor Stinner · 10 years ago
  6. fd4d050 Move import.c to use Clinic file output. by Brett Cannon · 10 years ago
  7. 58cfdd8 Issue #21226: fix a ref leak. by Eric Snow · 10 years ago
  8. 08197a4 Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject. by Eric Snow · 10 years ago
  9. 18fc4e7 Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__. by Brett Cannon · 10 years ago
  10. e0a976c Temporary silence test broken by issue19255. Remove unused variables. by Serhiy Storchaka · 10 years ago
  11. 013bb91 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 10 years ago
  12. dfe98a1 Issue #20437: Fixed 22 potential bugs when deleting objects references. by Serhiy Storchaka · 10 years ago
  13. 505ff75 Issue #20437: Fixed 21 potential bugs when deleting objects references. by Serhiy Storchaka · 10 years ago
  14. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 10 years ago
  15. 7726ac9 #Issue 20456: Several improvements and bugfixes for Argument Clinic, by Larry Hastings · 10 years ago
  16. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 10 years ago
  17. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 10 years ago
  18. bebf735 Issue #20287: Argument Clinic's output is now configurable, allowing by Larry Hastings · 10 years ago
  19. a6dec2e Remove an unneeded cast. by Brett Cannon · 10 years ago
  20. 4caa61d Issue #20152: import.c now uses Argument Clinic. by Brett Cannon · 10 years ago
  21. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  22. 5eb4f59 Issue #19437: Fix init_builtin(), handle _PyImport_FindExtensionObject() failure by Victor Stinner · 11 years ago
  23. 22af259 Issue #19437: Fix PyImport_ImportModuleLevelObject(), handle by Victor Stinner · 11 years ago
  24. bd303c1 Issue #19512, #19515: remove shared identifiers, move identifiers where they by Victor Stinner · 11 years ago
  25. 53e9ec4 Issue #19512: Use the new _PyId_builtins identifier by Victor Stinner · 11 years ago
  26. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  27. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  28. cba2e3c remove unused declaration by Victor Stinner · 11 years ago
  29. 40322e6 Issue #10241: Clear extension module dict copies at interpreter shutdown. by Antoine Pitrou · 11 years ago
  30. 79ba388 Improve verbose reporting of shutdown phase by using the "public" module name by Antoine Pitrou · 11 years ago
  31. 95db2e7 Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deallocating a Tkapp object. by Antoine Pitrou · 11 years ago
  32. 84f31a5 Issue #10241: Clear extension module dict copies at interpreter shutdown. by Antoine Pitrou · 11 years ago
  33. dcedaf6 Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases. by Antoine Pitrou · 11 years ago
  34. 74ba26a Add missing check of PyDict_SetItem()'s return value in _PyImport_FindExtensionObject() by Christian Heimes · 11 years ago
  35. 09ca794 Add missing check of PyDict_SetItem()'s return value in _PyImport_FindExtensionObject() by Christian Heimes · 11 years ago
  36. 1e53bba Issue #18408: handle PySys_GetObject() failure, raise a RuntimeError by Victor Stinner · 11 years ago
  37. 82da888 Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError by Brett Cannon · 11 years ago
  38. 582cfbb import.c does neither need mode_t nor _mkdir() anymore by Christian Heimes · 11 years ago
  39. 8f5ac51 Issue #15767: Touch up ModuleNotFoundError usage by import. by Brett Cannon · 11 years ago
  40. 3e0651b Issue #18065: For frozen packages set __path__ to []. by Brett Cannon · 11 years ago
  41. fef34e3 Issue #17937: Try harder to collect cyclic garbage at shutdown. by Antoine Pitrou · 11 years ago
  42. 070cb3c Issue #1545463: At shutdown, defer finalization of codec modules so that stderr remains usable. by Antoine Pitrou · 11 years ago
  43. 5f454a0 Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown. by Antoine Pitrou · 11 years ago
  44. 865eaa1 Closes #17892: Fix the name of _PyObject_CallMethodObjIdArgs by Alexandre Vassalotti · 11 years ago
  45. 5c08931 merge 3.3 by Benjamin Peterson · 11 years ago
  46. 7d11004 raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867) by Benjamin Peterson · 11 years ago
  47. 6fba3db sprinkle const by Benjamin Peterson · 11 years ago
  48. ad8c461 Add sanity assertions in some import lock code (issue #15599). by Antoine Pitrou · 12 years ago
  49. 202b606 Add sanity assertions in some import lock code (issue #15599). by Antoine Pitrou · 12 years ago
  50. 5cb8a31 cleanup and fix refleaks by Benjamin Peterson · 12 years ago
  51. 6b2cbeb Issue #16421: allow to load multiple modules from the same shared object. by Andrew Svetlov · 12 years ago
  52. e4710cf Issue #15894: Document why we don't worry about re-acquiring the by Brett Cannon · 12 years ago
  53. 0398985 Issue #15781: Fix two small race conditions in import's module locking. by Antoine Pitrou · 12 years ago
  54. ecfefb7 Fix a spelling mistake in a comment. by Brett Cannon · 12 years ago
  55. c4d974d Remove unused variable `trim_get_code`. by Antoine Pitrou · 12 years ago
  56. 42c0766 Close #15486: Simplify the mechanism used to remove importlib frames from tracebacks when they just introduce irrelevant noise by Nick Coghlan · 12 years ago
  57. 5ee9892 Close #15425: Eliminate more importlib related traceback noise by Nick Coghlan · 12 years ago
  58. a6473f9 Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use by Brett Cannon · 12 years ago
  59. 44b4b6a Fix compilation under Windows by Antoine Pitrou · 12 years ago
  60. 66f3659 fix refleak by Benjamin Peterson · 12 years ago
  61. fa87370 initialize variable for compiler happiness by Benjamin Peterson · 12 years ago
  62. 77b2abd Issue #15167 (as part of #13959): imp.get_magic() is no implemented in by Brett Cannon · 12 years ago
  63. 3adc7b7 Issue #15242: Have PyImport_GetMagicTag() return a const char * by Brett Cannon · 12 years ago
  64. bc07a5c Issue #15110: Fix the tracebacks generated by "import xxx" to not show the importlib stack frames. by Antoine Pitrou · 12 years ago
  65. 98979b8 Issue #15166: Re-implement imp.get_tag() using sys.implementation. by Brett Cannon · 12 years ago
  66. 81c39a8 get_sourcefile(): use PyUnicode_READ() to avoid the creation of a temporary by Victor Stinner · 12 years ago
  67. 0b43bcf Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue by Nick Coghlan · 12 years ago
  68. ea3eb88 Issue #9260: A finer-grained import lock. by Antoine Pitrou · 12 years ago
  69. 6efa50a Issue #14583: Fix importlib bug when a package's __init__.py would first import one of its modules then raise an error. by Antoine Pitrou · 12 years ago
  70. b78174c Fix too early decrefs. by Antoine Pitrou · 12 years ago
  71. 8f46d65 Fix typo in changeset eb5c5c23ca9b. by Nadeem Vawda · 12 years ago
  72. f3a42de Simplify code for load_dynamic() by Antoine Pitrou · 12 years ago
  73. 0429e1a Issue #13959: Move module type constants to Lib/imp.py. by Brett Cannon · 12 years ago
  74. 6b9b727 Remove dead Windows code which no longer will compile. by Brett Cannon · 12 years ago
  75. 2657df4 Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. by Brett Cannon · 12 years ago
  76. 62228db Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py. by Brett Cannon · 12 years ago
  77. acf85cd Issue #13959: Re-implement imp.NullImporter in Lib/imp.py. by Brett Cannon · 12 years ago
  78. aa93642 Issue #14605: Use None in sys.path_importer_cache to represent no by Brett Cannon · 12 years ago
  79. 8f82506 Check newly created consistency using _PyUnicode_CheckConsistency(str, 1) by Victor Stinner · 12 years ago
  80. 8923a4d Issue #14605: Insert to the front of sys.path_hooks instead of appending. by Brett Cannon · 12 years ago
  81. e69f0df Issue #13959: Re-implement imp.find_module() in Lib/imp.py. by Brett Cannon · 12 years ago
  82. a64faf0 Issue #13959: Re-implement imp.source_from_cache() in Lib/imp.py. by Brett Cannon · 12 years ago
  83. ea59dbf Issue #13959: Re-implement imp.cache_from_source() in Lib/imp.py. by Brett Cannon · 12 years ago
  84. d76bc7a rollback 005fd1fe31ab (see #14609 and #14582) by Benjamin Peterson · 12 years ago
  85. 64befe9 Issue #13959: Re-implement imp.load_compiled() in imp.py. by Brett Cannon · 12 years ago
  86. 273323c Issue #14592: A relative import will raise a KeyError if __package__ by Brett Cannon · 12 years ago
  87. 09b86d1 Fix #14600. Correct reference handling and naming of ImportError convenience function by Brian Curtin · 12 years ago
  88. 16475ad Issue #13959: Re-implement imp.load_source() in imp.py. by Brett Cannon · 12 years ago
  89. 22a1d17 Fix another refleak by Antoine Pitrou · 12 years ago
  90. 538ba2a Fix a refleak by Antoine Pitrou · 12 years ago
  91. 71382cb Fix reference loss on Py_None when None is encountered in sys.modules. by Antoine Pitrou · 12 years ago
  92. 2ee6142 Issue #13959: Re-implement imp.load_package() in imp.py. by Brett Cannon · 12 years ago
  93. 01a7617 Issue #13959: Re-implement imp.load_module() in imp.py. by Brett Cannon · 12 years ago
  94. 8a1d04c Issue #13959: Simplify imp.reload() by relying on a module's __loader__. by Brett Cannon · 12 years ago
  95. 6f44d66 Issue #13959: Rename imp to _imp and add Lib/imp.py and begin by Brett Cannon · 12 years ago
  96. 881535b Issue #14582: Import returns the module returned by a loader instead by Brett Cannon · 12 years ago
  97. 27fc528 Set ImportError.name when raising the exception in the case of None by Brett Cannon · 12 years ago
  98. 49f8d8b Handle importing pkg.mod by executing by Brett Cannon · 12 years ago
  99. e6b299f Fix Windows build by Brian Curtin · 12 years ago
  100. 740fce0 Undo a C99 idiom. by Brett Cannon · 12 years ago