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
Chris Angelico
6909798f26
Apply Nathaniel's changes to PEP 513
2016-02-10 16:54:46 +11:00
Steve Dower
4dea807de6
Add PEP 514: Python registration in the Windows registry
2016-02-06 12:37:37 -08:00
Nick Coghlan
4e200485ac
PEP 487: New version from Martin
2016-02-06 15:26:52 +10:00
Chris Angelico
28f163de57
Apply Nathaniel's latest changes
2016-01-31 07:51:23 +11:00
Nick Coghlan
364cbfa224
PEP 513: Mark as Active
2016-01-30 18:59:52 +10:00
Nick Coghlan
4132e304ce
PEP 513: Cover unicode ABI compatibility
2016-01-30 18:45:54 +10:00
Nick Coghlan
f9e2c09c98
PEP 513: latest update from Nathaniel
2016-01-30 17:10:13 +10:00
Victor Stinner
313f3f46f6
PEP 511: mention also PyCC by Kevin Conway
2016-01-27 17:37:44 +01:00
Nick Coghlan
f97c710fe7
PEP 513: Update from Robert
2016-01-27 21:37:05 +10:00
Victor Stinner
3e7419f50e
PEP 511
...
Remove changes already merged into CPython:
* code.co_lnotab: support negative line number delta
https://bugs.python.org/issue26107
* enhance compiler to handle correctly tuple and frozenset constants
http://bugs.python.org/issue25843
* ast.Constant:
http://bugs.python.org/issue26146
* enhance marshal to use the empty frozenset singleton
http://bugs.python.org/issue26146
These changes were not directly related to this PEP, but more generally
enhancements to write AST code transformers (especially AST optimizers).
2016-01-27 12:19:37 +01:00
Victor Stinner
336ca41c7f
PEP 510: adjust API of functions removing specialized code
2016-01-27 11:55:10 +01:00
Victor Stinner
3910522c12
PEP 511
...
* Change code_transformer() API. The method now takes a code object as input
and must return a code object.
* Be more explicit: code_transformer() and ast_transformer() are methods taking
a self parameter.
2016-01-27 11:29:51 +01:00
Brett Cannon
d45c401bb2
Clarify why cherry-picking is preferred in PEP 512
2016-01-26 17:15:31 -08:00
Brett Cannon
3ecdb18687
Merge
2016-01-23 13:08:20 -08:00
Brett Cannon
aacaa80398
Updates from discussions
2016-01-23 13:07:48 -08:00
Guido van Rossum
70a63a4751
Moved ambv/typehinting repo to python/typing. Yeah!
2016-01-22 16:26:17 -08:00
Brett Cannon
18770242cf
Minor tweaks to PEP 512
2016-01-21 16:59:57 -08:00
Nick Coghlan
dd23c62742
PEP 513: mark as a distutils-sig PEP
2016-01-21 16:46:49 +10:00
Nick Coghlan
d161460a4b
PEP 513: Portable Built Linux Distributions
2016-01-21 16:23:03 +10:00
Nick Coghlan
571813608f
PEP 440: Fix PyPI reference
2016-01-21 16:21:55 +10:00
Nick Coghlan
a3519cb25f
PEP 440: Remove references to PEP 426
...
PEP 426 is still in draft, and is likely to stay that
way for quite some time. This update removes those
references, and instead includes the relevant details
directly in PEP 440.
2016-01-21 16:15:12 +10:00
Brett Cannon
7c2c1021ef
Update PEP 7 to strongly encourage curly braces with conditional
...
statements.
2016-01-20 19:19:42 -08:00