Brett Cannon
3e8b280039
Minor update for PEP 512
2016-03-28 10:47:56 -07:00
Berker Peksag
0c16d59848
Fix broken links in PEP 378
...
Reported at https://github.com/python/pythondotorg/issues/913
2016-03-27 22:56:33 +03:00
Berker Peksag
f730565241
Fix typos and tweak the return value of dict_get_version(d)
2016-03-27 22:52:25 +03:00
Guido van Rossum
11e9267809
Show example of 2.7 syntax for argument-less function, and mention skipping 'self'.
2016-03-22 18:12:14 -07:00
Guido van Rossum
6ce45f1256
Give an explicit example for how to annotate *args, **kwds.
2016-03-22 14:54:38 -07:00
Guido van Rossum
cf6962bc20
Clarify what's allowed in the base classes when making a new generic class.
2016-03-22 08:56:19 -07:00
Guido van Rossum
db9caac261
Relax constraints on @overload. It may occur in modules if followed by a non-@overload version.
2016-03-21 13:51:08 -07:00
Guido van Rossum
f81fd32c43
Updates to PEP 484 concerning the syntax for Python 2.7 and straddling code.
2016-03-21 13:31:02 -07:00
Guido van Rossum
e1d8f55b86
Just refer to the spec in PEP 484 for straddling annotations instead of repeating the info in PEP 8.
2016-03-21 13:30:24 -07:00
Nick Coghlan
d486abefaf
PEP 493 has been implemented
2016-03-20 22:46:53 +10:00
Alexander Belopolsky
321671df8f
pep-494: Added PEP 495 to 3.6 proposed changes
2016-03-19 17:06:35 -04:00
Larry Hastings
dd6b8d2557
Added the first inklings of a 3.5.2 schedule.
2016-03-19 18:36:18 +00:00
Brett Cannon
f475d61a18
Roll an idea into part of another one
2016-03-19 11:23:45 -07:00
Georg Brandl
013c3926a8
Update PEP 515: the "_" format specifier is now accepted.
2016-03-19 07:49:20 +01:00
Brett Cannon
c1eb956ea8
Merge
2016-03-18 10:47:36 -07:00
Brett Cannon
1057d39e02
Add the idea of generating a list of contributors to thank per release
2016-03-18 10:47:20 -07:00
Steve Dower
d530ee1bf3
PEP 514: Updates wording and post date
2016-03-17 16:28:56 -07:00
Serhiy Storchaka
40d4760aea
Encoding name can contain underscores.
2016-03-17 15:47:38 +02:00
Guido van Rossum
e8c05569ec
Clarify things around the coding cookie.
...
Serhiy Storchaka: "Coding cookie must be in comment, only the first
occurrence in the line must be taken to account (here is a bug in
CPython), encoding name must be ASCII, and there must not be any
Python statement on the line that contains the encoding
declaration."
2016-03-16 17:19:40 -07:00
Guido van Rossum
cbf79d2711
Undefined didn't make it into the standard.
2016-03-16 16:22:19 -07:00
Brett Cannon
052035eaa8
Add an idea to have a bot help identify potential core devs
2016-03-05 12:51:30 -08:00
Brett Cannon
fac8237c3d
Fix a reference error
2016-03-05 12:31:20 -08:00
Brett Cannon
a1396aa96c
Update status of PEP 512
2016-03-04 12:29:35 -08:00
Barry Warsaw
0e8e6dbfa3
PEP 493 is Accepted.
2016-03-02 10:06:11 -05:00
Victor Stinner
30a8962c72
PEP 511: link python-ideas discussion
2016-02-29 15:52:38 +01:00
Nick Coghlan
4e77d45d59
PEP 493: slight wording tweak for accuracy
2016-02-25 18:32:06 +10:00
Nick Coghlan
a283db8c30
PEP 493: clarify a security caveat
2016-02-25 18:21:44 +10:00
Nick Coghlan
9c4c3a39c7
PEP 493: add new post date
2016-02-24 20:16:56 +10:00
Nick Coghlan
16fcb881c2
PEP 493: address review comments from Barry
2016-02-24 16:29:59 +10:00
Barry Warsaw
254ad75c22
Gramatical and other improvements given by thefourtheye.
...
Closes #26408
2016-02-22 09:05:45 -05:00
Donald Stufft
d8ac3d2b80
Fix errors/warnings on PEP 517
2016-02-18 07:02:27 -05:00
Donald Stufft
5f69d1fc04
Switch the BDFL-Delegate to Nick
2016-02-18 06:03:25 -05:00
Donald Stufft
87804bb08e
Assign PEP 517
2016-02-18 06:00:57 -05:00
Donald Stufft
1432502f27
Add PEP 516
2016-02-18 05:52:24 -05:00
Donald Stufft
3c361038d4
Update PEP 508
2016-02-17 18:25:21 -05:00
Georg Brandl
b48031fa48
Fix grammar.
2016-02-13 19:21:34 +01:00
Georg Brandl
22fbc7c475
Change example constant.
2016-02-13 13:24:48 +01:00
Georg Brandl
75e11563cb
Minor fix.
2016-02-13 09:46:00 +01:00
Georg Brandl
3693b34730
PEP 515: major revision. Use rules preferred by Guido.
2016-02-13 09:43:02 +01:00
Victor Stinner
2002aa056a
PEP 511: code transformer context
2016-02-13 02:54:18 +01:00
Victor Stinner
4da7e41f94
PEP 511: update bytecode example
2016-02-13 01:29:05 +01:00
Brett Cannon
e2bf937396
List Senthil as in charge of figuring out how to convert repos
2016-02-11 19:11:13 -08:00
Georg Brandl
e8d21f30ca
Minor nit.
2016-02-11 21:08:20 +01:00
Georg Brandl
887330e895
Update schedules.
2016-02-11 18:34:06 +01:00
Georg Brandl
2c56f53fcb
Clarify what the underscores actually mean.
2016-02-11 17:58:09 +01:00
Georg Brandl
eb4e4467a9
Add Post-History.
2016-02-11 09:18:45 +01:00
Georg Brandl
412e1ffb35
Minor update to PEP 515.
2016-02-11 09:11:20 +01:00
Georg Brandl
88fccc3d5c
Update PEP 515: new, much simpler rule.
2016-02-11 08:57:12 +01:00
Georg Brandl
1202d81471
Update PEP 515 with corrections.
2016-02-11 08:45:52 +01:00
Georg Brandl
345497f028
PEP 515: underscores in numeric literals.
2016-02-10 23:16:04 +01:00