summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Exclude children of excluded parents when doing package discovery. Fixes #184.3.4.4Jason R. Coombs2014-04-112-0/+24
* 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-072-2/+2
* Added tag 3.4.3 for changeset 06a56e063c32Jason R. Coombs2014-04-071-0/+1
* Issue #183: Really fix test command with Python 3.1.3.4.3Arfrever Frehtes Taifersar Arahesis2014-04-072-2/+8
* Bumped to 3.4.3 in preparation for next release.Jason R. Coombs2014-04-062-2/+2
* Added tag 3.4.2 for changeset 369f6f90f696Jason R. Coombs2014-04-061-0/+1
* Wrap unittest.main in a compatibility wrapper for Python 3.1 compatibility. F...3.4.2Jason R. Coombs2014-04-063-4/+28
* Bumped to 3.4.2 in preparation for next release.Jason R. Coombs2014-03-303-6/+6
* Added tag 3.4.1 for changeset e39de2d3eb77Jason R. Coombs2014-03-301-0/+1
* Bumped to 3.4.1 in preparation for next release.3.4.1Jason R. Coombs2014-03-302-2/+2
* Skip this test because it now fails under Python 3.3 and earlier apparently d...Jason R. Coombs2014-03-301-0/+4
* Extract the resolution of loader/runner classes. Allows None value to pass-th...Jason R. Coombs2014-03-302-6/+19
* Also run tests under unittest for now. Ref #181.Jason R. Coombs2014-03-301-0/+1
* 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-302-2/+2
* Added tag 3.4 for changeset 5cb90066d987Jason R. Coombs2014-03-301-0/+1
* Allow install to proceed with an egg install on IronPython and any other envi...3.4Jason R. Coombs2014-03-302-1/+15
* 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
* 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
* Remove excess whitespace; Normalize imports.Jason R. Coombs2014-03-301-34/+3
* Removed notice about PEP 420 package finder. Discussion in the ticket (Ref #9...Jason R. Coombs2014-03-281-3/+0
* Re-ran egg_infoJason R. Coombs2014-03-281-0/+1
* Apply patch based on patch in 2008 by Klaus Zimmerman. Fixes #176.Jason R. Coombs2014-03-283-2/+11
* Remove unused UTC implementationJason R. Coombs2014-03-241-13/+0
* Use mktime for Python 3.2 compatibilityJason R. Coombs2014-03-241-1/+12
* Update test to use local timestamps, so the tests pass in any timezone.Jason R. Coombs2014-03-241-4/+23
* Just remove test_ez_setup, as the last remaining test, test_install, only bar...Jason R. Coombs2014-03-241-44/+0
* Remove test for use_setuptools, as it fails when running under pytest because...Jason R. Coombs2014-03-241-4/+1
* Update test_install to actually patch the hidden _python_cmd.Jason R. Coombs2014-03-241-1/+1
* Remove test_do_download, which also no longer works due to complexities aroun...Jason R. Coombs2014-03-231-8/+1
* Remove test_build_egg. The test doesn't work and it's difficult to test _buil...Jason R. Coombs2014-03-231-9/+0
* Force sdist zip format (preferred for _build_egg)Jason R. Coombs2014-03-231-5/+5
* Fix build of setuptools on Windows (do not create empty tag)Jason R. Coombs2014-03-231-1/+1
* Bypass shlib_test when running tests under pytestJason R. Coombs2014-03-231-1/+1
* Bypass the 'manual test' when running with pytestJason R. Coombs2014-03-231-0/+3
* Use pytest for running tests in TravisJason R. Coombs2014-03-231-1/+1
* Add support for running tests via pytest-runner.Jason R. Coombs2014-03-231-0/+5
* Enable commented code (requiring ssl extra for tests).Jason R. Coombs2014-03-231-1/+3
* Don't trap KeyboardInterrupt (or other non-Exceptions) when testing download ...Jason R. Coombs2014-03-231-3/+3