Juhana Jauhiainen
|
8271441d8b
|
bpo-39374: Updated sorting documentation (GH-18177)
|
2020-01-25 14:18:58 -08:00 |
Benjamin Peterson
|
12d0ff1230
|
Remove ">>>" from testsetup. (GH-10017)
Fixes doc build breakage from 890a4b9293 .
|
2018-10-20 16:51:05 -07:00 |
Xtreak
|
890a4b9293
|
bpo-35020: Link to sorting examples from list.sort() (GH-9931)
|
2018-10-20 14:39:03 -07:00 |
Serhiy Storchaka
|
ecf41da83e
|
Issue #19795: Mark up None as literal text.
|
2016-10-19 16:29:26 +03:00 |
Zachary Ware
|
378a1d77d9
|
Issue #27204: Fix doctests in Doc/howto
Patch by Jelle Zijlstra.
|
2016-08-09 16:47:04 -05:00 |
Raymond Hettinger
|
b9531bcdcc
|
Issue #24715: Improve sort stability example
|
2016-04-26 01:11:10 -07:00 |
Georg Brandl
|
5d94134040
|
Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
|
2016-02-26 19:37:12 +01:00 |
Ezio Melotti
|
af8838f443
|
#17351: remove "object" inheritance from docs. Patch by Phil Elson.
|
2013-03-11 09:30:21 +02:00 |
Raymond Hettinger
|
99a56386f1
|
Issue 14688: Fix typo
|
2012-04-29 09:32:30 -07:00 |
Raymond Hettinger
|
810cd3479f
|
Small markup and wording tweaks for the sorting-howto.
|
2011-02-06 06:11:29 +00:00 |
Benjamin Peterson
|
1efb8dc871
|
fix weirdly ambigious sentence
|
2011-01-12 04:44:41 +00:00 |
Raymond Hettinger
|
b436b6cabc
|
Revert r87946. The virtues of readability and of examples that
can be cut and pasted are more important than having a doctests
on examples that already work.
|
2011-01-12 01:16:57 +00:00 |
Terry Reedy
|
fdf2925452
|
Issue #10225: Correct interactive Doc/howto/sorting.rst examples so doctest runs.
Based on part of A. Belopolsky's patch.
|
2011-01-11 23:05:50 +00:00 |
Georg Brandl
|
c275e15489
|
Move glossary entry to the right position and fix link.
|
2010-11-05 07:10:41 +00:00 |
Raymond Hettinger
|
53c58f8bcc
|
Forward port sorting howto
|
2010-09-01 09:15:42 +00:00 |