Commit Graph

24 Commits

Author SHA1 Message Date
Adam Turner 42f88f1ce2
Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
Adam Turner 113e490701
Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
johnjhawk 4109619130
PEP 483: Fix an example (#2143)
The body of one of the examples mistakenly used different names than the parameters given in the function signature.
2021-11-14 14:39:30 -08:00
CAM Gerlach d548fdfb61
Lint: Validate PEP fields against PEP 12 (#1890) 2021-03-23 07:55:26 -07:00
Thomas Kluyver a108290289
Remove reference to implicitly Optional parameters (#1345)
This shorthand is no longer recommended - see #689 which changed it in PEP 484.
2020-03-29 09:07:30 +11:00
Ethan Smith 73b35bb7ff
PEP 483, 484, 585: Use parameterized instead of parametrized (#1318)
Google prefers "parameterize" and PEP 484 uses it in a majority of cases. So does the stdlib. So PEP 585 has to follow.
2020-02-24 20:18:17 -08:00
Guido van Rossum 375db992d5 PEP 483: Mark as Final 2019-03-14 17:15:09 -07:00
Johnny Gérard 9528786fa7 fix typo (#888)
"of" should be "or"
2019-02-02 05:05:38 +11:00
Mariatta cf3bad5ab3
Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464)
This reverts commit bb0e518ed3.
2017-11-11 11:28:55 -08:00
Huang Huang bb0e518ed3 Rename all .txt PEP files to .rst (GH-462)
For https://github.com/python/peps/issues/1
2017-11-11 10:30:43 -08:00
Ivan Levkivskyi c1dc44b21f Updates for PEPs 484 and 483 (#111) 2016-09-30 16:25:26 -07:00
Marti Raudsepp 04a6af2ab1 Fix various typos, spelling and grammar errors
Errors detected using Topy (https://github.com/intgr/topy), all changes
verified by hand.
2016-07-11 18:35:35 +03:00
Guido van Rossum 92b5b19f66 Typos, rst formatting and a minor addition to PEP 483 (Ivan L, upstream #227) 2016-06-16 17:08:10 -07:00
Guido van Rossum 2cc7dc3068 A new co-author for PEP 483, Ivan Levkivskyi, has greatly added to it. 2016-05-17 16:35:01 -07:00
Guido van Rossum cbf79d2711 Undefined didn't make it into the standard. 2016-03-16 16:22:19 -07:00
Guido van Rossum 6b0c7a8ed8 Indicate PEP 483 is sloppy about type vs. class. 2015-06-05 08:09:16 -07:00
Guido van Rossum d7aefb884c Small edits; added Tuple[t, ...] and Callable[..., tr]. 2015-04-06 19:54:09 -07:00
Guido van Rossum 9d3cc6ea4d PEP 48{2,3} title changes (typing -> types) and add some cross-links. 2015-01-16 09:11:05 -08:00
Guido van Rossum f07b0df7ae Change the level of a few headings. Remove duplicate title. 2015-01-09 10:55:11 -08:00
Guido van Rossum 58fe447ac3 Move text on Reticulated Python to PEP 483. Add an abstract. Set creation date to 19-Dec-2014 (cretion date of the original Quip doc). 2015-01-09 10:53:06 -08:00
Chris Angelico 21129621fb Record Guido's relicensing of PEP 483 under Open Publication License 2015-01-10 05:39:44 +11:00
Chris Angelico 24dc240fc2 ASCIIfy PEP 483 2015-01-10 05:28:21 +11:00
Chris Angelico 9ba23eff34 Import Guido's text from https://quip.com/r69HA9GhGa7J into PEP 483 2015-01-10 05:19:10 +11:00
Guido van Rossum c636a8b201 Add PEP 482, 483, 484 -- type hints. The latter two are stubs. 2015-01-08 11:10:25 -08:00