Raymond Hettinger
|
165ed68c26
|
Sorting techniques edits (#124701)
|
2024-09-27 17:19:44 -07:00 |
Raymond Hettinger
|
2aaef56236
|
Make the title match the content (GH-115702)
|
2024-02-20 01:51:56 -06:00 |
Raymond Hettinger
|
9f8a9e8ac7
|
Modernize the Sorting HowTo guide (gh-115479)
|
2024-02-19 21:22:07 -06:00 |
wulmer
|
f5147c0cfb
|
gh-101100: Fix some broken sphinx references (#107095)
|
2023-07-23 03:23:44 -06:00 |
partev
|
3b86538661
|
Fix typo in sorting HOWTO (#98888)
|
2022-10-31 12:58:13 -05:00 |
Raymond Hettinger
|
ae19217867
|
GH-91415: Mention alphabetical sort ordering in the Sorting HOWTO (GH-98336)
|
2022-10-16 14:34:25 -05:00 |
Carl Meyer
|
7d7a378c1a
|
Fix typo in Sorting howto (#92280)
The phrase is usually "odds and ends," not "odd and ends."
|
2022-05-03 21:38:29 -06:00 |
slateny
|
53ca774497
|
sorting howto: Add clarification on < using __lt__ (#92010)
|
2022-04-29 16:08:07 -06:00 |
Raymond Hettinger
|
4f9ffa8f9c
|
Add doctests (GH-25474)
|
2021-04-19 14:12:36 -07:00 |
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 |