Thomas Wouters
8ce81f767a
Merged revisions 58211-58220 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r58211 | facundo.batista | 2007-09-19 19:53:25 +0200 (Wed, 19 Sep 2007) | 4 lines
Issue #1772851. Optimization of __hash__ to behave better for big big
numbers.
........
r58216 | raymond.hettinger | 2007-09-20 05:03:43 +0200 (Thu, 20 Sep 2007) | 1 line
Fit nits
........
r58217 | georg.brandl | 2007-09-20 10:44:59 +0200 (Thu, 20 Sep 2007) | 2 lines
alternate -> alternative.
........
r58218 | georg.brandl | 2007-09-20 18:06:07 +0200 (Thu, 20 Sep 2007) | 2 lines
Patch #1541463: optimize performance of cgi.FieldStorage operations.
........
r58219 | georg.brandl | 2007-09-20 18:45:27 +0200 (Thu, 20 Sep 2007) | 2 lines
#1176: document that string methods don't take keyword args.
........
r58220 | thomas.wouters | 2007-09-20 19:35:10 +0200 (Thu, 20 Sep 2007) | 4 lines
Try harder to stay within the 79-column limit. There's still two places that go (way) over, but those are harder to fix without suffering in readability.
........
2007-09-20 18:22:40 +00:00
..
2006-04-21 10:40:58 +00:00
2007-08-31 00:04:24 +00:00
2001-07-26 13:41:06 +00:00
2007-09-04 05:24:49 +00:00
2007-09-20 18:22:40 +00:00
2007-08-11 04:58:26 +00:00
2007-09-19 21:19:28 +00:00
2000-07-22 18:47:25 +00:00
2005-12-19 06:05:18 +00:00
2002-06-11 06:22:31 +00:00
2001-11-28 20:42:20 +00:00
2006-05-27 19:21:47 +00:00
2004-07-15 22:28:48 +00:00
2001-11-28 20:42:20 +00:00
2006-01-04 01:30:17 +00:00
2000-09-01 23:29:29 +00:00
2007-06-06 23:52:48 +00:00
2007-09-08 17:39:28 +00:00
2007-08-25 02:26:07 +00:00
2007-06-12 00:25:52 +00:00
2002-06-30 15:26:10 +00:00
2007-08-25 07:41:59 +00:00
2007-08-31 05:32:33 +00:00
2000-09-05 04:40:39 +00:00
2007-01-09 23:18:33 +00:00
2006-05-27 19:21:47 +00:00
2006-04-21 10:40:58 +00:00
2006-08-11 14:57:12 +00:00
2000-09-01 23:29:29 +00:00
2001-11-28 20:42:20 +00:00
2007-08-31 00:04:24 +00:00
2001-07-26 13:41:06 +00:00
2007-09-04 09:18:06 +00:00
2003-09-04 18:45:59 +00:00
2002-12-30 22:08:05 +00:00
2007-07-27 04:41:00 +00:00
2007-08-29 20:39:13 +00:00
2000-09-01 23:29:29 +00:00
2007-08-12 11:44:53 +00:00
2001-12-21 16:32:15 +00:00
2007-06-13 18:07:49 +00:00
2007-06-13 18:07:49 +00:00
2006-08-11 14:57:12 +00:00
2001-07-26 13:41:06 +00:00
2007-06-10 09:51:05 +00:00
2006-08-11 14:57:12 +00:00
2007-08-31 04:03:25 +00:00
2007-09-04 09:18:06 +00:00
2000-09-01 23:29:29 +00:00
2000-07-22 18:47:25 +00:00
2003-11-20 01:44:59 +00:00
2006-08-11 14:57:12 +00:00
2007-08-12 11:44:53 +00:00
2007-08-31 00:04:24 +00:00
2007-08-30 22:57:53 +00:00
2002-06-11 06:22:31 +00:00
2002-01-19 22:02:55 +00:00
2002-01-19 22:02:55 +00:00
2002-01-19 22:02:55 +00:00
2007-05-14 22:51:27 +00:00
2006-08-11 14:57:12 +00:00
2003-09-20 11:13:36 +00:00
2006-08-11 14:57:12 +00:00
2004-01-17 04:04:13 +00:00
2003-04-19 07:44:52 +00:00
2005-07-09 15:26:33 +00:00
2007-08-17 12:57:41 +00:00
2007-08-14 17:53:54 +00:00