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

pep 687/mark as accepted #2

Closed
wants to merge 780 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
780 commits
Select commit Hold shift + click to select a range
7d3a7b9
PEP 678: `del err.__notes__`, and why we're not just using a list (#2…
Zac-HD Feb 25, 2022
71ace0e
PEP 655: Motivation: Enables mixed key requiredness in the TypedDict …
davidfstr Feb 25, 2022
4ef86db
PEP 541: Fix markup in nested lists (#2362)
AA-Turner Feb 25, 2022
99bb6aa
PEP 683: Implement minor typographical changes (#2342)
JelleZijlstra Feb 25, 2022
9422588
PEP 676: Use `docutils.nodes.Node.findall` (#2363)
AA-Turner Feb 25, 2022
8b31a93
PEP 676: Fixup "Use `docutils.nodes.Node.findall`"
AA-Turner Feb 26, 2022
d71dae5
Update, copyedit and format README and Contributing Guide (#2352)
CAM-Gerlach Feb 27, 2022
d54a624
PEP 12: Update outdated image and comment formatting guidance (#2365)
CAM-Gerlach Feb 27, 2022
42f88f1
Display list names in Resolution and Discussions-To headers (#2361)
AA-Turner Feb 27, 2022
b76fe43
Use PEP titles and sections as title text for `:pep:` references (#2366)
AA-Turner Feb 27, 2022
07e5378
Typo: parenthesize -> parentheses (#2370)
eforgacs Feb 28, 2022
0a6375d
PEP 683: Immortal Objects v3 (#2372)
ericsnowcurrently Mar 1, 2022
358854a
PRS: Remove country language tag in page template
AA-Turner Mar 1, 2022
f373d8b
PEP 678: Clarify how the notes tuple is updated and when it is copied…
Zac-HD Mar 3, 2022
e3a44f3
PEP 12: Update whitespace conventions to match current practice (#2374)
CAM-Gerlach Mar 4, 2022
6c98014
PEP 484: Mark as Final (#2380)
CAM-Gerlach Mar 4, 2022
a0dece9
Lint: Implement check for spaces, not tabs per PEP 12 (#2379)
CAM-Gerlach Mar 5, 2022
5e70a2f
PEP 682: Updating headers for PEP acceptance (#2383)
mdickinson Mar 6, 2022
8423526
PEP 676: Mark as Accepted (#2384)
hugovk Mar 7, 2022
6f9c247
update 3.7.x schedule
ned-deily Mar 7, 2022
dfdf510
PEP 681: kw_only field descriptor parameter is supported (#2381)
debonte Mar 7, 2022
f52151b
Remove discussion of alternate form (#2386)
debonte Mar 7, 2022
5ffa9a6
PEP 681: Fix minor formatting and typographical issues (#2382)
davidfstr Mar 8, 2022
17228ca
PEP 664: Update actual 3.11.0a6 release date (#2389)
hugovk Mar 8, 2022
c4bbfce
PEP 685: Comparison of extra names for optional distribution dependen…
brettcannon Mar 9, 2022
f4c43e0
Meta: Fix CODEOWNERS (#2392)
JelleZijlstra Mar 9, 2022
0dc3c49
PEP 681: Describe CPython changes and include docs link (#2390)
debonte Mar 9, 2022
9988fd6
PEP 684: Add a PEP for making the GIL per-interpreter (#2387)
ericsnowcurrently Mar 9, 2022
51bf734
PEP 683: Drop Eddie from CODEOWNERS. (#2394)
ericsnowcurrently Mar 9, 2022
cfca5ad
PEP 684: Update Discussions-To and Post-History (#2393)
ericsnowcurrently Mar 9, 2022
5c17c31
PEP 619: Remove duplicated expected release date (#2397)
Kub-AT Mar 9, 2022
7518444
PEP 1 & 12: Link Post-History dates to discussion threads (#2358)
CAM-Gerlach Mar 9, 2022
b0329c3
Several PEPs: Normalise `Post-History` (#2375)
AA-Turner Mar 9, 2022
78e67c8
PEP 684: Fix `Discussions-To` (#2395)
CAM-Gerlach Mar 9, 2022
20f7ce8
PEP 655: Clarify there are no grammar changes or runtime enforcement.…
davidfstr Mar 9, 2022
49e262f
PEP 685: Conform to PEP 12, address textual errors and improve clarit…
CAM-Gerlach Mar 9, 2022
563de32
PRS: Add CNAME generation and `rel="canonical"`
AA-Turner Mar 9, 2022
9b64c2f
legally dropped the middle name and suffix. (#2398)
ewdurbin Mar 9, 2022
544a48e
PEP 685: name Paul Moore as PEP delegate
brettcannon Mar 9, 2022
3646162
PRS: Write `peps.rss` to `build/`
AA-Turner Mar 9, 2022
08e37f7
PEP 0: Fix 'Page Source (GitHub)' (#2401)
hugovk Mar 9, 2022
4bdabc6
The PEP Rendering System is dead; long live the PEP Rendering System …
AA-Turner Mar 10, 2022
7c1ff71
PEP 685: address review feedback (#2411)
brettcannon Mar 10, 2022
719347a
Infra: Upload rendered PEPs as GitHub artifact (#2410)
hugovk Mar 11, 2022
ba09f18
README: Rephrase a section title
AA-Turner Mar 11, 2022
1a79345
PRS: Enable preview rendering on pull requests (#2023)
AA-Turner Mar 11, 2022
5d0ebd0
Dark mode: Invert some images (#2409)
hugovk Mar 11, 2022
6e84b66
PEP 594: Mark as Accepted (#2414)
hugovk Mar 11, 2022
2387930
PEP 594: Set Resolution header (#2416)
hugovk Mar 11, 2022
7a514d3
Infra: Remove artifact upload (#2417)
AA-Turner Mar 11, 2022
35c3f89
PEP 685: address more feedback (#2418)
brettcannon Mar 11, 2022
b8850a4
PEP 659: Link to final version of Brunthaler paper (#2412)
gvanrossum Mar 11, 2022
37351ae
PEP 673: Fix a couple of typos (#2419)
PeterJCLaw Mar 12, 2022
93619f3
PRS: Fix RSS generation and resolve all warnings (#2413)
AA-Turner Mar 12, 2022
00a5a0b
Lint: call tools inside venv using make's PYTHON (#2408)
hugovk Mar 12, 2022
54d8f01
PEP 440: note that setuptools comparison is historical (#2422)
ncoghlan Mar 12, 2022
ce2ef04
Meta: Classify Accepted Process PEPs as current; PEP 8001: Mark as Fi…
CAM-Gerlach Mar 12, 2022
0bd5131
Explicitly list files to render in `conf.py` (#2415)
AA-Turner Mar 14, 2022
4c76e96
Styling: Remove field block highlights and restore definition list in…
AA-Turner Mar 14, 2022
13aa4b1
Make the table of contents collapsed by default (#2364)
AA-Turner Mar 14, 2022
15edc5e
PEP 339: Fix broken link (#2431)
smontanaro Mar 15, 2022
fb1498c
PEP 681: Descriptor fields (#2369)
debonte Mar 15, 2022
9900fa8
Accessibility: Add aria-label to clearly describe the dark mode butto…
hugovk Mar 15, 2022
982d50f
PEP 594: Fix minor typo (#2433)
AlexWaygood Mar 15, 2022
851a4a3
PEP 20: Fix syntax highlighting and other minor syntax/formatting iss…
CAM-Gerlach Mar 15, 2022
250eed4
PEP 594: minor fix of hyperlinks in table of replacements (#2434)
chid Mar 15, 2022
dab4060
[pep-569][pep-596] Actual dates for 3.8.13 and 3.9.11
ambv Mar 15, 2022
09a93fb
PEP 673: Fix syntax highlighting (#2435)
AlexWaygood Mar 15, 2022
9beb2be
PEP 619: Update bugfix release dates
pablogsal Mar 16, 2022
9a7e3b2
PEP 537, 569, 596: Update bugfix release date (#2436)
hugovk Mar 16, 2022
819e9cb
PEP 685: Copyedit and fix various minor issues following further chan…
CAM-Gerlach Mar 16, 2022
41086f5
Style: Fix vertical margins of def lists w/o <p>s to match those with…
CAM-Gerlach Mar 17, 2022
cc45dde
PEP 589: Fix typo - index 'y' needs quotes (#2438)
stroxler Mar 17, 2022
618233e
PEP 594: Deprecate nis in 3.11 not 3.8 (#2440)
hugovk Mar 17, 2022
96bfcd0
PEP 686: Make UTF-8 mode default (#2443)
methane Mar 18, 2022
f500416
PEP 668: Keep the marker file in container images (#2289)
pradyunsg Mar 18, 2022
06a3e1e
PEP 686: Update URLs, PEP references, Discussions-To and CODEOWNERS p…
CAM-Gerlach Mar 19, 2022
f58c277
PEP 630: Add sections for 2 more gotchas (GH-2450)
encukou Mar 21, 2022
8bd3c28
PEP 675: Mark as accepted (#2452)
JelleZijlstra Mar 21, 2022
df2f79c
PEP 685: mark PEP as accepted
brettcannon Mar 22, 2022
b9f57b9
Minor wording changes for PEP 685 (#2448)
pfmoore Mar 22, 2022
04eb449
PEP 686: Update based on discussion (#2446)
methane Mar 22, 2022
293dd4e
Reformat PEP 659 to obey 80 column limit. (#2458)
markshannon Mar 22, 2022
3b879dd
PEP 655: Mark as accepted (#2451)
JelleZijlstra Mar 22, 2022
f30bc4c
Style: Reduce size of code font and improve responsiveness at narrow …
CAM-Gerlach Mar 22, 2022
750ae13
Remove hash alias for unsafe_hash (#2454)
debonte Mar 23, 2022
c196dc6
PEP 686: Change target version to 3.13 (#2457)
methane Mar 23, 2022
4370f8f
PEP 1, 12: Update to reflect guidance for correct syntax highlighting…
CAM-Gerlach Mar 24, 2022
25fa660
PEP 678: simplify specification to use a list and create the __notes_…
Zac-HD Mar 24, 2022
5ab0922
PEP 619: Add 3.10.4 release (#2466)
hugovk Mar 24, 2022
a733297
PEP 596: Add 3.9.12 release (#2465)
hugovk Mar 24, 2022
d286a46
PEP 1, 12: Update for adoption of PEP 676, and fix a few related item…
CAM-Gerlach Mar 24, 2022
55bed7d
Style: Scroll code blocks instead of wrapping them (#2463)
CAM-Gerlach Mar 24, 2022
7523502
PEP 0: Make PEP titles in table clickable links (#2429)
CAM-Gerlach Mar 24, 2022
a5edad1
PEP 686: Grammar fixes (#2464)
methane Mar 25, 2022
f3aad21
PEP 659: Update to describe inline caches (#2462)
markshannon Mar 25, 2022
233b005
PEP 678: minor grammar fix (#2468)
iritkatriel Mar 25, 2022
cbb8915
PEP 665: fix typo, much to must (#2472)
allen-munsch Mar 26, 2022
9c6f5dd
add missing backslash (#2473)
verhovsky Mar 27, 2022
a0351c0
Infra: Include trailing slash in RSS URLs to avoid 301 redirect (#2474)
hugovk Mar 28, 2022
4081ea2
PEP 670: Rearrange and reword the PEP (#2461)
encukou Mar 28, 2022
4952634
PEP 396: Fix `importlib.metadata.version` reference (#2480)
simenheg Mar 29, 2022
a4f0c14
PEP 570: Mark as Final (#2481)
CAM-Gerlach Mar 29, 2022
ac651d1
Remove Django negativity; move converter to Rejected Ideas (#2488)
debonte Mar 31, 2022
4d8bc00
PEP 685: add a tranisition plan
brettcannon Mar 31, 2022
6ccd6bc
PEP 686: Update (#2470)
methane Mar 31, 2022
dae03bb
Style: Fix unbounded max width causing very wide spans to overflow (#…
CAM-Gerlach Mar 31, 2022
d0a55d7
PEP 686: Update Post-History (#2489)
methane Mar 31, 2022
03d6747
PEP 681: Move descriptor-field support to Rejected Ideas (#2477)
debonte Mar 31, 2022
dcc73ae
PEP 686: Update Discussions-To to match Post-History (#2490)
CAM-Gerlach Mar 31, 2022
136a938
PEP 670: Remove a redundant sentence
brettcannon Mar 31, 2022
b70ce67
PEP 670: fix a grammar mistake
brettcannon Mar 31, 2022
59091e8
PEP 686: Add schedule for each spec. (#2496)
methane Apr 1, 2022
47299f2
Update PEP 669 specification to return current callback object when r…
markshannon Apr 1, 2022
5725206
PEP 681: Decorator placement, future params, unstated semantics (#2498)
debonte Apr 1, 2022
fe2d145
Infra: generate machine-readable PEP index (#2475)
hugovk Apr 1, 2022
67fe49b
Fix colour scheme toggling when switching from default dark mode (#2494)
wookie184 Apr 2, 2022
19cff91
PEP 687: Isolating modules in the standard library (GH-2499)
encukou Apr 4, 2022
c8ad36c
PEP 687: Add Discussions-To & Post-History (GH-2501)
encukou Apr 4, 2022
671b6a8
PEP 387: clarify that the SC should be consulted when a warning canno…
brettcannon Apr 4, 2022
b10f0f8
PEP 681: Rename `field descriptor` to `field specifier` (#2503)
debonte Apr 5, 2022
7e537ba
PEP 681: Add Post-History (#2502)
JelleZijlstra Apr 5, 2022
f73a0aa
PEP 681: Add support for kwargs (#2504)
debonte Apr 6, 2022
63d802d
Meta: Clearly document current guidance for changing existing PEPs (#…
CAM-Gerlach Apr 6, 2022
3783169
3.11.0 alpha 7 released (#2510)
SmartManoj Apr 9, 2022
2c4d71f
PEP 682: Mark as final (#2513)
mdickinson Apr 11, 2022
eab767b
PEP 687: Fix reference to PEP 489 (#2515)
mdboom Apr 11, 2022
75cc685
Infra: Remove pre-wrap CSS rule that breaks multi-line inline literal…
ExplodingCabbage Apr 11, 2022
515eb41
PEP 681: Add author override (#2517)
debonte Apr 12, 2022
0131647
PEP 678: update status to Accepted (#2518)
Zac-HD Apr 12, 2022
7a4c01e
PEP 687: Add to CODEOWNERS (GH-2516)
JelleZijlstra Apr 12, 2022
642ad67
Infra: don't wrap PEP numbers in PEP 0 tables (#2524)
hugovk Apr 13, 2022
dab4e0b
Wheel should have headers, not include (#2523)
uranusjr Apr 13, 2022
a6a7eb3
PEP 686: gh-91156 is fixed (#2525)
methane Apr 14, 2022
d85b9f6
purge CDN cache on deploy (#2526)
ewdurbin Apr 14, 2022
3f6aec0
Infra: Restore PEPs RSS feed in <head> (#2509)
hugovk Apr 14, 2022
5144e88
PEP 681: grammar tweak
brettcannon Apr 14, 2022
e637415
Terraform fastly service (#2527)
ewdurbin Apr 15, 2022
9514bd9
bump HSTS to reccommended settings (#2528)
ewdurbin Apr 15, 2022
0140226
PEP 671: Add Discussions-To header and Post-History (#2482)
davidfstr Apr 15, 2022
cf75fc4
PEP 645: Mark as Withdrawn (and as Standards Track) (#2529)
davidfstr Apr 15, 2022
3882b92
PEP 631: Update status to reflect incorperation into PEP 621 (#2506)
CAM-Gerlach Apr 15, 2022
0666a97
PEP 670: Mark as Accepted (#2522)
Apr 15, 2022
32adbec
PEP 687: amendments after feedback (#2521)
Apr 16, 2022
f163a0b
PEP 681: Fix header links (#2507)
JelleZijlstra Apr 16, 2022
adf9512
Build Instructions: Fix to work with the latest Makefile (#2485)
davidfstr Apr 16, 2022
42e241f
PEP 595: replace mismatched references with inline links (#2534)
hugovk Apr 17, 2022
0806d52
PEP 11: define tiered platform support (#2442)
brettcannon Apr 18, 2022
4a5751f
Style: Reduce space consumed by headers and improve alignment (#2533)
CAM-Gerlach Apr 19, 2022
efeae28
Infra: Improve email and link processing and rendering in headers (#2…
CAM-Gerlach Apr 19, 2022
5949604
PEP 639: Update header, footer, link, reference and code block syntax…
CAM-Gerlach Apr 19, 2022
53d6d59
Infra: remove two of the five instances of title at top of pages (#2532)
hugovk Apr 19, 2022
dfdd865
PEP 630: Format and copyedit prior to conversion into a docs HOWTO gu…
CAM-Gerlach Apr 19, 2022
6879a7d
PEP 11: fix a typo of a name (#2538)
corona10 Apr 19, 2022
07b9d0c
PEP 517: add missing def for the mandatory hook build_wheel signature…
wimglenn Apr 19, 2022
a6336e9
Lint: Update headers and checks per current guidance & provide helpfu…
CAM-Gerlach Apr 20, 2022
e0d4ae5
Style: Retitle inline 'Contents' to 'Table of Contents' for clarity (…
CAM-Gerlach Apr 20, 2022
9cbbc2d
PEP 11: Add Discussions section (#2544)
vstinner Apr 20, 2022
28a5eb3
Lint: Optimize images to reduce file size by 1.5-2x for free (#2542)
CAM-Gerlach Apr 23, 2022
c83efdf
PEP 594: Fix a typo (#2550)
lemonez Apr 23, 2022
5673bc4
PEP 642: update status (#2547)
jeanas Apr 24, 2022
24dec44
Infra: Add note on finding the RTD preview (#2551)
JelleZijlstra Apr 24, 2022
0cb0066
PEP 688: Making the buffer protocol accessible in Python (#2549)
JelleZijlstra Apr 25, 2022
d098303
PEP 688: Link to current docs (#2553)
encukou Apr 25, 2022
5d84d65
PEP 688: Add discussion links (#2554)
JelleZijlstra Apr 25, 2022
4233ef7
PEP 11: Add Linux s390x to Tier 3 (#2543)
vstinner Apr 25, 2022
d40ca16
PEP 681: Address Steering Council feedback (#2555)
debonte Apr 25, 2022
701999a
PEP 11: add mailcap to the deprecation list (#2557)
brettcannon Apr 26, 2022
ee52157
PEP 686: Postpone target version to 3.15 (#2556)
methane Apr 26, 2022
73d438c
PEP 480: Clarify automated signing solution to remove key sharing (#1…
mnm678 Apr 26, 2022
0b0dd6d
Add tests for `pep_sphinx_extensions` (#2545)
hugovk Apr 26, 2022
e84c71b
PEP 594: fix typos (#2558)
JelleZijlstra Apr 26, 2022
7f53796
PEP 689: Semi-stable C API tier (GH-2559)
encukou Apr 27, 2022
fa18fff
PEP 689: Add Post-History (#2561)
encukou Apr 27, 2022
ebff37d
Enable resetting HTML colour scheme preferences
flying-sheep Apr 28, 2022
26d7a56
PEP 638: Typographic fixes (#2368)
davidfstr Apr 29, 2022
dd8535b
PEP 485: Update email address (#2566)
PythonCHB Apr 29, 2022
77b5482
PEP 11: Add back and update Post-History header with direct links (#2…
CAM-Gerlach Apr 30, 2022
278070a
Include the PEP index in `peps.json` (#2567)
wookie184 May 1, 2022
4b04a2b
PEP 1: Refer to GitHub for the Python issue tracker (#2568)
itamaro May 2, 2022
376341a
PEP 690: Lazy Imports (#2569)
Kronuz May 3, 2022
4831a0a
PEP 690: Add Discussions-To (#2573)
Kronuz May 3, 2022
ba857a6
PEP 690: Add "per-module opt-in" to "rejected ideas" section (#2574)
carljm May 3, 2022
f1be4a3
PEP 690: Add Post-History (#2575)
Kronuz May 3, 2022
5232fda
PEP 689: Rename to "Unstable C API tier" (#2576)
encukou May 4, 2022
171c27e
PEP 691: Draft PEP for Simple JSON API (#2578)
di May 5, 2022
a155de2
PEP 691: fix a mistyping of `HTTP` when `HTML` was intended
brettcannon May 6, 2022
3f4a6f9
PEP 691: Add Discussions-To (#2581)
JelleZijlstra May 6, 2022
153cd9e
PEP 690: Add a simple example of the behavior (#2577)
carljm May 7, 2022
0a0f491
PEP 690: Add flexibility to set_eager_imports() (#2571)
Kronuz May 7, 2022
7fb2d08
PEP 664: Add 3.11.0b1 release date (#2588)
pablogsal May 8, 2022
c28bc5c
PEP 664: Fix indentation error (#2589)
pablogsal May 8, 2022
ba7ec48
Update CODEOWNERS for PEP 670 and PEP 687 (#2586)
erlend-aasland May 8, 2022
7557f19
PEP 362: Fix formatting of colons in field descriptions (#2590)
davidfstr May 8, 2022
178afaf
PEP 691: Refactor based on Feedback (#2592)
dstufft May 8, 2022
323e8bf
PEP 691: Copyright (#2593)
dstufft May 9, 2022
375e940
PEP 687: Retarget to Python 3.12 (#2591)
erlend-aasland May 9, 2022
a45a339
Typo Fixes, courtesy of @di (#2594)
dstufft May 9, 2022
46efeee
PEP 8: Fix typos (#2600)
jbritton6 May 11, 2022
9111678
PEP 623: Change status to Final (#2601)
methane May 13, 2022
703362a
PEP 691: Fix minor nits with headers and reST syntax (#2603)
CAM-Gerlach May 13, 2022
c787739
PEP 7: Add note about greppable exception messages (#2605)
May 13, 2022
64e5abf
[pep-596] Actual date for 3.9.13
ambv May 17, 2022
83148ef
PEP 7: Revert: "Add note about greppable exception messages (#2605)" …
erlend-aasland May 17, 2022
951b1de
Add missing import (tarfile is used in _make_sdist hook) (#2607)
wimglenn May 20, 2022
67baf51
PEP 671: Fix formatting (#2614)
cool-RR May 21, 2022
5df9e7c
PEP 690: Fix omission of `-L` in example (#2582)
itamaro May 21, 2022
2b791d8
PEP 675: Add explicit `circumference` method (#2618)
pradeep90 May 23, 2022
b064613
PEP 681: Clarify impact of decorating overload (#2610)
debonte May 26, 2022
6b88b04
PEP 621: Fix missing schemes in example project.urls (#2621)
Julian May 30, 2022
5e58dc6
PEP 664: Add 3.11.0b2 release date (#2623)
pablogsal May 31, 2022
1dae931
PEP 664: Add feature list (#2625)
pablogsal May 31, 2022
4578d75
PEP 664: Add release date for 3.11.0b3 (#2626)
pablogsal Jun 1, 2022
9c23bd6
PEP 11: fix CPU arch name for PowerPC64LE
brettcannon Jun 3, 2022
ebefef1
PEP 681: mark as Accepted (#2630)
debonte Jun 6, 2022
bd3afce
PEP 619: Update bugfix release dates (#2631)
pablogsal Jun 6, 2022
eaa22db
PEP 257: Use sys.maxsize instead of sys.maxint (#2629)
pankwings Jun 6, 2022
ab4b55c
PEP 686: Mark PEP 686 as accepted (#2632)
methane Jun 8, 2022
f7c9e62
Infra: Use Docutils' `list-table` syntax for PEP 0 (#2616)
AA-Turner Jun 8, 2022
e92d085
Infra: Refactor `peps.json` logic into PEP class (#2585)
AA-Turner Jun 8, 2022
2d9a946
PEP 0: Remove 'PEP' from table headers (#2635)
hugovk Jun 8, 2022
a8a7bd5
PEP 11: add links to buildbot tags
brettcannon Jun 8, 2022
9ef0bfe
PEP 520: Fix citation references (#2637)
hugovk Jun 9, 2022
85c4c86
PEP 484: Fix citation references (#2638)
hugovk Jun 10, 2022
ee8a945
PEP691: More Updates and Clarifications (#2645)
dstufft Jun 12, 2022
b18e3f1
PEP 205, 611: Fix word duplications and grammar (#2646)
serhiy-storchaka Jun 12, 2022
bcc0bbc
PEP 619, 664: Fix release date in comment (#2649)
hugovk Jun 13, 2022
41e1468
PEP 670: Set Status to Final (#2647)
vstinner Jun 13, 2022
a2a0afd
PEP 554: Fix citation references (#2644)
hugovk Jun 14, 2022
3ab5327
PEP 609: Rename to Python Packaging Authority (PyPA) Governance (#2642)
pradyunsg Jun 14, 2022
19f2582
Several PEPs: Add `Topic: Packaging` (#2636)
AA-Turner Jun 14, 2022
1cba25d
PEP 671: Add section on evaluation order (#2652)
Rosuav Jun 17, 2022
da13103
PEP691: Switch to a List for Project, Address more Feedback (#2653)
dstufft Jun 17, 2022
a2f2d6c
Add support for topic indices (#2579)
AA-Turner Jun 18, 2022
c3373a4
PEP 693: Python 3.12 Release Schedule (#2648)
Yhg1s Jun 18, 2022
b6cd4a5
PEP 668: Add PEP-Delegate (#2654)
pradyunsg Jun 18, 2022
52e6c45
PEP 553: Fix citation references (#2639)
hugovk Jun 18, 2022
2849a58
PEP 593: Fix citation references (#2640)
hugovk Jun 18, 2022
b4032e7
Infra: Make colour theme cycler button accessible (#2619)
hugovk Jun 18, 2022
0ffc781
PEP 632: Remove `Topic: Packaging` header (#2656)
pradyunsg Jun 18, 2022
fa659f0
Infra: Tweak PEP references to work on topic sub-index pages (#2658)
pradyunsg Jun 20, 2022
13eed48
PEP 671: Since it keeps getting asked about, add a para on deferreds …
Rosuav Jun 21, 2022
4f8825e
Multiple PEPs: Move Packaging PEPs to Standards Track and mark as Fin…
pradyunsg Jun 21, 2022
5df7232
PEP 615: Fix incorrect RFC link (#2662)
aphedges Jun 22, 2022
4bf8907
PEP 660: Mark as Final (#2664)
pradyunsg Jun 23, 2022
b1344d6
PEP 561: Mark as final (#2663)
pradyunsg Jun 23, 2022
d51fe24
PEP 650: Withdraw and move to Standards Track (#2665)
pradyunsg Jun 24, 2022
f1af4a7
PEP 691: touch up (#2668)
brettcannon Jun 24, 2022
c4ec86f
PEP691: Mark Accepted + Grammar Fixes + Small Fix (#2674)
dstufft Jun 25, 2022
95dfb0b
PEP 687: Mark as Accepted
erlend-aasland Jun 27, 2022
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
Prev Previous commit
Next Next commit
PEP 553: Fix citation references (python#2639)
* PEP 553: Remove orphaned citation to fix build warning

* PEP 553: Remove redundant emacs metadata
  • Loading branch information
hugovk authored Jun 18, 2022
commit 52e6c453f15a100fefefad2175d6fb736972a6da
14 changes: 0 additions & 14 deletions pep-0553.rst
Original file line number Diff line number Diff line change
Expand Up @@ -280,22 +280,8 @@ References
.. [impl]
https://github.com/python/cpython/pull/3355

.. [envar]
https://mail.python.org/pipermail/python-dev/2017-September/149447.html


Copyright
=========

This document has been placed in the public domain.



..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End: