index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
reference
/
import.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve grammar in the import system reference documentation (GH-18209)
Bonifacio de Oliveira
2020-01-30
1
-1/+1
*
links in importlib.metadata.rst replaced with sphinx references (GH-17730)
Oleg Höfling
2019-12-29
1
-0/+2
*
Fix minor typos. (GH-17095)
Shu
2019-11-13
1
-3/+3
*
Clarify amount of dots between package and subpackage (GH-17092)
Shu
2019-11-08
1
-1/+1
*
Namespace packages _bootstrap.ModuleSpec.loader attributes are no longer None...
Géry Ogam
2019-05-01
1
-6/+5
*
bpo-30840: Document relative imports (#12831)
Joannah Nanjekye
2019-04-24
1
-0/+40
*
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka
2018-12-19
1
-3/+3
*
Mark -c and -O as command line options in reStructuredText. (GH-10103)
Andrés Delfino
2018-11-07
1
-1/+1
*
bpo-35054: Add more index entries for symbols. (GH-10064)
Serhiy Storchaka
2018-10-26
1
-2/+2
*
Clarify that __path__ can't be just any value (GH-6554)
Brett Cannon
2018-04-20
1
-2/+1
*
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson
2017-12-09
1
-0/+27
*
Fix a grammatical problem and reword for clarity. (#4257)
Barry Warsaw
2017-11-03
1
-5/+4
*
bpo-31799: Make module.__spec__ more discoverable (#4010)
Barry Warsaw
2017-10-17
1
-2/+3
*
link to legacy doc on the non-legacy website (#3362)
Benjamin Peterson
2017-09-05
1
-1/+1
*
Improve grammar in The Import System documentation (GH-1862)
kms70847
2017-05-30
1
-6/+6
*
Fix ModuleNotFoundError typo in import reference (#1606)
Dominik Miedziński
2017-05-16
1
-1/+1
*
bpo-26184: import.rst: Improve versionchanged note (GH-325)
Mariatta
2017-02-26
1
-1/+1
*
bpo-26184: import.rst: Improve versionchanged note (GH-277)
Mariatta
2017-02-26
1
-2/+5
*
bpo-29648: import.rst: Add reference to create_module() (GH-290)
Marco Buttu
2017-02-26
1
-1/+1
*
Issue #15767: Use ModuleNotFoundError.
Eric Snow
2016-09-07
1
-10/+10
*
Merge for issue #27712
Brett Cannon
2016-08-12
1
-2/+2
|
\
|
*
Issue #27712: Fix some typos in the import docs.
Brett Cannon
2016-08-12
1
-2/+2
*
|
Issue #25791: Warn when __package__ != __spec__.parent.
Brett Cannon
2016-01-22
1
-4/+14
*
|
Issue #25791: Raise an ImportWarning when __spec__ or __package__ are
Brett Cannon
2016-01-15
1
-1/+2
|
/
*
Issue #25500: Fix the language reference to not claim that import
Brett Cannon
2015-12-04
1
-5/+4
*
Issue #24713: Use importlib.reload() in import reference document.
Berker Peksag
2015-07-25
1
-1/+1
|
\
|
*
Issue #24713: Use importlib.reload() in import reference document.
Berker Peksag
2015-07-25
1
-1/+1
*
|
Issue #24029: Document the name binding behavior for submodule imports.
Barry Warsaw
2015-04-22
1
-0/+35
|
\
\
|
|
/
|
*
Issue #24029: Document the name binding behavior for submodule imports.
Barry Warsaw
2015-04-22
1
-0/+35
*
|
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
1
-1/+1
*
|
Issue #23014: Make importlib.abc.Loader.create_module() required when
Brett Cannon
2015-01-09
1
-1/+7
*
|
Issue #22834: Have import suppress FileNotFoundError when the current
Brett Cannon
2014-11-21
1
-0/+9
*
|
Issue #22242: Try to make some import-related loader details clearer.
Brett Cannon
2014-11-07
1
-1/+2
|
/
*
Fixing broken links in doc, part 3: the rest
Georg Brandl
2014-10-29
1
-1/+1
*
Use https:// URLs when referring to python.org hosts.
Georg Brandl
2014-10-29
1
-1/+1
*
Issue #19697: document more __main__.__spec__ quirks
Nick Coghlan
2014-03-29
1
-2/+16
*
Issue #19697: Document cases where __main__.__spec__ is None.
Eric Snow
2014-03-29
1
-1/+41
*
Regenerated pydoc/topics.py, and fix a "suspicious" doc error.
Larry Hastings
2014-01-05
1
-1/+1
*
Removed spaces before commas and periods.
Serhiy Storchaka
2013-12-23
1
-1/+1
|
\
*
|
Issue #19713: Fix mistakes in the import page of language reference.
Eric Snow
2013-12-17
1
-102/+118
*
|
Fix a few markup problems in the new import doc.
Georg Brandl
2013-11-24
1
-2/+4
*
|
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
1
-146/+309
*
|
Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError
Brett Cannon
2013-07-04
1
-6/+6
*
|
Issue #15767: Touch up ModuleNotFoundError usage by import.
Brett Cannon
2013-06-13
1
-6/+6
*
|
merge
Brett Cannon
2013-05-25
1
-1/+5
|
\
\
|
|
/
|
*
Mention __cached__ in the import ref.
Brett Cannon
2013-05-25
1
-1/+5
*
|
#17115,17116: Have modules initialize the __package__ and __loader__
Brett Cannon
2013-05-04
1
-2/+2
*
|
Merge with 3.3.
Georg Brandl
2013-03-28
1
-2/+1
|
\
\
|
|
/
|
*
Closes #4159: add LaTeX tabular column specifications to tables that otherwis...
Georg Brandl
2013-03-28
1
-2/+1
*
|
Issue #17117: Have both import itself and importlib.util.set_loader()
Brett Cannon
2013-03-13
1
-7/+9
|
/
[next]