Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Permitted-Schemes key #6

Draft
wants to merge 39 commits into
base: pip-only-in-virtualenv
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
dd63f85
PEP draft
geofft May 18, 2021
58c16e4
Fix some typos
stefanor May 19, 2021
24c9cbe
Moar monospace
stefanor May 19, 2021
106df70
Tweak rationale
stefanor May 19, 2021
8139416
Correct path for Debian dist-packages
stefanor May 19, 2021
2e2bac6
Instructions to get pipx
stefanor May 19, 2021
91ea8ba
Explain why sys.path is problematic
stefanor May 19, 2021
c963a0b
Mention "system python". This is something people will search for in …
stefanor May 19, 2021
d485821
Revert "Correct path for Debian dist-packages"
geofft May 19, 2021
7013b85
More writing
geofft May 19, 2021
d03af51
PEP 9999: fix my name and add email
FFY00 May 20, 2021
7dd094f
reflow to 60
geofft May 20, 2021
25892c9
Consistently spell system-wide, hyphenated
stefanor May 21, 2021
ca9e376
One space after e.g.
stefanor May 21, 2021
ed2bf04
Typos
stefanor May 21, 2021
56e6966
Adjust description of file format
geofft May 25, 2021
224368a
Fix description of python3-full
geofft May 25, 2021
89e7df4
Fix descripton of /usr/local/bin/pip
geofft May 25, 2021
5a303b7
Rephrase system Python section
geofft May 25, 2021
a6ea91d
review commends from doko
geofft May 25, 2021
7fab7fe
fixup! Fix descripton of /usr/local/bin/pip
geofft May 25, 2021
9e2da76
more review comments from doko
geofft May 25, 2021
7fd0abf
Apply suggestions from ehashman's review
geofft May 25, 2021
01f636c
more ehashman feedback
geofft May 26, 2021
d987384
move TODO out of pep
geofft May 26, 2021
489de1d
uranusjr feedback
geofft May 26, 2021
d22ab1c
add terminology secton
geofft May 26, 2021
e4b28b2
rephrase monorepos section
geofft May 26, 2021
d3e52b8
typo fixes / reST sux
geofft May 26, 2021
6d3ca16
reStructure some Text
geofft May 26, 2021
6375c8e
Apply suggestions from code review
geofft May 26, 2021
388545b
taaaables
geofft May 26, 2021
6a64137
Fix more typos
stefanor May 28, 2021
6b8bedb
small fix
geofft May 28, 2021
c250bda
pipx is under pypa
geofft May 28, 2021
63b490a
get better at reST
geofft May 28, 2021
fd02f75
Finish references section
geofft May 28, 2021
8c017e0
Use configparser instead of email
geofft May 31, 2021
c2aacc7
Add Permitted-Schemes key
geofft May 31, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -602,3 +602,4 @@ pep-8016.rst @njsmith @dstufft
pep-8100.rst @njsmith
# pep-8101.rst
# pep-8102.rst
pep-9999.rst @geofft
Loading