wookie184
67fe49b322
Fix colour scheme toggling when switching from default dark mode ( #2494 )
...
* Fix colour scheme toggling when switching from default dark mode
* Add workaround for Chrome bug where disabling element doesn't cause rerender
2022-04-02 09:05:13 +03:00
Hugo van Kemenade
fe2d145d5a
Infra: generate machine-readable PEP index ( #2475 )
...
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2022-04-01 23:07:39 +03:00
Erik De Bonte
5725206d49
PEP 681: Decorator placement, future params, unstated semantics ( #2498 )
2022-04-01 09:45:15 -07:00
Mark Shannon
47299f2627
Update PEP 669 specification to return current callback object when registering a new callback. ( #2460 )
2022-04-01 11:38:25 +01:00
Inada Naoki
59091e8b31
PEP 686: Add schedule for each spec. ( #2496 )
2022-04-01 11:53:49 +09:00
Brett Cannon
b70ce67e20
PEP 670: fix a grammar mistake
2022-03-31 12:25:55 -07:00
Brett Cannon
136a9387d5
PEP 670: Remove a redundant sentence
2022-03-31 12:21:32 -07:00
CAM Gerlach
dcc73ae458
PEP 686: Update Discussions-To to match Post-History ( #2490 )
2022-03-31 08:25:52 -07:00
Erik De Bonte
03d6747f8f
PEP 681: Move descriptor-field support to Rejected Ideas ( #2477 )
...
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2022-03-31 08:15:58 -07:00
Inada Naoki
d0a55d763b
PEP 686: Update Post-History ( #2489 )
2022-03-31 15:39:24 +09:00
CAM Gerlach
dae03bb7ec
Style: Fix unbounded max width causing very wide spans to overflow ( #2478 )
2022-03-30 23:42:33 -05:00
Inada Naoki
6ccd6bc428
PEP 686: Update ( #2470 )
2022-03-31 13:07:01 +09:00
Brett Cannon
4d8bc00d99
PEP 685: add a tranisition plan
2022-03-30 20:20:33 -07:00
Erik De Bonte
ac651d1555
Remove Django negativity; move converter to Rejected Ideas ( #2488 )
2022-03-30 19:12:17 -07:00
CAM Gerlach
a4f0c14189
PEP 570: Mark as Final ( #2481 )
2022-03-29 18:24:06 -05:00
Simen Heggestøyl
4952634dbc
PEP 396: Fix `importlib.metadata.version` reference ( #2480 )
2022-03-29 16:09:24 -07:00
Petr Viktorin
4081ea270c
PEP 670: Rearrange and reword the PEP ( #2461 )
...
Co-authored-by: Victor Stinner <vstinner@python.org>
2022-03-28 19:20:54 +02:00
Hugo van Kemenade
a0351c087f
Infra: Include trailing slash in RSS URLs to avoid 301 redirect ( #2474 )
2022-03-28 09:11:30 +03:00
Boris Verkhovskiy
9c6f5dd440
add missing backslash ( #2473 )
2022-03-27 10:46:23 -07:00
James
cbb89156bb
PEP 665: fix typo, much to must ( #2472 )
2022-03-26 14:05:34 -07:00
Irit Katriel
233b005cc0
PEP 678: minor grammar fix ( #2468 )
2022-03-25 09:18:15 -07:00
Mark Shannon
f3aad219e9
PEP 659: Update to describe inline caches ( #2462 )
2022-03-25 13:09:22 +00:00
Inada Naoki
a5edad1428
PEP 686: Grammar fixes ( #2464 )
...
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2022-03-25 13:11:38 +09:00
CAM Gerlach
75235028b7
PEP 0: Make PEP titles in table clickable links ( #2429 )
2022-03-24 15:08:07 -05:00
CAM Gerlach
55bed7dca5
Style: Scroll code blocks instead of wrapping them ( #2463 )
2022-03-24 15:03:39 -05:00
CAM Gerlach
d286a46470
PEP 1, 12: Update for adoption of PEP 676, and fix a few related items ( #2447 )
...
* PEP 1, 12: Update outdated references to Docutils to point to Sphinx
* PEP 1, 12: Update and simplify outdated legacy rendering workflow steps
* Readme: Fix minor issues introduced in PR #2399
* Infra: Update contents to include PEP rendering docs and avoid warnings
* Lint: Update hardcoded PEP link checker to detect new PEP URLs
2022-03-24 15:02:08 -05:00
Hugo van Kemenade
a7332976a4
PEP 596: Add 3.9.12 release ( #2465 )
...
https://docs.python.org/release/3.9.12/whatsnew/changelog.html
2022-03-24 08:16:26 -07:00
Hugo van Kemenade
5ab09222ed
PEP 619: Add 3.10.4 release ( #2466 )
...
https://docs.python.org/release/3.10.4/whatsnew/changelog.html
2022-03-24 12:22:18 +00:00
Zac Hatfield-Dodds
25fa660908
PEP 678: simplify specification to use a list and create the __notes__ attr when it is first populated (GH-2456)
2022-03-24 07:17:20 +00:00
CAM Gerlach
4370f8f737
PEP 1, 12: Update to reflect guidance for correct syntax highlighting ( #2445 )
...
* PEP 1, 12: Use apppropriate syntax highlighting languages in code blocks
* PEP 12: Update literal guidance for syntax highligting & simplify
2022-03-23 19:32:58 -05:00
Inada Naoki
c196dc6e66
PEP 686: Change target version to 3.13 ( #2457 )
2022-03-23 17:15:33 +09:00
Erik De Bonte
750ae13c27
Remove hash alias for unsafe_hash ( #2454 )
2022-03-22 19:47:39 -07:00
CAM Gerlach
f30bc4caa8
Style: Reduce size of code font and improve responsiveness at narrow screen widths ( #2439 )
2022-03-22 23:14:36 +02:00
Jelle Zijlstra
3b879ddaa0
PEP 655: Mark as accepted ( #2451 )
2022-03-22 08:49:37 -07:00
Mark Shannon
293dd4e107
Reformat PEP 659 to obey 80 column limit. ( #2458 )
2022-03-22 10:27:32 +00:00
Inada Naoki
04eb44995d
PEP 686: Update based on discussion ( #2446 )
2022-03-22 14:52:38 +09:00
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