aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Collapse)AuthorAgeFilesLines
* Bumped to 3.5.1 in preparation for next release.3.5.1Jason R. Coombs2014-05-041-1/+1
|
* Restore install._install with a comment to capture its requirement on ↵Jason R. Coombs2014-05-041-0/+4
| | | | | | | earlier NumPy versions. Fixes #199. --HG-- extra : amend_source : a76d060c98e0048506e5aadddd675151db9d273c
* Bumped to 3.6 in preparation for next release.Jason R. Coombs2014-05-031-1/+1
|
* Bumped to 3.5 in preparation for next release.3.5Jason R. Coombs2014-05-031-1/+1
|
* Restore traversal of symbolic links in find_packages. Fixes #195.Jason R. Coombs2014-05-031-1/+1
|
* Add test capturing failure when find_packages no longer follows symlinks. ↵Jason R. Coombs2014-05-031-0/+25
| | | | | | | Ref #195 --HG-- extra : amend_source : 4efa6b87d3acaefebdfcc953e78a452ffc1f160d
* Backed out changeset: b0a2fcc5275a Ref #193Jason R. Coombs2014-05-031-1/+2
|
* Monkey-patch the write_pkg_info method on Python 3.1 DistributionMetadata. ↵Jason R. Coombs2014-05-031-0/+21
| | | | Fixes #197
* Correct indentation and clarify meaning by using namespacingJason R. Coombs2014-04-308-45/+43
| | | | | --HG-- extra : amend_source : 20ab7547c8478eb084767fe701e627bdd462ba16
* Re-arrange _first_line_re to put core functionality at the top levelJason R. Coombs2014-04-151-4/+8
|
* Move import to the topJason R. Coombs2014-04-151-2/+2
|
* Extract first_line_re function to encapsulate compatibility mechanismJason R. Coombs2014-04-151-4/+9
|
* Python2.x needs encode as well.yyfeng88625@gmail.com2014-03-211-2/+1
| | | | | --HG-- extra : source : ab82442e2205a4ab1016711e482388590688fa15
* Bumped to 3.4.5 in preparation for next release.Jason R. Coombs2014-04-111-1/+1
|
* Exclude children of excluded parents when doing package discovery. Fixes #184.3.4.4Jason R. Coombs2014-04-111-0/+17
|
* Add test capturing overmatching in new find_packages. Ref #184.Jason R. Coombs2014-04-071-0/+11
|
* Bumped to 3.4.4 in preparation for next release.Jason R. Coombs2014-04-071-1/+1
|
* Issue #183: Really fix test command with Python 3.1.3.4.3Arfrever Frehtes Taifersar Arahesis2014-04-071-2/+2
|
* Bumped to 3.4.3 in preparation for next release.Jason R. Coombs2014-04-061-1/+1
|
* Wrap unittest.main in a compatibility wrapper for Python 3.1 compatibility. ↵3.4.2Jason R. Coombs2014-04-062-4/+22
| | | | Fixes #183
* Bumped to 3.4.2 in preparation for next release.Jason R. Coombs2014-03-301-1/+1
|
* Bumped to 3.4.1 in preparation for next release.3.4.1Jason R. Coombs2014-03-301-1/+1
|
* Skip this test because it now fails under Python 3.3 and earlier apparently ↵Jason R. Coombs2014-03-301-0/+4
| | | | due to a bug in the inspect module. Since the test passes under Python 3.4 and later, that should still serve as a suitable regression test.
* Extract the resolution of loader/runner classes. Allows None value to ↵Jason R. Coombs2014-03-301-6/+13
| | | | pass-through to unittest.main. Fixes #180.
* Reformat to add the conventional whitespace and shorter lines.Jason R. Coombs2014-03-301-11/+13
|
* Use file context for write_stubJason R. Coombs2014-03-301-3/+2
|
* Create stub template from a multiline string.Jason R. Coombs2014-03-301-12/+11
|
* Update bdist_egg for styleJason R. Coombs2014-03-301-99/+34
|
* Bumped to 3.5 in preparation for next release.Jason R. Coombs2014-03-301-1/+1
|
* Allow install to proceed with an egg install on IronPython and any other ↵3.4Jason R. Coombs2014-03-301-1/+11
| | | | environment that has no stack support. Fixes #177.
* variable name is superfluous nowJason R. Coombs2014-03-301-2/+1
|
* Simplify comment not to repeat the obvious implication of the 'if' test.Jason R. Coombs2014-03-301-3/+1
| | | | | --HG-- extra : amend_source : c92063405d99e7fdb7fe0a6312fa8438c3727c2f
* Update docstringJason R. Coombs2014-03-301-5/+4
|
* Use inspect module instead of _getframeJason R. Coombs2014-03-301-7/+8
|
* Extract a method to capture the intention of caller detection.Jason R. Coombs2014-03-301-13/+21
|
* Replace outdated deprecating comments with a proper doc string.Jason R. Coombs2014-03-301-4/+9
|
* The no_egg option is no longer present.Jason R. Coombs2014-03-301-4/+0
|
* Adjust to match modern style conventions.Jason R. Coombs2014-03-301-5/+9
|
* Remove legacy compatibility in bdist_rpmJason R. Coombs2014-03-301-15/+1
| | | | | --HG-- extra : amend_source : 829ebde0696d12adfb54aca74ea6b1b510177ff4
* Remove excess whitespace; Normalize imports.Jason R. Coombs2014-03-301-34/+3
| | | | | --HG-- extra : amend_source : 62f689b409b4645eda5f81b2604c50a84713ee52
* Apply patch based on patch in 2008 by Klaus Zimmerman. Fixes #176.Jason R. Coombs2014-03-281-2/+8
|
* Move the transform operation into the generator expression.Jason R. Coombs2014-03-231-4/+2
|
* Add test for excludeJason R. Coombs2014-03-221-0/+5
|
* Bumped to 3.4 in preparation for next release.Jason R. Coombs2014-03-221-1/+1
|
* Reindent docstringJason R. Coombs2014-03-221-13/+13
|
* Created PEP420PackageFinder, whose .find method can be used to find any ↵Jason R. Coombs2014-03-222-20/+13
| | | | suitable directory.
* Pulled find_package functionality into a PackageFinder classJason R. Coombs2014-03-221-55/+64
|
* Extracted _all_dirs and rewrote _find_packages_iter as a proper iterator.Jason R. Coombs2014-03-221-25/+18
|
* Extract _find_packages_iterJason R. Coombs2014-03-221-6/+10
|
* Extract _looks_like_packageJason R. Coombs2014-03-221-9/+11
|