Victor Stinner
e945677364
PEP 674: Address Petr's review
2022-02-07 16:12:42 +01:00
Brett Cannon
a46be770e5
PEP 594: provide examples of how to replace the relevant parts of `cgi` ( #2304 )
2022-02-04 15:46:03 -08:00
Dominic Davis-Foster
40e4694084
PEP 664: Mark Python 3.11.0 alpha 5 as released ( #2303 )
2022-02-04 12:21:52 +00:00
CAM Gerlach
670de668d4
PEP 639: Clarify License-File field, slim down terminology & remove future PEPs ( #2298 )
...
* PEP 639: Remove speculative future PEPs section and cut down terminology
* PEP 639: Clarify intended role of License-File field in other formats
* PEP 639: Move User Scenarios to an appendix and de-number
* PEP 639: Apply suggestions from Adam's reivew and other refinements
2022-02-03 17:16:44 -06:00
Taneli Hukkinen
cd4d4bbf57
PEP 680: Fix link ( #2301 )
2022-02-03 17:15:09 -06:00
Zac Hatfield-Dodds
6d1703cbe4
PEP 678: add post-history, minor tweaks following discussion ( #2294 )
2022-02-03 10:37:16 +00:00
CAM Gerlach
73fbc86311
Fix pre-commit-config filename in codeowners and re-sort ( #2299 )
2022-02-02 23:42:58 -06:00
CAM Gerlach
52ffaebe9b
PEP 12: Update guidance on linking PEPs/RFCs per recent changes, and add check for it ( #2291 )
2022-02-02 19:52:40 -08:00
Pradeep Kumar
6b5bfdb1c4
PEP 675: remove unnecessary reference to Self type PEP ( #2297 )
2022-02-02 13:43:20 -08:00
Brett Cannon
1579748348
PEP 13: clarify a sentence
...
Someone pointed out "with not veto by the steering council" could be misconstrued as suggesting the SC has no veto powers when it actually does.
2022-02-02 13:17:01 -08:00
Erik De Bonte
de3626fe40
PEP 681: Fix type annotation of field_descriptors param ( #2296 )
2022-02-02 09:46:55 -08:00
Graham Bleaney
74272d5238
Minor formatting and wording fixes ( #2293 )
2022-02-02 12:49:27 +00:00
CAM Gerlach
49cf033720
PEP 594: Revise EOL dates mentioned to reflect relevant Python versions ( #2290 )
2022-02-01 14:32:55 -08:00
CAM Gerlach
920f92f05f
PEP 1: Further clarify PEP-Delegate notification & acceptance process ( #2273 )
...
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Brett Cannon <brett@python.org>
2022-02-01 14:32:42 -08:00
Pradeep Kumar
51c6246c7e
PEP 675: Switch to the name `LiteralString` ( #2292 )
...
* Switch to the name LiteralString
* Reject ``LiteralBytes``
* Address nits
* Set off "such as" phrases with commas
2022-02-01 13:00:27 -06:00
Pradeep Kumar
6f11197188
PEP 675: Updates ( #2282 )
2022-01-31 19:20:47 -08:00
CAM Gerlach
e43f567e93
Upgrade lint infra & add a few more conservative built-in checks ( #2286 )
2022-01-31 18:49:58 -08:00
Erik De Bonte
47de64f1f5
PEP 681: Data Class Transforms ( #2285 )
2022-01-31 15:10:50 -08:00
Adam Turner
5c62d9d2de
Fail the Sphinx render workflow on warnings from Docutils ( #2288 )
2022-01-28 23:24:08 +00:00
David Foster
795214108b
PEP 655: Integrate feedback circa Jan 2022 ( #2287 )
2022-01-28 09:11:29 -08:00
Victor Stinner
0a7241c9e1
PEP 674: M2Crypto and mecab-python3 are not affected
2022-01-27 22:17:35 +01:00
Victor Stinner
cec7b9f5fd
PEP 674: Fix the number of affected projects
2022-01-27 22:05:11 +01:00
Victor Stinner
e1b48f92da
PEP 674: Update Abstract
2022-01-27 22:03:51 +01:00
Victor Stinner
61e93c33be
PEP 674: List fixed projects; change title ( #2284 )
2022-01-27 21:26:01 +01:00
Taneli Hukkinen
e647fcedbd
PEP 680: Note that double precision float is a recommendation not requirement (GH-2278)
2022-01-27 11:27:05 +01:00
Shantanu
579627054d
PEP 680: Further explain why files are read as binary (GH-2281)
2022-01-27 11:25:47 +01:00
Irit Katriel
ea50689a8d
PEP-678: Update link to documentation PR (GH-2283)
2022-01-27 10:15:59 +00:00
Pradeep Kumar
9f8179aaa2
PEP 675: Clarify wording in various sections ( #2279 )
...
* PEP 675: gentler intro for the Motivation section.
* PEP 675: explain usage stats.
* PEP 675: remove duplicate Backwards Compatibility heading.
There was already a Backwards Compatibility heading for Type Inference.
So, I just inlined the second one into the Runtime Behavior section.
* PEP 675: link to Other Uses in the Motivation.
* PEP 675: clarify that we insert a new type in the hierarchy.
* PEP 675: Make Backwards Compatibility a top-level section.
We had two "sections" - one for the type inference and one for the
runtime behavior. Move them both into one top-level section.
* PEP 675: Change case of Runtime Behavior.
* PEP 675: Fix and widen hyperlink text.
2022-01-26 16:57:26 -08:00
Victor Stinner
12c6decec2
PEP 674: Add link to version 2 discussion
2022-01-27 00:49:16 +01:00
Victor Stinner
bd2d338aed
PEP 674: only 9 projects are affected ( #2280 )
2022-01-26 23:41:24 +01:00
Victor Stinner
e3836e95b5
PEP 674: Leave PyDescr_TYPE() unchanged ( #2277 )
...
Add Version History.
2022-01-26 23:10:52 +01:00
Zac Hatfield-Dodds
854f67698d
PEP 678: more rejected ideas (GH-2205)
2022-01-26 18:07:30 +00:00
Adam Turner
a83e4189ed
PEP 676: Barry Warsaw is the delegate ( #2275 )
2022-01-25 23:28:27 +00:00
Brett Cannon
4a0747fc63
PEP 594: remove modules from the list that are already gone ( #2274 )
2022-01-25 15:12:44 -08:00
Brett Cannon
9906d56876
PEP 594: add myself as co-author and target for Python 3.11 ( #2262 )
...
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
2022-01-25 14:51:26 -08:00
CAM Gerlach
1f0826ea62
PEP 7: Prohibit compiler extensions in general, not just GCC, per #758 ( #2263 )
...
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2022-01-25 14:24:40 -08:00
Hugo van Kemenade
8723bc4945
PEP 13: Update 2022 Steering Council per PEP 8103 results ( #2272 )
2022-01-25 14:15:44 -08:00
Boris Gorelik
8306a794bc
PEP 8: Replaced outdated usages of `print` as a statement ( #2271 )
2022-01-25 07:20:55 -08:00
Yichen
5e5616dce3
PEP 13 and PEP 245: Fix incorrect PEP references ( #2267 )
...
* PEP 13: Fix invalid PEP reference
* PEP 245: Fix reference to wrong (duplicate) PEP
2022-01-25 01:58:30 -06:00
Pradeep Kumar
43b77a681a
PEP 673: mark as Accepted; add Resolution link. ( #2269 )
2022-01-24 21:41:07 -08:00
Adam Turner
94b32cef70
Exclude `.codespell` from Sphinx ( #2264 )
2022-01-24 15:47:21 -08:00
Dimitri Papadopoulos Orfanos
e5de01abae
Add configuration for running `codespell` locally ( #2151 )
...
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
2022-01-24 23:40:15 +00:00
Petr Viktorin
3eeb003bff
PEP 646: Add acceptance note, bump Python version ( #2261 )
2022-01-24 09:33:29 -08:00
Adam Turner
3e85270574
PEP 676: Mention additional enhacements ( #2260 )
...
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2022-01-23 22:23:13 +00:00
Hugo van Kemenade
36ce796303
PEP 1: Use plain text formatting for PEP Headers and fix links ( #2259 )
...
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
2022-01-23 21:42:08 +00:00
CAM Gerlach
a79ef202bc
PEP 1: Further refine phrasing and organization of PEP-Delegate description ( #2257 )
...
* PEP 1: Refine phrasing and organization of PEP-delegate description
* PEP 1: Further tweak phrasing of PEP delegate description
* PEP 1: Incorporate further reviewer suggestions on PEP-Delegate section
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2022-01-21 21:41:51 -08:00
Gregory P. Smith
da9bf5f9a1
Remove needless gender specific terms. #855 ( #2258 )
...
Cleanup grating unmodern gender wording text in old PEPs that were pointed out
in #855 .
2022-01-21 13:08:11 -08:00
Adam Turner
fb046e16c6
Only restrict to deploying on pushes to `master` in the python/peps repo ( #1996 )
2022-01-21 11:37:08 +00:00
Adam Turner
113e490701
Several PEPs: Use explicit `:pep:` and `:rfc:` roles ( #2209 )
2022-01-21 11:03:51 +00:00
Adam Turner
cf5b6b1649
Fix resolution field validator
2022-01-21 00:46:25 +00:00