Damien George bcb6ca4d5e py: Implement full behaviour of dict.update(), and dict().
Add keyword args to dict.update(), and ability to take a dictionary as
argument.

dict() class constructor can now use dict.update() directly.

This patch loses fast path for dict(other_dict), but is that really
needed?  Any anyway, this idiom will now re-hash the dictionary, so is
arguably more memory efficient.

Addresses issue #647.
2014-06-03 12:53:44 +01:00
..
2014-05-11 03:45:42 +03:00
2014-04-08 23:02:24 +01:00
2014-03-31 18:02:22 +01:00
2014-04-27 15:50:52 +01:00
2014-02-16 00:01:29 +00:00
2014-03-31 22:57:56 +01:00
2014-04-02 14:23:04 +01:00
2014-03-20 16:28:41 +00:00
2014-04-02 14:23:04 +01:00
2014-04-07 04:41:54 +01:00
2014-04-13 19:00:27 +01:00
2014-02-08 23:17:51 +02:00
2014-02-10 07:13:32 +02:00
2014-02-08 23:19:48 +02:00
2014-04-13 17:46:30 +01:00