- 30 Oct, 2019 4 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 29 Oct, 2019 3 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 25 Oct, 2019 10 commits
-
-
This reverts commit 65ba952f.
Sébastien Eustace committed -
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 24 Oct, 2019 5 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 22 Oct, 2019 1 commit
-
-
* Add custom certificate authority and client certificate support * Add documentation on certificates * Add cli options to publish for cert and custom ca * Fix requests+pathlib problem and logic hole when BasicAuth+certs are used * Rename custom-ca to cert * Make black happy
Brian Turek committed
-
- 19 Oct, 2019 2 commits
-
-
* This PR impliments the feature request #784. When a folder is explicit defined in `pyproject.toml` as excluded, all nested data, including subfolder, are excluded. It is no longer neccessary to use the glob `folder/**/*` * use `Path` instead of `os.path.join` to create string for globbing * try to fix linting error * create glob pattern string by concatenating and not using Path * using `os.path.isdir()`` for checking of explicit excluded name is a folder, because pathlib's `is_dir()` raises in exception under windows of name contains globing characters * Remove nested data when wildcards where used. Steps to do this are: 1. expand any wildcard used 2. if expanded path is a folder append **/* and expand again * fix linting * only glob a second time if path is dir * implement @sdispater 's suggestion for better readability * fix glob for windows? * On Windows, testing if a path with a glob is a directory will raise an OSError * pathlibs glob function doesn't return the correct case (https://bugs.python.org/issue26655). So switching back to glob.glob() * removing obsolete imports
finswimmer committed -
Matúš Ferech committed
-
- 18 Oct, 2019 6 commits
-
-
Sébastien Eustace committed
-
Fixes #1153
Sébastien Eustace committed -
Currently Poetry will detect that it is running in a usual virtual env created with "python -m venv" and will not create an additional env. This commit extends this logic to Conda, which uses different environment variables to indicate running in a virtual env. Conda's "base" env is treated specially to avoid polluting global namespace.
Maxim Koltsov committed -
Sébastien Eustace committed
-
* Refactor the environment management code * Improve executable selection when current Python is incompatible
Sébastien Eustace committed -
* Allow uploading of wheels with local version identifier Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com> * extracted pep-427-style name/version escaping to helper functions Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
hoefling committed
-
- 14 Oct, 2019 2 commits
-
-
-- `package` from provider.py:search_for_directory is missing root_dir value. This fixes the problem. -- fix https://github.com/sdispater/poetry/issues/1455
Khurshid Fayzullaev committed -
Ross Weir committed
-
- 13 Oct, 2019 1 commit
-
-
Sébastien Eustace committed
-
- 12 Oct, 2019 3 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
* Fix PATH being altered after installation even though choose not to * Remove unuse updated list variable
Loi Tran committed
-
- 11 Oct, 2019 3 commits
-
-
Sébastien Eustace committed
-
Co-authored-by: adisbladis <adisbladis@gmail.com>
Sébastien Eustace committed -
* * check if relative filename is in excluded file list * removed find_excluded_files() method from wheel.py * added test for excluding files in wheels * creating an own test data folder, for testing excluding files by pyproject.toml * use as_posix() to respect windows file path delimiters
finswimmer committed
-