Commit Graph

3731 Commits

Author SHA1 Message Date
Brett Cannon 3f67de0a88 Make propcheck.py executable. 2010-09-16 19:35:17 +00:00
Armin Ronacher fa3ac11be0 The return value is a tuple, not an iterable 2010-09-16 16:13:52 +00:00
Armin Ronacher a06e8726a4 Fixed a case where the order of arguments was wrong for PEP 444 2010-09-16 10:50:07 +00:00
Georg Brandl 6b4cd01d29 Add PEP 444, Python Web3 Interface. 2010-09-15 22:40:38 +00:00
Barry Warsaw 1d53ffb3cb Rephrase and emphasize inapplicability to Windows 2010-09-13 14:18:43 +00:00
Florent Xicluna f31bacb1af Remove reference to python-3000 mailing list in PEP1 2010-09-03 19:08:36 +00:00
Antoine Pitrou 8fb8f70c6d Replaced `FileAlreadyExistsError` with the shorter `FileExistsError`
(thanks Georg)
2010-09-03 18:32:23 +00:00
Barry Warsaw b840946b96 PEP 3149 has been accepted. 2010-09-03 18:31:47 +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
Daniel Stutzbach 592702b5ea Updated PEP-0007 to refer to PyAPI_FUNC instead of DL_IMPORT, which
was deprecated in Python 2.3.
2010-09-02 14:57:18 +00:00
Barry Warsaw 209b145e5a Update implications for PEP 384 based on Martin's email. 2010-08-30 18:29:05 +00:00
Georg Brandl 7c4473de5c Even if utf-8 is the default for Python, it may not be for the editor. 2010-08-29 19:54:09 +00:00
Florent Xicluna cf3be960ad Use new-style classes in examples. Fix typos. 2010-08-28 18:08:15 +00:00
Florent Xicluna c29c921482 Add a space after comma and remove trailing spaces. 2010-08-28 17:49:32 +00:00
Martin v. Löwis 2fc8df834e Fix various glitches. 2010-08-28 15:43:34 +00:00
Florent Xicluna 9cb768bb8f Typo 2010-08-25 19:59:29 +00:00
Barry Warsaw b67e224eb2 Minor updates to clarify how to put the documentation in place. 2010-08-24 14:16:59 +00:00
Mark Dickinson 5dd2191e59 Remove three outdated items from PEP 42. 2010-08-14 21:09:54 +00:00
Brett Cannon 280ed71ddc Add PEP 3152: Cofunctions, by Greg Ewing. 2010-08-11 00:25:26 +00:00
Brett Cannon 8e2822f216 Set svn properties. 2010-08-11 00:24:58 +00:00
Florent Xicluna 7fda990b31 Fix typo in PEP 3147. 2010-08-09 09:46:08 +00:00
Georg Brandl 138a86a0fd #8562: add note about outdated check. 2010-08-02 19:50:16 +00:00
Antoine Pitrou 8bf0e8e437 Suggesting a mechanism for deprecation of old exception names 2010-07-31 17:44:39 +00:00
Georg Brandl eef2b6a8d4 Consistent checkboxes. 2010-07-31 13:26:15 +00:00
Antoine Pitrou 1b7fd06289 Mention VMSError 2010-07-30 23:43:45 +00:00
Georg Brandl 1de31c3306 Update date. 2010-07-30 22:26:54 +00:00
Brian Quinlan cfc8ae9456 Describes the behavior of add_done_callback when the callable raises. 2010-07-30 10:49:13 +00:00
Antoine Pitrou c7a8f5a164 Typo fixes by Éric Araujo. 2010-07-26 22:20:52 +00:00
Brett Cannon 73f8b2df7c Drop sync history as keeping it updated is a pain and typically forgotten. 2010-07-23 10:32:46 +00:00
Martin v. Löwis b200983097 Specify import hook support. 2010-07-22 16:29:04 +00:00
Barry Warsaw cb5f8f7831 Updates based on python-dev discussion. 2010-07-22 14:18:43 +00:00
Antoine Pitrou 721a2025de Fixes 2010-07-22 13:13:03 +00:00
Nick Coghlan dd3aa2ceb8 Rephrase the new TODO items based on python-ideas thread 2010-07-22 13:01:57 +00:00
Benjamin Peterson 0490e0fcd4 2.5 is now default on dinsdale, so don't require version suffix 2010-07-22 12:21:10 +00:00
Nick Coghlan 4507a14baf Add a couple more TODO list items 2010-07-22 12:21:07 +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
Nick Coghlan 920bced275 Fix some minor typos, add notes on topics not yet covered and point out that the most likely outcome for this PEP is eventual rejection 2010-07-21 22:11:04 +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
Andrew M. Kuchling f2d48d150d Update links to decimal specification 2010-07-21 18:07:45 +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
Nick Coghlan b615c64170 One more indentation nit 2010-07-20 22:36:51 +00:00
Nick Coghlan 7530a8f583 Tidy up code indenting using 3-space top-level indents and 4-space indents within the sample Python code 2010-07-20 22:34:39 +00:00
Nick Coghlan f9ab5fc41e Updates based on python-ideas discussion 2010-07-20 22:08:46 +00:00