Commit Graph

5922 Commits

Author SHA1 Message Date
Brett Cannon e213a64794 Add PEP 488: elimination of PYO files 2015-03-06 11:29:18 -05:00
Larry Hastings d2ed46e511 PEP 485 has been accepted, so it goes in the list for Python 3.5. 2015-03-04 10:52:44 -08:00
Ethan Furman 4a419e4431 missing space after comma messing up formatting 2015-03-02 12:46:30 -08:00
Larry Hastings 8641589197 Make the "null-merge to default" step its own explicit step.
I have now forgotten to do it twice, so hopefully this will
draw more attention to it and I won't miss it in the future.
2015-03-02 11:47:01 -08:00
Nick Coghlan d075538695 Withdraw PEP 422 in favour of PEP 487 2015-03-02 22:32:31 +10:00
Chris Angelico c568e8c5ab Create PEP 487 from Martin Teichmann's submission 2015-02-28 06:07:44 +11:00
Benjamin Peterson dc11fd5255 a warning 2015-02-27 10:29:03 -05:00
Brett Cannon e95106e8bd Update PEP 11 to be more clear about what is required to gain support for a platform for CPython 2015-02-27 09:35:12 -05:00
Brett Cannon cbaecb2fab Fix syntax error 2015-02-27 09:34:48 -05:00
Victor Stinner 8ccd6bf3f3 PEP 478: 4 PEP have been accepted for python 3.5 2015-02-27 10:18:27 +01:00
Chris Angelico 1979fba2a0 Record acceptances of PEPs 441 and 486, including trivial fixes for each courtesy of Paul Moore 2015-02-27 09:19:06 +11:00
Guido van Rossum 401c977971 Update to PEP 448 -- approved 2 out of 3, rejected *comprehension. 2015-02-26 12:17:47 -08:00
Chris Angelico f2db585e09 Apply PEP 441 changes from Paul Moore 2015-02-27 04:36:44 +11:00
Larry Hastings 6da3423f26 Update final release date for (slightly slipped) Python 3.4.3. 2015-02-26 06:01:00 -08:00
Guido van Rossum 0580801bde Small wording change to PEP 448 (replace "currently" with "continue to"). 2015-02-24 16:44:25 -08:00
Guido van Rossum 3f56ca4456 Make a line of dashes longer, to satisfy pep2html. 2015-02-24 10:36:15 -08:00
Guido van Rossum 17dfaa547e Update to PEP 441 from Paul More: swap pack() args, default archive name, support open streams. 2015-02-24 10:34:33 -08:00
Nick Coghlan 4cf8410bc9 PEP 422: Make __autodecorate__ a true decorator
* __autodecorate__ is now defined as a true decorator that can
  replace the class object entirely
* question whether the namespace parameter is sufficiently
  valuable to be worth the extra complexity, or if Eric Snow's
  idea of using an ordered dict by default would suffice
2015-02-23 21:34:36 +10:00
Victor Stinner 50b92eab1d PEP 446: Fix typo reported by Zhou Keyang 2015-02-22 23:49:15 +01:00
Nick Coghlan 271fd62543 PEP 422: Update Deferral note & other tweaks 2015-02-23 01:14:58 +10:00
Nick Coghlan a9817b6218 PEP 422: Rename init_class as autodecorate 2015-02-23 00:47:12 +10:00
Berker Peksag d50818e4e8 PEP 441: Update markup. 2015-02-20 16:10:43 +02:00
Berker Peksag 0493cfe00a PEP 441: Updates from Paul Moore. 2015-02-20 15:51:59 +02:00
Serhiy Storchaka 475b6f0c4e Fixed markup of footnotes. 2015-02-14 19:49:04 +02:00
Serhiy Storchaka d277ad711a Removed unneeded spaces before commas and periods. 2015-02-14 19:47:39 +02:00
Chris Angelico eb73a3b869 Apply PEP 486 changes from Paul Moore 2015-02-15 02:33:55 +11:00
Berker Peksag 72478f7d5f Add PEP 486 by Paul Moore.
Also, update Paul's email address.
2015-02-12 21:13:56 +02:00
Chris Angelico 2ca23b9a32 Update PEP 485 from Chris Barker's edits (w/ minor formatting) 2015-02-11 23:13:44 +11:00
Nick Coghlan b6fa3e2e91 Update Kallithea PEPs with change to my availability 2015-02-09 19:03:43 +10:00
Chris Angelico 1641c51ddd Update PEP 485 from Chris Barker's edits 2015-02-05 10:17:42 +11:00
Berker Peksag f19d84a049 PEP 328: Fix a broken link. 2015-02-03 08:44:51 +02:00
Antoine Pitrou 52e5cc7e77 Mark accepted 2015-02-02 21:46:57 +01:00
Antoine Pitrou 5064748c52 Update PEP with latest changes. 2015-02-02 21:38:52 +01:00
Berker Peksag 2acd07014c Update PEP editors list. 2015-02-02 15:37:11 +02:00
Berker Peksag dcb8279caf PEP 448: Update from Joshua Landau. 2015-02-02 15:31:33 +02:00
Donald Stufft 50d36874be Switch to proposing a full migration to Git, Github, and Phabricator 2015-02-01 10:26:15 -05:00
Nick Coghlan 00926f7bd4 PEP 461 has been implemented for 3.5 2015-02-01 15:59:42 +10:00
Nick Coghlan 5d8aa59c08 PEP 477 was implemented for 2.7.9 2015-02-01 15:57:13 +10:00
Nick Coghlan 9f217c790c PEP 462 now proposes Kallithea as the review component 2015-02-01 12:59:34 +10:00
Berker Peksag 0ee06e9bd1 PEP 448: Updates from Neil Girdhar. 2015-01-30 22:02:45 +02:00
Antoine Pitrou dd8631553c Some rephrasings. No technical change. 2015-01-30 02:17:26 +01:00
Chris Angelico 2a0e763757 Fix percentage markers in PEP 485 per Chris Barker's edits 2015-01-27 03:04:55 +11:00
Chris Angelico 9e4c0dd449 Apply Chris Barker's latest PEP 485 changes 2015-01-23 11:50:29 +11:00
Chris Angelico 79268209af Minor formatting fixes to PEP 485, missed in the first pass 2015-01-22 12:25:26 +11:00
Chris Angelico 6c5d998ce0 First public draft of new PEP 485 for an is_close_to() function 2015-01-22 12:15:51 +11:00
Chris Angelico 837ab51351 Oops - remove accidentally-committed files 2015-01-20 09:31:33 +11:00
Chris Angelico ef8239fef0 Remove over-specified text about finding PEP source, link instead to repo 2015-01-20 09:30:07 +11: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 e8ede28ac9 First public draft of PEP 484 2015-01-16 09:05:19 -08:00
Larry Hastings f8570a618b Added schedule for 3.4.3 rc1 and final. Revised schedule for 3.5.0a1. 2015-01-14 23:04:57 -05:00