Commit Graph

28 Commits

Author SHA1 Message Date
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
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
Huang Huang 89b839265d reSTify PEP 253 (#368) 2017-08-31 14:06:43 -07:00
Xiang Zhang 65a38a811b fix a few typos in PEP 252, 253, 367, 3135 2016-07-01 15:27:28 +08:00
Serhiy Storchaka 3dad438872 Issue #26916: Fixed words duplications. 2016-05-03 12:03:16 +03: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
David Goodger c5b5d3c83d added Last-Modified headers to all PEPs without 2006-03-23 20:13:19 +00:00
Barry Warsaw 0443981205 Marking PEPs 252 and 253 as final, with GvR's approval. Includes an editor's
note about the accuracy of the description in the PEP.
2005-01-30 03:08:02 +00:00
Guido van Rossum de40a0f6d8 Update open issues a bit. 2001-10-19 18:17:00 +00:00
Tim Peters a307f83a41 Fixed a number of typos, and made some semantic updates in a few areas I
was sure about.
2001-09-21 07:56:16 +00:00
Guido van Rossum aaebded223 Small rewordings based on Terry Reedy's feedback (finally).
Added a few more open issues.
2001-09-08 11:31:52 +00:00
Guido van Rossum 4bbc58e8f3 Add another way to look at the motivation for the new MRO. 2001-09-06 22:04:56 +00:00
Andrew M. Kuchling 5ae683ddbb Fix some typos (without, I trust, changing any of the semantics) 2001-07-18 13:44:57 +00:00
Guido van Rossum bf4b7e8c90 Note to self. 2001-07-13 19:48:07 +00:00
Guido van Rossum 51cb76f682 Exhausted myself today by adding a long section on the new MRO. 2001-07-11 21:26:08 +00:00
Guido van Rossum 3294596182 Added a section on multiple inheritance. 2001-07-11 19:09:28 +00:00
Guido van Rossum 9006318a33 Just a little bit more cleanup. Added a TODO list. 2001-07-10 20:46:24 +00:00
Guido van Rossum 14f1593cc7 Another intermediate checkin. Removed a lot of lies about an older
idea for what tp_alloc() should be.
2001-07-10 20:01:52 +00:00
Guido van Rossum 15299026e7 Intermediate checkin (documented tp_new, tp_init, tp_alloc properly). 2001-07-10 17:11:19 +00:00
Guido van Rossum 96eb7ba974 Conform to Barry's new PEP referencing guidelines. 2001-07-05 19:00:02 +00:00
Guido van Rossum 9c2e1292f6 More good stuff. Consider this just a checkpoint. 2001-06-14 20:48:43 +00:00
Guido van Rossum 82dbbdfcee Clarified the paragraph about creating a subtype in C. 2001-06-14 13:37:45 +00:00
Guido van Rossum b54a36962d Another intermediate update. I've rewritten the requirements for a
base type to be subtypable.  Needs way more work!
2001-06-13 21:48:31 +00:00
Guido van Rossum 559c1c1ad4 PEP 259: Omit printing newline after newline 2001-06-11 20:07:37 +00:00
Guido van Rossum 8ce73a97d3 Add a lot of text. A looooooot of text. Way too much rambling. And
it isn't even finished.  I'll do that later.  But at least there's
some text here now...
2001-05-15 01:36:46 +00:00
Guido van Rossum d1e2189144 Checking in a stub of PEP 253. 2001-05-14 13:43:23 +00:00