Commit Graph

6494 Commits

Author SHA1 Message Date
Tapasweni Pathak 02d33f2da3 Doc: Expose issues with fancy extension 2019-09-08 07:20:36 +08:00
Frost Ming bfbe1304f6 Merge pull request #3931 from pypa/refactor/reformat
Reformat codes
2019-09-06 21:35:13 +08:00
frostming 7d36f3fbda Reformat codes 2019-09-06 18:06:05 +08:00
Frost Ming 3b9b717229 Merge pull request #3916 from alexanderbarbosa/sidebar-git-legit-new-address
Sidebar: Update git-legit to new url address
2019-08-28 10:47:06 +08:00
alexanderbarbosa abaa348add Sidebar: Update git-legit to new url address 2019-08-27 22:11:07 -03:00
Frost Ming 044043667e Merge pull request #3912 from jasonharrison/fix-readme
Fix link to GIF in README.md, add descriptive alt text
2019-08-27 11:29:36 +08:00
Jason 8459c242aa Add news/3911.doc.rst 2019-08-26 21:26:45 -04:00
Jason 2e1b350b4f Fix link to GIF in README.md, add descriptive alttext 2019-08-26 21:21:50 -04:00
Frost Ming 9c1378a992 Merge pull request #3346 from jxltom/move-cli-docs
Move CLI into separate part in docs
2019-08-16 13:51:45 +08:00
frostming 8ec562efc4 Add news entry 2019-08-16 11:26:35 +08:00
jxltom c1612d99d7 Move CLI into separate part in docs 2019-08-16 11:18:58 +08:00
Frost Ming c3a9e8d028 Merge pull request #3885 from Glutexo/remove_misleading_version_comment
Remove a misleading code comment from docs
2019-08-06 07:46:54 +08:00
Š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