summaryrefslogtreecommitdiffstats
path: root/Doc/reference/import.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-101100: Fix sphinx warnings in `reference/import.rst` (GH-114646) (...Nikita Sobolev2024-01-271-2/+2
* [3.11] gh-110631: Fix reST indentation in `Doc/reference` (GH-110708) (#110741)Ezio Melotti2023-10-121-47/+47
* [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371)C.A.M. Gerlach2022-10-171-1/+1
* [3.11] gh-97850: Remove the open issues section from the import reference (GH...Miss Islington (bot)2022-10-061-19/+0
* gh-91181: drop support for bytes on sys.path (GH-31934)Miss Islington (bot)2022-07-171-4/+2
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Miss Islington (bot)2022-07-051-1/+1
* bpo-21761: Clarify __file__/__cached__ in import reference (GH-31565)slateny2022-04-261-4/+5
* gh-89885: Improve import example in language reference (#91523)slateny2022-04-171-6/+4
* Removed confusing reference to sys (GH-31638)David Gilbertson2022-03-081-3/+3
* [doc] Fix typos found using codespell (GH-28744)Christian Clauss2021-10-051-1/+1
* bpo-39452: Rewrite and expand __main__.rst (#26883)Jack DeVries2021-08-241-0/+2
* bpo-21760: fix __file__ description (GH-19097)Furkan Onder2021-06-091-3/+8
* bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)Brett Cannon2021-04-021-1/+2
* bpo-42134: Raise ImportWarning when calling find_module() in the import syste...Brett Cannon2021-03-301-0/+11
* bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)Brett Cannon2021-03-261-0/+7
* bpo-35181: Correct importlib documentation for some module attributes (GH-15190)Géry Ogam2020-10-211-15/+3
* Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)Zackery Spytz2020-10-211-1/+1
* Improve grammar in the import system reference documentation (GH-18209)Bonifacio de Oliveira2020-01-301-1/+1
* links in importlib.metadata.rst replaced with sphinx references (GH-17730)Oleg Höfling2019-12-291-0/+2
* Fix minor typos. (GH-17095)Shu2019-11-131-3/+3
* Clarify amount of dots between package and subpackage (GH-17092)Shu2019-11-081-1/+1
* Namespace packages _bootstrap.ModuleSpec.loader attributes are no longer None...Géry Ogam2019-05-011-6/+5
* bpo-30840: Document relative imports (#12831)Joannah Nanjekye2019-04-241-0/+40
* bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)Serhiy Storchaka2018-12-191-3/+3
* Mark -c and -O as command line options in reStructuredText. (GH-10103)Andrés Delfino2018-11-071-1/+1
* bpo-35054: Add more index entries for symbols. (GH-10064)Serhiy Storchaka2018-10-261-2/+2
* Clarify that __path__ can't be just any value (GH-6554)Brett Cannon2018-04-201-2/+1
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-091-0/+27
* Fix a grammatical problem and reword for clarity. (#4257)Barry Warsaw2017-11-031-5/+4
* bpo-31799: Make module.__spec__ more discoverable (#4010)Barry Warsaw2017-10-171-2/+3
* link to legacy doc on the non-legacy website (#3362)Benjamin Peterson2017-09-051-1/+1
* Improve grammar in The Import System documentation (GH-1862)kms708472017-05-301-6/+6
* Fix ModuleNotFoundError typo in import reference (#1606)Dominik Miedziński2017-05-161-1/+1
* bpo-26184: import.rst: Improve versionchanged note (GH-325)Mariatta2017-02-261-1/+1
* bpo-26184: import.rst: Improve versionchanged note (GH-277)Mariatta2017-02-261-2/+5
* bpo-29648: import.rst: Add reference to create_module() (GH-290)Marco Buttu2017-02-261-1/+1
* Issue #15767: Use ModuleNotFoundError.Eric Snow2016-09-071-10/+10
* Merge for issue #27712Brett Cannon2016-08-121-2/+2
|\
| * Issue #27712: Fix some typos in the import docs.Brett Cannon2016-08-121-2/+2
* | Issue #25791: Warn when __package__ != __spec__.parent.Brett Cannon2016-01-221-4/+14
* | Issue #25791: Raise an ImportWarning when __spec__ or __package__ areBrett Cannon2016-01-151-1/+2
|/
* Issue #25500: Fix the language reference to not claim that importBrett Cannon2015-12-041-5/+4
* Issue #24713: Use importlib.reload() in import reference document.Berker Peksag2015-07-251-1/+1
|\
| * Issue #24713: Use importlib.reload() in import reference document.Berker Peksag2015-07-251-1/+1
* | Issue #24029: Document the name binding behavior for submodule imports.Barry Warsaw2015-04-221-0/+35
|\ \ | |/
| * Issue #24029: Document the name binding behavior for submodule imports.Barry Warsaw2015-04-221-0/+35
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-1/+1
* | Issue #23014: Make importlib.abc.Loader.create_module() required whenBrett Cannon2015-01-091-1/+7
* | Issue #22834: Have import suppress FileNotFoundError when the currentBrett Cannon2014-11-211-0/+9
* | Issue #22242: Try to make some import-related loader details clearer.Brett Cannon2014-11-071-1/+2
|/