# |
Date |
Size |
|
Editor |
Comment |
Action |
88 |
2023-03-30 15:21:14 |
28482 |
to previous |
FrankHenigman |
point out that setdefault avoids double lookup since 3.3. mention Counter. |
view |
87 |
2020-04-26 20:58:33 |
27845 |
to previous |
EmeryBerger |
fixed broken link |
view |
86 |
2020-04-26 20:55:26 |
27851 |
to previous |
EmeryBerger |
|
view |
85 |
2020-03-08 16:20:03 |
27808 |
to previous |
EmeryBerger |
Note: removed hotshot, which has been gone since Python 3.0. Slightly improved explanation of cProfile, though it's brief. |
view |
84 |
2020-03-08 16:17:38 |
27804 |
to previous |
EmeryBerger |
|
view |
83 |
2016-04-17 10:40:47 |
29393 |
to previous |
LarsKruse |
Mention "snakeviz" for profile visualization |
view |
82 |
2016-04-17 10:31:50 |
29175 |
to previous |
LarsKruse |
RunSnakeRun is currently python2-only |
view |
81 |
2015-05-17 15:03:18 |
29047 |
to previous |
AmiTavory |
add profile_eye |
view |
80 |
2014-03-31 23:53:56 |
28620 |
to previous |
Adpete |
fixed the link to guide's "loop optimisation" essay |
view |
79 |
2012-07-15 10:13:48 |
28624 |
to previous |
BrianCleary |
wiki restore 2013-01-23 |
view |
78 |
2011-08-26 06:35:42 |
28444 |
to previous |
StefanBehnel |
|
view |
77 |
2011-08-12 20:15:52 |
28368 |
to previous |
PaulBoddie |
Added notes about profiling and the status of hotshot. Plus added a caveat about implementations. |
view |
76 |
2011-08-12 20:00:24 |
28140 |
to previous |
PaulBoddie |
Rather than just delete stuff with questionable explanations, why not refute the advice or at least refine it? |
view |
75 |
2011-08-12 17:22:58 |
25611 |
to previous |
208 |
The hotshot module which was "New in Python 2.2" as the article says is now long-since deprecated. |
view |
74 |
2011-08-12 17:20:27 |
26158 |
to previous |
cdi-host-117 |
Removed advice on replacing loops with map which no longer applies. (People are still to this very day using this page's advice to make their code less efficient due to this advice.) |
view |
73 |
2011-06-12 16:40:36 |
28140 |
to previous |
89 |
Added another option for initializing dictionary elements |
view |
72 |
2011-06-08 21:26:43 |
27863 |
to previous |
PaulBoddie |
It can't all be out of date. Could you please be more specific? |
view |
71 |
2011-06-08 13:44:37 |
27967 |
to previous |
208 |
|
view |
70 |
2010-06-15 19:27:46 |
27863 |
to previous |
2001:468:c80:4321:223:6cff:fe7e:2aee |
Added RunSnakeRun to the profile visualization tools. |
view |
69 |
2010-05-29 04:44:34 |
27486 |
to previous |
bb254741 |
Small change, to remove un-pythonic parentheses (and, incidentally, to make the remapping correct) |
view |
68 |
2010-05-28 08:21:57 |
27482 |
to previous |
eur-info107 |
spelling |
view |
67 |
2010-03-11 09:07:24 |
27482 |
to previous |
195 |
Added Cython (imho nowadays advanced to pyrex wrt to functionality) to performance-boosting packages list, fixed sort example |
view |
66 |
2010-02-17 12:36:09 |
27299 |
to previous |
PaulBoddie |
The C main function does have arguments, you know. |
view |
65 |
2010-02-17 11:23:46 |
27277 |
to previous |
s235-79 |
|
view |
64 |
2010-01-29 23:48:58 |
27287 |
to previous |
PaulBoddie |
Added page to category to make it more accessible. Tidied notes/discussions. |
view |
63 |
2009-11-13 13:17:19 |
27188 |
to previous |
PaulBoddie |
Moved link to profile/pstats how-to document. Added section anchor and link to profiling section from the introduction. Made adjustments to xrange remark for Python 3. Added syntax colouring. |
view |
62 |
2009-11-13 12:45:23 |
26180 |
to previous |
PaulBoddie |
Added link to a separate document about profiling. |
view |
61 |
2009-11-13 08:13:36 |
26052 |
to previous |
gw-nat1 |
|
view |
60 |
2009-07-24 10:58:04 |
26045 |
to previous |
pool-68-238-87-8 |
|
view |
59 |
2009-02-04 07:03:41 |
25929 |
to previous |
79-73-134-66 |
|
view |
58 |
2009-02-04 07:02:34 |
26210 |
to previous |
79-73-134-66 |
pycallgraph - neat tool IMO -- Steven Sproat |
view |
57 |
2009-02-04 06:59:14 |
25696 |
to previous |
79-73-134-66 |
pycallgraph - neat tool IMO -- Steven Sproat |
view |
56 |
2008-12-28 12:37:41 |
25566 |
to previous |
78-69-114-88-no87 |
|
view |
55 |
2008-12-28 02:19:42 |
57 |
to previous |
220 |
http://www.message_bocrelrac.com/ |
view |
54 |
2008-12-24 20:54:25 |
25912 |
to previous |
2002:458e:ed56:1234:221:27ff:fec2:51e8 |
note placed: in python 3.0, range is just as fast as xrange was, and xrange is gone. |
view |
53 |
2008-12-24 20:52:09 |
25917 |
to previous |
2002:458e:ed56:1234:221:27ff:fec2:51e8 |
|
view |
52 |
2008-12-06 17:54:27 |
25711 |
to previous |
def92-7-82-231-202-95 |
Added reference to an excellent profiling result visualization tool written in python |
view |
51 |
2008-11-15 13:59:51 |
25171 |
to previous |
localhost |
converted to 1.6 markup |
view |
50 |
2008-06-04 17:51:26 |
25151 |
to previous |
SkipMontanaro |
|
view |
49 |
2008-04-08 15:42:18 |
25151 |
to previous |
Z-a2-1-0-271-S1 |
|
view |
48 |
2008-04-07 16:00:37 |
25150 |
to previous |
Z-a2-1-0-271-S1 |
|
view |
47 |
2008-04-07 14:53:38 |
25149 |
to previous |
Z-a2-1-0-271-S1 |
|
view |
46 |
2008-04-04 14:43:53 |
25150 |
to previous |
a80-126-106-4 |
Be consistent and use oldlist here too. |
view |
45 |
2008-04-04 14:33:37 |
25148 |
to previous |
a80-126-106-4 |
list -> oldlist |
view |
44 |
2007-12-06 21:55:12 |
25145 |
to previous |
PaulBoddie |
Referenced archived version of the profiling guide. |
view |
43 |
2007-07-28 00:11:06 |
25068 |
to previous |
203-214-11-75 |
py3k and map comment removed... map not to be removed in py3k. str += note |
view |
42 |
2007-04-07 21:41:03 |
25107 |
to previous |
PaulBoddie |
Revert to revision 40. |
view |
41 |
2007-04-07 19:09:41 |
758 |
to previous |
220-139-151-159 |
<a href= http://iris.blog-italy.info/index.html >iris.blog-italy.info</a> [url=http://iris.blog-italy.info/index.html]iris.blog-italy.info[/url] <a href= http://remo.blog-italy.info/index.html >remo.blog-italy.info</a> [url=http://remo.blog-italy.info/index.html]remo.blog-italy.info[/url] <a href= http://asia.blog-italy.info/index.html >asia.blog-italy.info</a> [url=http://asia.blog-italy.info/index.html]asia.blog-italy.info[/url] <a href= http://luna.blog-italy.info/index.html >luna.blog-italy.info</a> [url=http://luna.blog-italy.info/index.html]luna.blog-italy.info[/url] <a href= http://ciro.blog-italy.info/index.html >ciro.blog-italy.info</a> [url=http://ciro.blog-italy.info/index.html]ciro.blog-italy.info[/url] |
view |
40 |
2007-03-09 11:23:08 |
25107 |
to previous |
PaulBoddie |
Revert to revision 38. |
view |
39 |
2007-03-09 09:55:06 |
817 |
to previous |
86 |
wvo <a href= http://usefull2u.org/30707143/miglioramento-qualita-gestione-c-v-c.html >Miglioramento Qualita Gestione C V C</a> <a href= http://usefull2u.org/15040107/il-tuo-vizio-e-una-stanza-chiusa-e-solo-io-ne-ho-la-chiave.html >Il Tuo Vizio E Una Stanza Chiusa E Solo Io Ne Ho La Chiave</a> <a href= http://usefull2u.org/97431151/new-york-bergen-performing-arts-center.html >New York Bergen Performing Arts Center</a> <a href= http://usefull2u.org/89356113/io-penso-così-site-group-msn-com.html >Io Penso Così Site Group Msn Com</a> <a href= http://usefull2u.org/18930111/informazione-gianluca-mura-bol-com-br.html >Informazione Gianluca Mura Bol Com Br</a> <a href= http://usefull2u.org/15518139/massimo-di-cataldo-se-adesso-te-ne-vai.html >Massimo Di Cataldo Se Adesso Te Ne Vai</a> |
view |
38 |
2007-02-23 10:37:22 |
25107 |
to previous |
PaulBoddie |
Revert to revision 36. |
view |
37 |
2007-02-23 08:17:43 |
302 |
to previous |
58-65-236-1 |
<a href=" http://volny.cz/mlt/Moda-Uomo.html ">Moda Uomo</a> <a href=" http://volny.cz/mlt/Moda-Mare.html ">Moda Mare</a> <a href=" http://volny.cz/mlt/Sposa-Abito-Moda.html ">Sposa Abito Moda</a> <a href=" http://volny.cz/mlt/Moda-Giovane.html ">Moda Giovane</a> |
view |
36 |
2006-10-14 18:51:39 |
25107 |
to previous |
cpe-66-75-210-122 |
Added information on the speed of list comprehensions vs map |
view |
35 |
2006-10-11 07:05:25 |
24967 |
to previous |
molmod08 |
its -> it's |
view |
34 |
2006-08-19 09:13:07 |
24966 |
to previous |
host-110 |
typo |
view |
33 |
2006-06-09 02:57:13 |
24966 |
to previous |
c-24-2-223-81 |
fixed broken link to Weave |
view |
32 |
2006-06-02 06:57:09 |
24981 |
to previous |
82-32-81-61 |
General overview of the optimization process. |
view |
31 |
2006-05-23 03:58:00 |
24210 |
to previous |
secure |
Added a link to the wingware profiling page. |
view |
30 |
2006-05-04 01:08:30 |
24094 |
to previous |
edge-thru |
|
view |
29 |
2006-05-03 23:35:15 |
24083 |
to previous |
edge-thru |
|
view |
28 |
2006-05-01 13:07:57 |
23060 |
to previous |
SkipMontanaro |
Use TOC macro, link to Russian version |
view |
27 |
2006-04-08 08:30:10 |
23931 |
to previous |
pool-71-108-150-110 |
Added link to xrange section. |
view |
26 |
2006-04-05 02:16:27 |
23886 |
to previous |
SkipMontanaro |
|
view |
25 |
2006-04-04 14:07:03 |
23806 |
to previous |
146 |
spelling correction |
view |
24 |
2006-04-04 12:11:35 |
23805 |
to previous |
ppp24-adsl-1-203 |
|
view |
23 |
2006-04-04 09:49:27 |
23790 |
to previous |
pool-71-109-212-223 |
Grammar tweak. |
view |
22 |
2006-04-04 07:08:19 |
23790 |
to previous |
pool-71-109-212-223 |
One more detail (referring to sys.maxint) in the xrange section. |
view |
21 |
2006-04-04 07:06:28 |
23735 |
to previous |
pool-71-109-212-223 |
Minor perfectionism to my grammar. |
view |
20 |
2006-04-04 07:03:55 |
23757 |
to previous |
pool-71-109-212-223 |
Adding xrange. |
view |
19 |
2006-04-04 06:57:43 |
21711 |
to previous |
146 |
The fileinput program does the same as the perl program. This program did not. |
view |
18 |
2006-04-03 19:48:31 |
21900 |
to previous |
fw11v |
map will be removed in Python 3000 |
view |
17 |
2006-04-03 18:31:24 |
21754 |
to previous |
mcn40244 |
elaborate on sorting by comparison function |
view |
16 |
2006-03-22 16:10:52 |
21695 |
to previous |
201 |
The order in the shell example of the Data Aggregattion section was confusing |
view |
15 |
2006-03-12 03:11:16 |
21695 |
to previous |
east25-p202 |
link fix |
view |
14 |
2006-01-29 11:54:07 |
21701 |
to previous |
p549CD072 |
linkfix |
view |
13 |
2005-08-03 17:18:52 |
21699 |
to previous |
mh391 |
add info about sort(key=...) |
view |
12 |
2005-07-02 02:58:37 |
21488 |
to previous |
208 |
Added 'in' to 'for x in list'. |
view |
11 |
2005-05-25 12:10:12 |
21485 |
to previous |
66 |
Added note about lazy imports |
view |
10 |
2005-05-19 16:14:59 |
20558 |
to previous |
dhcp-130-65-200-92 |
string concatenation |
view |
9 |
2005-05-05 22:23:43 |
20533 |
to previous |
207 |
|
view |
8 |
2005-03-30 10:59:25 |
20283 |
to previous |
FredrikLundh |
|
view |
7 |
2005-03-30 10:48:47 |
20267 |
to previous |
FredrikLundh |
|
view |
6 |
2005-03-29 22:21:41 |
20241 |
to previous |
coproxy1 |
Update for Python 2.3 sorting (stable) and Python 2.4 (key parameter). |
view |
5 |
2005-03-29 22:06:47 |
19695 |
to previous |
FredDrake |
misc. updates |
view |
4 |
2005-03-29 21:50:07 |
19511 |
to previous |
sub20-43 |
Provide similar counter use to that of next example. |
view |
3 |
2004-12-11 15:05:39 |
19524 |
to previous |
SkipMontanaro |
|
view |
2 |
2004-12-11 15:04:51 |
19525 |
to previous |
SkipMontanaro |
basic markup conversion |
view |
1 |
2004-12-11 14:40:40 |
18946 |
|
SkipMontanaro |
intermediate save - much more needs to be done to clean this up |
view |