Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #25985: sys.version_info is now used instead of sys.version | Serhiy Storchaka | 2016-02-11 | 1 | -1/+1 |
| | | | | to format short Python version. | ||||
* | #22980 Adds platform and version tags to .pyd files | Steve Dower | 2014-12-16 | 1 | -0/+24 |
| | |||||
* | Issue #19714: Tests for importlib.machinery.WindowsRegistryFinder. | Brett Cannon | 2014-08-22 | 1 | -2/+63 |
| | | | | Patch by Claudiu Popa, review by Martin v. Löwis. | ||||
* | Issue #21503: Use test_both() consistently in test_importlib. | Eric Snow | 2014-05-16 | 1 | -10/+5 |
| | |||||
* | Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder. | Eric Snow | 2014-01-03 | 1 | -0/+29 |