Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #542569: tp_print tp_repr tp_str in test_bool.py. | Martin v. Löwis | 2002-04-14 | 1 | -1/+18 |
| | |||||
* | Add tests for binary pickles. | Guido van Rossum | 2002-04-05 | 1 | -0/+12 |
| | |||||
* | Implement an idea by Paul Rubin: | Guido van Rossum | 2002-04-05 | 1 | -0/+6 |
| | | | | | | | | 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. | ||||
* | Oops. Here are the new files. My apologies. | Guido van Rossum | 2002-04-03 | 1 | -0/+228 |