Adam Turner
b199a29c8a
Many PEPs: Resolve reference warnings ( #3214 )
...
This commit resolves all outstanding duplicate label
and duplicate citation warnings.
I have not yet addressed unreferenced footnote warnings.
I took the general strategy of replacing a target above a section heading
with references directly to that section heading,
or where impractical, disambiguting the target with ``PEP NNN``.
I also converted all the citations in PEP 482 to links,
as they were causing duplicate citation warnings.
2023-07-31 17:50:14 +01:00
Adam Turner
113e490701
Several PEPs: Use explicit `:pep:` and `:rfc:` roles ( #2209 )
2022-01-21 11:03:51 +00:00
Brett Cannon
bb4751379a
Many PEPs: Normalize the 'Created' field ( #1805 )
2021-02-09 08:54:26 -08:00
Min ho Kim
cfb7bd74db
Fix typos ( #1113 )
2019-07-03 11:20:45 -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
Benjamin Peterson
60d9b24542
promote m.p.o links to https
2017-06-11 12:02:39 -07:00
Serhiy Storchaka
a53392a0f0
Remove trailing spaces. ( #232 )
...
Changes made automatically by the following command:
```
egrep -l ' +$' *.txt | xargs sed -i -re 's/ +$//'
```
2017-03-24 23:11:33 +02:00
Nick Coghlan
ddc930b416
Record BDFL delegation and resolution for PEP 3151
2012-05-06 16:35:13 +10:00
Antoine Pitrou
3377fbf36a
Final, not accepted
2011-10-13 02:13:24 +02:00
Antoine Pitrou
78b24adb40
Mark PEP accepted.
2011-10-13 02:01:21 +02:00
Antoine Pitrou
fe1e5f6de7
Clarify statement at Barry's request
2011-10-11 23:50:49 +02:00
Antoine Pitrou
a17354feff
Add ChildProcessError and ProcessLookupError
2011-08-30 18:35:14 +02:00
Antoine Pitrou
3ceecd9e7e
FileSystemError is gone
2011-08-30 18:13:41 +02:00
Antoine Pitrou
30b7174cc2
Fix that ``winerror`` is only present under Windows.
2011-08-29 18:38:34 +02:00
Antoine Pitrou
437825a070
OSError will be the canonical name, not IOError
2011-08-29 18:36:36 +02:00
Antoine Pitrou
5cdf6378e4
Add BrokenPipeError mapping both EPIPE and ESHUTDOWN
2011-07-27 02:11:38 +02:00
Antoine Pitrou
c15f626cbd
Add InterruptedError for EINTR
2011-07-27 00:44:35 +02:00
Antoine Pitrou
089008558c
Mapping EBADF is not very useful (as pointed out by Nick)
2011-07-27 00:43:27 +02:00
Antoine Pitrou
84dda3bb67
Record that old names won't be deprecated
2011-07-27 00:40:58 +02:00
Antoine Pitrou
467a8e1147
Add link to bug tracker entry
2011-07-14 00:32:50 +02:00
Antoine Pitrou
cd34739f36
Remove outdated mention of the moratorium
2011-07-14 00:27:22 +02:00
Antoine Pitrou
3974c001b2
Update status of implementation
2011-07-14 00:26:46 +02:00
Antoine Pitrou
4ae0dfca36
Fix the spelling of some errno mnemonics
...
(indirectly proving how easy to remember they are)
2011-05-12 22:07:21 +02:00
Antoine Pitrou
693281b82c
Mention the interesting idea of modifiying IOError.__new__
...
(instead of the PyErr_SetFromErrno functions)
2011-05-12 19:31:43 +02:00
Antoine Pitrou
892e7810a6
Mention the lack of "errno" on select.error
2011-05-12 18:09:06 +02:00
Antoine Pitrou
b143933fc2
Try to rephrase
2011-05-10 18:31:19 +02:00
Antoine Pitrou
b6df74e01e
Mention the rare issue of having a Windows error code exposed as the errno
...
attribute of a non-WindowsError exception.
2011-05-10 17:54:07 +02:00
Antoine Pitrou
e3ee4ff098
Small update wrt.SSLError
2011-05-10 17:23:14 +02:00
Antoine Pitrou
96e05b3e65
Update with URL of hg repo
2011-05-10 17:20:17 +02:00
Antoine Pitrou
c842b6b33b
Fix use of "either" and typo in "checking" (Jim Jewett)
2011-04-04 15:33:34 +02:00
Antoine Pitrou
a9b9763b44
Typo
2010-11-16 17:45:20 +00:00
Antoine Pitrou
9677bf7d5d
Add clarification, as suggested by Nick
2010-11-16 17:33:07 +00:00
Antoine Pitrou
6d51c53840
Mention socket.herror (!)
2010-11-10 17:38:46 +00:00
Antoine Pitrou
12c3f5ecc0
Mention socket.gaierror and socket.timeout
2010-11-10 10:01:57 +00:00
Antoine Pitrou
8fb8f70c6d
Replaced `FileAlreadyExistsError` with the shorter `FileExistsError`
...
(thanks Georg)
2010-09-03 18:32:23 +00:00
Antoine Pitrou
4d8faee55c
Add "Error" at the end of class names.
...
Propose two new intermediate classes (ConnectionError and FileSystemError)
Add a small diagram.
2010-09-03 17:07:56 +00:00
Antoine Pitrou
8bf0e8e437
Suggesting a mechanism for deprecation of old exception names
2010-07-31 17:44:39 +00:00
Antoine Pitrou
1b7fd06289
Mention VMSError
2010-07-30 23:43:45 +00:00
Antoine Pitrou
c7a8f5a164
Typo fixes by Éric Araujo.
2010-07-26 22:20:52 +00:00
Antoine Pitrou
721a2025de
Fixes
2010-07-22 13:13:03 +00:00
Antoine Pitrou
449295a167
The attribute is named winerror, not winerr
2010-07-22 11:48:29 +00:00
Antoine Pitrou
e47d5fc5f3
Nick's input
2010-07-22 11:41:49 +00:00
Antoine Pitrou
8b37e1a751
Use a proper word (Rob Cliffe)
2010-07-22 10:52:13 +00:00
Antoine Pitrou
48c3e4a9c6
Stress appendices
2010-07-21 19:41:06 +00:00
Antoine Pitrou
732b400eb8
Markup again
2010-07-21 19:16:49 +00:00
Antoine Pitrou
89d3b59399
Markup
2010-07-21 18:59:23 +00:00
Antoine Pitrou
81cd118c17
Add items to survey.
2010-07-21 18:49:25 +00:00
Antoine Pitrou
60a5302f13
Add mention of the os module.
2010-07-21 17:54:21 +00:00
Antoine Pitrou
e742aa991b
Wording and markup changes.
2010-07-21 17:44:30 +00:00