aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/py26compat.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 2.6, removing lots of compatibility code for a leaner...Jason R. Coombs2016-12-091-16/+0
* 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 Pytho...Arfrever Frehtes Taifersar Arahesis2015-01-171-1/+4
* 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 parameters...Jason R. Coombs2014-12-301-3/+4
* 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
* Added python 2.4-2.6 support for skipIfJason R. Coombs2012-07-221-0/+13