Mariatta
|
cf3bad5ab3
|
Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464)
This reverts commit bb0e518ed3 .
|
2017-11-11 11:28:55 -08:00 |
Huang Huang
|
bb0e518ed3
|
Rename all .txt PEP files to .rst (GH-462)
For https://github.com/python/peps/issues/1
|
2017-11-11 10:30:43 -08:00 |
Serhiy Storchaka
|
7ca8985b8f
|
Miscellaneous fixes and formatting enhancements. (#238)
|
2017-04-05 19:14:26 +03: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 |
Mariatta
|
4598c39b78
|
Convert 12 PEPs (#187)
|
2017-01-24 12:47:21 -08:00 |
Georg Brandl
|
f9088d9bcc
|
Update old PEP URL.
|
2009-01-18 09:47:54 +00:00 |
Brett Cannon
|
c33689e5ec
|
Make Raymond Hettinger's name consistent.
|
2007-06-28 19:44:20 +00:00 |
Raymond Hettinger
|
7c050568e2
|
Reference the itertools module
|
2003-03-21 19:57:09 +00:00 |
Barry Warsaw
|
1c6e4e6c3c
|
PEP 279 is now marked Final.
|
2002-04-29 16:03:43 +00:00 |
Barry Warsaw
|
7e08ee9b55
|
PEP 279 is renamed to "The enumerate() built-in function" since the
old title didn't reflect its accepted proposals. Also, moved this to
the accepted but not yet implemented category.
|
2002-04-08 17:02:40 +00:00 |
Barry Warsaw
|
6913aef3e1
|
Raymond Hettinger's latest revision. Now marked Accepted.
|
2002-04-08 15:44:52 +00:00 |
Fred Drake
|
529701291f
|
Update PEP URLs to prefer www.python.org.
|
2002-04-05 19:42:56 +00:00 |
Barry Warsaw
|
b17080888c
|
Raymond's latest update. Note Status is still Draft until
confirmation of Accepted status comes from Guido.
|
2002-04-01 16:04:27 +00:00 |
Barry Warsaw
|
8e48462a3c
|
Raymond Hettinger's latest update.
|
2002-03-21 05:54:14 +00:00 |
Barry Warsaw
|
4834b3a6a8
|
One more update from Raymond Hettinger.
|
2002-03-11 19:31:23 +00:00 |
Barry Warsaw
|
4b2c3a6488
|
PEP 279 update from Raymond Hettinger
|
2002-03-11 17:33:49 +00:00 |
Barry Warsaw
|
6d5f340df7
|
Latest update from Raymond D. Hettinger. Spell checking applied.
Made code samples self-consistent, and also consistent with Python
style guide w.r.t. spaces around function arguments.
|
2002-03-04 13:20:02 +00:00 |
Barry Warsaw
|
27577312e1
|
Raymond Hettinger's latest update, slightly reformatted.
|
2002-02-07 12:08:12 +00:00 |
Barry Warsaw
|
a50cc106f7
|
Raymond Hettinger's latest updates.
|
2002-02-04 21:03:03 +00:00 |
Barry Warsaw
|
f2115cc852
|
Integrated Raymond Hettinger's latest update
|
2002-02-01 14:55:46 +00:00 |
Barry Warsaw
|
1947249ff7
|
PEP 279, Enhanced Generators, Raymond D. Hettinger.
(Minor spell checking and formatting by BAW)
|
2002-02-01 05:59:14 +00:00 |