Guido van Rossum
58da931da9
Merged revisions 58886-58929 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r58892 | guido.van.rossum | 2007-11-06 15:32:56 -0800 (Tue, 06 Nov 2007) | 2 lines
Add missing "return NULL" in overflow check in PyObject_Repr().
........
r58893 | raymond.hettinger | 2007-11-06 17:13:09 -0800 (Tue, 06 Nov 2007) | 1 line
Fix marshal's incorrect handling of subclasses of builtin types (backport candidate).
........
r58895 | raymond.hettinger | 2007-11-06 18:26:17 -0800 (Tue, 06 Nov 2007) | 1 line
Optimize dict.fromkeys() with dict inputs. Useful for resetting bag/muliset counts for example.
........
r58896 | raymond.hettinger | 2007-11-06 18:45:46 -0800 (Tue, 06 Nov 2007) | 1 line
Add build option for faster loop execution.
........
r58900 | nick.coghlan | 2007-11-07 03:57:51 -0800 (Wed, 07 Nov 2007) | 1 line
Add missing NEWS entry
........
r58905 | christian.heimes | 2007-11-07 09:50:54 -0800 (Wed, 07 Nov 2007) | 1 line
Backported fix for bug #1392 from py3k branch r58903.
........
r58906 | christian.heimes | 2007-11-07 10:30:22 -0800 (Wed, 07 Nov 2007) | 1 line
Backport of Guido's review of my patch.
........
r58908 | raymond.hettinger | 2007-11-07 18:52:43 -0800 (Wed, 07 Nov 2007) | 1 line
Add set.isdisjoint()
........
r58915 | raymond.hettinger | 2007-11-08 10:47:51 -0800 (Thu, 08 Nov 2007) | 1 line
Reposition the decref (spotted by eagle-eye norwitz).
........
r58920 | georg.brandl | 2007-11-09 04:31:43 -0800 (Fri, 09 Nov 2007) | 2 lines
Fix seealso link to sets docs. Do not merge to Py3k.
........
r58921 | georg.brandl | 2007-11-09 05:08:48 -0800 (Fri, 09 Nov 2007) | 2 lines
Fix misleading example.
........
r58923 | georg.brandl | 2007-11-09 09:33:23 -0800 (Fri, 09 Nov 2007) | 3 lines
Correct a comment about testing methods - nowadays most
tests don't run directly on import.
........
r58924 | martin.v.loewis | 2007-11-09 14:56:30 -0800 (Fri, 09 Nov 2007) | 2 lines
Add Amaury Forgeot d'Arc.
........
r58925 | raymond.hettinger | 2007-11-09 15:14:44 -0800 (Fri, 09 Nov 2007) | 1 line
Optimize common case for dict.fromkeys().
........
r58927 | raymond.hettinger | 2007-11-09 17:54:03 -0800 (Fri, 09 Nov 2007) | 1 line
Use a freelist to speed-up block allocation and deallocation in collections.deque().
........
r58929 | guido.van.rossum | 2007-11-10 14:12:24 -0800 (Sat, 10 Nov 2007) | 3 lines
Issue 1416. Add getter, setter, deleter methods to properties that can be
used as decorators to create fully-populated properties.
........
2007-11-10 23:39:45 +00:00
..
2006-04-21 10:40:58 +00:00
2007-11-06 21:34:58 +00:00
2001-07-26 13:41:06 +00:00
2007-11-06 21:34:58 +00:00
2007-11-10 23:39:45 +00:00
2007-11-06 21:34:58 +00:00
2007-11-06 21:34:58 +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-11-02 23:07:07 +00:00
2007-08-25 02:26:07 +00:00
2007-10-15 02:52:41 +00:00
2002-06-30 15:26:10 +00:00
2007-08-25 07:41:59 +00:00
2007-11-06 21:34:58 +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-11-07 17:46:34 +00:00
2007-10-15 16:08:26 +00:00
2002-12-30 22:08:05 +00:00
2007-11-06 21:34:58 +00:00
2007-11-10 23:39:45 +00:00
2000-09-01 23:29:29 +00:00
2007-11-06 21:34:58 +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-11-02 23:07:07 +00:00
2007-11-06 21:34:58 +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-10-19 21:48:41 +00:00
2007-10-29 19:54:24 +00:00
2007-11-10 13:55:44 +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-10-15 02:52:41 +00:00