Commit Graph

7624 Commits

Author SHA1 Message Date
Antoine Pitrou da4e36a422
PEP draft: pickle protocol 5 (#602) 2018-03-28 19:53:02 +02:00
Marcel Plch 65aa281f0c PEP 573: Module State Access from C Extension Methods (#601)
Add initial PEP draft following previous import-sig discussions.
2018-03-27 22:19:09 +10:00
Chris Angelico 3c27cf1f3c PEP 572: Replace "SLNB" with "sublocal" and improve wording in many places 2018-03-26 09:59:47 +11:00
Chris Angelico 0950cdfb92 PEP 572: Enhance and categorize the use-cases 2018-03-26 04:07:50 +11:00
Chris Angelico c5b251e756 PEP 572: Add another alternate spelling 2018-03-24 20:25:27 +11:00
Chris Angelico af7b76f545 PEP 572: Rework the alternatives section into separate categories 2018-03-24 13:35:26 +11:00
Brett Cannon d9d878ee6e
Clean up a sentence
Closes GH-600
2018-03-23 13:57:11 -07:00
Chris Angelico 3541449faf PEP 572: Updates in response to posting #3 :) 2018-03-24 05:11:45 +11:00
Mark Mangoba ab86d06172 change status to final (#599)
voted by the packaging-wg 10-0-0
2018-03-23 10:32:52 -07:00
Chris Angelico 63be12066a PEP 572: Reword and update in response to mailing list changes 2018-03-23 20:57:38 +11:00
Thomas Kluyver d43b984e02 571: Describe fallback platform checking using glibc version (#597) 2018-03-23 17:00:38 +10:00
Brett Cannon 9ae6b6c739
Fix a formatting issue 2018-03-19 19:04:45 -07:00
Barry Warsaw 893f03dce9
Minor typo fix 2018-03-19 15:25:19 -07:00
Nick Coghlan a295ae9c2c
PEP 541: Update external references (#593)
- only mention psf-legal@... for IP concerns
- use post-migration link for PyPI
- drop Source Forge footnote entirely
2018-03-20 07:50:27 +10:00
Thomas Kluyver 70cbfda065 571: Update manylinux2 -> manylinux2010 (#596) 2018-03-19 13:34:48 -07:00
Nick Coghlan db3223abeb
PEP 571: Remove Continuum Analytics reference (#594)
Resolves #592 in the simplest possible way.
2018-03-15 19:28:23 +10:00
Mark Mangoba 1f3e69eaa4 Cleaning up text - role of the PSF (#589)
Adding text for Packaging Workgroup role.
2018-03-15 18:59:22 +10:00
Ned Deily 1e9d302130
3.6.5rc1 2018-03-14 00:15:06 -04:00
Mariatta 941b0580b3
PEP 484: Fix a typo in code example (GH-591) 2018-03-13 09:43:20 -07:00
MinJae Kwon a77cd1a99c Fix the unexpected indentations error on pep-0467.txt (GH-580) 2018-03-12 10:23:11 -07:00
Benjamin Peterson 3e781ca99a 2020 is game over 2018-03-11 23:22:11 -07:00
Mizux 4c54f7f10c s/tenative/tentative/ (#588) 2018-03-09 11:46:52 -08:00
Ned Deily 2099d109c5
"3.6.8 and beyond" -> "3.6.9 and beyond" 2018-03-08 15:54:54 -05:00
Ned Deily 8548008dc7
Make 3.6.8 an additional bugfix release 2018-03-08 10:13:53 -05:00
Sumana Harihareswara d19e5c9053 Copyedit for PEP 541 (#587)
Prose improvements from
https://mail.python.org/pipermail/distutils-sig/2017-September/031517.html
2018-03-06 08:51:19 +11:00
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