- 19 Aug, 2019 1 commit
-
-
Kristoffer Bakkejord committed
-
- 17 Aug, 2019 1 commit
-
-
fix typo in doc site
Bryce Drennan committed
-
- 08 Aug, 2019 1 commit
-
-
Gary Donovan committed
-
- 17 Jul, 2019 1 commit
-
-
Fixes bug on Python 2.7, introduced in #1088
Derek Harland committed
-
- 04 Jul, 2019 1 commit
-
-
Sébastien Eustace committed
-
- 03 Jul, 2019 1 commit
-
-
Sébastien Eustace committed
-
- 02 Jul, 2019 2 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 30 Jun, 2019 3 commits
-
-
Some programs (ex. Emacs with auto-virtualenvwrapper package) uses .venv file to auto-determine the virtualenv of the project. Which is pretty handy. As well as, it doesn't make sense inside a poetry to try to set the venv, when it is a file.
Mykhailo Panarin committed -
* Use subprocess.run() to properly capture return codes. Fixes #1074 * replaced capture_output flag - only available on 3.7 * Ensure the backported CalledProcessError is imported. * Fix env tests on windows. * Format and comment fixes
Imaclean74 committed -
* Fix encoding for files created for building package (issue #1027) This is minimal set of modifications, which fixed the problem. There are still more places, where files are open in text mode without explicit encoding, thus possibly failing on systems not using UTF-8 console encoding. * test_api.py use explicit encoding for files. * get-poetry.py: fix explicit (utf-8) encoding for files open in text mode * tests: fix explicit (utf-8) encoding for files open in text mode * poetry init: use explicit utf-8 for created pyproject.toml * installed: use explicit utf-8 for text files * layouts: use explicit utf-8 for open text files * spdx: explicit utf-8 for open text files * pypi_repository: explicit utf-8 for open text files * explicit utf-8 for json * explicit utf-8 for metadata * explicit utf-8 for requires.txt * open files with explicit encoding in py27 * fix creation of poetry.bat on Windows * Make get-poetry.py compatible to py2/3 * Blacked two files to pass linter test * remove extranous encoding related comments * rewert broken move of import related to ansible * removed extraneous comments about opening files in UTF-8 * rewert ansible.release import (keep order of vars unchanged) * Revert to original content (as it comes from external project) * all vendored setup.py files in fixtures reverted back to org
Jan Vlčinský committed
-
- 23 Jun, 2019 2 commits
-
-
stephsamson committed
-
Resolves: #1162
Arun Babu Neelicattu committed
-
- 31 May, 2019 1 commit
-
-
Sébastien Eustace committed
-
- 17 May, 2019 6 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
DanCardin committed
-
- 16 May, 2019 3 commits
-
-
`poetry build` creates a whl file using `os.mkstemp`. The file is created with very restrictive permissions. This commit ensures these are normalized before the build starts. Partly addresses https://github.com/sdispater/poetry/issues/671.
boyeah committed -
John Freeman committed
-
Diorcet Yann committed
-
- 03 May, 2019 6 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- Fix non-sha256 hashes retrieval - Fix resolution of packages with Python 3 only wheel
Sébastien Eustace committed -
Sébastien Eustace committed
-
* use symlinks in created venv by default on non-windows platforms. Issue #779 * Fixed test for deployments without venv module available.
Imaclean74 committed -
Gleb Novikov committed
-
- 26 Apr, 2019 5 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 25 Apr, 2019 2 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 11 Apr, 2019 4 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Adam Johnson committed
-