Lines Matching full:path
126 marker files and can automatically span multiple path segments (inspired by
310 option to add the newly installed Python to the system PATH. (Contributed
321 Installer PATH modification: :ref:`windows-path-mod`
553 the "path" from the module top-level to their definition. For global functions
712 to properly delineate between :term:`meta path finders <meta path finder>`
713 and :term:`path entry finders <path entry finder>` by introducing
731 :exc:`ImportError` now has ``name`` and ``path`` attributes which are set when
748 :attr:`sys.path_hooks` now store all of the meta path finders and path entry
1613 - The following functions now support a file descriptor for their path argument:
1615 :func:`~os.execve`, :func:`~os.listdir`, :func:`~os.pathconf`, :func:`~os.path.exists`,
1679 * :func:`~os.truncate`: Truncate the file corresponding to *path*, so that
1793 path also specifying the user/group names and not only their numeric
2396 case of working with :term:`path entry finders <path entry finder>`.