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 |
Marti Raudsepp
|
04a6af2ab1
|
Fix various typos, spelling and grammar errors
Errors detected using Topy (https://github.com/intgr/topy), all changes
verified by hand.
|
2016-07-11 18:35:35 +03:00 |
Georg Brandl
|
08ea236bbb
|
Update not-so-old PEP URL.
|
2009-01-18 09:50:42 +00:00 |
Georg Brandl
|
9020d2a184
|
More link updates.
|
2008-10-02 12:51:05 +00:00 |
Brett Cannon
|
9037ae9e99
|
Change Alex Martelli's email address.
|
2007-06-20 19:14:01 +00:00 |
Guido van Rossum
|
e31746e7fc
|
Change the status of a whole lotta PEPs.
Some are marked final years after the work was completed and released;
others are rejected after sitting idly for years.
|
2007-05-18 17:41:31 +00:00 |
Raymond Hettinger
|
46a1c9ceb8
|
Add comments to 323.
|
2005-06-28 08:46:39 +00:00 |
Alex Martelli
|
4279130666
|
fixed 2 typos in example code kindly pointed out by Tom Jenkins.
|
2004-01-02 09:15:55 +00:00 |
Alex Martelli
|
36e7a69be3
|
Rewritten, with removal of deep-copying ideas, but otherwise many additions of
details and examples, as per feedback received on python-dev.
|
2003-10-29 13:39:51 +00:00 |
Alex Martelli
|
eefc4df37c
|
Added PEP 323, "Copyable Iterators".
|
2003-10-27 15:01:08 +00:00 |