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 |
Georg Brandl
|
fd2895531b
|
Add PEP 3151 -- reworking the OS/IO exception hierarchy.
|
2010-07-21 17:18:39 +00:00 |