Nick Coghlan
e36583e224
PEP 440 is no longer provisional
2015-03-19 13:10:44 +10:00
Larry Hastings
a170887e93
Update 3.5.0a3 to March 29. I always intended my releases to be on Sundays.
2015-03-14 19:45:22 -07:00
Ethan Furman
6bee21f27e
add %r as being supported, plus minor pep8 cleanup
2015-03-14 12:46:53 -07:00
Brett Cannon
87108972da
Mark PEPs 441 and 486 final
2015-03-13 11:17:26 -04:00
Brett Cannon
f900de9e24
Update post history for PEP 488
2015-03-13 09:32:05 -04:00
Brett Cannon
a56e36dea9
Update rejected/open ideas for PEP 488 along with minor grammatical fixes
2015-03-13 09:31:36 -04:00
Brett Cannon
08ec9b2956
Add PEP 489: Redesigning extension module loading
2015-03-13 08:41:41 -04:00
Nick Coghlan
9e4f6f2fa1
PEP 474: More thoughts on overall infrastructure maintenance
2015-03-12 13:25:59 +10:00
Larry Hastings
ce46615b2d
Updated 3.5 release schedule and features.
2015-03-09 02:43:35 -07:00
Victor Stinner
706b7c43e4
PEP 471: The implementation has been merged, set status to Final
2015-03-08 03:06:31 +01:00
Brett Cannon
ae1f7aa5f1
Explicitly state that PEP 488 doesn't influence import performance
2015-03-06 13:16:54 -05:00
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