summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Update changelogJason R. Coombs2015-11-271-0/+3
* | MergeJason R. Coombs2015-11-271-0/+2
|\ \
| * | Update changelogJason R. Coombs2015-11-271-0/+2
* | | Merged in sunpoet/setuptools (pull request #158)Jason R. Coombs2015-11-271-0/+2
|\ \ \
| * | | Fix package list inconsistency caused by namespace package on Python 3.5sunpoet2015-11-201-0/+2
* | | | Merged in dweepcan/setuptools (pull request #153)Jason R. Coombs2015-11-271-1/+1
|\ \ \ \
| * | | | Uses an existing method to delete pkg_resourcesDweep Shah2015-10-271-6/+1
| * | | | Unload all pkg_resources modules and not just the main module. Fixes #453.Dweep Shah2015-10-261-1/+6
* | | | | Merged in rbtcollins/setuptools (pull request #156)Jason R. Coombs2015-11-2716-90/+428
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Make test.test_args a non-data property per Pull Request #155.Jason R. Coombs2015-11-272-1/+14
| * | | | Extract _use_header methodJason R. Coombs2015-11-271-10/+16
| * | | | Update changelogJason R. Coombs2015-11-271-0/+2
| * | | | Merged in grizzlynyo/setuptools/bdist_wininst_gui_scripts (pull request #160)Jason R. Coombs2015-11-271-4/+7
| |\ \ \ \
| | * | | | fix an issue for bdist_wininst with gui_scripts:bdist_wininst_gui_scriptsgrizzlynyo2015-11-211-4/+7
| | | |/ / | | |/| |
| * | | | Update changelogJason R. Coombs2015-11-271-0/+6
| * | | | Merged in grizzlynyo/setuptools/sync_certifi (pull request #159)Jason R. Coombs2015-11-271-2/+2
| |\ \ \ \
| | * | | | update certifi to 2015.11.20sync_certifigrizzlynyo2015-11-211-2/+2
| | |/ / /
| * | | | Fix docstring started with """" instead of """John Vandenberg2015-11-131-1/+1
| * | | | Add a bit more detail about the setup script and what to expect. Fixes #466.Jason R. Coombs2015-11-271-2/+8
| * | | | Update tox tests so they run the full suite of tests using the canonical tech...Jason R. Coombs2015-11-252-5/+4
| * | | | Skip the test when running under venv alsoJason R. Coombs2015-11-251-2/+4
| * | | | No need for a separate DEVGUIDEJason R. Coombs2015-11-251-1/+0
| * | | | Draft a test for testing the new expectation for develop command (and general...Jason R. Coombs2015-11-241-0/+25
| * | | | Rename tests for clarityJason R. Coombs2015-11-241-2/+2
| * | | | Use if clause.Jason R. Coombs2015-11-241-4/+4
| * | | | Use io.open and its context for simpler reading of a fileJason R. Coombs2015-11-241-8/+5
| * | | | Use quiet context to suppress stdout.Jason R. Coombs2015-11-241-5/+1
| * | | | Remove unused importsJason R. Coombs2015-11-241-2/+0
| * | | | Extract variableJason R. Coombs2015-11-241-6/+7
| * | | | Replace silent test acceptance with a proper skip checkJason R. Coombs2015-11-241-11/+2
| * | | | Extract setup/teardown methods as proper fixtures.Jason R. Coombs2015-11-241-27/+30
| * | | | Use context manager for opening fileJason R. Coombs2015-11-241-6/+4
| * | | | Bumped to 18.6.2 in preparation for next release.Jason R. Coombs2015-11-242-2/+2
| * | | | Added tag 18.6.1 for changeset 804f87045a90Jason R. Coombs2015-11-240-0/+0
| * | | | Bumped to 18.6.1 in preparation for next release.18.6.1Jason R. Coombs2015-11-242-2/+2
| * | | | Update changelogJason R. Coombs2015-11-241-0/+8
| * | | | issue #464: don't crash using super() on a old-style classRyan Kelly2015-11-241-1/+1
| * | | | Suppress testing of upload-releases-as-zip scriptJason R. Coombs2015-11-241-1/+1
| * | | | Bumped to 18.7 in preparation for next release.Jason R. Coombs2015-11-242-2/+2
| * | | | Added tag 18.6 for changeset dfe190b09908Jason R. Coombs2015-11-240-0/+0
| * | | | Update changelog; ref #439.18.6Jason R. Coombs2015-11-241-0/+8
| * | | | Adapt the dist to suppress the version in the requirement when installing scr...Jason R. Coombs2015-11-241-0/+4
| * | | | Add VersionlessRequirement adapter to suppress the version number in a Distri...Jason R. Coombs2015-11-241-0/+23
| * | | | Back out 435b1b762fba. The change breaks detection of zip eggs. Reopens #462.Jason R. Coombs2015-11-242-8/+0
| * | | | Short circuit on skipped behavior, leaving main behavior in the body of the m...Jason R. Coombs2015-11-241-3/+4
| * | | | Only detect a path as an unpacked egg if it also has an EGG-INFO directory. F...Jason R. Coombs2015-11-222-0/+8
| * | | | Extract function for detecting unpacked egg. Ref #462.Jason R. Coombs2015-11-221-5/+12
| * | | | Update docs to reflect preferred usage with latest pytest-runner.Jason R. Coombs2015-11-211-1/+1
| |/ / /
| * | | Use a local path rather than a tempdir that never gets cleaned up.Jason R. Coombs2015-11-171-2/+2
| * | | Remove unnecessary superclassJason R. Coombs2015-11-171-1/+1