Commit Graph

106 Commits

Author SHA1 Message Date
Marti Raudsepp 9b64c6ea75
Various typo/grammar/style fixes (#1789)
Changes detected by Topy (https://github.com/intgr/topy), all changes
verified by hand, false positives have been omitted.

These range from straight-out misspellings to debatable hyphen placement.
The hyphen changes are supported by grammar manuals of style.
2021-02-03 06:06:23 -08:00
Min ho Kim e54097d3c4 Fix typos in various PEPs (#1111) 2019-06-24 21:58:50 -07:00
Mariatta 3c0a1e18d3
Linkify the PEP numbers in "Superseded-By" header. (#726)
We're already linking PEP numbers in "Replaces:", and "Requires:".
Adjusted the code so it can link "Superseded-By:".
Add the "Replaces:" header where they're missing.
2018-07-10 11:04:15 -07:00
Mariatta cf3bad5ab3
Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464)
This reverts commit bb0e518ed3.
2017-11-11 11:28:55 -08:00
Huang Huang bb0e518ed3 Rename all .txt PEP files to .rst (GH-462)
For https://github.com/python/peps/issues/1
2017-11-11 10:30:43 -08:00
Xiang Zhang 2f1e693eaa Fix typos and add backticks for PEP-3156. (#202) 2017-02-09 10:44:15 +08:00
Guido van Rossum 0136e27cc6 Many edits in the spirit of PR #105. 2016-11-03 15:21:41 -07:00
Andrew Svetlov 317cede6ec Update for asyncio PEP (#105) 2016-11-03 15:21:23 -07:00
Marti Raudsepp 04a6af2ab1 Fix various typos, spelling and grammar errors
Errors detected using Topy (https://github.com/intgr/topy), all changes
verified by hand.
2016-07-11 18:35:35 +03:00
Serhiy Storchaka 3dad438872 Issue #26916: Fixed words duplications. 2016-05-03 12:03:16 +03:00
Georg Brandl 5999b23389 Fixup some more lists-in-blockquotes. Fixes #26914. 2016-05-03 10:35:10 +02:00
Guido van Rossum a5e9dcb7fd More typos found by Tim Tvrtković. 2014-02-24 14:22:46 -08:00
Guido van Rossum 69c2bad778 Typos (stdandard). 2014-02-22 21:42:54 -08:00
Guido van Rossum b1d315a541 Two wishes were fulfilled. 2014-02-20 16:55:12 -08:00
Guido van Rossum 7432fc0ea7 Change the definition of wait_for() to a more useful one.
(This is a change in the spec.  But I don't recall we ever seriously
discussed this part of the spec, and the new behavior is more useful
and more intuitive.  See discussion started by Gustavo Carneiro in
http://code.google.com/p/tulip/issues/detail?id=107 .)
2014-01-22 14:48:12 -08:00
Guido van Rossum deccca5c41 Typo fix, patch by Brett Slatkin. 2013-12-26 15:12:56 -08:00
Guido van Rossum d6a9523ada Remove question to myself about set_child_watcher() now the issue is fixed. 2013-11-27 10:22:42 -08:00
Guido van Rossum 3d35067db1 Get rid of final TO DO items. Remove now-redundant section on coroutines and protocols. 2013-11-25 14:54:28 -08:00
Guido van Rossum 7619d7bfae Document open_connection(), start_server(), and related Stream* classes. 2013-11-25 11:44:59 -08:00
Guido van Rossum 3d16aea558 Took care of a few TODOs in Tulip PEP. 2013-11-24 22:43:36 -08:00
Barry Warsaw 81261eafda 3156 has also been committed. 2013-11-22 12:35:10 -05:00
Guido van Rossum 27d2ebaaed Add Gustavo Carneiro (Gambit Research) to the acknowledgments. 2013-11-20 10:34:19 -08:00
Antoine Pitrou dcf86aae59 Add Resolution header 2013-11-20 19:11:28 +01:00
Antoine Pitrou 01f3dc0adc Mark PEP 3156 accepted 2013-11-20 19:03:47 +01:00
Guido van Rossum bf9b4e10d1 Replace connection_refused() with error_received(). 2013-11-15 16:47:42 -08:00
Guido van Rossum 8517d920dd Complete subprocess and flow control docs. Misc other additions. 2013-11-14 13:25:58 -08:00
Eric V. Smith c29cc79166 Fixed typo. 2013-11-11 09:01:17 -05:00
Guido van Rossum 3e087d47c8 Resolve a few TBD/TODOs. 2013-11-01 15:14:39 -07:00
Guido van Rossum 65511fc035 Huge update to various parts of the spec. Still not done. 2013-10-31 15:48:48 -07:00
Guido van Rossum 586b21034e Clarify that SSL could mean TLS. Allow duck typing SSLContext. Allow missing run/stop/close functionality. 2013-10-24 08:37:55 -07:00
Guido van Rossum 2d1e124438 Update a lot of the intro text in PEP 3156. 2013-10-23 08:17:05 -07:00
Guido van Rossum 0e2e677032 Various Tulip updates. 2013-10-18 09:35:37 -07:00
Guido van Rossum 29e97673eb Clarify motivation for serializing callbacks. 2013-10-01 08:37:33 -07:00
Guido van Rossum b782cdde3b Remove pause/resume_writing() and discard_output(). Mention asyncio name. Clarify callback serialization. 2013-09-30 16:15:24 -07:00
Guido van Rossum 6f337d4c07 Add Discussions-To header to Tulip PEP. 2013-09-28 09:54:43 -07:00
Guido van Rossum 0be7861dee Make start_serving() a coroutine. 2013-09-09 11:11:52 -07:00
Guido van Rossum e67cea86ef Remove @task; add gather(); remote run_until_complete() timeout; some wording cleanup. 2013-09-08 19:11:55 -07:00
Guido van Rossum fb6e6e94e7 Add tulip.wait_for(). 2013-08-20 12:38:58 -07:00
Guido van Rossum 1f417b8a9e Somewhat rambling changes to event loop policy. 2013-08-09 17:27:42 -07:00
Guido van Rossum 003c30d64f Get rid of Future.running(); see bug 18699. 2013-08-09 17:26:53 -07:00
Andrew Svetlov 31c754206a Fix markup 2013-08-10 02:35:07 +03:00
Guido van Rossum cdc8dab2ce Minor clarifications. 2013-05-29 15:33:55 -07:00
Guido van Rossum 51d8e64d24 Add pause/resume_writing, discard_output. 2013-05-22 13:22:52 -07:00
Guido van Rossum 8acf02f633 Add async(). See https://codereview.appspot.com/9245047/ 2013-05-21 08:34:55 -07:00
Guido van Rossum 1c38ea5dc3 Move wrap_future() out of EventLoop. Document local_addr. 2013-05-10 16:09:48 -07:00
Guido van Rossum fa6769dc34 Small corrections. 2013-05-02 16:35:23 -07:00
Guido van Rossum 26e00e21ac Add time(), call_at(). Remove call_repeatedly(). Get rid of add_*_handler() return value. 2013-05-02 14:11:08 -07:00
Guido van Rossum 801e07188f Clarify weasel-words for getaddrinfo(). 2013-04-30 10:38:12 -07:00
Guido van Rossum 40dc92be19 Some more clarifications and edits. Describe datagram protocol. 2013-04-29 21:24:46 -07:00
Guido van Rossum f07821f801 Retract most of public Handle API. Fix server-side ssl. Clean up open issues. 2013-04-29 11:49:58 -07:00