aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/py26compat.py
Commit message (Collapse)AuthorAgeFilesLines
* Add missing blank lines after class or function definition.stepshal2016-07-211-0/+1
|
* Fix quantity of blank lines after code object.stepshal2016-07-131-0/+1
|
* Convert tabs to spaces. Fixes #489.Jason R. Coombs2016-05-021-4/+4
|
* Fix "AttributeError: 'TarFile' object has no attribute '__exit__'" with ↵Arfrever Frehtes Taifersar Arahesis2015-01-171-1/+4
| | | | Python 3.1.
* Use pytest for skipsJason R. Coombs2015-01-011-14/+0
|
* Use contextlib.closing on tarfile compat shimJason R. Coombs2014-12-311-4/+2
|
* Remove spurious reference to self. Remove debugging code.Jason R. Coombs2014-12-301-2/+1
|
* Try without self, as methods are set on the instance. Also include ↵Jason R. Coombs2014-12-301-3/+4
| | | | parameters to __exit__.
* Include __enter__ in shimJason R. Coombs2014-12-301-1/+2
|
* Add compatibility shim for tarfile.openJason R. Coombs2014-12-301-0/+12
|
* Fix compatibility skipIfJason R. Coombs2012-07-221-0/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : a70fd5755fad7a30c478c44e270c1dad13e66a47
* Added python 2.4-2.6 support for skipIfJason R. Coombs2012-07-221-0/+13
--HG-- branch : distribute extra : rebase_source : cac18ef7c3dbde38ceac3a0c71cfb3b5ffa56dd5