cdf61e2aab
- update to 17.0.0: * Removed deprecated methods getcwd, abspath, ext, listdir, isdir, isfile, and text. * Removed deprecated support for passing bytes to write_text and write_lines(linesep=) parameter. * Implement .replace. * Add .home classmethod. * Replaced 'open' overloads with 'functools.wraps(open)' for simple re-use. * Add type hints for .with_name, .suffix, .with_stem. * Add type hint for .absolute.
Dirk Mueller2024-08-18 16:59:22 +00:00
ed67b2f4dc
- update to 17.0.0: * Removed deprecated methods getcwd, abspath, ext, listdir, isdir, isfile, and text. * Removed deprecated support for passing bytes to write_text and write_lines(linesep=) parameter. * Implement .replace. * Add .home classmethod. * Replaced 'open' overloads with 'functools.wraps(open)' for simple re-use. * Add type hints for .with_name, .suffix, .with_stem. * Add type hint for .absolute.
Dirk Mueller2024-08-18 16:59:22 +00:00
a4f6677284
Accepting request 1167772 from devel:languages:python
Ana Guerrero2024-04-16 18:03:11 +00:00
441a27ddc3
Accepting request 1167772 from devel:languages:python
Ana Guerrero2024-04-16 18:03:11 +00:00
a73b03aa02
- update to 16.12.1: * Restore functionality in .isdir and .isfile. * Added .is_dir and .is_file for parity with pathlib. Deprecates .isdir and .isfile. * Inlined some types. * Fix iterdir - it also accepts match. Ref #220. * Add type annotation for iterdir.
Dirk Mueller2024-04-06 12:09:00 +00:00
70851b8360
- update to 16.12.1: * Restore functionality in .isdir and .isfile. * Added .is_dir and .is_file for parity with pathlib. Deprecates .isdir and .isfile. * Inlined some types. * Fix iterdir - it also accepts match. Ref #220. * Add type annotation for iterdir.
Dirk Mueller2024-04-06 12:09:00 +00:00
49f8d24977
Accepting request 1146655 from devel:languages:python
Ana Guerrero2024-02-15 19:59:29 +00:00
54b762f775
Accepting request 1146655 from devel:languages:python
Ana Guerrero2024-02-15 19:59:29 +00:00
7bfcbddfac
- update to 16.10.0: * Added .with_name and .with_stem. * Prefer .suffix to .ext and deprecate .ext.
Dirk Mueller2024-02-07 20:16:28 +00:00
382cd989e3
- update to 16.10.0: * Added .with_name and .with_stem. * Prefer .suffix to .ext and deprecate .ext.
Dirk Mueller2024-02-07 20:16:28 +00:00
ceb383c65c
- update to 16.9.0: * Features - Added Path.iterdir() and deprecated Path.listdir(). * Use '.' as the default path. * Set stacklevel=2 in deprecation warning for .text. * Added .permissions attribute. * Require Python 3.8 or later. - Update to version 16.6.0 - Update to version 16.5.0 * Removed path.path. Clients must now refer to the canonical * Added support for resolving certain directories on a system to * In order to support "multipath" results, where multiple paths
Dirk Mueller2024-01-02 19:10:49 +00:00
53e3f3850d
- update to 16.9.0: * Features - Added Path.iterdir() and deprecated Path.listdir(). * Use '.' as the default path. * Set stacklevel=2 in deprecation warning for .text. * Added .permissions attribute. * Require Python 3.8 or later. - Update to version 16.6.0 - Update to version 16.5.0 * Removed path.path. Clients must now refer to the canonical * Added support for resolving certain directories on a system to * In order to support "multipath" results, where multiple paths
Dirk Mueller2024-01-02 19:10:49 +00:00