Adam Turner
e14830b96a
PEP 3103: Resolve uses of the default role ( #3382 )
2023-09-01 19:20:35 +00:00
Hugo van Kemenade
5fb8b28a06
Many PEPs: 'Author' must be list of 'Name <email@example.com>, ...' ( #2809 )
2022-10-05 19:48:43 +03:00
Adam Turner
113e490701
Several PEPs: Use explicit `:pep:` and `:rfc:` roles ( #2209 )
2022-01-21 11:03:51 +00:00
Marti Raudsepp
9b64c6ea75
Various typo/grammar/style fixes ( #1789 )
...
Changes detected by Topy (https://github.com/intgr/topy ), all changes
verified by hand, false positives have been omitted.
These range from straight-out misspellings to debatable hyphen placement.
The hyphen changes are supported by grammar manuals of style.
2021-02-03 06:06:23 -08:00
Min ho Kim
19b5d9586a
Fixed typos ( #1144 )
2019-08-11 08:53:20 -07:00
Min ho Kim
cfb7bd74db
Fix typos ( #1113 )
2019-07-03 11:20:45 -07: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
Gerrit Holl
1319142c68
Fix spelling: smorgasboard -> smorgasbord. ( #450 )
2017-11-07 12:35:10 -08:00
Serhiy Storchaka
a53392a0f0
Remove trailing spaces. ( #232 )
...
Changes made automatically by the following command:
```
egrep -l ' +$' *.txt | xargs sed -i -re 's/ +$//'
```
2017-03-24 23:11:33 +02:00
Georg Brandl
4d8ea1d0fe
Fix lists-in-blockquotes in 3xxx PEPs. Ref: #26914
2016-05-03 09:51:54 +02:00
Raymond Hettinger
4d91eb4e49
Fix typo
2008-12-16 09:03:23 +00:00
Brett Cannon
cdf5d3ce68
Fix the headers so that they are in the right order and no required headers are
...
missing.
2007-06-19 04:20:07 +00:00
Guido van Rossum
89710fca07
Reject PEP 3103 (switch/case statement).
2007-02-26 00:35:06 +00:00
Guido van Rossum
66fb10758e
Switch my preference to syntax alternative 1.
2006-07-07 20:16:41 +00:00
Trent Mick
acebde8f95
I presume that this was the intent of this sentence.
2006-06-28 16:26:17 +00:00
Guido van Rossum
85a099ca3e
Introducing school IIb -- duplicate cases resolved by case order, not errors.
2006-06-28 14:41:23 +00:00
Guido van Rossum
77f06d7193
Standardize case of "school" -- there's no reason to capitalize this everywhere.
2006-06-27 18:01:47 +00:00
Guido van Rossum
f36e51cc18
Near-total rewrite of the section describing the different semantic
...
schools, inspired by discussion on python-dev with Ka-Ping. Hopefully
the different schools and their relative advantages and disadvantages
are represented more correctly now.
2006-06-27 05:06:58 +00:00
Ka-Ping Yee
f9467398b6
Add a note on what School I finds risky about School II's approach.
2006-06-26 20:48:07 +00:00
David Goodger
c9d10b37d0
typo fixes
2006-06-26 18:47:03 +00:00
Guido van Rossum
7f604edfe7
Fix a reST markup warning.
2006-06-26 18:09:41 +00:00
Guido van Rossum
3e857976b3
Add PEP 3103: A Switch/Case Statement (GvR).
...
Also fix a reference to cvs in the Makefile.
2006-06-26 18:05:39 +00:00
Guido van Rossum
aa6cebe8df
Checkpoint submit so I can edit this elsewhere.
2006-06-26 16:41:13 +00:00