Commit Graph

9534 Commits

Author SHA1 Message Date
Paul Moore b9f57b9c2d
Minor wording changes for PEP 685 (#2448) 2022-03-21 17:32:12 -07:00
Brett Cannon df2f79cd0b
PEP 685: mark PEP as accepted 2022-03-21 17:21:18 -07:00
Jelle Zijlstra 8bd3c28aa0
PEP 675: Mark as accepted (#2452) 2022-03-21 14:36:53 -07:00
Petr Viktorin f58c277faf
PEP 630: Add sections for 2 more gotchas (GH-2450) 2022-03-21 18:04:15 +01:00
CAM Gerlach 06a3e1e0a6
PEP 686: Update URLs, PEP references, Discussions-To and CODEOWNERS per PEP 12 (#2444) 2022-03-19 10:25:23 +09:00
Pradyun Gedam f500416406
PEP 668: Keep the marker file in container images (#2289)
This preserves the protections afforded by these changes, in container
images.
2022-03-18 10:41:59 -07:00
Inada Naoki 96bfcd082d
PEP 686: Make UTF-8 mode default (#2443) 2022-03-18 19:57:52 +09:00
Hugo van Kemenade 618233e725
PEP 594: Deprecate nis in 3.11 not 3.8 (#2440) 2022-03-17 14:32:21 -05:00
Steven Troxler cc45dded1b
PEP 589: Fix typo - index 'y' needs quotes (#2438) 2022-03-16 18:23:59 -07:00
CAM Gerlach 41086f5258
Style: Fix vertical margins of def lists w/o <p>s to match those with (#2427)
* Style: Fix vertical margins of def lists w/o <p>s to match those with

* Style: Specify line-height without rem
2022-03-16 20:06:15 -05:00
CAM Gerlach 819e9cb020
PEP 685: Copyedit and fix various minor issues following further changes (#2428)
* Update headers & fix reST syntax, links & punctuation

* Fix grammar & clarity issues, improve phrasing & avoid rep

* Restore citations as originally intended
2022-03-16 15:35:17 -05:00
Hugo van Kemenade 9a7e3b26a2
PEP 537, 569, 596: Update bugfix release date (#2436) 2022-03-16 16:17:48 -04:00
Pablo Galindo 9beb2bee45
PEP 619: Update bugfix release dates 2022-03-16 14:37:11 +00:00
Alex Waygood 09a93fb76c
PEP 673: Fix syntax highlighting (#2435) 2022-03-15 15:53:39 -07:00
Łukasz Langa dab4060126
[pep-569][pep-596] Actual dates for 3.8.13 and 3.9.11 2022-03-15 22:41:48 +01:00
Charley Peng 250eed4336
PEP 594: minor fix of hyperlinks in table of replacements (#2434)
updating link for asyncio to corrected link
2022-03-15 12:09:34 -07:00
CAM Gerlach 851a4a34fc
PEP 20: Fix syntax highlighting and other minor syntax/formatting issues (#2432) 2022-03-15 12:40:34 -05:00
Alex Waygood 982d50f939
PEP 594: Fix minor typo (#2433)
This sentence doesn't currently make grammatical sense (though its meaning is admittedly clear).
2022-03-15 09:39:14 -07:00
Hugo van Kemenade 9900fa894c
Accessibility: Add aria-label to clearly describe the dark mode button (#2426) 2022-03-15 16:03:35 +02:00
Erik De Bonte fb1498c5a8
PEP 681: Descriptor fields (#2369)
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
2022-03-14 18:07:18 -07:00
Skip Montanaro 15edc5ee28
PEP 339: Fix broken link (#2431) 2022-03-14 17:11:13 -07:00
Adam Turner 13aa4b16fb
Make the table of contents collapsed by default (#2364) 2022-03-14 01:49:03 +00:00
Adam Turner 4c76e963f2
Styling: Remove field block highlights and restore definition list indent (#2425) 2022-03-14 01:46:48 +00:00
Adam Turner 0bd513148a
Explicitly list files to render in `conf.py` (#2415) 2022-03-14 01:44:36 +00:00
CAM Gerlach ce2ef0473e
Meta: Classify Accepted Process PEPs as current; PEP 8001: Mark as Final (#2385) 2022-03-12 16:04:54 +00:00
Nick Coghlan 54d8f01d5a
PEP 440: note that setuptools comparison is historical (#2422) 2022-03-12 18:11:02 +10:00
Hugo van Kemenade 00a5a0be46
Lint: call tools inside venv using make's PYTHON (#2408)
Co-authored-by: Brett Cannon <brett@python.org>
2022-03-11 20:17:08 -08:00
Adam Turner 93619f3ec6
PRS: Fix RSS generation and resolve all warnings (#2413) 2022-03-12 02:24:30 +00:00
Peter Law 37351ae82d
PEP 673: Fix a couple of typos (#2419)
* Name this protocol to match usage

It would have been possible here to change the bound of the TypeVar
on line 495 to 'Shape', however I've opted to change the names of
the definitions so that they match the later (similar) definitions
of this protocol.

* Fix example generic class name

I'm guessing this was just a copy/pasta error or similar; there is
no generic class named 'Foo' which is in scope here, however there
is a 'Bar' that has just been defined and isn't yet used.
2022-03-11 17:03:00 -08:00
Guido van Rossum b8850a417b
PEP 659: Link to final version of Brunthaler paper (#2412) 2022-03-11 23:56:03 +00:00
Brett Cannon 35c3f89d1c
PEP 685: address more feedback (#2418) 2022-03-11 15:03:41 -08:00
Adam Turner 7a514d35bb
Infra: Remove artifact upload (#2417) 2022-03-11 17:02:08 -06:00
Hugo van Kemenade 23879300fa
PEP 594: Set Resolution header (#2416) 2022-03-11 21:50:30 +00:00
Hugo van Kemenade 6e84b66da4
PEP 594: Mark as Accepted (#2414) 2022-03-11 21:39:02 +00:00
Hugo van Kemenade 5d0ebd014a
Dark mode: Invert some images (#2409)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2022-03-11 20:41:57 +00:00
Adam Turner 1a79345130
PRS: Enable preview rendering on pull requests (#2023) 2022-03-11 15:34:31 +00:00
Adam Turner ba09f18ab7 README: Rephrase a section title 2022-03-11 13:49:04 +00:00
Hugo van Kemenade 719347adcf
Infra: Upload rendered PEPs as GitHub artifact (#2410) 2022-03-11 01:24:29 +00:00
Brett Cannon 7c1ff71edb
PEP 685: address review feedback (#2411)
- Specify the versions of pip and setuptools.
- Loosen naming requirements to match PEP 508.
- Use PEP 503 normalization.
- Add some more references.
2022-03-10 14:22:21 -08:00
Adam Turner 4bdabc6000
The PEP Rendering System is dead; long live the PEP Rendering System (#2399) 2022-03-10 10:27:31 +02:00
Hugo van Kemenade 08e37f7c23
PEP 0: Fix 'Page Source (GitHub)' (#2401)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2022-03-09 23:15:24 +00:00
Adam Turner 364616204c PRS: Write `peps.rss` to `build/` 2022-03-09 22:27:10 +00:00
Brett Cannon 544a48e1f1
PEP 685: name Paul Moore as PEP delegate 2022-03-09 13:28:00 -08:00
Ee Durbin 9b64c2f255
legally dropped the middle name and suffix. (#2398) 2022-03-09 15:22:42 -05:00
Adam Turner 563de32559 PRS: Add CNAME generation and `rel="canonical"` 2022-03-09 19:00:38 +00:00
CAM Gerlach 49e262f220
PEP 685: Conform to PEP 12, address textual errors and improve clarity and phrasing (#2396) 2022-03-09 10:50:00 -08:00
David Foster 20f7ce8aa7
PEP 655: Clarify there are no grammar changes or runtime enforcement. (#2388)
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
2022-03-09 09:57:04 -08:00
CAM Gerlach 78e67c82b6
PEP 684: Fix `Discussions-To` (#2395) 2022-03-09 16:08:07 +00:00
Adam Turner b0329c31b3
Several PEPs: Normalise `Post-History` (#2375) 2022-03-09 16:04:44 +00:00
CAM Gerlach 7518444718
PEP 1 & 12: Link Post-History dates to discussion threads (#2358) 2022-03-09 15:50:54 +00:00