Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop support for Python 2.6, removing lots of compatibility code for a ↵ | Jason R. Coombs | 2016-12-09 | 1 | -16/+0 |
| | | | | leaner, cleaner codebase. Fixes #878. | ||||
* | Add missing blank lines after class or function definition. | stepshal | 2016-07-21 | 1 | -0/+1 |
| | |||||
* | Fix quantity of blank lines after code object. | stepshal | 2016-07-13 | 1 | -0/+1 |
| | |||||
* | Convert tabs to spaces. Fixes #489. | Jason R. Coombs | 2016-05-02 | 1 | -4/+4 |
| | |||||
* | Fix "AttributeError: 'TarFile' object has no attribute '__exit__'" with ↵ | Arfrever Frehtes Taifersar Arahesis | 2015-01-17 | 1 | -1/+4 |
| | | | | Python 3.1. | ||||
* | Use pytest for skips | Jason R. Coombs | 2015-01-01 | 1 | -14/+0 |
| | |||||
* | Use contextlib.closing on tarfile compat shim | Jason R. Coombs | 2014-12-31 | 1 | -4/+2 |
| | |||||
* | Remove spurious reference to self. Remove debugging code. | Jason R. Coombs | 2014-12-30 | 1 | -2/+1 |
| | |||||
* | Try without self, as methods are set on the instance. Also include ↵ | Jason R. Coombs | 2014-12-30 | 1 | -3/+4 |
| | | | | parameters to __exit__. | ||||
* | Include __enter__ in shim | Jason R. Coombs | 2014-12-30 | 1 | -1/+2 |
| | |||||
* | Add compatibility shim for tarfile.open | Jason R. Coombs | 2014-12-30 | 1 | -0/+12 |
| | |||||
* | Fix compatibility skipIf | Jason R. Coombs | 2012-07-22 | 1 | -0/+1 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : a70fd5755fad7a30c478c44e270c1dad13e66a47 | ||||
* | Added python 2.4-2.6 support for skipIf | Jason R. Coombs | 2012-07-22 | 1 | -0/+13 |
--HG-- branch : distribute extra : rebase_source : cac18ef7c3dbde38ceac3a0c71cfb3b5ffa56dd5 |