Mariatta
90294efcdf
PEP 8011: Mariatta and Barry are co-authors ( #791 )
2018-09-25 11:31:57 -07:00
Stephen J. Turnbull
3a9cfcc01c
PEP 1: Add approval criteria to section "Submitting a PEP". ( #789 )
...
Closes #788 .
Reference: https://mail.python.org/pipermail/python-ideas/2018-September/053586.html
The criteria are taken from section "PEP Editor Responsibilities & Workflow" and edited to reflect the submitter's viewpoint.
Collateral damage: The format of the section was changed from bullet points without interpoint vertical whitespace to insert whitespace because rstpep2html doesn't like the more compact formatting I tried. A period was used to terminate the last bullet point.
2018-09-24 11:46:10 -07:00
jdemeyer
f9e94be1a7
PEP 580: minor update ( #781 )
2018-09-21 14:31:11 -07:00
Pradyun Gedam
bde4ef1f98
PEP 566: Support for direct references and permit public index to add restrictions ( #783 )
2018-09-21 14:29:50 -07:00
방성범 (Bang Seongbeom)
c90bd94a51
PEP 527: Fix typo "Chocalatey" to "Chocolatey" ( #784 )
2018-09-21 14:28:48 -07:00
Yury Selivanov
977a94d1a7
Fix PEP 567 to reflect changes in 3.7.1 (see bpo-34762) (GH-787)
2018-09-21 15:37:11 -04:00
Ned Deily
04be11d785
Extend 3.7.1 deadlines to accommodate expected security fixes
2018-09-21 08:56:23 -04:00
Ned Deily
e446bae2b0
Extend 3.6.7 deadlines to accommodate expected security fixes
2018-09-21 08:55:05 -04:00
Antoine Pitrou
290fea99b5
PEP 8002: Astropy: Improve wording (thanks to Thomas Robitaille)
2018-09-20 20:28:52 +02:00
Ned Deily
b67743962b
Update 3.6.7rc1
2018-09-19 17:14:24 -04:00
Ned Deily
2b3a65173e
Update 3.7.1rc1
2018-09-19 17:13:47 -04:00
Steve Dower
5fc091d945
PEP 8013: Clarify that a core developer is required to submit PEPs for approval ( #782 )
2018-09-18 11:08:56 -07:00
Antoine Pitrou
92f323c079
PEP 8002: Astropy: mention affiliated sub-packages
2018-09-18 19:39:29 +02:00
Steve Dower
f390c4ff94
PEP 8000: Add reference to PEP 8013 ( #780 )
2018-09-17 14:40:48 -07:00
Jack Jansen
a6e6bfe6bb
Placeholder for pep-8014 Commons Governance Model ( #779 )
2018-09-17 14:22:52 -07:00
Antoine Pitrou
6a5694c17b
PEP 8002: Add description of the Astropy project
2018-09-17 23:14:26 +02:00
Steve Dower
1fda80f6ad
PEP 8013: Completed first draft ( #778 )
2018-09-15 19:59:21 -07:00
Łukasz Langa
5138fd0336
[pep8002] TypeScript
2018-09-14 16:47:42 -07:00
Steve Dower
05d7ee22e5
PEP 8013: The External Council Governance Model (GH-777)
2018-09-14 16:19:45 -07:00
Łukasz Langa
8ccc9a2887
[pep8002] Django clarifications and acknowledgements
2018-09-14 13:33:01 -07:00
Kushal Das
495a6be130
PEP 582: Adds Python local packages ( #776 )
...
PEP 582: Adds Python local packages
2018-09-14 11:20:55 -07:00
Sergey
417031b91e
PEP 561: Fix issue with rendering in last sentense of part "Partial Stub Packages" ( #774 )
2018-09-13 08:24:45 -07:00
Sergey
67ce71c11c
PEP 561: 'py.typed' with 'partial\n' is a requirement for partial stub package. ( #773 )
2018-09-12 17:25:20 -07:00
Steve Dower
e7e2d43069
PEP 8002: Add section describing an idealised version of the process used at Microsoft ( #772 )
2018-09-12 11:49:39 -07:00
Jelle Zijlstra
18b3312574
PEP 484: Clarify definition of AnyStr ( #744 )
...
The definition of AnyStr as given makes sense only in Python 3, as observed by @srittau. To prevent confusion, this PR changes the definition to use Text instead of str.
I also changed the two places where AnyStr was defined as an example, and made a few other related adjustments:
- Remove mention of None as modifying the type, which is not true as of #689 .
- Move Text up in the list of convenience definition because we now need it for the definition of AnyStr.
- Modify definition of Optional to use `None` instead of `type(None)`, because the latter is not a valid static type.
2018-09-12 11:48:04 -07:00
Ezio Melotti
b991d19bf9
PEP 581: use auto-numbering for footnotes. ( #769 )
2018-09-11 14:39:45 -07:00
Berker Peksag
b76e1fef1d
PEP 8002: Fix markup ( #771 )
...
This broke python.org's PEP builder.
2018-09-12 00:36:08 +03:00
Łukasz Langa
42eea19c8b
[pep-8002] Django
2018-09-11 11:58:32 -07:00
Carol Willing
b930b50071
PEP 8002: Add information about Project Jupyter governance ( #770 )
...
* Add information about Project Jupyter governance
* add content per @pitrou review
2018-09-11 06:37:49 -07:00
Ned Deily
3894e01b4a
Update 3.6.7 schedule
2018-09-10 14:10:42 -07:00
Ned Deily
b3cbeff4a4
Update 3.7.1 schedule
2018-09-10 14:08:17 -07:00
Eric Snow
3b147189c0
PEP 554: minor corrections. (gh-768)
...
There were a few typos and minor updates. Mostly the PEP is still up-to-date.
2018-09-10 13:07:16 -06:00
Zachary Ware
551b28921f
Fix rendering abbreviated two-part surnames ( #765 )
...
Fixes #764 .
2018-08-29 15:09:31 -05:00
Michael
3e8d31fe90
PEP 478: Python v.3.5.7 to be released in March 2019 ( #761 )
...
Previously, it says 3.5.6.
2018-08-29 08:53:25 -07:00
Doug Hellmann
3550420450
PEP 8002: add OpenStack governance summary ( #766 )
2018-08-29 11:37:13 -04:00
Antoine Pitrou
6be6383c42
PEP 8002: Add a small rationale
2018-08-29 17:30:27 +02:00
Antoine Pitrou
19c5d2c2a7
Merge branch 'master' of github.com:python/peps
2018-08-29 17:16:21 +02:00
Antoine Pitrou
c8b58fdc9e
PEP 8002: Add template questions as an annex
2018-08-29 17:15:57 +02:00
Łukasz Langa
660be17127
[pep-8002] Include clarifications from @alexcrichtonx
2018-08-29 08:04:48 -07:00
Łukasz Langa
87d93b0b60
[pep-8002] Make ReST gods happy.
2018-08-28 05:47:31 -07:00
Łukasz Langa
66ef81ecdd
[pep-8002] Add Rust governance summary
2018-08-28 05:45:32 -07:00
Harmon
dc0f6c9c72
Copy editing of governance model PEPs ( #762 )
...
* PEP 8000: Fix typo
* PEP 8000: Add missing period
* PEP 8012: Add missing word
* PEP 8011: Add missing space
* PEP 8010-8012: Remove extra space
* PEP 8000/8001/8011: Improve wording/consistency
* PEP 8000: Improve wording/consistency
2018-08-27 09:18:46 -07:00
Andrew Kuchling
ff2062cf18
Typo fix
2018-08-26 14:04:39 -04:00
Benjamin Peterson
34af929ff5
rephrase
2018-08-25 11:59:35 -07:00
Barry Warsaw
8901a86138
Initial crop of governance model PEPs ( #760 )
...
Initial crop of placeholder governance model PEPs
2018-08-25 11:50:09 -07:00
Mariatta
a8a63b5c3a
PEP 4: remove the part about about "should be a patch to bpo". ( #759 )
2018-08-24 11:12:17 -07:00
Eric V. Smith
a9945509bc
Fix trivial typo.
2018-08-24 05:20:50 -04:00
Larry Hastings
540dfba3ea
Extremely minor touch-up on 101, to draw attention.
2018-08-21 15:08:40 -07:00
Harmon
45179d1991
PEP 581: Copy editing (GH-757)
2018-08-15 15:20:47 -04:00
Mariatta
4a33866e32
PEP 581: Using GitHub Issues For CPython ( #681 )
...
The first iteration.
2018-08-14 05:15:35 -07:00