Huang Huang
|
b474b4f27f
|
reSTify PEP 324 (#365)
|
2017-08-28 15:28:48 -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 |
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 |
Neal Norwitz
|
929fdb2d4b
|
Normalize PEP type
|
2006-02-09 08:26:44 +00:00 |
Barry Warsaw
|
5a8151b527
|
Jim Jewett points out that PEPs 278, 292, 318, and 324 can be marked as Final,
and that 215 can be marked as Rejected.
|
2005-01-29 18:24:59 +00:00 |
Peter Astrand
|
61de19f122
|
Corrected example "replacing shell pipe line".
|
2004-11-27 07:44:10 +00:00 |
Andrew M. Kuchling
|
3b8316ebbd
|
Typo fixes
|
2004-10-12 16:37:47 +00:00 |
Fredrik Lundh
|
aea08398f2
|
Typo.
|
2004-10-12 15:48:03 +00:00 |
Fredrik Lundh
|
82f3c9a389
|
Updated the subprocess PEP to the latest version.
|
2004-10-12 15:43:24 +00:00 |
David Goodger
|
abd928379d
|
update from Peter Astrand; title change
|
2004-10-08 13:03:22 +00:00 |
David Goodger
|
9d455a5e43
|
update from Peter Astrand
|
2004-08-03 13:13:43 +00:00 |
David Goodger
|
f59d702cc5
|
added PEP 324, popen5 - New POSIX process module, by Peter Astrand
|
2004-01-02 20:53:01 +00:00 |