#
Date
Size
Editor
Comment
Action
60
2012-01-10 08:05:21
11985
to previous
rhettinger
Match the wording in the on-line docs
view
59
2012-01-10 08:02:10
12061
to previous
rhettinger
Update the example to show all six comparison methods.
view
58
2012-01-10 07:41:09
11278
to previous
rhettinger
PEP 8 recommends against relying on __lt__ as the sole rich comparison
view
57
2011-10-31 16:40:48
11645
to previous
PaulBoddie
Surely it isn't a typo since student is the lambda's parameter representing a single item from student_tuples.
view
56
2011-10-31 00:53:36
11659
to previous
202
typos in example using student_tuples
view
55
2011-04-19 03:00:50
11645
to previous
cpe-76-94-45-111
Remove erroneous entry by Bin Tan. The example was reverified as working for Py2.7.
view
54
2011-04-19 02:46:52
11827
to previous
208-123-162-2
found a solution
view
53
2011-04-19 02:31:06
11747
to previous
208-123-162-2
pointing out a bug but without providing a clean solution
view
52
2011-04-05 15:07:32
11645
to previous
minerva
view
51
2010-08-30 12:12:20
11568
to previous
customer7447
methodcaller was introduced in 2.6
view
50
2010-05-28 08:04:44
11568
to previous
eur-info107
remove second "both"
view
49
2010-04-08 14:45:17
11574
to previous
ÉricAraujo
Fix typo
view
48
2010-04-08 03:17:42
11586
to previous
173-8-135-113-SFBA
accending -> ascending
view
47
2010-04-07 20:52:10
11586
to previous
173-8-135-113-SFBA
"some the" -> "some of the"
view
46
2010-04-04 22:10:42
11583
to previous
rhettinger
Update cmp_to_key() to match Python 2.7's functools module
view
45
2010-04-01 07:07:51
11495
to previous
cpe-76-89-181-140
Replace broken unicode example
view
44
2010-04-01 02:44:48
11644
to previous
cpe-76-89-181-140
Show how to add a custom sort order to a class and how to use external dictionaries
view
43
2010-04-01 02:00:31
10862
to previous
cpe-76-89-181-140
More clean-up and add links.
view
42
2010-04-01 01:52:16
10730
to previous
cpe-76-89-181-140
Clean-up DSU exampe
view
41
2010-04-01 01:50:06
10715
to previous
cpe-76-89-181-140
Nits
view
40
2010-04-01 01:25:51
10256
to previous
cpe-76-89-181-140
Nits
view
39
2010-04-01 00:47:17
9873
to previous
cpe-76-89-181-140
Major update: Make the how-to simpler by focusing on one-way-to-do-it using key functions.
view
38
2010-03-25 03:56:47
12646
to previous
99-68-149-237
view
37
2010-03-25 03:55:05
12645
to previous
99-68-149-237
view
36
2010-01-14 13:05:09
12109
to previous
164
Added spaces to follow PEP008
view
35
2010-01-07 01:12:12
12082
to previous
vpn-8061f417
view
34
2009-09-22 07:59:32
12112
to previous
nesher3
fixed typo: thas->that
view
33
2009-09-06 21:43:18
12112
to previous
dsl-67-212-4-39
view
32
2009-09-02 10:44:50
11712
to previous
gateway
Small info about locale aware sorting
view
31
2009-01-16 18:48:48
11413
to previous
ip-89-102-32-253
Correction about general numbers in comparison routine
view
30
2008-11-17 19:52:51
11328
to previous
93
fixed wiki formatting of code block
view
29
2008-11-15 14:00:52
11326
to previous
localhost
converted to 1.6 markup
view
28
2008-10-17 12:52:49
11324
to previous
213-155-151-233
Make sub-key sorting explicit.
view
27
2008-09-23 18:31:06
11006
to previous
76-191-205-197
string => str
view
26
2008-08-26 14:36:00
11009
to previous
63
Typo: short-->sort()
view
25
2008-08-05 12:33:14
11002
to previous
Nina Evseenko
Fixed typeerror.
view
24
2008-03-24 21:11:11
11011
to previous
pool-71-126-87-142
view
23
2008-01-22 00:31:01
11011
to previous
bzq-79-178-30-165
Prominently introduced sorted(). TODO: convert most examples
view
22
2008-01-17 04:30:33
10344
to previous
75-25-141-89
view
21
2007-11-02 20:56:35
10345
to previous
SimonIlyushchenko
view
20
2007-10-23 11:00:28
10327
to previous
SkipMontanaro
Revert to revision 18.
view
19
2007-10-23 05:32:24
4284
to previous
87
view
18
2006-12-27 12:17:05
10327
to previous
pD9F53CBC
view
17
2006-12-14 10:31:56
10323
to previous
125
view
16
2006-12-14 10:30:58
10320
to previous
125
view
15
2006-08-09 21:45:54
10322
to previous
resnet224-027
It took me a second glance to figure out what the original function was doing.
view
14
2006-06-20 21:26:13
10100
to previous
hplwebproxy1
view
13
2006-01-11 21:47:01
10079
to previous
edsiaah02
stubbed in answers for the "Topics to be Covered" section
view
12
2006-01-05 15:19:47
9346
to previous
ten-cache1-vif-3
Changed explanation of cmp() based on cmp.__doc__.
view
11
2005-12-15 21:35:09
9314
to previous
cpe-66-91-224-213
It said "if you dont want to import the operator module", but it did it anyway.
view
10
2005-12-04 21:37:37
9335
to previous
aaron
see also
view
9
2005-12-04 15:40:34
9284
to previous
adsl-97-67
How to avoid operator.attrgetter with objects
view
8
2005-12-02 16:59:11
9041
to previous
nashua
Change sort by keys for Python < 2.4 to use list comps and more conventional DSU
view
7
2005-12-01 19:54:46
9829
to previous
AndrewKuchling
Use listcomps
view
6
2005-11-30 02:16:36
9537
to previous
dsl092-163-165
Move list to bottom
view
5
2005-11-30 01:58:52
9535
to previous
dsl092-163-165
view
4
2005-11-30 01:50:11
9434
to previous
AndrewKuchling
view
3
2005-11-30 01:45:56
8887
to previous
AndrewKuchling
More 2.4 features
view
2
2005-11-30 01:31:41
7875
to previous
AndrewKuchling
Various edits
view
1
2005-11-30 01:18:35
7460
AndrewKuchling
Make wiki version of Sorting HOWTO
view