Commit Graph

3803 Commits

Author SHA1 Message Date
Collin Winter 9d361d1e78 PEP 3146: grammar, link fixes. 2010-02-25 19:36:05 +00:00
Guido van Rossum dee0fb5e6a Update to PEP 3148 by Jeffrey Yasskin. 2010-02-25 15:42:16 +00:00
Steven Bethard cd3f32530b Add a link to Guido's approval, and fix some broken links. 2010-02-25 05:49:37 +00:00
Andrew M. Kuchling d3b917820b Restore original text for the record 2010-02-24 00:58:25 +00:00
Guido van Rossum 93cf74610f Fix bad quote. 2010-02-23 23:28:27 +00:00
Guido van Rossum e3b65187e5 Brian Quinlan's Futures PEP. 2010-02-23 21:58:51 +00:00
Andrew M. Kuchling 56ea4bef7d PEP 3 is obsolete; withdraw it 2010-02-22 02:49:10 +00:00
Steven Bethard 510dd06132 Adjust optparse deprecation strategy as per Guido's request (no actual removal of optparse) and mark PEP as accepted. 2010-02-21 18:54:45 +00:00
Collin Winter d0b2f996c7 Update PEP 3146: discuss impact on other forks/branches; clarify language on PyPy; resolve open issues; clarify qualifications for final merger. 2010-02-20 22:02:19 +00:00
Tarek Ziadé e5f8d610aa removed the ~= operator 2010-02-13 20:16:20 +00:00
Benjamin Peterson 38a26f3fbc useful author value 2010-02-13 02:34:28 +00:00
Benjamin Peterson 5aa44cfb7c add 2to3 2010-02-13 02:33:59 +00:00
Tarek Ziadé 2ff7a1003f removed the section about why the author-email field *was* mandatory 2010-02-09 22:42:53 +00:00
Tarek Ziadé ed5e7f1953 added author field in the list of changed fields 2010-02-09 21:41:26 +00:00
Tarek Ziadé 4b41fc4a55 made author-email optional 2010-02-09 21:27:47 +00:00
Collin Winter ba7a7e9df3 Commit updated version of PEP 3146. 2010-02-09 02:51:26 +00:00
Vinay Sajip ae27a4e100 Marked PEP 391 as Accepted. 2010-02-04 20:39:43 +00:00
Tarek Ziadé 7f425ce824 added David Lyon to the contributors list 2010-02-04 16:56:45 +00:00
Barry Warsaw 5f76c2816b Add some notes based on python-dev discussion. Needs reconciling with the
body of the PEP.
2010-02-03 17:46:28 +00:00
Barry Warsaw cd058d475c Oops, one more. 2010-01-31 00:38:55 +00:00
Barry Warsaw 9f76d98bde Fix reference to placeholder PEP number. 2010-01-31 00:37:48 +00:00
Barry Warsaw cb6fc0d0ae PEP 3147, PYC Repository Directories, Warsaw 2010-01-29 20:37:07 +00:00
Benjamin Peterson a9ee42bc4f normalize Collin and Jeffery's email address 2010-01-21 01:23:17 +00:00
Collin Winter b3dd94c365 Add PEP 3146: Merge Unladen Swallow into CPython. 2010-01-20 22:08:04 +00:00
Vinay Sajip 4603d0d39d Removed comment about provisionality of prefixes. 2010-01-14 12:20:19 +00:00
Georg Brandl 3e20c409e2 #7655: typo fixes. 2010-01-07 22:33:01 +00:00
Tarek Ziadé e3b2ab36f4 remove occurences of 'package' that means 'distribution' here 2010-01-07 12:13:35 +00:00
Tarek Ziadé db227bb275 we mean distribution here 2010-01-06 16:55:00 +00:00
Georg Brandl 3ce484e766 Minor markup and spelling fixes. 2010-01-06 14:31:23 +00:00
Georg Brandl 336f3092fb Fix example, and clarify string literal syntax. 2010-01-06 09:14:44 +00:00
Tarek Ziadé ad8da71490 introduced rc so Python's own scheme works. Also added recent PyPI stats 2010-01-05 23:54:56 +00:00
Georg Brandl 107e1f8b14 Complain if filename does not match PEP number. 2009-12-31 08:22:12 +00:00
Benjamin Peterson bb83ecdc45 fix pep number 2009-12-30 23:53:34 +00:00
Georg Brandl 78b418dde4 Remove table. 2009-12-30 19:05:14 +00:00
Georg Brandl 2447fb3a56 Add PEP 392, Python 3.2 Release Schedule. 2009-12-30 18:59:48 +00:00
Georg Brandl 0315b90d32 Remove 3.2 version. 2009-12-30 18:44:38 +00:00
Tarek Ziadé 7862ac3dff we don't work in the branch anymore 2009-12-30 09:02:25 +00:00
Tarek Ziadé 68eca6931f changed the range mechanism, after recent discussions in various MLs 2009-12-30 09:02:01 +00:00
Tarek Ziadé a8af709972 fixed the folding/unfolding story for the Description field 2009-12-29 22:16:50 +00:00
Tarek Ziadé ed118482b1 fixed the comma operator (it's AND) 2009-12-28 01:07:29 +00:00
Tarek Ziadé b4784c9bdc escaping EOLs 2009-12-28 00:21:16 +00:00
Tarek Ziadé 4b2781cc35 more editing 2009-12-28 00:13:16 +00:00
Tarek Ziadé 728344dd84 PEP 345 does not replace 314. It just specifies 1.2 2009-12-28 00:10:20 +00:00
Tarek Ziadé a053d94007 python.org's parser will do the PEP linking, no need to add reST on these PEP references 2009-12-28 00:08:53 +00:00
Tarek Ziadé 7fe3d72593 added the range operator, and more details on versions 2009-12-27 23:50:39 +00:00
Tarek Ziadé 3e07e8623b added the encoding of reStructuredText Description - using a RFC822-compatible folding/unfolding technique 2009-12-25 13:29:11 +00:00
Tarek Ziadé 238dcaf2eb added Platform in the difference summary 2009-12-25 12:29:16 +00:00
Tarek Ziadé bf51d1c019 various fixes/changes from python-dev feedback 2009-12-25 12:27:22 +00:00
Tarek Ziadé 4b56e99063 added Project-URL in the Abstract 2009-12-23 00:13:56 +00:00
Tarek Ziadé aea82e2e2a improving the PEP readability 2009-12-23 00:10:25 +00:00