Commit Graph

6698 Commits

Author SHA1 Message Date
Yury Selivanov ee74a582bc pep 525: Add "asyncio" section describing new "shutdown_asyncgens" 2016-09-06 17:06:17 -07:00
Victor Stinner f8c39fbd0e PEP 524 is implemented 2016-09-06 16:38:35 -07:00
Guido van Rossum 7e451cc115 Add a few more proposed PEPs for 3.6. 2016-09-06 16:37:42 -07:00
Brett Cannon d4a429fba2 Update what's in progress for the GitHub migration (#95) 2016-09-06 16:11:33 -07:00
Lance E Sloan 548bd25073 correct "p3yk" typos (#87) 2016-09-06 15:21:13 -07:00
Steve Dower c42ed976ec PEP 529: Pull back experiment date to beta 4 at RM request. 2016-09-06 13:54:25 -07:00
Steve Dower 98e5683566 PEP 529: Fixes naming convention for sys functions. 2016-09-06 13:48:12 -07:00
Steve Dower 10cdc578c1 PEP 529: Adds sys function for legacy mode, adds "experimental" procedure, and expands examples 2016-09-06 13:39:54 -07:00
Steve Dower d6dd35ec63 Updates PEP 528 and 529 headers. 2016-09-06 11:06:16 -07:00
Steve Dower 7a67822873 PEP 528, 529: Formatting fixes 2016-09-06 11:03:28 -07:00
ericsnowcurrently 5055d0ce94 Mark PEP 520 as final. 2016-09-05 18:22:36 -06:00
Brett Cannon 9cc8974581 Make PEP 518 an informational PEP (#94)
* Move to LF line endings

* Mark PEP 518 as informational
2016-09-05 15:04:04 -07:00
Brett Cannon a6913ed7f3 Make all frame evaluation API changes private to start (#93) 2016-09-05 14:54:41 -07:00
Brett Cannon 82a566fcc1 Clarify that commit notifications need to work regardless of how the commit came about (#92) 2016-09-05 14:01:26 -07:00
Brett Cannon 7c796ff4c8 Feedback from sprints (#91) 2016-09-05 13:06:49 -07:00
Benjamin Peterson cf1d1a9571 update pep 101 for release repo move 2016-09-05 11:29:00 -07:00
Steve Dower 71d8c4c69d PEP 529: Readability, style and detail updates 2016-09-04 22:44:12 -07:00
Steve Dower 37567a1d72 PEP 528: Readability and style updates 2016-09-04 22:43:56 -07:00
Yury Selivanov a73c6dfc9c pep 530: Add a comma 2016-09-03 17:37:01 -07:00
Yury Selivanov 50fb740a06 Add PEP 530: Asynchronous Comprehensions 2016-09-03 16:26:52 -07:00
Brett Cannon 02ec458dd8 Document that people are expected to put a tuple in co_extra (#90) 2016-09-03 12:25:18 -07:00
Brett Cannon e5d996d002 Add status links to TODO items (#88) 2016-09-03 11:52:38 -07:00
Guido van Rossum 0b20b733b3 Add Vedran's rejected proposal to PEP 526. 2016-09-03 09:35:16 -07:00
Guido van Rossum ff32da0bc6 Update pep 526 title in pep 494 2016-09-02 22:24:51 -07:00
Guido van Rossum e48206a7da PEP 526 updates (#84) 2016-09-02 15:03:41 -07:00
Guido van Rossum 58c0a72235 Manually merge changes to PEP 526. 2016-09-02 11:45:59 -07:00
Donald Stufft 9d7598135d Accept PEP 527 (#83) 2016-09-02 09:39:05 -07:00
Guido van Rossum ea846e4ba6 Fix docutils markup errors. 2016-09-01 22:13:33 -07:00
Guido van Rossum 5b6a8241de Add Post-History header to PEP 526. 2016-09-01 19:09:29 -07:00
Steve Dower 846dfcfab8 Add PEP 528 and PEP 529 drafts. 2016-09-01 15:26:27 -07:00
Yury Selivanov fa600a0819 pep 525: set_asyncgen_finalizer -> set_asyncgen_hooks 2016-09-01 15:20:51 -07:00
Guido van Rossum 9461d121e4 Reject the idea of using 'def' as a keyword. 2016-09-01 08:12:26 -07:00
Oleg Broytman 923cdf93d8 Add gitsome - Git/GitHub command line interface (#82) 2016-08-31 10:27:04 -07:00
Guido van Rossum baab53f902 Delete erroneous blank line 2016-08-30 19:43:51 -07:00
Brett Cannon d3aab05c1b Fix a capitalization mistake 2016-08-30 15:42:30 -07:00
Brett Cannon 047490ddfc Fix a grammatical error 2016-08-30 15:41:57 -07:00
Brett Cannon 4aebd06fda Mark PEP 523 as accepted (#80) 2016-08-30 14:09:41 -07:00
Guido van Rossum e05f4a3aba PEP 0526 deemed read for python-dev (#81) 2016-08-30 14:03:57 -07:00
Brett Cannon dc4b8d72c6 PEP 519 has been implemented in Python 3.6 (#79) 2016-08-29 13:43:03 -07:00
stevendaprano 6327bd6b41 Add known Python vulnerabilities.
Thanks to Hanno Schlichting for sending me this information and allowing me to quote him.
2016-08-29 21:50:33 +10:00
Matthias Bussonnier 848fcd1b33 Update pep 345 to reference pep 440 that supersede pep 386. (#77)
Pep 386 - "Changing the version comparison module in Distutils" has been
replaced by Pep 440 - "Version Identification and Dependency
Specification"

Pep 345 still refer to pep 386, I suppose it is meant to reference pep
440 now.
2016-08-29 07:08:40 +10:00
Matthias Bussonnier 680d79ad90 'Fix typo: wich -> which' (#78) 2016-08-28 21:13:53 +03:00
Brett Cannon 5d636b39b1 Mark PEP 519 as final (#76) 2016-08-26 14:56:35 -07:00
Donald Stufft 20acfcb7a2 Explicitly call out limiting sdists to one per release (#75) 2016-08-25 07:57:33 -04:00
Donald Stufft 085703bc03 Updates pep527 (#74)
* PEP 527 BDFL Delegate is Nick Coghlan
* Allow both .zip and .tar.gz and expand upon rationale
2016-08-24 16:45:14 -04:00
Nick Coghlan f87f1209e0 Update PEP list in 3.6 release PEP
The old list was a bit sparse, so I've updated it to cover
PEPs that are already implemented and accepted, and updated
the "Proposed" list to include a few more interesting PEPs
that seem likely to make the beta deadline.
2016-08-24 14:15:46 +10:00
Donald Stufft f6d8653a77 PEP 527 - Removing Un(der)used file types/extensions on PyPI (#73) 2016-08-23 12:40:01 -04:00
Eric V. Smith 2245b0b334 Added missing word. 2016-08-18 12:59:00 -04:00
Ned Deily 7cea7998c4 Update for 3.6.0a4 release 2016-08-15 23:14:53 -04:00
Nick Coghlan 0917e85371 PEP 522: clarify rejection rationale 2016-08-16 11:34:02 +10:00