Commit Graph

33 Commits

Author SHA1 Message Date
Miroslav Šedivý 45fdc844dd
Typos: Remove repeated words (#1726) 2020-12-04 09:51:44 -08:00
Hugo van Kemenade ba36cccc2d
Fix RST backticks (#1554) 2020-08-07 09:35:20 -07:00
Eric Snow 4732446cae
PEP 554: push the target release back. (#1394) 2020-05-06 14:04:21 -06:00
Eric Snow 6f19fe2521
PEP 554: updates based on feedback (#1390) 2020-05-01 16:05:01 -06:00
Eric Snow 08a58eccaa
PEP 554: updates after feedback (#1388) 2020-04-29 17:48:23 -06:00
Eric Snow 5b7d9991b7
PEP 554: updates for latest feedback (#1378) 2020-04-21 10:47:03 -06:00
Dimiter Naydenov f42acbec60 Fix #1229: create_fifo->create_channel in example code (#1230) 2019-11-08 12:18:04 -08:00
Min ho Kim cfb7bd74db Fix typos (#1113) 2019-07-03 11:20:45 -07:00
Min ho Kim e54097d3c4 Fix typos in various PEPs (#1111) 2019-06-24 21:58:50 -07:00
Eric Snow 95774abc13
PEP 554: Defer adding support for "inheriting" settings. (gh-1016) 2019-04-27 09:49:25 -06:00
Eric Snow b2537c9af1
[PEP 554] Change target version to 3.9. (gh-1015)
There is too little time left before the 3.8 release and I don't want Antoine to feel rushed to pronounce. The implementation is mostly complete, so we could land it for 3.8. However, the experience in 3.8 wouldn't be nearly as good, in part because we're still sharing the GIL. Plus, we need more confidence that extension modules won't be severely impacted by the wide-spread use of subinterpreters. Waiting for 3.9 will allow us to address both issues, as well improve performance (especially startup).
2019-04-27 09:15:34 -06:00
Barry Warsaw 391c743cf2
Antoine volunteers to be the BDFL-Delegate 2019-04-17 13:58:40 -07:00
Eric Snow b7f089015a
PEP 554: Return a boolean from send_nowait() rather than raising an exception. (#987) 2019-04-10 16:56:41 -06:00
Eric Snow 30886daeb6
PEP 554: Update alternate implementors and add rejected/deferred ideas. (#950) 2019-03-26 12:39:43 -06:00
Eric Snow 6a6f3efde1
PEP 554: Fix formatting for module API. (#947)
* Fix formatting of module API descriptions.

* Fix the API tables.
2019-03-25 19:10:58 -06:00
Eric Snow 1ff0e1d362
PEP 554: Seasonal Updates. (#944) 2019-03-23 00:12:14 -06:00
Eric Snow cb0b2e231e
PEP 554: add a deferred idea (priority channels) (#865)
The idea (from private correspondence with Christopher Lozinski) is reasonable but falls outside the minimalist scope of the PEP.
2019-01-04 15:23:57 -07:00
Eric Snow 3b147189c0
PEP 554: minor corrections. (gh-768)
There were a few typos and minor updates. Mostly the PEP is still up-to-date.
2018-09-10 13:07:16 -06:00
Terry Jan Reedy 0cfbfb104d
Update pep-0554.rst
Correct one spelling error and fix one link.
2018-07-09 22:42:01 -04:00
Eric Snow d77a8be7c9
PEP 554: Updates post-implementation. (#645) 2018-05-14 13:39:07 -04:00
Xiang Zhang 5410bd462e fix link format in PEP0554 (#585) 2018-03-02 09:42:39 -08:00
Eric Snow 3b263c0ae1
PEP 554: Push the PEP back to 3.8. (#497) 2017-12-07 14:07:44 -07:00
Eric Snow 99d92e2813
PEP 554: Fix the examples. (#496) 2017-12-06 10:06:56 -07:00
Eric Snow fb6cdf64c3
PEP 554: Address Feedback. (#492)
* cleanup
* resolve open questions
* add "is_shareable()"
2017-12-05 19:16:00 -07:00
Eric Snow e9be941a26 PEP 554: Address feedback. (#426) 2017-09-22 17:51:38 -06:00
Eric Snow 5670238a0d PEP 554: FIFO -> channel (and a more notes). (#424) 2017-09-13 18:35:40 -07:00
Eric Snow aef969627a Updates for PEP 554. (#419) 2017-09-12 12:31:24 -07:00
Eric Snow a6d74b181c PEP 554: minor cleanup and renames. (#405)
Raymond gave me some good feedback. Thanks, Raymond!
2017-09-08 16:01:04 -07:00
Eric Snow a6663d4afc Clarify about running interpreters. (#402) 2017-09-08 14:17:33 -07:00
Eric Snow 77ed1dcc30 Add an object passing mechanism to PEP 554. (#401)
This change also enumerates some of the concerns discussed on the mailing list.
2017-09-08 14:04:39 -07:00
Eric Snow d04497d60c Add a section about interpreter isolation. (#400) 2017-09-08 11:59:32 -07:00
Eric Snow a70a538ec7 Add clarification to PEP 554. (#398) 2017-09-08 00:30:21 -06:00
Eric Snow 4df4ecf209 bpo-31375: Add PEP 554: stdlib interpreters module. (#393) 2017-09-07 10:27:39 -06:00