Commit Graph

36 Commits

Author SHA1 Message Date
Benjamin Peterson 60d9b24542 promote m.p.o links to https 2017-06-11 12:02:39 -07:00
Serhiy Storchaka a53392a0f0 Remove trailing spaces. (#232)
Changes made automatically by the following command:
```
egrep -l ' +$' *.txt | xargs sed -i -re 's/ +$//'
```
2017-03-24 23:11:33 +02:00
Nick Coghlan 3cad622707 Tweak the headers on a few PEPs so they appear in the Historical PEPs section rather than at the top of the PEP index 2012-02-10 23:10:37 +10:00
Georg Brandl 4a40d09d74 Add for/else entry. 2009-10-22 15:14:34 +00:00
Alex Martelli 1dcb3fa928 One small copyedit-level change. 2007-08-25 20:00:22 +00:00
Brett Cannon 3586b07d42 Make PEPs 3099 and 2 active. 2007-06-22 18:50:54 +00:00
Brett Cannon 9fe45a32c3 Make all meta-PEPs be Process PEPs. 2007-06-19 04:52:34 +00:00
Brett Cannon cdf5d3ce68 Fix the headers so that they are in the right order and no required headers are
missing.
2007-06-19 04:20:07 +00:00
Guido van Rossum 7ff5632c66 Drop a bullet that conflicts with PEP 3131's status. 2007-06-18 23:32:03 +00:00
Georg Brandl 04564c4ff7 Change my address. 2007-05-01 20:39:17 +00:00
Georg Brandl feee717f0b Patch #1627052 (backticks in PEP3099). 2007-01-10 20:24:13 +00:00
Georg Brandl 5496d1b4f9 Add interpreter prompt. 2006-11-30 22:01:39 +00:00
Georg Brandl 92679350fb No messing around with zip(). 2006-08-31 17:34:30 +00:00
Guido van Rossum e65c915764 Py3k won't be case-insensitive. Added because someone asked about it. 2006-08-25 14:53:02 +00:00
Georg Brandl 995f0243b5 Add "no complete rewrite" to PEP 3099. 2006-08-13 12:24:49 +00:00
Guido van Rossum fb181cb367 Container literals stay. 2006-07-09 21:29:48 +00:00
Georg Brandl 507c8b78d9 Add "global" decision. 2006-07-07 07:50:39 +00:00
Georg Brandl 93abd72170 Forbid ":=". 2006-07-05 08:28:49 +00:00
Georg Brandl 75efa85973 Add int[:100]. 2006-07-04 19:55:21 +00:00
Steven Bethard d6a1625b00 Add rejected "globals.foo" proposal. 2006-07-02 20:33:26 +00:00
Georg Brandl 493d7e9d7d Fix URL tpyo 2006-06-26 16:54:39 +00:00
Steven Bethard d461fe1a8a Add thread for "Iterating over a dictionary..." that discusses dict() and dict.update() 2006-06-02 21:52:33 +00:00
Georg Brandl 62e03923b1 Fold PEP 13 draft into PEP 3099. 2006-06-01 18:49:59 +00:00
Georg Brandl 241aad870b No frozenlist. Ever. 2006-05-22 17:06:18 +00:00
Georg Brandl e55f539dc3 No no reusing loop variables. 2006-05-03 04:58:59 +00:00
Guido van Rossum af04646fc1 Slices won't go away. 2006-05-01 20:04:27 +00:00
Guido van Rossum 5081b0b9c1 Clarify the sentence "python won't be unicode" which could be interpreted
too broadly.
2006-05-01 17:26:22 +00:00
Guido van Rossum 7b0557134c No Unicode for operators or names. 2006-04-28 20:05:59 +00:00
Georg Brandl d9b470db86 Add "lambda" decision at a promiment location. 2006-04-27 10:51:34 +00:00
Georg Brandl 996c95d757 Add "sorted genexp" pronouncement. 2006-04-27 10:13:55 +00:00
Georg Brandl 1de296ca70 Strings will stay iterable. 2006-04-27 09:47:03 +00:00
Tim Peters 124fde75d2 Clarify that iterating over a dict already yields the keys. 2006-04-16 22:09:59 +00:00
Guido van Rossum 9f27a6160f Clarify (I hope) that we're not going to *enforce* 80 columns. :-) 2006-04-05 21:21:57 +00:00
Georg Brandl d143c5d2f6 Move PEP 3000 to PEP 3100.
Someone still has to write PEP 3000 ;)
2006-04-05 07:17:23 +00:00
Georg Brandl 1e94e92c69 Add "hash as attribute". 2006-04-04 17:50:24 +00:00
Georg Brandl a98221c42f Add PEP 3099 -- Things that Will Not Change. 2006-04-04 11:59:11 +00:00