Commit Graph

7725 Commits

Author SHA1 Message Date
Nathaniel J. Smith 572be20994 PEP 8016: add more details about how emeritus members work (#834) 2018-11-05 22:46:39 -05:00
Brett Cannon 2de3aac59a
Fix a markup mistake in PEP 8001 2018-11-05 17:59:56 -08:00
Victor Stinner e810baa03d
PEP 8015: add Mark Shannon to the Type Hints Team (#833)
Add also names for the Documentation Team.
2018-11-05 22:42:17 +01:00
M Somerville 8739c9efb4 PEP 557: Fix typo (#832) 2018-11-05 12:11:07 -08:00
Barry Warsaw 8be46e7768
Update description for PEP 8010 2018-11-05 11:16:21 -08:00
Nathaniel J. Smith 5175b24a04 PEP 8016 - initial draft (#827) 2018-11-05 13:00:49 -05:00
Barry Warsaw 80833bd420
Version 2 updates (#831)
* Version 2 updates
2018-11-04 17:29:40 -08:00
Donald Stufft 686f4f728a Use CVIS instead of a github repository (#830) 2018-11-04 22:15:12 +01:00
Victor Stinner 19e6ed2b9c PEP 8015: rephrase some paragraphs 2018-11-03 04:27:21 +01:00
Victor Stinner de61996457
PEP 8015: Adjust votes (#828)
* Steering Committee: move Roles before Election
* Use Schulze viriant of the Condorcet method
* Suggest CIVS service for online voting
* Change required majority
* Add also a "Annex: Summary on votes" section.
* Company acquisition
2018-11-03 02:48:43 +01:00
Brett Cannon 95d98edde9
Add "Further discussion" as a voting option to PEP 8001 2018-11-02 15:02:29 -07:00
Brett Cannon 053a6cd954
Switch PEP 8001 to the Condorcet method (#829) 2018-11-02 14:58:48 -07:00
Victor Stinner b4083791ab
PEP 8015: use secret ballot (#826) 2018-11-01 18:38:34 +01:00
Victor Stinner 0ef5cfdaf4
Update PEP 815 (#825)
* Explain how a Python team is created
* Clarify the special case when a Steering Committee member
  proposes a PEP
2018-11-01 18:07:06 +01:00
Victor Stinner 878f0e9ce7
Update PEP 8015 (version 4) (#824)
* Rename Core Board to Steering Committee
* Steering Committee doesn't approve PEPs
* Move PSF Code of Conduct Workgroup section
* Limit committee mandates
* Add Version History and Copyright sections
* Adjust votes
2018-11-01 16:50:11 +01:00
Ned Deily fb854added Add Julien to current PEPs 2018-10-29 22:00:00 -04:00
Nathaniel J. Smith f9bf44601f
Move 8001 back to draft status (#822)
Hopefully only briefly. Rationale:
  https://discuss.python.org/t/python-governance-electoral-system/290/21
2018-10-29 16:52:00 -07:00
Mark Amery acda0d1dde PEP 0008: Clarify self-contradictory =-spacing rules (#820)
Previously, the PEP contained roughly the following three rules, in sequence:

1. Never use spaces around `=` when used to indicate a parameter default
2. Something unrelated
3. DO use spaces around `=` when used to indicate a parameter default if there is also a parameter annotation present

This commit attempts to clarify this part of the PEP by:
* Combining the first and third rules listed above into a single rule that addresses both annotated and unannotated parameters
* Rephrasing the first rule to indicate that it applies only to unannotated parameters, to eliminate the logical contradiction
2018-10-29 10:52:27 -07:00
Sebastian Rittau cd1efca559 PEP 484: Remove mention of typing.io and .re (#821) 2018-10-29 16:36:42 +00:00
Mariatta 93ce3a7294
Rename CoC.rst to .md (#819)
It needs to be in Markdown.
2018-10-27 09:40:04 -07:00
Guido van Rossum f6abb96c8a Remove Guido from list of PEP editors and add note about future governance (#813) 2018-10-27 09:23:42 -07:00
Mariatta 54d4ce5055
PEP 101: Replace the "he" pronoun with "The WE" (#817) 2018-10-27 09:22:27 -07:00
Mariatta 8898e786aa
PEP 8011: Fix links to footnotes (#818) 2018-10-27 09:22:03 -07:00
Mariatta 45d2b7d0ab
PEP 8011: Clarify open points (#816)
- term limit (5 years, same as release manager's role)
- disbanding the trio when one member quits
- use same voting mechanism as PEP 8001
- clarify that an individual can be nominated in more than one slate
2018-10-27 09:06:48 -07:00
Barry Warsaw 19d46ea7b1
Typo 2018-10-24 10:21:09 -07:00
Barry Warsaw 0c55847f17
Update term length (#815) 2018-10-23 18:14:31 -07:00
Steve Dower a75c73377f
PEP 8013: Change name of council (#814) 2018-10-23 13:04:57 -04:00
danishprakash a187ebc254 spelling conventions and errors (#812) 2018-10-23 08:09:28 -07:00
Łukasz Langa 9459fd81ba
[pep-8001] Governance PEPs must not be modified during the voting period 2018-10-22 13:48:12 -07:00
Łukasz Langa 0b0595b7b6
[pep-8001] It's on 2018-10-22 13:09:13 -07:00
Victor Stinner 83064ebc49
PEP 8015: add Type Hints team (#811) 2018-10-22 19:25:40 +02:00
Ned Deily 473d50aba9 3.7.1final and 3.6.7final 2018-10-20 03:16:22 -04:00
Brett Cannon 80e6d5523b
Make PEP 8013 active so it shows up with the other governance PEPs in the index 2018-10-19 12:56:46 -07:00
Victor Stinner 368897da34
PEP 8015: ban a core dev and update the PEP (#810) 2018-10-19 18:00:35 +02:00
Stéphane Wirtel 001382733e PEP 581: Mapping issues, read-only mode for migrated issues (#809)
* PEP 0581: Add a new status to bpo

* PEP 0581: When a bpo issue is migrated, this one should be in read-only

* PEP 0581: Add a section for the mapping between github and bpo issues
2018-10-15 07:38:18 -07:00
Łukasz Langa b77032006c
[pep-8001] Define tactical voting 2018-10-15 06:03:29 -07:00
Łukasz Langa 1b1249aa7d
[pep-8001] Make it explicit partial votes are invalid 2018-10-15 06:03:08 -07:00
Łukasz Langa dfa1ac1aac
[pep-8001] Make the Travis gods happy (use single e-mail for Mariatta and RDH) 2018-10-15 04:22:21 -07:00
Łukasz Langa 411114422a
[pep-8001] Python Governance Voting Process 2018-10-15 04:15:14 -07:00
Victor Stinner f6036613e5 PEP 8015: fix typo 2018-10-15 10:38:12 +02:00
Ned Deily 4c8083c103 3.6.7rc2 and 3.7.1rc2 2018-10-13 17:24:22 -04:00
Mariatta cda890143e
PEP 8011: Provide explanation of PSF membership (#808) 2018-10-12 10:44:21 -07:00
Ethan Smith c509ce282e Clarify ordering of PEP 561 module resolution (#807)
As brought up in python/mypy#5520.
2018-10-11 20:36:04 -07:00
Carol Willing 97cb9542da PEP 8011: Minor edits for clarity (#806) 2018-10-11 14:20:09 -07:00
Antoine Pitrou 7808074692
PEP 574: minor updates (GH-805)
* Fix example
* Mention Numpy implementation and benchmark
2018-10-11 13:54:53 +02:00
Victor Stinner 8013370d7c
PEP 8015: minor changes (#804)
* Rationale: clarify PEP votes
* singular they must use verb with plural form:
  "they becomes" (a developer) => "they become"
2018-10-09 16:25:14 +02:00
Carol Willing 16732235de Clarify Python Core Board from PSF Board (#803)
* Clarify Python Core Board from PSF Board

Signed-off-by: Carol Willing <carolcode@willingconsulting.com>

* Fix typo

Signed-off-by: Carol Willing <carolcode@willingconsulting.com>
2018-10-09 10:25:05 +02:00
Mariatta 2e295d98d6 PEP 8011: Python Governance by Trio of Pythonistas (#802) 2018-10-08 16:01:13 -07:00
Victor Stinner 6530a30ffc Add PEP 8015: Organization of the Python community 2018-10-08 21:54:53 +02:00
Carol Willing 0cf5a7d8cf [pep-8012] Add text for clarity (GH-801) 2018-10-08 12:12:03 +02:00