Commit Graph

6482 Commits

Author SHA1 Message Date
Štěpán Tomsa aef9b7a2fd Add new item for the changelog
Added a pull request description file to the news folder. Marked as
trivial.
2019-08-05 18:27:02 +02:00
Štěpán Tomsa 0acafd84d2 Remove misleading code comment from docs
In the Specifying Versions section of the Basics documentation, there is
a misleading code comment saying that requests~=1.2 is equivalent to
requests~=1.2.0, which it isn’t. ~=1.2 is equivalent to >=1.2,<2.0, but
~=1.2.0 is equivalent to >=1.2.0,<1.3. Fixed by removing the comment.
2019-08-05 18:13:19 +02:00
Frost Ming e9071169a7 Merge pull request #3880 from pypa/outdated-options
Pass lock options to outdated
2019-08-05 20:18:07 +08:00
frostming 2f94e4b760 remove all workaround steps 2019-08-05 19:23:53 +08:00
frostming ae512d811e remove workaround 2019-08-05 19:11:42 +08:00
frostming 89d4e5e23d try fixing version spec 2019-08-05 19:06:02 +08:00
Frost Ming f9cef97076 Remove tricky test case 2019-08-03 18:17:10 +08:00
Frost Ming 2dc8d0a070 use another version 2019-08-03 16:54:44 +08:00
Frost Ming c3b4c410fa change the version specifier 2019-08-03 11:42:07 +08:00
Frost Ming 8892166317 mistook Mapping 2019-08-03 11:18:17 +08:00
Frost Ming 7708cd8445 Pass lock options to outdated 2019-08-03 10:44:45 +08:00
Frost Ming f4b66a77eb Merge pull request #3868 from brettcannon/patch-2
Touch up sidebar
2019-07-27 15:57:17 +08:00
Frost Ming 4157b356ea Merge branch 'master' into patch-2 2019-07-27 13:13:54 +08:00
Frost Ming c385643dbb Merge pull request #3869 from pypa/update-virtualenv
Update virtualenv
2019-07-27 13:13:15 +08:00
Frost Ming dd32808bc5 Update virtualenv 2019-07-27 11:14:51 +08:00
Brett Cannon ac1983402e Touch up sidebar
- Make URLs HTTPS
- Modernize some links
- Remove a non-functioning iframe
- Make an image title more descriptive
2019-07-26 15:07:59 -07:00
kennethreitz 9208ec912f Update Dockerfile 2019-07-17 09:24:16 -04:00
Frost Ming 0237b84420 Merge pull request #3854 from pypa/fix-changelog
Fix towncrier template
2019-07-17 16:40:11 +08:00
frostming 98a612fc2f Fix towncrier template 2019-07-17 14:20:27 +08:00
Dan Ryan f7a357b575 Update vendor packages (#3853)
Update vendor packages
2019-07-17 01:22:44 -04:00
frostming 529ba1611d Add news 2019-07-17 12:25:50 +08:00
frostming 089bb57d7e Update vendor packages 2019-07-17 12:21:11 +08:00
Frost Ming 4f9a3a36ad Merge pull request #3850 from jlusk/master
change URL for GIF
2019-07-16 21:19:32 +08:00
jlusk 463820f5f0 change URL for GIF 2019-07-16 07:41:16 -04:00
Dan Ryan de54288be2 Merge pull request #3847 from pypa/output-3544
Eliminate duplicate error outputs.
2019-07-15 20:35:48 -04:00
Dan Ryan c5e158e240 Merge branch 'master' into output-3544 2019-07-15 19:10:47 -04:00
Frost Ming e6cabe649a Merge pull request #3845 from pypa/peep-renumber
Minor Doc improvements
2019-07-15 21:33:45 +08:00
frostming 79a12c35db Add missing blank line in code block 2019-07-15 13:59:17 +08:00
frostming c634af4f66 Deliminate duplicate error outputs. 2019-07-15 13:34:58 +08:00
frostming f4db1dc7a9 Serve animation statically 2019-07-15 09:55:54 +08:00
frostming 5090a4225f Try to fix excluding settings 2019-07-15 09:38:07 +08:00
frostming dbb24d24eb Renumber the PEEP 2019-07-15 09:30:32 +08:00
Frost Ming 28a902395b Merge pull request #3844 from immerrr/re-enable-help-for-run-command
run: re-enable --help option
2019-07-15 09:20:29 +08:00
Dan Ryan d883f554a2 Merge branch 'master' into re-enable-help-for-run-command 2019-07-14 19:29:49 -04:00
Dan Ryan 82d0321fcc Ensure we always respect --site-packages (#3836)
Ensure we always respect --site-packages
2019-07-14 19:28:57 -04:00
Dan Ryan 83ab1cf3f4 Merge branch 'master' into bugfix/3718 2019-07-14 19:28:11 -04:00
Dan Ryan 0028b2dcee Update manual (#3246)
Update manual

Co-authored-by: Brianna Laugher <brianna@laugher.id.au>
2019-07-14 19:27:50 -04:00
Frost Ming 5e69bca451 Use autogenerated contributing.md 2019-07-14 16:45:19 +08:00
Frost Ming 9ee69d4a69 add back submodule 2019-07-14 16:17:33 +08:00
Frost Ming 2f619df5f9 Merge branch master 2019-07-14 15:36:41 +08:00
immerrr 50e4a0985f run: re-enable --help option
To run a command called "--help" you need to use the usual "--" arguments
separator:

pipenv run -- --help
2019-07-14 09:28:13 +02:00
Frost Ming 3afcc38504 Merge branch master 2019-07-14 15:24:12 +08:00
Dan Ryan 5ffa946160 Don't pass clear along to ensure_project during lock
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-07-14 01:28:49 -04:00
Dan Ryan 9d913476d9 Remove click type and add validation for site packages
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-07-13 13:40:55 -04:00
Dan Ryan 3cb2b571ad Merge remote-tracking branch 'origin/master' into bugfix/3718 2019-07-13 13:32:13 -04:00
Dan Ryan 4f33dc8928 Fix modifications to site packages argument
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-07-13 13:31:55 -04:00
Frost Ming 47b310d33e Merge pull request #3843 from pypa/resolve-symlink
Make sure symlinks are resolved.
2019-07-13 23:28:36 +08:00
Frost Ming 472612bfac Merge branch 'master' into resolve-symlink 2019-07-13 21:15:09 +08:00
Frost Ming 9c51b34a6f Merge pull request #3670 from jayvdb/test_include_editable_packages-not-requests
Avoid using requests unnecessarily in tests
2019-07-13 21:12:45 +08:00
Frost Ming c62a2e1574 Merge branch 'master' into test_include_editable_packages-not-requests 2019-07-13 20:20:18 +08:00