Brett Cannon
f68adbf114
Defer PEP 480 ( #932 )
2019-03-21 12:53:27 -07:00
Larry Hastings
8491a69b11
Fix typo in PEP 101 that was like a finger being jammed in my eye
2019-03-20 18:43:01 -07:00
Cameron SImpson
86435a9b17
PEP 418, PEP 499: update the email address of Cameron Simpson ( #940 )
...
From cs@zip.com.au to cs@cskk.id.au .
2019-03-19 16:30:05 -07:00
Barry Warsaw
5d1b72d06d
Standards track peps should be Draft ( #941 )
2019-03-19 16:12:03 -07:00
Barry Warsaw
84d5ad1528
Fix PEP 573 type
2019-03-19 15:17:30 -07:00
Cameron SImpson
ccdbb66ee4
PEP 499: add some examples and other updates ( #939 )
...
* add some examples
* specify that packages are not affected by this change
* specify that use of module.__name__ should be replaced by module.__spec__.name where the canonical monudle name is required
* other small changes
[Unlike the original PR, this does *not* change Cameron's email. A separate PR is needed.]
2019-03-19 12:10:14 -07:00
Guido van Rossum
e6fb1bcc32
Fix dict difference example ( #938 )
...
(Inspired by patch in PR #937 , by @EmilStenstrom.)
2019-03-19 11:30:54 -07:00
Larry Hastings
c9c8d21457
Update release schedules for 3.4 and 3.5.
2019-03-19 01:29:20 -07:00
Larry Hastings
661d055486
Fix final "iad1" -> "nyc1" in PEP 101 for new CDN.
2019-03-18 13:00:16 -07:00
Antoine Pitrou
14eb76a16f
PEP 556: Update to mention draft implementation ( #936 )
2019-03-16 17:58:24 +00:00
Nick Coghlan
bb5409aacd
PEP 491: Mark as Deferred ( #927 )
2019-03-16 13:40:55 +10:00
Brett Cannon
9fe23c4aae
Reject PEP 542 ( #935 )
2019-03-15 15:56:22 -07:00
Brett Cannon
82db6780d6
Defer PEP 536 ( #934 )
2019-03-15 15:32:43 -07:00
Brett Cannon
b78d1f70a5
Reject PEP 472 ( #933 )
2019-03-15 15:02:57 -07:00
Brett Cannon
345d69fd72
Reject PEP 473 ( #930 )
2019-03-15 14:38:37 -07:00
Ned Deily
5f4ce39c11
Add End-of-life section to pep 101
2019-03-15 17:28:49 -04:00
Michael Lee
7370df1f00
PEP 586: Fix typos and tighten wording ( #929 )
...
This pull request fixes one or two typos in PEP 586.
It also slightly adjusts the wording of the section on
type inference as suggested here:
https://github.com/Michael0x2a/peps/pull/1#discussion_r265795433
2019-03-14 18:42:08 -07:00
Michael Lee
b870ad2a45
PEP 586: Literal Types ( #928 )
2019-03-14 17:29:08 -07:00
Guido van Rossum
375db992d5
PEP 483: Mark as Final
2019-03-14 17:15:09 -07:00
Mariatta
2f8f1ec0ba
PEP 8: minor grammar improvement ( #926 )
...
From
> does not import objects whose name starts with an underscore.
into
> does not import objects whose names start with an underscore.
Closes https://github.com/python/pythondotorg/issues/1387
2019-03-13 10:48:04 -07:00
Ned Deily
d75c78a189
Update 3.7.3, add 3.7.4
2019-03-12 19:19:57 -04:00
Mariatta
a0c92348b9
Use the xenial dist in travis ci ( #925 )
2019-03-12 15:49:13 -07:00
Reece Dunham
31e8fa3411
Remove deprecated travis ci option ( #924 )
2019-03-12 15:40:25 -07:00
Larry Hastings
8ea7e1c07d
Mark the "Argument Clinic" PEP as Final.
2019-03-11 18:17:09 -07:00
Pablo Galindo
c0927428bf
PEP 570: grammar and wording fixes (GH-923)
2019-03-11 23:16:05 +00:00
Mario Corchero
bbdcedb71b
Add further rationale and related work ( #921 )
...
Add further content as suggested by Victor Stinner in an offline
conversation.
2019-03-11 08:13:46 -07:00
Mariatta
fb41c35fcb
PEP 581: Add Post-history ( #918 )
...
Posted to Python-dev on March 7, 2019.
2019-03-07 16:31:24 -08:00
Mariatta
08ce9d3c7f
PEP 581: Remove mention of "closing issues in bpo" ( #917 )
...
Issue will be moved to GitHub only when there is interest.
2019-03-07 16:10:57 -08:00
Brett Cannon
8e7b03ab1d
PEP 12: provide templates for the header and sections ( #913 )
2019-03-07 16:09:01 -08:00
Brett Cannon
28d6119f0c
Fix a spelling mistake
2019-03-07 12:25:51 -08:00
Mariatta
f4f2f158c5
PEP 581: Add info about bug triage team and CLA assistant ( #916 )
2019-03-07 10:22:57 -08:00
Ernest W. Durbin III
33dc2afa5f
PEP 8100: Publish full vote counts from election ( #915 )
...
We have recieved consent from all candidates except one. No objection was heard
from the remaining candidate, and 4 attempts to solicit consent or objection
were made.
2019-03-07 07:08:54 -05:00
johnsonb2
4332d3d688
PEP 3119: Fix typo int the word: coarse-grained ( #914 )
...
coarse-grained -> coarse-grained
2019-03-06 17:25:00 -08:00
Brett Cannon
d69b083262
Mention the Sponsor header
2019-03-06 14:48:44 -08:00
Pablo Galindo
3f4938f0ba
Add some clarifications to the PEP and implementation link (GH-907)
2019-03-05 21:59:06 +00:00
Brett Cannon
c58d32c33b
Introduce the concept of sponsors ( #903 )
2019-03-04 17:33:58 -08:00
Brett Cannon
a7160d6358
Support the 'Sponsor' header field ( #911 )
2019-03-04 17:33:37 -08:00
Brett Cannon
c3e468c2e8
Re-order and flesh out what belongs in a PEP ( #909 )
2019-03-04 17:13:32 -08:00
Nick Coghlan
584befc79d
PEP 432: Direct discussions to capi-sig ( #906 )
2019-03-04 11:36:36 +01:00
Nick Coghlan
92f130c1f5
PEP 381: Mark as Withdrawn ( #905 )
2019-03-04 11:35:07 +01:00
Vlad Starostin
efa0877683
Fix typo ( #908 )
2019-03-04 11:34:43 +01:00
Łukasz Langa
c7881a5216
[pep-585] Type Hinting Usability Conventions (WIP)
2019-03-04 10:53:46 +01:00
Larry Hastings
595563b534
Add note to PEP 101 about updating the "Python Documentation by Version" page.
2019-03-04 00:27:30 -08:00
Larry Hastings
88fc49f3c2
Update release schedules for 3.4 and 3.5.
2019-03-04 00:14:24 -08:00
Nick Coghlan
1694af081c
PEP 432: Update to better reflect status quo (GH-904)
2019-03-03 12:17:22 +10:00
Benjamin Peterson
98d7460a02
Mark 2.7.16 as finished; vaguely plan 2.7.17 and 2.7.18.
2019-03-02 11:33:01 -08:00
Paul Moore
06ab672e31
PEP 517: Add support for self-hosting backends and in-tree hooks ( #901 )
2019-03-02 12:04:23 +00:00
Brett Cannon
6cfba11afc
Rename pep-0583.txt to .rst ( #902 )
2019-03-01 11:39:16 -08:00
Guido van Rossum
617cc77f79
PEP 584: Break long lines and rename to .rst
2019-03-01 11:06:11 -08:00
Eric V. Smith
78f1a98ae3
Initial version.
2019-03-01 11:50:50 -05:00