Commit Graph

3775 Commits

Author SHA1 Message Date
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
Tarek Ziadé 918c91c15b fixes from python-dev feedback 2010-04-07 13:29:07 +00:00
Georg Brandl b91b364be9 Mark PEP 102 as replaced, and add a rationale. 2010-04-06 16:26:38 +00:00
Tarek Ziadé bd1684b453 typo 2010-04-03 23:11:53 +00:00
Georg Brandl c0c1b9c215 Fix the NamespaceFormatter example in PEP 3101. 2010-04-02 08:54:11 +00:00
Barry Warsaw 7751bd2554 Publish the link to the Rietveld review. 2010-04-01 21:55:31 +00:00
Tarek Ziadé e0526346c5 typo + clarified the dist-info section 2010-04-01 21:33:33 +00:00
Barry Warsaw c80d1aeaf8 Update the reference implementation section, including a pointer to the live
merge proposal (with diff).
2010-04-01 18:30:55 +00:00
Tarek Ziadé e7b6ac276c various typo fixes, and removed a section that is not really useful 2010-03-30 21:53:35 +00:00
Tarek Ziadé ad26bda467 using a path relative to sys.prefix, absolute otherwise 2010-03-30 21:04:30 +00:00
Benjamin Peterson c68cb31572 only python 2.5 is available on dinsdale 2010-03-29 17:02:20 +00:00
Tarek Ziadé abe15cf50e removed the contents directive (not needed in PEPs) 2010-03-29 12:27:19 +00:00
Tarek Ziadé b3350684fb reorganized the PEP so implementation details are not mixed with the proposal. Also renamed the directpry to distinfo and the metadata file to METADATA 2010-03-29 09:03:10 +00:00
Antoine Pitrou 120165cb88 Issue #8244: remove obsolete update file. 2010-03-27 15:41:54 +00:00