* Show most recent items in reverse order so the newest item is at the top.
* Fix links for three-digit PEPs. The leading zero was eaten by an integer conversion. * PEPs are encoded as UTF-8 as per PEP 1. Change the input and output encodings from latin1 to utf-8 to make the feed render correctly.