1. 1bab713 Merge with 3.3. by Georg Brandl · 11 years ago
  2. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 11 years ago
  3. 4802bec Issue #17117: Have both import itself and importlib.util.set_loader() by Brett Cannon · 11 years ago
  4. 82c1c78 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
  5. e2cf03e Issue #16144: Fix misleading sentence in reference/import. by Andrew Svetlov · 12 years ago
  6. 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
  7. a81b481 Fix markup errors and update pydoc topics. by Georg Brandl · 12 years ago
  8. 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
  9. 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]
  10. cbc4c19 Another XXX. by Barry Warsaw · 12 years ago
  11. c1e721b Address substantially all of Eric Snow's comments in issue #15295, except for by Barry Warsaw · 12 years ago
  12. d7d2194 Integration of importdocs from the features/pep-420 repo. by Barry Warsaw · 12 years ago