Commit Graph

7366 Commits

Author SHA1 Message Date
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
Thomas Kluyver f3f7981f39 566: Mention that version specifiers no longer need to be in parentheses (#534) 2018-01-12 17:32:37 +10:00
Nick Coghlan 7e6792adcb
PEP 427: Fix typo in directory name reference
Fixes GH-533
2018-01-10 11:51:36 +10:00
Ned Deily 6b493f8fc4
3.7.0a4 released 2018-01-09 10:55:19 -05:00
Ned Deily e81a967c04
Note that the final release was 3.2.6. 2018-01-09 00:38:30 -05:00
Ned Deily d9d2600172
Note 3.2 final end-of-life status 2018-01-09 00:27:33 -05:00
Ned Deily db4117b21f
Note 3.3 end-of-life. 2018-01-09 00:22:26 -05:00
Ned Deily e418773cdd
FIx markup 2018-01-08 23:30:19 -05:00
Ned Deily f4b45c1ba5
Add PEPs implemented in 3.7.0a4 2018-01-08 23:24:42 -05:00
Nick Coghlan 782c072ba9
PEP 565 implementation has been merged 2018-01-08 12:54:24 +10:00
Nathaniel J. Smith 1f57544784 First draft of PEP 568 (GH-531)
As discussed in

  https://mail.python.org/pipermail/python-dev/2018-January/151605.html

it seems useful to write down what an extension of PEP 567 to full
"context stack" semantics would look like, even if we aren't planning
to consider it for 3.7. That's what this is.
2018-01-07 10:39:03 -08:00
Benjamin Peterson 2d2ac2d2b6 explain that nonlocal and global assignment shorthands are not going to be implemented 2018-01-06 12:58:02 -08:00