1. d47d0c8 Improve grammar in the import system reference documentation (GH-18209) by Bonifacio de Oliveira · 4 years, 8 months ago
  2. cbd0408 links in importlib.metadata.rst replaced with sphinx references (GH-17730) by Oleg Höfling · 4 years, 10 months ago
  3. 2d56af7 Fix minor typos. (GH-17095) by Shu · 5 years ago
  4. fc6b1bf Clarify amount of dots between package and subpackage (GH-17092) by Shu · 5 years ago
  5. ee88af3 Namespace packages _bootstrap.ModuleSpec.loader attributes are no longer None (#10376) by Géry Ogam · 5 years ago
  6. 70bf713 bpo-30840: Document relative imports (#12831) by Joannah Nanjekye · 5 years ago
  7. 2b57c43 bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) by Serhiy Storchaka · 6 years ago
  8. ea6a28c Mark -c and -O as command line options in reStructuredText. (GH-10103) by Andrés Delfino · 6 years ago
  9. ddb961d bpo-35054: Add more index entries for symbols. (GH-10064) by Serhiy Storchaka · 6 years ago
  10. 441d945 Clarify that __path__ can't be just any value (GH-6554) by Brett Cannon · 6 years ago
  11. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 7 years ago
  12. 93952f8 Fix a grammatical problem and reword for clarity. (#4257) by Barry Warsaw · 7 years ago
  13. 191e313 bpo-31799: Make module.__spec__ more discoverable (#4010) by Barry Warsaw · 7 years ago
  14. 60dbed1 link to legacy doc on the non-legacy website (#3362) by Benjamin Peterson · 7 years ago
  15. 9c972b5 Improve grammar in The Import System documentation (GH-1862) by kms70847 · 7 years ago
  16. af34e0a Fix ModuleNotFoundError typo in import reference (#1606) by Dominik Miedziński · 7 years ago
  17. 1f5639c bpo-26184: import.rst: Improve versionchanged note (GH-325) by Mariatta · 8 years ago
  18. 6b4a5f4 bpo-26184: import.rst: Improve versionchanged note (GH-277) by Mariatta · 8 years ago
  19. 46ce759 bpo-29648: import.rst: Add reference to create_module() (GH-290) by Marco Buttu · 8 years ago
  20. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 8 years ago
  21. 3f63483 Merge for issue #27712 by Brett Cannon · 8 years ago
  22. 6336fb2 Issue #27712: Fix some typos in the import docs. by Brett Cannon · 8 years ago
  23. 849113a Issue #25791: Warn when __package__ != __spec__.parent. by Brett Cannon · 9 years ago
  24. 63b8505 Issue #25791: Raise an ImportWarning when __spec__ or __package__ are by Brett Cannon · 9 years ago
  25. f4f25fe Issue #25500: Fix the language reference to not claim that import by Brett Cannon · 9 years ago
  26. a1bddad Issue #24713: Use importlib.reload() in import reference document. by Berker Peksag · 9 years ago
  27. 7e732a7 Issue #24713: Use importlib.reload() in import reference document. by Berker Peksag · 9 years ago
  28. b5a3d9b Issue #24029: Document the name binding behavior for submodule imports. by Barry Warsaw · 9 years ago
  29. 2097f53 Issue #24029: Document the name binding behavior for submodule imports. by Barry Warsaw · 9 years ago
  30. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  31. 02d8454 Issue #23014: Make importlib.abc.Loader.create_module() required when by Brett Cannon · 10 years ago
  32. b6e2556 Issue #22834: Have import suppress FileNotFoundError when the current by Brett Cannon · 10 years ago
  33. d0c4ef1 Issue #22242: Try to make some import-related loader details clearer. by Brett Cannon · 10 years ago
  34. 525d355 Fixing broken links in doc, part 3: the rest by Georg Brandl · 10 years ago
  35. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  36. 9aa00d1 Issue #19697: document more __main__.__spec__ quirks by Nick Coghlan · 11 years ago
  37. e50f9aa Issue #19697: Document cases where __main__.__spec__ is None. by Eric Snow · 11 years ago
  38. bfd715e Regenerated pydoc/topics.py, and fix a "suspicious" doc error. by Larry Hastings · 11 years ago
  39. 2a61452 Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  40. 7cff4cd Issue #19713: Fix mistakes in the import page of language reference. by Eric Snow · 11 years ago
  41. 472a65a Fix a few markup problems in the new import doc. by Georg Brandl · 11 years ago
  42. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  43. 82da888 Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError by Brett Cannon · 11 years ago
  44. 8f5ac51 Issue #15767: Touch up ModuleNotFoundError usage by import. by Brett Cannon · 11 years ago
  45. 4b4e38e Mention __cached__ in the import ref. by Brett Cannon · 11 years ago
  46. b961955 merge by Brett Cannon · 11 years ago
  47. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  48. 1bab713 Merge with 3.3. by Georg Brandl · 12 years ago
  49. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 12 years ago
  50. 4802bec Issue #17117: Have both import itself and importlib.util.set_loader() by Brett Cannon · 12 years ago
  51. 82c1c78 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
  52. e2cf03e Issue #16144: Fix misleading sentence in reference/import. by Andrew Svetlov · 12 years ago
  53. 1685db0 s/path importer/path based finder/ (because the path based finder is not an importer and the simpler 'path finder' is too ambiguous) by Nick Coghlan · 12 years ago
  54. a81b481 Fix markup errors and update pydoc topics. by Georg Brandl · 12 years ago
  55. 4941774 Issue #15502: Bring the importlib.PathFinder docs and docstring more in line with the new import system documentation, and fix various parts of the new docs that weren't quite right given PEP 420 or were otherwise a bit misleading. Also note the key terminology problem still being discussed in the issue by Nick Coghlan · 12 years ago
  56. dadebab Finally, a coherent set of terminology for all the lil' beasties involved. by Barry Warsaw · 12 years ago[Renamed (65%) from Doc/reference/import_machinery.rst]
  57. cbc4c19 Another XXX. by Barry Warsaw · 12 years ago
  58. c1e721b Address substantially all of Eric Snow's comments in issue #15295, except for by Barry Warsaw · 12 years ago
  59. d7d2194 Integration of importdocs from the features/pep-420 repo. by Barry Warsaw · 12 years ago