Eric Snow
860b950c77
PEP 554: Drop "Shareable" Objects ( #3057 )
...
This change also includes some minor fixes and a note about concurrent.futures.
2023-03-14 17:13:30 -06:00
Pablo Galindo Salgado
2bc335d7a4
PEP 701: Mark it as accepted ( #3056 )
2023-03-14 14:24:10 +00:00
Alice
c767dbf211
PEP-705: Link discuss thread ( #3055 )
2023-03-14 12:31:47 +00:00
Alice
f749a27e89
PEP 705: TypedMapping ( #2997 )
...
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-03-13 18:34:21 -07:00
Marta Gómez Macías
3cd0c13c86
PEP 701: Fix typos ( #3054 )
2023-03-13 22:45:02 +00:00
C.A.M. Gerlach
f7332e7226
PEP 696: Have Discussions-To point to thread rather than comment ( #3053 )
2023-03-11 20:58:53 -06:00
James Hilton-Balfe
e8b0cab081
PEP 696: Final round of changes before submitting to SC ( #3052 )
2023-03-11 18:07:34 -08:00
Brian Skinn
42c33bb982
PEP 698: Fix typos and suggest edits ( #2990 )
...
- Some simple typo fixes.
- Harmonizing the code formatting of some functions & packages
- Some suggested punctuation changes
- Change to the external link to `overrides` package to allow code formatting in the link
- Converting uses of "get" to "set" when referring to adding `__override__`
to decorated objects, for semantic consistency
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
2023-03-11 07:17:51 -08:00
Nick Coghlan
673c0999c8
PEP 558: fix typo & tweak wording in deferral note ( #3051 )
2023-03-11 07:59:21 +00:00
Nick Coghlan
900f32e8e1
Defer PEP 558 (defined semantics for locals()) once more ( #3050 )
2023-03-11 17:49:43 +10:00
Julien Palard
26f6303d19
Fix invalid escape sequence and dangling hyphens. ( #3049 )
2023-03-10 10:48:32 -08:00
Pablo Galindo Salgado
d318dc8329
PEP 701: Specify a lower bound for the nesting level ( #3048 )
2023-03-10 16:38:58 +00:00
Carl Meyer
a44796ee65
PEP 709: inline comps in all scopes, mention tracing/profiling ( #3046 )
2023-03-08 15:16:12 -07:00
Hugo van Kemenade
e39be942cf
PEP 693: Update with the release date for 3.12.0a6 ( #3045 )
2023-03-08 13:34:55 -08:00
Hugo van Kemenade
f007249a2c
Meta: Document the shortcut links ( #3043 )
...
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
2023-03-08 14:48:37 +02:00
Jelle Zijlstra
1235986b40
PEP 688: Mark as accepted ( #3042 )
2023-03-07 07:47:31 -08:00
Gregory P. Smith
9ddc022456
PEP 697: Clean up before PSC acceptance (GH-3041)
...
Cleanup PEP-697 before acceptance:
Clarify in the abstract that this does not apply to all types, things
like tuple and int are excluded. But could be done in the future.
Fix ``basesize`` vs ``basicsize`` field name typos.
Remove the Open Issues section and mention that using a PyType_Spec flag
instead of a negative basicsize was rejected and offer an explanation
why. (ultimately either way would work with similar impact)
2023-03-07 15:49:06 +01:00
Irit Katriel
23c9c28e36
PEP 707: fix link to another PEP ( #3039 )
2023-03-06 09:25:56 -08:00
Petr Viktorin
47bf3eb00a
PEP 706: Address Greg's review ( #3038 )
...
Address Greg's review
2023-03-06 16:31:52 +01:00
Dustin Ingram
dc4346298a
PEP 566: Fix keywords delimiter in JSON conversion ( #3015 )
2023-03-04 15:24:21 +00:00
Hugo van Kemenade
40f579646e
Infra: Only add Topics index to PEP 0, not topic indices ( #3037 )
2023-03-04 14:10:39 +02:00
Hugo van Kemenade
9fa3f36d90
Infra: Add index by topic to PEP 0 ( #2892 )
...
* Infra: Add index by topic to PEP 0
* Infra: Move intro text
* Simplify wording
2023-03-04 10:22:14 +02:00
Hugo van Kemenade
62a0bbe95b
Infra: RTD preview links should be single version ( #3035 )
2023-03-02 23:41:01 -06:00
Irit Katriel
a0b1e78ff6
PEP 707: add discussion link and some discussion feedback ( #3034 )
2023-03-02 19:14:27 +00:00
Guido van Rossum
da690c6b54
PEP 695: Update Post-History to include Discourse thread ( #3033 )
2023-03-02 09:53:02 -08:00
Irit Katriel
23e1d474ad
PEP 707: A simplified signature for __exit__ and __aexit__ ( #3018 )
2023-03-02 10:28:07 +00:00
Hugo van Kemenade
d54d4e66c7
Infra: Automatically edit PRs with link to RTD preview ( #3031 )
2023-03-01 07:05:31 +02:00
Carl Meyer
57f118e963
PEP 709: add notes from discussion thread ( #3032 )
2023-02-28 15:24:22 -08:00
Carl Meyer
98235c7a0b
PEP 709: Remove obsolete incompatibility subsection ( #3030 )
2023-02-27 20:11:31 -06:00
Carl Meyer
cf5741c181
PEP 709: Inlined comprehensions ( #3029 )
...
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2023-02-26 17:11:03 -08:00
Erlend E. Aasland
6d182da522
PEP 8: Allow both one and two spaces after period ( #3027 )
...
Authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-02-25 04:44:10 -08:00
C.A.M. Gerlach
78b814d7a6
Meta: Further tweak PR template titles to get the right order ( #3001 )
...
* Further tweak the PR template titles to get the right order
* Further refine New PEP PR checklist text
2023-02-25 02:41:31 -06:00
Donald Stufft
3115df4af7
PEP 708: Add Discussions-To and update Post-History ( #3026 )
2023-02-23 10:56:46 -05:00
Donald Stufft
f074fe020b
PEP 708: Extending the Repository API to Mitigate Dependency Confusion Attacks ( #3019 )
...
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Stefano Rivera <github@rivera.za.net>
2023-02-23 10:48:47 -05:00
Mark Shannon
bf937e64f5
PEP 669: Update to reflect latest design and implementation ( #3021 )
...
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
2023-02-23 13:37:40 +00:00
Petr Viktorin
706b7aa2e1
PEP 706: Add some notes, remove open issue, fix mistakes & formatting ( #3023 )
...
* Add some notes, remove open issue, fix mistakes & formatting
- Remove Open Issue “How far should this be backported?”.
That'll be up to release managers, no need to put it in the PEP.
- Add a section on adding filters to zipfile. Not *quite* a
“rejected idea”, but IMO the PEP is good enough without it.
- Add a note on a registration mechanism
- Fix a few obvious mistakes, typos, formatting
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2023-02-22 17:19:58 +01:00
Jelle Zijlstra
3eb648d9b4
PEP 692: Mark as accepted ( #3022 )
2023-02-22 09:35:45 +02:00
Lumír 'Frenzy' Balhar
ba0d2a3ffd
PEP 706: Fix typo ( #3020 )
2023-02-21 06:11:43 -08:00
Caleb P. Burns
db94143ce1
PEP 706: Fix trivial typo ( #3017 )
2023-02-15 16:49:24 -08:00
Petr Viktorin
43a289fe27
PEP 706: Add Discussions-To & Post-History entry ( #3016 )
2023-02-15 16:43:24 +01:00
Petr Viktorin
01717ed196
PEP 706: Filter for tarfile.extractall ( #3009 )
...
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-02-15 13:32:31 +01:00
Jelle Zijlstra
605ea6644c
PEP 688: Expand backwards compatibility section ( #3007 )
...
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-02-14 16:23:15 -08:00
Kushal Das
2b670aa514
PEP 582: Updates sysconfig scheme requirement ( #3014 )
2023-02-13 16:29:31 +01:00
Jelle Zijlstra
65a56a2142
PEP 702: Update number of parameters in specification ( #3011 )
...
Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
2023-02-09 09:30:20 -08:00
Hugo van Kemenade
b793892420
PEPs 619, 664, 693: Update newest release dates ( #3008 )
2023-02-09 11:14:24 +01:00
Jelle Zijlstra
5f9a9e7f10
PEP 702: Runtime warnings by default ( #3006 )
2023-02-06 20:36:32 -08:00
C.A.M. Gerlach
f292166dba
Lint: Allow per-message Post-History links w/trailing slash ( #3005 )
...
* Lint: Only ignore per-message links in Post-History with trailing slash
* PEP 684: Add trailing slash to per-message Post-History link
* Infra: Use clearer term (message, not post) for single Discourse messages
2023-02-06 16:49:00 -06:00
Eric Snow
bb50330507
PEP 684: Minor Updates ( #3004 )
...
I had forgotten to update the Post-History header back in October. There was also one minor point from that round of discussion that I had not added to the PEP yet.
2023-02-03 15:49:21 -07:00
Hugo van Kemenade
e92c4d6afa
PEP 1 and 12: Document Topic header ( #2995 )
...
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
2023-02-03 21:34:17 +02:00
Sagi Sarussi
7e1d4a5ae5
PEP 582: Correct typo ( #3003 )
...
`stie-packages` -> `site-packages`
2023-02-03 14:29:50 +00:00