Guido van Rossum
e276339cea
Implement an idea by Paul Rubin:
...
Change pickling format for bools to use a backwards compatible
encoding. This means you can pickle True or False on Python 2.3
and Python 2.2 or before will read it back as 1 or 0. The code
used for pickling bools before would create pickles that could
not be read in previous Python versions.
2002-04-05 19:30:08 +00:00
..
2002-02-28 17:48:48 +00:00
2002-02-23 22:31:53 +00:00
2002-04-04 23:17:31 +00:00
2002-03-03 22:46:46 +00:00
2002-04-05 12:12:00 +00:00
2002-03-12 14:26:37 +00:00
2002-03-27 08:40:46 +00:00
2002-03-28 16:26:40 +00:00
2002-03-17 21:49:20 +00:00
2001-12-22 15:23:50 +00:00
2002-02-22 11:06:30 +00:00
2001-12-15 22:12:47 +00:00
2002-04-05 19:30:08 +00:00
2002-04-04 19:12:31 +00:00
2001-10-18 18:49:37 +00:00
2002-02-11 17:56:27 +00:00
2002-03-18 03:07:20 +00:00
2002-03-20 02:22:58 +00:00
2002-04-04 22:55:58 +00:00
2002-04-04 22:55:58 +00:00
2002-04-04 22:55:58 +00:00
2002-03-23 03:26:53 +00:00
2002-04-04 22:55:58 +00:00
2002-04-04 22:55:58 +00:00
2001-12-19 14:27:41 +00:00
2002-03-24 16:34:21 +00:00
2002-04-04 22:55:58 +00:00
2002-03-05 15:46:38 +00:00
2002-03-18 12:44:08 +00:00
2002-04-04 22:55:58 +00:00
2001-12-27 16:27:28 +00:00
2002-02-28 23:19:52 +00:00
2002-04-03 22:41:51 +00:00
2002-02-11 18:14:22 +00:00
2002-04-03 22:41:51 +00:00
2002-04-04 22:55:58 +00:00
2002-02-16 07:34:19 +00:00
2002-04-04 22:55:58 +00:00
2002-03-26 20:28:40 +00:00
2002-03-10 15:59:58 +00:00
2002-04-04 22:55:58 +00:00
2002-01-11 06:58:49 +00:00
2002-02-16 23:06:19 +00:00
2002-03-20 18:36:00 +00:00
2001-11-13 21:51:26 +00:00
2001-12-03 17:09:50 +00:00
2002-03-24 16:56:45 +00:00
2002-03-08 09:05:12 +00:00
2002-02-11 18:01:32 +00:00
2002-03-28 23:01:56 +00:00
2002-03-25 21:40:36 +00:00
2002-04-04 22:55:58 +00:00
2002-04-04 22:55:58 +00:00
2001-10-26 18:02:28 +00:00
2002-04-04 22:55:58 +00:00
2002-03-26 16:21:52 +00:00
2001-12-05 15:58:29 +00:00
2002-04-04 22:55:58 +00:00
2002-03-22 02:46:41 +00:00
2002-02-16 23:06:19 +00:00
2002-04-04 22:55:58 +00:00
2002-04-04 22:55:58 +00:00
2002-04-04 22:55:58 +00:00
2002-04-05 19:30:08 +00:00
2002-03-24 20:48:26 +00:00
2002-02-16 23:06:19 +00:00
2001-10-24 22:03:35 +00:00
2002-04-04 22:55:58 +00:00
2002-04-02 05:08:35 +00:00
2001-12-05 22:27:47 +00:00
2001-10-24 20:22:40 +00:00
2002-04-04 22:55:58 +00:00
2002-03-23 05:55:18 +00:00
2001-11-25 21:12:43 +00:00
2001-10-29 22:25:45 +00:00
2001-12-20 15:54:48 +00:00
2002-03-23 23:44:51 +00:00
2002-04-04 22:55:58 +00:00
2001-10-26 18:02:28 +00:00
2002-03-17 18:37:22 +00:00
2002-04-04 17:52:50 +00:00
2002-02-11 18:05:05 +00:00
2002-03-26 20:27:35 +00:00
2002-02-17 04:25:24 +00:00
2002-04-04 22:55:58 +00:00
2002-02-11 18:18:29 +00:00
2001-10-28 20:15:40 +00:00
2002-03-29 16:20:33 +00:00
2002-02-11 17:52:18 +00:00
2002-04-04 22:55:58 +00:00
2002-04-04 22:55:58 +00:00
2002-02-16 23:06:19 +00:00
2002-03-24 22:21:48 +00:00
2002-02-08 20:41:34 +00:00
2002-04-04 22:55:58 +00:00
2002-04-01 00:28:59 +00:00
2002-04-01 00:28:59 +00:00
2001-12-17 10:13:17 +00:00
2002-03-18 08:37:19 +00:00
2002-04-04 20:41:34 +00:00
2002-03-18 13:06:00 +00:00
2001-11-05 17:40:48 +00:00
2002-03-21 10:38:40 +00:00
2001-11-06 16:36:53 +00:00
2002-04-04 22:55:58 +00:00
2001-10-24 20:42:55 +00:00
2002-03-31 13:59:18 +00:00
2002-03-26 16:23:28 +00:00
2001-12-06 06:23:26 +00:00