aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove 'Distribute' artifact. Fixes #171Jason R. Coombs2014-03-231-1/+1
* 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
* Backed out changeset: 78c8cfbe3e10Jason R. Coombs2014-03-221-4/+1
* Bumped to 3.4 in preparation for next release.Jason R. Coombs2014-03-222-2/+2
* Update changelogJason R. Coombs2014-03-221-5/+4
* Reindent docstringJason R. Coombs2014-03-221-13/+13
* Created PEP420PackageFinder, whose .find method can be used to find any suita...Jason R. Coombs2014-03-222-20/+13
* 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
* Extract path assemblyJason R. Coombs2014-03-221-4/+5
* Extracted directory detection and presence of '.' in name.Jason R. Coombs2014-03-221-7/+15
* Extract out filtering by filenameJason R. Coombs2014-03-211-7/+13
* Perform the inclusion filter after traversal for congruency with excludeJason R. Coombs2014-03-211-3/+4
* Use a default that communicates the purpose and also degenerates nicely.Jason R. Coombs2014-03-211-3/+2
* Fix buids -> buildsSteven Maude2014-03-171-1/+1
* Use a context manager instead of calling _test.run in multiple places. Allevi...Jason R. Coombs2014-03-161-4/+10
* Use binary mode to save/restore entry_points - no need to mutate newlinesJason R. Coombs2014-03-161-2/+2
* Sort entry points when writing so they render consistentlyJason R. Coombs2014-03-162-64/+64
* Added tag 4.0b1 for changeset 78c8cfbe3e10Jason R. Coombs2014-03-161-0/+1
* Update setuptools setup.py to work with setuptools 4.04.0b1Jason R. Coombs2014-03-161-1/+4
* Merge original PR 37 with latest headJason R. Coombs2014-03-160-0/+0
|\
| * Add support for PEP 420 namespace packages to find_packages()Wyatt Lee Baldwin2014-02-123-6/+138
* | Check packages without deference to orderJason R. Coombs2014-03-161-5/+8
* | Update documentation to reflect PEP420 supportJason R. Coombs2014-03-161-3/+3
* | Use py26compat for skipIfJason R. Coombs2014-03-161-6/+7
* | Bumped to 4.0 in preparation for next release.Jason R. Coombs2014-03-162-2/+2
* | Add support for PEP 420 namespace packages to find_packages()Wyatt Lee Baldwin2014-02-125-67/+117
* | Bumped to 3.4 in preparation for next release.Jason R. Coombs2014-03-164-47/+47
* | Added tag 3.3 for changeset b306e681a945Jason R. Coombs2014-03-161-0/+1
* | Update documentation to reflect new include parameter.3.3Jason R. Coombs2014-03-161-5/+8