Commit Graph

3688 Commits

Author SHA1 Message Date
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
Georg Brandl ebeb712eea Apply updates sent to PEPs list by Brian Quinlan. 2010-05-01 09:40:47 +00:00
Jeffrey Yasskin 7da36514e9 Mark 2to3 as compatible with python-2.5 per the discussion in issue 8566. 2010-04-30 23:29:59 +00:00
Barry Warsaw 5d9da43a0a Support the Resolution header, required for Standards Track PEPs. 2010-04-30 19:21:52 +00:00
Tarek Ziadé 355c2cedee switch state to Accepted 2010-04-26 21:37:21 +00:00
Tarek Ziadé 1dfaf5580f minor fixes 2010-04-26 21:36:54 +00:00
Tarek Ziadé 5677f923a6 added missing commas so the RECORD file can be iterate over 2010-04-23 09:20:20 +00:00
Tarek Ziadé b924063f10 fixed the list syntax 2010-04-22 08:46:45 +00:00
Barry Warsaw 439c3fbfa0 PEP 0328: Absolute imports are *not* enabled in Python 2.7
PEP 3147: Temporarily fix a non-standard header
2010-04-21 20:02:37 +00:00
Tarek Ziadé 70a15c9282 added obsoletes API and changed the file path strategy in RECORD 2010-04-21 18:22:03 +00:00
Barry Warsaw 1acd9f8d3c accepted 2010-04-17 00:27:17 +00:00
Barry Warsaw 62c4fb3828 PEP 3147 is accepted and will be final (i.e. implemented) momentarily. 2010-04-16 23:08:18 +00:00
Barry Warsaw be8d659956 There is no change to PEP 302. imp.source_from_cache() and
imp.cache_from_source() may return None.
2010-04-15 01:16:47 +00:00
Barry Warsaw fe4b02b00c Small clarification from Isaac Moreland. 2010-04-14 18:10:58 +00:00
Barry Warsaw 95f614c983 Updates 2010-04-13 02:17:40 +00:00