Files
cpython/Lib
Tim Peters 4c3a0a35cd More on SF bug [#460020] bug or feature: unicode() and subclasses.
tuple(i) repaired to return a true tuple when i is an instance of a
tuple subclass.
Added PyTuple_CheckExact macro.
PySequence_Tuple():  if a tuple-like object isn't exactly a tuple, it's
not safe to return the object as-is -- make a new tuple of it instead.
2001-09-10 23:37:46 +00:00
..
2001-08-13 13:48:55 +00:00
2001-08-09 12:48:17 +00:00
2001-08-09 12:33:32 +00:00
2001-08-20 21:48:00 +00:00
2001-08-21 06:53:01 +00:00
2001-08-09 21:40:30 +00:00
2001-08-13 14:55:17 +00:00
2001-08-18 09:20:23 +00:00
2001-06-19 00:26:25 +00:00
2001-05-29 04:27:01 +00:00
2001-08-13 14:50:44 +00:00
2001-07-04 07:01:29 +00:00
2001-07-04 10:15:58 +00:00
2001-08-02 07:15:29 +00:00
2001-08-13 14:47:12 +00:00
2001-08-13 14:52:37 +00:00
2001-05-29 06:06:54 +00:00
2001-08-13 15:58:26 +00:00
2001-08-13 14:41:39 +00:00
2001-09-04 19:20:06 +00:00
2001-07-13 18:05:46 +00:00
2001-09-06 19:13:14 +00:00
2001-08-13 14:38:50 +00:00
2001-08-13 14:37:23 +00:00