Commit Graph

4142 Commits

Author SHA1 Message Date
Georg Brandl 0d61249dee Fix more markup. 2012-03-15 08:24:13 +01:00
Georg Brandl d8498d616a Fix markup. 2012-03-15 08:23:23 +01:00
Georg Brandl 3153cd2e37 Convert PEP 7 and PEP 8 to rst. 2012-03-15 08:18:38 +01:00
Victor Stinner 50ac320fed PEP 416: Rephrase use cases; add more existing implementations 2012-03-15 00:41:46 +01:00
Victor Stinner 0b2f139d85 PEP 416: Add links to existing implementations 2012-03-14 23:18:49 +01:00
Georg Brandl 9398b82d3a Update with news from language summit summary. 2012-03-14 20:00:37 +01:00
Victor Stinner d611d41bfe PEP 416: add a section about dictproxy, add more links to Python recipes 2012-03-14 13:55:31 +01:00
Guido van Rossum 40a8590b14 Clarify numbering scheme a bit more. 2012-03-12 17:06:44 -07:00
Guido van Rossum 9691313918 Merge 2012-03-12 16:59:06 -07:00
Guido van Rossum c563864d0c Reject PEP 382, PEP 402, accept PEP 335. 2012-03-12 16:58:36 -07:00
Guido van Rossum 0c78cb40c0 Ignore *~ files. 2012-03-12 16:52:25 -07:00
Michael Foord 17b82b9ab7 Accepting PEP 417 2012-03-12 16:50:28 -07:00
Brett Cannon 0d4547ba0a Be explicit about using the lowest PEP number (e.g. in the 400s) instead of the next number (e.g. in the 3100s). 2012-03-12 19:22:35 -04:00
Ezio Melotti a0091dca9d Convert PEP 417 to rst. 2012-03-13 00:33:12 +02:00
Michael Foord f02b024aa0 Addition of 'open issues' to PEP 417 2012-03-12 15:13:48 -07:00
Michael Foord 7404685a67 Adding PEP 417 'Adding mock to the standard library' 2012-03-12 15:00:48 -07:00
Benjamin Peterson 61a0fa8ef2 add bugfix releases 2012-03-10 14:11:10 -08:00
Victor Stinner ae97510b98 PEP 416: remove mentions of mutable/immutable 2012-03-10 11:43:45 +01:00
Georg Brandl 847564f3ea Fix typo. 2012-03-10 07:56:55 +01:00
Brett Cannon 605271c8e9 Note that PEP 412 (key-sharing dict) has been cleared for Python 3.3. 2012-03-09 18:11:32 -05:00
Nick Coghlan 0fd79bb902 Add PEP 3144 to the list of candidate PEPs for 3.3 2012-03-09 21:16:05 +10:00
Vinay Sajip 2448339d0b Added to Post-History. 2012-03-06 10:51:38 +00:00
Vinay Sajip 75c5dc7c4b Minor changes made by Carl Meyer. 2012-03-06 10:49:22 +00:00
Benjamin Peterson 0ba175b321 implicitly set __suppress_context__ when __cause__ is set 2012-03-05 15:43:34 -06:00
Nick Coghlan 80357b7f9a Additional clarifications in the WSGI section 2012-03-05 23:12:42 +10:00
Nick Coghlan efff9e9745 Mark PEP 414 as Final and incorporate feedback (both public and private) 2012-03-05 22:56:18 +10:00
Nick Coghlan a166e27c84 Add link to Vinay's import hook project 2012-03-04 23:02:40 +10:00
Martin v. Löwis bb0d67250e Incorporate measurement results. 2012-03-05 07:58:30 +01:00
Georg Brandl ec36aa4fa8 PEP status update. 2012-03-04 16:41:28 +01:00
Georg Brandl b3a0ba3f0e Update for new versioning scheme (3.3.0 instead of 3.3) 2012-03-04 15:59:45 +01:00
Georg Brandl c2924472b3 #14914: fix typo. 2012-03-04 15:54:24 +01:00
Georg Brandl ef6e7acc9b #14193: Remove pymigr references, it is read only. 2012-03-04 14:32:42 +01:00
Nick Coghlan 965ef500b5 Update post history for PEP 414 2012-03-04 17:58:04 +10:00
Nick Coghlan 15ecef1316 More minor cleanups to PEP 414 2012-03-04 17:56:12 +10:00
Nick Coghlan 9f04df4927 Make it clear that the objection headings are paraphrased versions of the complaints made about the PEP 2012-03-04 17:48:49 +10:00
Nick Coghlan 6f949e069a Rewrite PEP 414 to be less passionate in its tone and better address the common objections 2012-03-04 17:24:43 +10:00
Victor Stinner 6e7b0815b4 PEP 416: add the default value of a function argument use case 2012-03-04 00:07:10 +01:00
Victor Stinner dda1526b8d PEP 416: add more use cases 2012-03-03 23:00:19 +01:00
Guido van Rossum c606a1fdfe Delete rule forbidding function type annotations in the stdlib. 2012-03-02 10:18:31 -08:00
Victor Stinner d0beba79d5 PEP 416
* Rephrase the first Rationale paragraph
 * Add 2 more use cases: cache and sandbox
 * Fix a typo
2012-03-01 13:06:07 +01:00
Eli Bendersky e413ea93b1 PEP 411: incorporated comments from pydev discussions 2012-02-29 21:44:39 +02:00
Victor Stinner 1c97a4495b Add the PEP 416: Add a frozendict builtin type 2012-02-29 18:58:50 +01:00
Éric Araujo ea9bdcad6a Remove strange wording.
(“direct access” to the hg repo uses the same protocol than public
browsing, so the distinction does not make sense anymore.)
2012-02-29 07:29:36 +01:00
Éric Araujo ddf08ab529 Add header required for Standard Tracks PEPs 2012-02-29 07:28:24 +01:00
Armin Ronacher e4df19c199 Merge 2012-02-29 00:59:44 +00:00
Armin Ronacher 4a3a16888c Clarified the LTS part. 2012-02-29 00:59:32 +00:00
Martin v. Löwis 8b0a407072 Update from Mark Shannon. 2012-02-28 21:40:37 +01:00
Brett Cannon e28aba7b6b Update from Ethan Furman. 2012-02-28 10:02:09 -05:00
Armin Ronacher a71aa54d64 merged 2012-02-28 08:19:11 +00:00
Armin Ronacher 5a2d803bbd pep-0414 -> accepted and added two things brought up on the mailinglist 2012-02-28 08:18:52 +00:00