summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Bumped to 5.7 in preparation for next release.Jason R. Coombs2014-08-141-1/+1
* Bumped to 5.6 in preparation for next release.5.6Jason R. Coombs2014-08-141-1/+1
* Use absolute_import in svn_utils. Fixes #242.Jason R. Coombs2014-08-141-0/+2
* Bumped to 5.5.2 in preparation for next release.Jason R. Coombs2014-08-101-1/+1
* Bumped to 5.5.1 in preparation for next release.5.5.1Jason R. Coombs2014-08-101-1/+1
* Bumped to 5.6 in preparation for next release.Jason R. Coombs2014-08-101-1/+1
* Bumped to 5.5 in preparation for next release.5.5Jason R. Coombs2014-08-101-1/+1
* Merged in davidoff/setuptools-fix-failing-integration-test (pull request #68)Jason R. Coombs2014-08-1017-2755/+105
|\
| * Include setup_requires directive in Distribution attributes and metadata. Fix...Jason R. Coombs2014-08-101-1/+1
| * Bumped to 5.4.3 in preparation for next release.Jason R. Coombs2014-08-011-1/+1
| * Correct execfile implementation for Python 2.6. Fixes #236.Jason R. Coombs2014-08-011-0/+4
| * Extract variableJason R. Coombs2014-08-011-1/+2
| * Add test capturing failure on Python 2.6. Ref #236Jason R. Coombs2014-08-011-0/+6
| * Python 2.3 no longer supportedJason R. Coombs2014-08-011-2/+0
| * Remove unused variableJason R. Coombs2014-08-011-1/+1
| * Merged in mg/setuptools (pull request #69)Jason R. Coombs2014-07-2715-2743/+47
| |\
| | * frozenset is available in Python 2.6Jason R. Coombs2014-07-121-5/+0
| | * Disable test_two_levels_deep when /tmp is a symlink. The results it is return...Jason R. Coombs2014-07-121-0/+3
| | * More simple assertsJason R. Coombs2014-07-121-3/+5
| | * Use simple asserts. pytest handles this nicely. Removes broken _assertIn.Jason R. Coombs2014-07-121-9/+2
| | * Bumped to 5.4.2 in preparation for next release.Jason R. Coombs2014-07-061-1/+1
| | * Bumped to 5.4.1 in preparation for next release.5.4.1Jason R. Coombs2014-07-061-1/+1
| | * Merged in rakuco/setuptools (pull request #71)Jason R. Coombs2014-07-061-1/+8
| | |\
| | | * ssl_support: Adjust to tunneling changes in Python 2.7.7 and 3.4.1.Raphael Kubo da Costa2014-07-031-1/+8
| | * | Remove doctests module. It is now part of Python.Jason R. Coombs2014-07-053-2689/+2
| | * | next compatibility is no longer requiredJason R. Coombs2014-07-053-4/+2
| | * | Since Python 3 will always need the _execfile functionality (to fulfill the t...Jason R. Coombs2014-07-054-21/+22
| | * | Use numbers.Number to detect numeric typeJason R. Coombs2014-07-052-4/+3
| | * | Bumped to 5.5 in preparation for next release.Jason R. Coombs2014-07-051-1/+1
| | * | Use Python 3 syntax in 'script (dev).tmpl', as Python 2.6+ supports this syntax5.4Jason R. Coombs2014-07-051-4/+1
| | * | Merge with masterJason R. Coombs2014-07-052-7/+3
| | |\ \ | | | |/
| | | * Use __import__() to avoid leaking imported names to the executed script.Arfrever Frehtes Taifersar Arahesis2014-06-302-7/+3
| | * | Resave with excess whitespace removedJason R. Coombs2014-07-021-1/+1
| | |/
| * | Fix typosMartin Geisler2014-06-291-4/+4
| |/
| * Bumped to 5.4 in preparation for next release.Jason R. Coombs2014-06-281-1/+1
| * Merge pull-request #575.3Jason R. Coombs2014-06-282-5/+42
| |\
| | * PY26 doesn't have assertInPhilip Thiem2014-05-171-2/+2
| | * Prune paths file list starting with (RCS|CVS|.svn) as well as path withPhilip Thiem2014-04-231-1/+2
| | * Add Regression Tests for svn tagging.Philip Thiem2014-04-231-0/+37
| | * Applied Patch from cazabon to handle svn tag revisionsPhilip Thiem2014-04-161-3/+4
* | | fix failing integration (test_stevedore) test on windows because of an unrele...david2014-06-251-0/+3
|/ /
* | Remove unused imports, unused variables, and excess whitespaceJason R. Coombs2014-06-231-4/+2
* | Bumped to 5.3 in preparation for next release.Jason R. Coombs2014-06-231-1/+1
* | Always generate the lines, even in dry run.Jason R. Coombs2014-06-221-2/+4
* | Prefer the writelines method.Jason R. Coombs2014-06-221-1/+1
* | Extract method for generating lines for a pkg in nsp. Fixes issue in 67bdf3a7...Jason R. Coombs2014-06-221-23/+26
* | Reindent long lineJason R. Coombs2014-06-221-1/+2
* | Use context manager for opening and closing the fileJason R. Coombs2014-06-221-2/+2
* | Use short-circuit for less nestingJason R. Coombs2014-06-221-13/+15
* | Extract the additional trailing lines when a parent package is indicated.Jason R. Coombs2014-06-221-10/+13