Commit Graph

7527 Commits

Author SHA1 Message Date
Chris Angelico b2d428ce48 PEP 572: Add a short section on performance 2018-02-28 17:51:14 +11:00
Chris Angelico abf11d2954 PEP 572: Improve wording in small ways 2018-02-28 17:51:14 +11:00
Mariatta b8a467cf2b
Readme: Change pep-0999.txt to pep-0999.rst (GH-584)
`.rst` file extension is now supported. New PEPs should be in `.rst`.
2018-02-27 20:07:22 -08:00
Chris Angelico 09e1ae72f0 PEP 572: Fix formatting 2018-02-28 11:43:50 +11:00
Chris Angelico cc710b28c8 PEP 572: Statement-Local Name Bindings 2018-02-28 09:18:52 +11:00
Davydenko Myroslav 2d317ff215 Fix syntax error (#582) 2018-02-28 05:36:10 +11:00
Nick Coghlan 26e3060152 PEP 467: fix markup error 2018-02-25 11:20:44 +10:00
Nick Coghlan c83974875d
PEP 566: Record acceptance 2018-02-24 13:26:35 +10:00
Ethan Furman 7ec5ba7357 PEP 467: Add updates from last discussion
https://mail.python.org/pipermail/python-dev/2016-September/146043.html
2018-02-21 19:18:38 -08:00
Nick Coghlan 0977d33b02
Withdraw PEPs 426 and 459 (#579)
PEP 566 defines a metadata 2.1 specification that
matches the way tools are actually currently working,
so we're going to run with that "solve problems we
know we have", rather than pursuing the more
speculative ground-up metadata redesign that PEP 426
became.
2018-02-21 21:21:31 +10:00
Nick Coghlan d8411b76d7
Mark several PEPs as final (#578)
- 376, 425, 427: reference implementations now live outside CPython
- 506: implemented and released in Python 3.6
- 539: implemented in Python 3.7
2018-02-21 10:36:21 +10:00
Dustin Ingram 598d5cbfd3 PEP 566: Updates (#574)
* PEP 566: Change to .rst extension

* PEP 566: Allow description in message body
2018-02-18 18:02:14 +10:00
James Salter 3f1e6f40c2 Fix PEP summary/email line indent in pep-0000.html (#516)
The PEP summary/email lines that aren't the first line in their group
have an extra leading space because the previous line is printed with a
trailing space. The special lines read from pep-0000.txt should be
printed with no extra ending to be consistent with what the python2
version did with a print statement that ends with a comma.
2018-02-16 10:54:56 +10:00
Larry Hastings fc4744aef1 Update release schedules for 3.4 and 3.5. 2018-02-14 23:58:32 -08:00
Dave Jagoda 46b9fe1fce Fix typo in PEP 378 (#573) 2018-02-15 06:06:49 +11:00
VanL 7976a6b1cb PEP 541: Add a section detailing some policies around IP infringment. (GH-571) 2018-02-08 09:09:44 -08:00
Nick Coghlan 6c356f0472
PEP 541: Make the Packaging WG the approval authority (GH-566)
It isn't appropriate for the PSF to ask a single community
volunteer to accept full responsibility for the PSF's
policy on PyPI name management.

Delegating the task to the Packaging Working Group is more
appropriate, since we're already responsible for handling
the PSF's budget in this area, and there's a lot of overlap
between budget management and risk management.

This updates the BDFL-Delegate to be Mark Mangoba (as
the PSF's IT manager), and changes the delegate's role
for this PEP as being to put the policy forward for a vote
in the working group.
2018-02-07 15:20:04 +10:00
Matthias Bussonnier 6134fd36c0 Fix IPython spelling in pep 485 (#570) 2018-02-06 15:01:16 -07:00
Mark Williams a5f87a7b82 PEP 571: Updated version of the manylinux ABI (GH-565)
manylinux1 is getting old enough now to start making things
difficult (specifically around network security), so it's time
for a refresh to a slightly newer baseline.
2018-02-06 17:57:12 +10:00
Ethan Smith 69eb6508e1 Change to -stubs over _stubs (#568)
Also note that a py.typed file is not needed for stub only packages.
2018-02-05 15:30:57 -08:00
Mario Corchero 8c4563933f PEP 570: Positional-Only Parameters (#564) 2018-02-01 11:02:37 -08:00
Dmitry Alimov d084110591 Fix double colons typos in code (#567) 2018-02-02 04:58:43 +11:00
Ned Deily e81102e62e
3.7.0b1 2018-01-31 19:03:21 -05:00
Mike Seplowitz f0a3926c62 Fix rendering of editor's first initial (#563)
If R. David Murray's first initial is not escaped, it is interpreted as
the alphabetic ordinal in an enumerated list and rendered as
"18. David Murray".
2018-01-30 02:15:54 +11:00
Nathaniel J. Smith 5a28669cd0
Withdraw PEP 521 in favor of PEP 567 (gh-562) 2018-01-29 00:21:42 -08:00
Mariatta 647e240ee9
PEP 227: remove placeholder comments. (#561) 2018-01-28 23:23:47 -08:00
Łukasz Langa cea4966702 lukasz@langa.pl -> lukasz@python.org 2018-01-27 13:19:45 -08:00
Łukasz Langa 3faf255bb9 [pep-569] Python 3.8 Release Schedule 2018-01-27 13:16:47 -08:00
Elvis Pranskevichus 590f68479c PEP 550: Withdraw in favor of PEP 567. (#559) 2018-01-27 16:08:22 -05:00
Yury Selivanov 5e2ecacfc8
pep-537: Update the list of final peps (#558) 2018-01-27 15:59:02 -05:00
Victor Stinner b53e0afd68 PEP 540: Fix the abstract
locale => encoding
2018-01-27 03:42:08 +01:00
Yury Selivanov be2ca6bbaa
pep-567: Update status (#556) 2018-01-22 20:11:15 -05:00
Dustin Ingram e7cfcd5f01 PEP 566: More updates (#547)
* PEP 566: Convert hyphens to underscores

* PEP 566: Update metadata version number

* PEP 566: Update acknowledgements
2018-01-23 10:14:49 +10:00
Yury Selivanov a459539920 pep-567: Tweak C API (#555)
* Rename PyContext_Copy() to PyContext_CopyCurrent()
* Add new PyContext_Copy(PyContext *)
2018-01-21 12:39:33 -08:00
Ivan Levkivskyi a597430349 Update status of PEP 562 to Final (#554) 2018-01-19 17:15:53 -08:00
Yury Selivanov 11df871d32
Add an Acknowledgments section (#553) 2018-01-19 15:55:02 -05:00
Ivan Levkivskyi a81f56f751 Add coding style recommendations for variable annotations (#548) 2018-01-18 19:33:13 -08:00
Yury Selivanov 6108e7c2eb
pep-567: Fix section header (#552) 2018-01-18 14:33:04 -05:00
Yury Selivanov 2bd2b7eb7d pep-567: Merge "Design Considerations" and "Rejected Ideas" (#551)
The "Design Considerations" section had only one subsection which
was a discussion of a rejected idea.  Merging it into "Rejected Ideas"
simplifies the document structure.

Fix a bug in a code snippet in the "ContextVar.unset()" subsection.

Adjust titles in the Rejected Ideas section.
2018-01-18 10:49:51 -08:00
Victor Stinner 0c70f909df PEP 540: set status to Final
The implementation is now complete.
2018-01-18 12:36:29 +01:00
Yury Selivanov 722ab66fac pep-567: Add two more subsections to Rejected Ideas (#550) 2018-01-17 21:07:14 -08:00
Yury Selivanov 72662b81ee
pep-567: Fix formatting (#546) 2018-01-17 22:59:27 -05:00
cosven 9002a8f2f4 PEP 376: Use the correct directory separator style (GH-549)
`/` for unix-like path separator, and
`\` for Windows path separator.
2018-01-17 19:44:30 -08:00
Yury Selivanov f138b81300 pep-567: Update the Rejected Ideas section (#544) 2018-01-17 17:27:11 -08:00
Carl-Ty e0436e9f3c PEP 8 Explicitly State Variable Names convention? #535 (#545) 2018-01-17 15:56:23 -08:00
Yury Selivanov 07e87ce3d3
pep-567: ContextVar.reset() raises a RuntimeErorr on already used tokens (#542) 2018-01-17 12:42:29 -05:00
Yury Selivanov c25174f10d
pep-567: Fix nits/typos (#541) 2018-01-17 11:13:59 -05:00
Yury Selivanov 583a14f814
pep-567: V3. (#536) 2018-01-17 08:54:57 -05:00
Guido van Rossum 6f48b8dd53 Fix typos. 2018-01-16 14:39:53 -08:00
Victor Stinner 2885e7572d PEP 540: Fix reST formatting 2018-01-15 14:18:34 +01:00