summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for BeOSSkip Montanaro2007-08-171-1/+1
|
* some RiscOS stuff I missed before (was only looking for "RISCOS")Skip Montanaro2007-08-171-3/+0
|
* Manually patched a few things that didn't get merged in, but should.Guido van Rossum2007-08-1712-26/+43
|
* Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le andWalter Dörwald2007-08-161-0/+6
| | | | | | | | | ut-32-be). On narrow builds the codecs combine surrogate pairs in the unicode object into one codepoint on encoding and create surrogate pairs for codepoints outside the BMP on decoding. Lone surrogates are passed through unchanged in all cases. Backport to the trunk will follow.
* Remove RISCOS supportSkip Montanaro2007-08-161-4/+1
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-15286-0/+78473