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
Eli Boyarski
7232981100
PEP 505: Fix typo in an example ( #756 )
2018-08-12 15:59:42 +03:00
Antoine Pitrou
4df40cca06
PEP 574: Rephrase and clarify the "open questions" ( #752 )
2018-08-04 14:52:39 +10:00
Beni Cherniavsky-Paskin
fd91a80aaf
PEP 505: fix code formatting to be literal block ( #753 )
2018-08-03 12:16:35 -07:00
jdemeyer
2270327061
PEP 580: update ( #751 )
2018-08-03 12:08:57 -07:00
Larry Hastings
c567006fbc
Update release schedules for 3.4 and 3.5.
2018-08-02 07:03:20 -07:00
Antoine Pitrou
9b8ee10c15
PEP 574: mention experimental support in Apache Arrow ( #750 )
2018-07-30 19:09:57 +02:00
jdemeyer
84871930a5
PEP 580: minor update ( #749 )
2018-07-31 01:02:03 +10:00
Steve Dower
3bdd70578a
PEP 505 updates ( #747 )
...
Improve readability of PEP 505
2018-07-23 07:17:15 -07:00
Emily Morehouse
ce5590c1c1
Replace links to sourceforge with links to bpo ( #746 )
...
- Any reference to python.org/sf/<issue-num> has been changed to https://bugs.python.org/issue <issue-num>
2018-07-21 16:57:17 -07:00
Emily Morehouse
5264b312c3
PEP 306: Updtae the urls to devguide and bpo ( #745 )
2018-07-21 16:07:02 -07:00
Brett Cannon
60dac1542e
Fix a syntax typo
...
Swap `` for "
2018-07-20 17:06:08 -07:00
Brett Cannon
b0688e455b
Grammar fix
2018-07-20 17:04:38 -07:00
Brett Cannon
af73627e58
Specify that the build-system table is optional
...
The 'requires' key in the build-system table is still required if the table is specified, though.
2018-07-20 17:00:13 -07:00
Antoine Pitrou
1ed3043948
PEP 574: change buffer callback semantics ( #742 )
...
`buffer_callback` now takes a single buffer argument and can return a true-ish
value if the buffer is to be considered in-band.
2018-07-20 21:25:18 +10:00