Benjamin Peterson
|
60d9b24542
|
promote m.p.o links to https
|
2017-06-11 12:02:39 -07:00 |
csabella
|
329ed7e935
|
reSTify 5 PEPs (#276)
|
2017-06-02 11:46:13 -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 |
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 |
Serhiy Storchaka
|
3dad438872
|
Issue #26916: Fixed words duplications.
|
2016-05-03 12:03:16 +03:00 |
Benjamin Peterson
|
8740ed3746
|
I'm going to call this superseded just to avoid collision in the key
|
2011-03-04 04:58:22 +00:00 |
Georg Brandl
|
70f258a7a1
|
Don't link to the Internet RFCs -- these are Perl RFCs.
|
2007-10-04 06:57:33 +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
|
d5deae29b7
|
Renumber 344 -> 3134 and 367 -> 3135.
|
2007-06-07 22:17:56 +00:00 |
Ka-Ping Yee
|
860fb91f25
|
Add a discussion of the cyclic garbage issue.
|
2007-01-04 02:53:05 +00:00 |
David Goodger
|
794b1f8f11
|
converted to UTF-8 & added coding slugs
|
2006-03-02 19:54:50 +00:00 |
Ka-Ping Yee
|
2e09a4c99d
|
Simplify implementation of print_chain.
|
2005-05-16 19:12:51 +00:00 |
Ka-Ping Yee
|
2b1d6dd3c8
|
Mention GetBaseException in C#.
|
2005-05-16 07:10:22 +00:00 |
Ka-Ping Yee
|
3d514b0e42
|
Add "raise ... from" statement.
Add reference to Perl 6 exception RFC.
|
2005-05-16 06:58:12 +00:00 |
Ka-Ping Yee
|
84ea75eb01
|
Update Rationale.
|
2005-05-15 23:53:56 +00:00 |
Ka-Ping Yee
|
43671683c9
|
Add __cause__ and language comparisons.
|
2005-05-15 23:29:56 +00:00 |
Ka-Ping Yee
|
c2c4af5fd7
|
Add PEP 344. Shorten title to make it fit in PEP 0.
|
2005-05-15 19:49:01 +00:00 |
Ka-Ping Yee
|
f9e92a3824
|
Add PEP 344: Exception Chaining and the Traceback Attribute.
|
2005-05-15 19:30:38 +00:00 |