Commit Graph

3702 Commits

Author SHA1 Message Date
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
Nick Coghlan d42a5e3168 Typo fix 2010-07-20 13:24:27 +00:00
Nick Coghlan 1f7d4394d0 Make error message slightly more helpful in diagnosing missing angle brackets around an email address in the PEP header
(Also added PEP 3150, which was meant to be a separate checkin. C'est la vie)
2010-07-20 13:17:13 +00:00
Georg Brandl af79589ec7 Update from Brian; make links work. 2010-07-18 13:12:03 +00:00
Martin v. Löwis 239ce198bc Document signing process. 2010-07-16 07:53:23 +00:00
Barry Warsaw c4a3731bfd Added PEP 3149 2010-07-14 23:56:40 +00:00
Fred Drake 104a6acfb4 fix markup error 2010-07-14 20:01:47 +00:00
Georg Brandl 72791a04e4 Giving back the time machine. 2010-07-05 16:50:01 +00:00
Martin v. Löwis 73f32496bd Describe the mirroring protocol. Drop URLs that don't
need to be mirrored.
2010-07-04 21:33:54 +00:00
Martin v. Löwis dbba728614 Document name assignments to mirrors. 2010-07-04 21:13:29 +00:00
Martin v. Löwis e31e128e53 Make myself coauthor. 2010-07-04 21:09:50 +00:00
Georg Brandl 53bd3754f8 New tentative schedule. 2010-07-02 08:51:24 +00:00
Brett Cannon e9bba0f4ef Update from Brian Quinlan that "adds a section explaining the rational of
naming the package concurrent.futures."
2010-06-28 19:32:11 +00:00
Brett Cannon f93f3e1797 Update from Brian Quinlan::
Here are some updates based on the latest round of python-dev feedback. It:

    - changes the names of the named-tuple returned by wait()
    - consistently uses the world "callable" rather than "function" or "method"
    - clarifies the calling context of future callbacks
    - removes the ability to remove call backs
    - allows the same callback to be repeatedly added
    - adds a pointer to pickle
    - clarifies that the interpreter will not exit with running futures
    - clarifies that module methods accept futures from different executors
2010-06-28 04:54:01 +00:00
Georg Brandl 371c3fa34b reST wont work here, it is text/plain, but at least make the link a clickable in the HTML. 2010-06-27 09:23:13 +00:00
Georg Brandl c7cd1cc2f0 Record delay for alpha1. 2010-06-27 09:22:13 +00:00
Antoine Pitrou f16514e92a Remove obsolete .cvsignore file 2010-06-23 13:58:58 +00:00
Antoine Pitrou 82d0687e4b .hgignore file, from Éric Araujo 2010-06-23 13:58:41 +00:00
Benjamin Peterson 9ef769f6cd svn keywords must have no spaces 2010-06-20 15:33:04 +00:00
Tarek Ziadé d0ac85dba8 make sure Name (Version) is what is added in Provides-Dist 2010-05-31 13:45:53 +00:00
Martin v. Löwis a2caa5e3b8 Clarify * for subpackages. 2010-05-31 07:47:31 +00:00
Martin v. Löwis 319b990f1d Keep precedence for directories. Noticed by Brett Cannon. 2010-05-31 07:33:53 +00:00
Tarek Ziadé 4d6494b6c4 removed erroneous sentence 2010-05-30 21:24:43 +00:00
Barry Warsaw 33252e1196 Add good suggestion on how to tell if you have PEP 3147 support. 2010-05-27 23:54:25 +00:00
Georg Brandl 0f4afffb34 Update from Brian. 2010-05-21 22:00:25 +00:00
Brett Cannon 6446834bdf Specify the package name.
Update from Brian Quinlan.
2010-05-21 01:40:36 +00:00
Antoine Pitrou bb0c95814a Update PEP 7. All C files should now use 4-space indents. 2010-05-09 18:28:43 +00:00
Benjamin Peterson c7b80b5fbc push releases back a week 2010-05-04 20:47:04 +00:00
Jesus Cea 50ff8f1ab1 OSF* goes unsupported 2010-05-03 20:21:47 +00:00
Georg Brandl 45d710b6d5 Rewrap according to PEP standards; indent documentation for API elements for better clarity. 2010-05-01 09:58:11 +00:00