forked from python/peps
-
Notifications
You must be signed in to change notification settings - Fork 0
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
pep 687/mark as accepted #2
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…thon#2360) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
…alternative syntax (python#2359) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
This is mostly changes in response to https://mail.python.org/archives/list/python-dev@python.org/thread/KDAR6CCMPOX36GQJUDWHQBKRD5USNV3B/. Also, we increase the focus on the immutability of per-object runtime state.
…python#2377) Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
* kw_only field descriptor parameter is supported * Sync features with dataclass
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* PEP 554: Fix broken nathaniel-asyncio citation by converting to inline link * PEP 554: Fix broken CSP citation * PEP 554: Fix broken extension-docs citation by converting to inline link * PEP 554: Convert orhpaned references to bullets
* PEP 671: Add section on evaluation order This has been a point of some confusion, so I'm just writing in some defaults explicitly. * PEP 671: Fix backticks
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* PEP 553: Remove orphaned citation to fix build warning * PEP 553: Remove redundant emacs metadata
* PEP 593: Remove orphan citation to fix build warning * PEP 593: Inline the references to fix warnings
…al (python#2657) These all introduce or update existing Python Packaging Specifications, and should follow the PyPA Specification processes. These are expected to be Standards Track PEPs and are not informational. This change also ensures that they get listed under the correct section on the Packaging topic index.
This PEP has been implemented across multiple tools now.
The discussion and interest in this PEP has died down. Moving to Standards Track in line with the packaging specification process.
erlend-aasland
pushed a commit
that referenced
this pull request
Jun 27, 2022
See #2, python#1385 for context. Superseeds python#1568. This is the Sphinx-theming part, building on PR python#1930. ### Stylesheets: - `style.css` - styles - `mq.css` - media queries ### Jinja2 Templates: - `page.html` - overarching template ### Javascript: - `doctools.js` - fixes footnote brackets ### Theme miscellany - `theme.conf` - sets pygments styles, theme internals
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
master
(Update to only deploy Sphinx on pushing tomaster
python/peps#1987)build.py
for Sphinx builders (Add config option inbuild.py
for Sphinx builders python/peps#1988)Entry points
(PEP 621: Remove mentions of core metadata fromEntry points
python/peps#1989)text
field forlicense
represents__
marker
andneeds
per package version== None
->is None
python/peps#2081).ascii
alternative constructorbytes.ascii()
url
can support any scheme the installer choosesfilename
required.venv
as a common virtual environment name.--require-hashes
:pep:
and:rfc:
roles (Several PEPs: Use explicit:pep:
and:rfc:
roles python/peps#2209)master
in the python/peps repo (Only restrict to deploying on pushes tomaster
in the python/peps repo python/peps#1996)codespell
locally (Add configuration for runningcodespell
locally python/peps#2151).codespell
from Sphinx (Exclude.codespell
from Sphinx python/peps#2264)print
as a statement (PEP 0008: Replaced outdated usages ofprint
as a statement python/peps#2271)str
methods that preserve literal types python/peps#2282)LiteralString
(PEP 675: Switch to the nameLiteralString
python/peps#2292)cgi
(PEP 594: provide examples of how to replace the relevant parts ofcgi
python/peps#2304).add_note()
and acknowledgements section (PEP 678: Update proposal with.add_note()
and acknowledgements section python/peps#2331)typing-sig
thread (PEP 655: Add Discussions-To link to the actual thread python/peps#2344)text/x-rst
the default for the Content-Type header (PEP 1: Make text/x-rst officially the default and update accordingly python/peps#2355)del err.__notes__
, and why we're not just using a list (PEP 678:del err.__notes__
, and why we're not just using a list python/peps#2360)docutils.nodes.Node.findall
(PEP 676: Usedocutils.nodes.Node.findall
python/peps#2363)docutils.nodes.Node.findall
":pep:
references (Add PEP titles and sections as reference title text python/peps#2366)Post-History
(Several PEPs: NormalisePost-History
python/peps#2375)Discussions-To
(PEP 684: Fix invalid format for Discussions-To header python/peps#2395)rel="canonical"
peps.rss
tobuild/
conf.py
(PRS: Explicitly list files to render python/peps#2415)s to match those with (Style: Fix vertical margins of def lists w/o <p>s to match those with python/peps#2427)
importlib.metadata.version
reference (PEP 396: Fiximportlib.metadata.version
reference python/peps#2480)field descriptor
tofield specifier
(PEP 681: Rename "field descriptor" to "field specifier" python/peps#2503)pep_sphinx_extensions
(Infra: add tests python/peps#2545)peps.json
(Include the PEP index inpeps.json
python/peps#2567)HTTP
whenHTML
was intended-L
in example (PEP 690: Fix omission of-L
in example python/peps#2582)circumference
method (PEP 675: Add explicitcircumference
method python/peps#2618)sys.maxsize
python/peps#2629)list-table
syntax for PEP 0 (Infra: Use Docutils'list-table
syntax for PEP 0 python/peps#2616)peps.json
logic into PEP class (Refactorpeps.json
logic into PEP class python/peps#2585)Topic: Packaging
(Several PEPs: AddTopic: Packaging
python/peps#2636)Topic: Packaging
header (PEP 632: RemoveTopic: Packaging
header python/peps#2656)