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
Serhiy Storchaka
ad7f2b2f6c
Remove trailing spaces from many PEPs ( #983 )
2019-04-16 07:50:15 -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
csabella
e15c2c15eb
reSTify PEP203 and PEP238 ( #268 )
2017-05-27 14:46:58 -07: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
Serhiy Storchaka
cc1c734886
Issue #26921 : Fixed a/an articles.
2016-05-03 13:52:22 +03:00
Georg Brandl
08ea236bbb
Update not-so-old PEP URL.
2009-01-18 09:50:42 +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
Thomas Wouters
e0c7c5d7e0
Update my email address from the old work address (which still works, but
...
not indefinitely.)
2007-02-24 17:16:22 +00:00
David Goodger
c5b5d3c83d
added Last-Modified headers to all PEPs without
2006-03-23 20:13:19 +00:00
Barry Warsaw
bea68c0534
Use new acceptable practices for PEP references.
2001-07-05 19:09:19 +00:00
Barry Warsaw
cf52f70cfe
Accepted, implemented, and checked in, thus mark this as Final.
2000-09-23 08:19:29 +00:00
Thomas Wouters
f32f15658a
Update PEP to reflect reality. Explain the current mechanism the InPlace functions use to find the right function to call, and when to coerce or not.
2000-08-25 11:11:25 +00:00
Guido van Rossum
bdfc5f2d12
Accepted, but also added a note about a misfeature that should be
...
fixed.
2000-08-23 15:57:21 +00:00
Thomas Wouters
dcef105339
Fix typo found by Peter Funk. Thanx, Peter!
...
(Of course, I put it there on purpose, just to see if anyone was paying
attention. Really! :)
2000-08-23 12:34:02 +00:00
Thomas Wouters
eed4c74a66
Incorporate Guido's decision to go for '__iadd__' for the Python class
...
hooks, and trim the 'open isues': PyNumber_InPlacePower() is now a
trinary function, like PyNumber_Power(), and I'm working on the docs and the
library.
2000-08-23 11:32:01 +00:00
Barry Warsaw
990dbb1692
Rearranged a few headers. Thomas, should this PEP's status be changed
...
to Accepted?
2000-08-23 05:22:41 +00:00
Thomas Wouters
7c9c4a88f7
Spelling fixes and semantic (both ways) corrections by Aahz Maruch, Bjorn
...
Pettersen and Eric Jacobs.
2000-08-14 19:58:09 +00:00
Thomas Wouters
31f50af7ad
Reflect the fact I just posted this PEP to c.l.py.
2000-08-14 16:08:44 +00:00
Thomas Wouters
cba8c6abb3
Fixed some spelling errors and inconsistent quoting, rewrote some unclear
...
parts and added a Rationale and an Open Issues section. Is this something
like you had in mind when you say 'Rationale', Tim ? :-)
2000-08-14 15:22:52 +00:00
Thomas Wouters
18701cf307
Complete rewrite of the PEP, discarding the previous long explanation about
...
augmented assignment. Kept as short as possible, but might still be
considered wordy :-)
2000-08-07 12:40:00 +00:00
Thomas Wouters
cf9d818d03
Incomplete version of the augmented assignment PEP. It currently includes
...
only the arguments for/against inclusion of augmented assignment in Python,
not yet the technical details. I decided to upload this half-completed
version to give people some time to respond before I finish it :-)
Feel free to bring up any and all arguments. The point of the PEP is to
archive those, after all!
2000-07-16 16:07:29 +00:00
Barry Warsaw
863f419655
Assign to Thomas Wouters.
2000-07-14 03:30:20 +00:00
Barry Warsaw
41021a4bf9
Initial set of Python Enhancement Proposals
2000-07-13 06:33:08 +00:00