Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #15767: Add ModuleNotFoundError. | Eric Snow | 2016-09-07 | 1 | -0/+7 |
| | |||||
* | Issue #26013: Added compatibility with broken protocol 2 pickles created | Serhiy Storchaka | 2016-01-18 | 1 | -0/+7 |
| | | | | in old Python 3 versions (3.4.3 and lower). | ||||
* | Issue #18473: Fixed pickle compatibility tests for optional modules. | Serhiy Storchaka | 2015-03-31 | 1 | -0/+7 |
| | | | | Added WindowsError to compatibility mappings. | ||||
* | Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. | Serhiy Storchaka | 2015-03-31 | 1 | -14/+107 |
| | | | | | | | | Fixed ambigious reverse mappings. Added many new mappings. Import mapping is no longer applied to modules already mapped with full name mapping. Added tests for compatible pickling and unpickling and for consistency of _compat_pickle mappings. | ||||
* | Fix issue #19834: Support unpickling of exceptions pickled by Python 2. | Walter Doerwald | 2013-12-02 | 1 | -0/+56 |
| | |||||
* | Issue #6137: The pickle module now translates module names when loading | Antoine Pitrou | 2009-06-04 | 1 | -0/+81 |
or dumping pickles with a 2.x-compatible protocol, in order to make data sharing and migration easier. This behaviour can be disabled using the new `fix_imports` optional argument. |