summaryrefslogtreecommitdiffstats
path: root/Doc/reference/import.rst
Commit message (Expand)AuthorAgeFilesLines
* Regenerated pydoc/topics.py, and fix a "suspicious" doc error.Larry Hastings2014-01-051-1/+1
* Removed spaces before commas and periods.Serhiy Storchaka2013-12-231-1/+1
|\
* | Issue #19713: Fix mistakes in the import page of language reference.Eric Snow2013-12-171-102/+118
* | Fix a few markup problems in the new import doc.Georg Brandl2013-11-241-2/+4
* | Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-146/+309
* | Issue #15767: Revert 3a50025f1900 for ModuleNotFoundErrorBrett Cannon2013-07-041-6/+6
* | Issue #15767: Touch up ModuleNotFoundError usage by import.Brett Cannon2013-06-131-6/+6
* | mergeBrett Cannon2013-05-251-1/+5
|\ \ | |/
| * Mention __cached__ in the import ref.Brett Cannon2013-05-251-1/+5
* | #17115,17116: Have modules initialize the __package__ and __loader__Brett Cannon2013-05-041-2/+2
* | Merge with 3.3.Georg Brandl2013-03-281-2/+1
|\ \ | |/
| * Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-2/+1
* | Issue #17117: Have both import itself and importlib.util.set_loader()Brett Cannon2013-03-131-7/+9
|/
* - Issue #16514: Fix regression causing a traceback when sys.path[0] is NoneBarry Warsaw2012-11-201-9/+15
* Issue #16144: Fix misleading sentence in reference/import.Andrew Svetlov2012-11-151-5/+5
* s/path importer/path based finder/ (because the path based finder is not an i...Nick Coghlan2012-08-201-46/+51
* Fix markup errors and update pydoc topics.Georg Brandl2012-08-111-1/+1
* Issue #15502: Bring the importlib.PathFinder docs and docstring more in line ...Nick Coghlan2012-08-021-73/+148
* Finally, a coherent set of terminology for all the lil' beasties involved.Barry Warsaw2012-07-311-0/+617