Eric V. Smith
4edbcd0a49
Changed to reflect unsafe_hash and the other discussions on python-dev.
2018-03-04 17:16:58 -05:00
Nick Coghlan
a5634528ec
PEP 566: Mark as Final
...
https://github.com/pypa/python-packaging-user-guide/pull/412 has been
merged, updating the core metadata specification to match the PEP.
2018-03-04 15:28:10 +10:00
Davydenko Myroslav
5920dc1117
PEP 484: Fix the example code (GH-583)
2018-03-03 13:19:13 -08:00
Xiang Zhang
5410bd462e
fix link format in PEP0554 ( #585 )
2018-03-02 09:42:39 -08:00
Chris Angelico
d5298fc7be
PEP 572: Add a section detailing how SLNBs are different from regular
2018-03-03 03:00:05 +11:00
Chris Angelico
315026e1e1
Post PEP 572 to Python-Ideas anew
2018-03-02 22:41:51 +11:00
Chris Angelico
e0cdb1abb2
PEP 572: Mention the problem of closures
2018-03-02 22:39:36 +11:00
Chris Angelico
a81f68c35c
PEP 572: Add additional rationale from while loops
2018-03-02 22:26:35 +11:00
Chris Angelico
2f1b0d36fc
PEP 572: Update implementation notes and add an example
2018-03-02 22:23:41 +11:00
Chris Angelico
c36c28ff72
PEP 572: Remove SLNBs from locals() to eliminate confusion
2018-03-02 20:05:31 +11:00
Chris Angelico
0b1c874bd5
PEP 572: Mention another alternate proposal
2018-03-02 17:51:55 +11:00
Chris Angelico
f91ce9cb07
PEP 572: Alter the definition of assignment through SLNBs
2018-03-02 02:25:02 +11:00
Chris Angelico
c084673770
PEP 572: Add another alternate syntax to the pile
2018-03-01 17:33:47 +11:00
Chris Angelico
5c42f83122
PEP 572: Create a (small) section on execution order - needs more examples
2018-03-01 17:18:33 +11:00
Chris Angelico
a502d91476
PEP 572: Fix and improve examples (thanks Serhiy)
2018-03-01 02:20:49 +11:00
Chris Angelico
325476b1b7
PEP 572: Fix example so it actually works
2018-03-01 02:07:07 +11:00
Chris Angelico
2cd3526738
PEP 572: Change toy example to not be a simple pair
2018-03-01 01:07:31 +11:00
Chris Angelico
5e8b724506
PEP 572: Update based on feedback from python-ideas
2018-03-01 01:07:31 +11:00
Chris Angelico
f176cd632c
PEP 572: Make variable name consistent
2018-03-01 01:07:31 +11:00
Ned Deily
d5ddd49ee4
update for 3.7.0b2 release
2018-02-28 02:22:00 -05:00
Chris Angelico
2b4ca20963
PEP 572: Create a section on alternate proposals
2018-02-28 17:51:14 +11:00
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