Files
cpython/Objects
Guido van Rossum 5d9113d8be Implement appropriate __getnewargs__ for all immutable subclassable builtin
types.  The special handling for these can now be removed from save_newobj().
Add some testing for this.

Also add support for setting the 'fast' flag on the Python Pickler class,
which suppresses use of the memo.
2003-01-29 17:58:45 +00:00
..
2000-05-02 18:34:30 +00:00
2002-12-31 19:50:03 +00:00
2002-08-06 22:12:52 +00:00
2001-08-29 23:54:21 +00:00
2002-11-23 09:13:40 +00:00
2003-01-03 21:22:08 +00:00