Commit Graph

7548 Commits

Author SHA1 Message Date
Géry Ogam 3714aa1cef PEP 8: Fix inconsistent use of line breaks, case and indentation (#664) 2018-07-07 16:20:37 -07:00
jdemeyer 7eb19d4388 Update PEP 580 (#685) 2018-07-07 15:49:16 -07:00
小明 ff5c0802b9 fix typo in PEP 562 (#688) 2018-07-07 15:44:02 -07:00
Neil Schemenauer 5bfcc17b8e Fix trivial typo in PEP 572 (#691) 2018-07-07 15:37:55 -07:00
Guido van Rossum 23a91023fa
Add PEP 572 examples from stdlib (#698) 2018-07-07 14:05:56 -07:00
Steve Dower e89685036f
Updates to PEP 505 (#697) 2018-07-07 11:30:13 -07:00
Steve Dower 33877f7ac3
PEP 505: prepare for 3.8 (#693)
* Add myself as PEP 505 coauthor, and prepare for the rewrite
* First pass rewrite of PEP 505
2018-07-06 10:48:47 -07:00
Antoine Pitrou 6482422d75
PEP 574: Retitle "Alternatives" to "Rejected alternatives" (#696) 2018-07-06 17:37:02 +02:00
Guido van Rossum 5232173ad6 Add pending acceptance note and some TODOs 2018-07-05 17:21:28 -07:00
Steve Dower 0440c6d4f7
Improve PEPs 551 and 578 (#679) 2018-07-04 09:53:40 -07:00
Antoine Pitrou 267ef773c6
PEP 574: add mention of in-band performance (#687) 2018-07-02 22:44:31 +02:00
Ned Deily 7ef0449603
3.6.6 final 2018-06-27 21:37:03 -04:00
Ned Deily 8b68f3ed29
3.7.0 final 2018-06-27 21:35:51 -04:00
Guido van Rossum 524b9463dd Fix typo in Status header 2018-06-27 16:57:54 -07:00
Guido van Rossum bb9ca321dc Accept PEP 561 and link to it from the relevant section in PEP 484 2018-06-27 16:19:14 -07:00
Pradyun Gedam 5c7c89ca54 PEP 518: Reword paragraphs describing defined tables (#682) 2018-06-22 15:05:43 -07:00
jdemeyer c2716b76f4 Update PEP 579 and 580 (#678) 2018-06-22 15:02:29 -07:00
Barry Warsaw a5ac5e105b
Reserve two PEPs (#683)
* Reserve two PEPs
2018-06-21 10:09:54 -07:00
Guido van Rossum 9a5f48bd3a
Small tweaks to PEP 561 (#680) 2018-06-20 13:50:47 -07:00
Pradyun Gedam d2b5d8087a PEP 518: Add subsections to Specification section (#677)
It is common to reference to different parts of the specification when
discussing the changes brought about by this PEP. This change makes it
easier to do so by introducing subsections to the main specification.
2018-06-20 21:01:17 +10:00
Steve Dower 87fb9ab25a
Splits PEP 551 into PEP 578 (#674) 2018-06-19 17:09:57 -07:00
jdemeyer 9900d8d696 PEP 579 and 580: the C call protocol (#675)
* PEP 579: refactoring C functions and methods

* PEP 580: the C call protocol

* PEP 575: withdraw
2018-06-20 07:55:39 +10:00
Ethan Smith fa86a3cd23 PEP 561: add typeshed if a package is partial (#676) 2018-06-19 14:24:19 -07:00
Nick Coghlan 8857369e2a
PEP 577: Revise & withdraw based on review feedback (#665) 2018-06-19 20:36:50 +10:00
Nick Coghlan 1a43bed5ca
PEP 304 lives on :) (#673) 2018-06-16 15:05:26 +10:00
Daniel Glus 65edc87719 PEP 263: fix typo in coding regex (#672)
The characters before the # in a coding declaration line can be spaces, tabs, or form feeds; the escape sequence for a form feed is a `\f`, not a `\v` as is shown here.
2018-06-15 12:31:53 -07:00
Sumana Harihareswara 6d5ec660b4 PEP 373: Add 2.7.15 release dates (#659)
2.7.15 releases are now past:

https://mail.python.org/pipermail/python-announce-list/2018-May/011914.html
https://mail.python.org/pipermail/python-dev/2018-April/152706.html
2018-06-14 19:59:05 -07:00
Ned Deily 15babbf538
3.7.0rc1 happened 2018-06-12 17:25:22 -04:00
Ned Deily 2d9251217e
3.6.6rc1 happened 2018-06-12 17:21:34 -04:00
Jelle Zijlstra 26926a0ba8 Arguments that end with `__` are not positional-only (#670)
This came up in python/mypy#5156; we agreed that it was an oversight in the original specification of this feature to not allow this.
2018-06-06 17:01:24 +01:00
Nick Coghlan dfd9cf15aa
PEP 518: Cite @njsmith's config file format review (#668)
* PEP 518: Cite @njsmith's config file format review

* Add a file format feature summary table
2018-06-06 00:04:09 +10:00
Victor Stinner 281927584b Reject my PEP 546 co-written with Cory Benfield :-( 2018-06-05 13:13:49 +02:00
Brett Cannon fb657c73da
Fix a spelling mistake 2018-06-04 11:49:43 -07:00
Nick Coghlan c96c87555c
PEP 411: this is Active, not Accepted 2018-06-04 23:28:55 +10:00
Nick Coghlan 299471a402
PEP 440: this should be Active, not Accepted 2018-06-04 23:27:05 +10:00
Brett Cannon da09c9243a
Explain why we didn't use setup.cfg (#667) 2018-06-01 17:29:36 -07:00
Ned Deily 700b1c6b0e
3.7.0b5 actual 2018-05-31 00:40:52 -04:00
Mizux 1e6f2009e2 Fix typo in pep 491 (#666) 2018-05-31 05:50:57 +10:00
Ned Deily b7ced4d5c2
Resynch 3.6.6rc and final with altered 3.7.0 dates 2018-05-28 22:59:14 -04:00
Ned Deily 15c4e471d0
Add 3.7.0 beta 5 and change rc1 and final dates accordingly 2018-05-28 22:56:36 -04:00
Ned Deily 329f606cd2
update 3.7.0rc1 date 2018-05-25 01:40:20 -04:00
Géry Ogam 108b2f9da2 Use consistent "backwards" adverb and case for heads (#637) 2018-05-24 11:53:55 -07:00
Antoine Pitrou bebfd65c2b
PEP 574: add implementation (#663) 2018-05-24 00:05:19 +02:00
Brett Cannon 18b5165fd6
Fix a spelling mistake
Closes #658
2018-05-22 15:09:23 -07:00
Antoine Pitrou bad793c121
PEP 574: fix error in code sample (#662) 2018-05-22 23:35:23 +02:00
Guido van Rossum 6d81538ecb
Pep 572 update (#654)
- Remove changes to comprehension scope
- Make := in comprehensions assign to containing non-comprehension scope
- Clarify binding precedence (tighter than comma, not at same level as =)
- Remove mention of more complex targets in the future
- Explicitly disallow toplevel :=
- Rewrite section on differences with =, enumerating all of them
- Remove "here's how this could be written without :=" from examples

- Tweak first paragraph of "Syntax and semantics"
- Add "Exception cases" (various explicit prohibitions)
- Clarify that lambda is a containing scope
- Clarify that := and = just don't mix
- Added "Open questions" section
- Added two new rejected alternatives: "Allowing commas to the right"
  and "Always requiring parentheses"
- Minor edits

* Start a section on real code

* Correct/clarify "commas to the right" section

* Add Tim and Guido as authors

* Update abstract to mention :=

* Rule out targets conflicting with comprehension loop control

* Add timcode.txt as Appendix A

* Add os.fork() example

* Add TODOs about evaluation order
2018-05-22 12:49:00 -07:00
Petr Viktorin 0e2f1f04f7 Defer PEP 547 (#656) 2018-05-22 20:51:50 +10:00
Nick Coghlan a619e204e6
PEP 577: Augmented assignment expressions (#660)
Competing proposal for PEP 572 that focuses on allowing
augmented assignments as expressions, and treats
"NAME := EXPR" primarily as an explanatory tool for
the updated augmented assignment semantics.
2018-05-22 20:50:37 +10:00
Ned Deily 1aa01b64a8
extend 3.7.0rc1 by 2 days 2018-05-20 18:35:47 -04:00
Mark Shannon 99575010e0
New PEP 'Rationalize Built-in function classes'. (#650)
* PEP 576: Rationalize Built-in function classes.
2018-05-19 10:01:10 +01:00