Commit Graph

27 Commits

Author SHA1 Message Date
Dimitri Papadopoulos Orfanos 57d9baf04d
Typos found by codespell (#2073)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2021-09-17 11:18:24 -07:00
Brett Cannon bb4751379a
Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
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
Victor Stinner 7498996064 Change Victor Stinner email 2019-10-18 02:48:46 +02:00
Victor Stinner 16a6dfc9ac New PEP 587: Python Initialization Configuration
Change Victor Stinner email to vstinner@redhat.com.
2019-03-28 02:15:55 +01: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
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 4088a7dddc Backed out changeset: c4aef26d128b
Unknown interpreted text role "kbd".
2016-05-03 14:10:04 +03:00
Serhiy Storchaka 3dad438872 Issue #26916: Fixed words duplications. 2016-05-03 12:03:16 +03:00
Serhiy Storchaka 65c6f592cd Use the kbd role. 2016-05-03 10:47:48 +03:00
Yury Selivanov b10d7c650e pep-0475: Mark as Final. 2015-05-11 19:35:14 -04:00
Victor Stinner c170883653 PEP 475: update the list of modified functions according to the implementation
Mention also the special case of socket.socket.connect().
2015-04-19 10:59:06 +02:00
Victor Stinner 5817306884 PEP 475: add another article to explain why close() is not retried on EINTR 2015-03-20 12:18:51 +01:00
Antoine Pitrou 52e5cc7e77 Mark accepted 2015-02-02 21:46:57 +01:00
Antoine Pitrou 5064748c52 Update PEP with latest changes. 2015-02-02 21:38:52 +01:00
Antoine Pitrou dd8631553c Some rephrasings. No technical change. 2015-01-30 02:17:26 +01:00
Victor Stinner e6682bf982 PEP 475: Antoine is the BDFL-delegate 2014-10-29 11:42:14 +01:00
Victor Stinner 5a2c8d8d43 PEP 475: replace "current" with "python 3.4" 2014-10-28 22:13:38 +01:00
Victor Stinner 94f881c777 PEP 475: remove code handling InterruptedError 2014-10-28 22:00:32 +01:00
Victor Stinner 09d36fba17 PEP 475: fix typos 2014-08-27 23:17:15 +02:00
Victor Stinner db8da56c78 PEP 475: don't deprecate signal.siginterrupt() anymore 2014-07-29 23:16:04 +02:00
Victor Stinner cdacf3fbad PEP 475 2014-07-29 22:10:53 +02:00
Victor Stinner 07b6aa32ea PEP 475: another signal issue 2014-07-28 15:02:38 +02:00
Victor Stinner 838e2c816f PEP 475: simplify example 2014-07-28 12:50:14 +02:00
Victor Stinner 5de74637f3 PEP 475: Fix Hello World example 2014-07-24 22:33:23 +02:00
Victor Stinner b09ad926df First version of the PEP 475 2014-07-24 13:37:56 +02:00