aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Collapse)AuthorAgeFilesLines
* Bumped to 11.3.1 in preparation for next release.11.3.1Jason R. Coombs2015-01-061-1/+1
|
* Bumped to 11.4 in preparation for next release.Jason R. Coombs2015-01-051-1/+1
|
* Add EntryPoint.resolve and deprecate most usage of EntryPoint.load. Removed ↵11.3Jason R. Coombs2015-01-053-3/+3
| | | | EntryPoint._load.
* Bumped to 11.3 in preparation for next release.Jason R. Coombs2015-01-051-1/+1
|
* Bumped to 11.2 in preparation for next release.Jason R. Coombs2015-01-041-1/+1
|
* Test the report methodJason R. Coombs2015-01-041-4/+1
|
* Remove try/except/fail - Exceptions are failures by default.Jason R. Coombs2015-01-043-29/+9
|
* Skip integration tests when one of the packages under test is already ↵Jason R. Coombs2015-01-041-0/+11
| | | | installed, as the installation will fail in that case.
* Use except/as, now supported by Python 2.6Jason R. Coombs2015-01-049-43/+23
|
* It appears as if Python 2.6 gets its warnings on a different pipe.Jason R. Coombs2015-01-031-2/+6
|
* Remove dependence of the script on its own file, but instead generate the ↵Jason R. Coombs2015-01-031-6/+12
| | | | necessary file in a temporary directory.
* Rewrite commentJason R. Coombs2015-01-031-3/+2
|
* Extract variable for clearer assertion.Jason R. Coombs2015-01-031-5/+2
|
* Pull logic out of the contextJason R. Coombs2015-01-031-7/+8
|
* Use contexts.quiet for stdout/stderr trappingJason R. Coombs2015-01-031-8/+5
|
* Use mock to patch sys.platformJason R. Coombs2015-01-031-3/+1
|
* Use mock to patch sys.modulesJason R. Coombs2015-01-031-9/+2
|
* Test is passing when LC_CTYPE isn't present. According to the original ↵Jason R. Coombs2015-01-031-1/+1
| | | | ticket, Distribute 103, this test was only failing for "C" and "POSIX", so only expect the failure there.
* Rewrite skip/xfailJason R. Coombs2015-01-031-17/+19
|
* Restore missing importJason R. Coombs2015-01-031-1/+1
|
* Moved test_resources and test_pkg_resources to pkg_resources package.Jason R. Coombs2015-01-031-608/+0
|
* Remove remaining reference to setuptools from test_resourcesJason R. Coombs2015-01-031-2/+1
|
* Moved TestScriptHeader tests to more appropriate module.Jason R. Coombs2015-01-032-69/+70
|
* Bumped to 11.1 in preparation for next release.Jason R. Coombs2015-01-021-1/+1
|
* Bumped to 11.0 in preparation for next release.11.0Jason R. Coombs2015-01-021-1/+1
|
* Bumped to 10.2.2 in preparation for next release.Jason R. Coombs2015-01-021-1/+1
|
* Bumped to 10.2.1 in preparation for next release.10.2.1Jason R. Coombs2015-01-021-1/+1
|
* Move tests to be adjacent with other parsing tests.Jason R. Coombs2015-01-021-0/+5
|
* Bumped to 10.3 in preparation for next release.Jason R. Coombs2015-01-021-1/+1
|
* Move docstring to test class.Jason R. Coombs2015-01-021-5/+7
|
* Extract three more tests, using fixtures to unify the common aspects.Jason R. Coombs2015-01-021-41/+83
|
* Split the first test into two more tests.Jason R. Coombs2015-01-021-4/+8
|
* Split test into twoJason R. Coombs2015-01-021-0/+2
|
* Use mock to patch msvc9compiler.Reg.Jason R. Coombs2015-01-021-46/+44
|
* Remove unittest dependency from test_msvc9compiler.Jason R. Coombs2015-01-021-6/+5
|
* Use closing for Python 2.6 compatibilityJason R. Coombs2015-01-021-1/+2
|
* Open zip file in contextJason R. Coombs2015-01-021-5/+2
|
* woh what?Jason R. Coombs2015-01-021-1/+1
|
* Use tempdir contextJason R. Coombs2015-01-021-8/+3
|
* Replace comment with clearer docstring.Jason R. Coombs2015-01-021-2/+4
|
* Leverage fixtures for sample project and user_overrides.Jason R. Coombs2015-01-021-35/+18
|
* Remove copy pastaJason R. Coombs2015-01-021-2/+0
|
* Remove dependence on unittest in test_upload_docsJason R. Coombs2015-01-021-4/+3
|
* Use DALSJason R. Coombs2015-01-021-4/+9
|
* Normalize importsJason R. Coombs2015-01-021-1/+8
|
* Update comment to reflect issue was reported in Distribute.Jason R. Coombs2015-01-021-1/+1
|
* Use unicode literals to define files as text, and encode specifically when ↵Jason R. Coombs2015-01-021-9/+3
| | | | saving files.
* Extract varJason R. Coombs2015-01-021-2/+3
|
* Suppress exceptions in a context for clarity, brevity, and reuse.Jason R. Coombs2015-01-022-5/+10
|
* Use quiet contextJason R. Coombs2015-01-021-9/+6
|