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
Harmon
56e3d578dc
PEP 219: Fix grammatical mistakes ( #900 )
2019-02-25 10:59:14 +11:00
Andre Delfino
7b72f683be
Update pep-0008.txt ( #854 )
2019-02-23 15:00:16 -08:00
Ernest W Durbin III
9cdb3fda14
package/deploy: it's working now
2019-02-23 13:43:27 -05:00
Ernest W Durbin III
de44089833
package/deploy: script must be executable 🤦♂️
2019-02-23 13:23:33 -05:00
Ernest W Durbin III
fe80e4975e
package/deploy: don't clean up first, we need those files
2019-02-23 13:19:00 -05:00
Ernest W Durbin III
74c07a51e9
package/deploy: attempt to navigate travis-ci dot org
2019-02-23 13:14:03 -05:00
Ernest W. Durbin III
b91c65043d
create package target ( #898 )
...
* create package target
the peps are built... may as well publish a tarball directly from travis.
python.org hosting is being updated and i'm trying to move it away from local
disk storage, which the current pep integration relies on.
this will allow me python.org to pull the tarball out of S3 and do it's work.
* packager: push to s3 after success
2019-02-23 13:02:57 -05:00
Nick Coghlan
83687f6ee3
PEP 1: Update for governance changes related to the steering council ( #896 )
2019-02-20 16:50:18 -08:00