Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Extract method for _version_from_egg_info. | Jason R. Coombs | 2015-11-28 | 1 | -15/+24 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add docstring | Jason R. Coombs | 2015-11-28 | 1 | -0/+4 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Return None when no version is encountered. | Jason R. Coombs | 2015-11-28 | 1 | -2/+2 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Use partition to avoid integer literals | Jason R. Coombs | 2015-11-28 | 1 | -1/+2 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Rewrite _version_from_file using iterables and filters | Jason R. Coombs | 2015-11-28 | 1 | -5/+5 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge with latest tests | Jason R. Coombs | 2015-11-28 | 1 | -7/+28 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Look deeper at .egg-info files for package name and version information when ↵ | Eric Larson | 2015-09-01 | 1 | -7/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | available. | |||||
| * | | | | | | | | | | | Rewrite test to use distutils' install_egg_info to generate the metadata. | Jason R. Coombs | 2015-11-28 | 1 | -10/+11 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Rewrite test to simply create the egg_info. | Jason R. Coombs | 2015-11-28 | 1 | -80/+35 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Rename test to match intention. | Jason R. Coombs | 2015-11-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Move test into pkg_resources tests | Jason R. Coombs | 2015-11-28 | 2 | -85/+96 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Add tests ref #419. | Eric Larson | 2015-11-15 | 1 | -5/+91 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Update changelog | Jason R. Coombs | 2015-11-27 | 1 | -0/+3 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge | Jason R. Coombs | 2015-11-27 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Update changelog | Jason R. Coombs | 2015-11-27 | 1 | -0/+2 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merged in sunpoet/setuptools (pull request #158) | Jason R. Coombs | 2015-11-27 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix package list inconsistency caused by namespace package on Python 3.5 | |||||
| * | | | | | | | | | | | | Fix package list inconsistency caused by namespace package on Python 3.5 | sunpoet | 2015-11-20 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | namespace package will be skipped during installation. Since Python 3.5, .pyo files are removed and new .opt-1.pyc (and .opt-2.pyc) files are introduced [1]. However setuptools does not understand that new naming therefore the corresponding foo.opt-1.pyc is still added into package list (via --record). The inconsistency leads to a packaging error. [1] https://www.python.org/dev/peps/pep-0488/ | |||||
* | | | | | | | | | | | | | Merged in dweepcan/setuptools (pull request #153) | Jason R. Coombs | 2015-11-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unload all pkg_resources modules and not just the main module. | |||||
| * | | | | | | | | | | | | | Uses an existing method to delete pkg_resources | Dweep Shah | 2015-10-27 | 1 | -6/+1 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Unload all pkg_resources modules and not just the main module. Fixes #453. | Dweep Shah | 2015-10-26 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merged in rbtcollins/setuptools (pull request #156) | Jason R. Coombs | 2015-11-27 | 16 | -90/+428 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix EBNF for package specifications. | |||||
| * | | | | | | | | | | | | | Make test.test_args a non-data property per Pull Request #155. | Jason R. Coombs | 2015-11-27 | 2 | -1/+14 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Extract _use_header method | Jason R. Coombs | 2015-11-27 | 1 | -10/+16 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Update changelog | Jason R. Coombs | 2015-11-27 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merged in grizzlynyo/setuptools/bdist_wininst_gui_scripts (pull request #160) | Jason R. Coombs | 2015-11-27 | 1 | -4/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix an issue for bdist_wininst with gui_scripts: | |||||
| | * | | | | | | | | | | | | | fix an issue for bdist_wininst with gui_scripts:bdist_wininst_gui_scripts | grizzlynyo | 2015-11-21 | 1 | -4/+7 | |
| | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The script header was always generated with non-gui executable. This was caused by by adjust_header assuming the executable is always an absolute path. Fixed by using find_executables() from distutils. | |||||
| * | | | | | | | | | | | | | Update changelog | Jason R. Coombs | 2015-11-27 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merged in grizzlynyo/setuptools/sync_certifi (pull request #159) | Jason R. Coombs | 2015-11-27 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update certifi to 2015.11.20 | |||||
| | * | | | | | | | | | | | | | update certifi to 2015.11.20sync_certifi | grizzlynyo | 2015-11-21 | 1 | -2/+2 | |
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Fix docstring started with """" instead of """ | John Vandenberg | 2015-11-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Add a bit more detail about the setup script and what to expect. Fixes #466. | Jason R. Coombs | 2015-11-27 | 1 | -2/+8 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Update tox tests so they run the full suite of tests using the canonical ↵ | Jason R. Coombs | 2015-11-25 | 2 | -5/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | technique. Include .tox in norecursedirs to avoid testing all the dependencies and environment. Update docs to reflect findings (https://bitbucket.org/spookylukey/setuptools/commits/88339d2e4af661a60a42bc14c4ff3e68cd19fa21#comment-2558164). | |||||
| * | | | | | | | | | | | | | Skip the test when running under venv also | Jason R. Coombs | 2015-11-25 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | No need for a separate DEVGUIDE | Jason R. Coombs | 2015-11-25 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Draft a test for testing the new expectation for develop command (and ↵ | Jason R. Coombs | 2015-11-24 | 1 | -0/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | general functionality when console scripts are present). | |||||
| * | | | | | | | | | | | | | Rename tests for clarity | Jason R. Coombs | 2015-11-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Use if clause. | Jason R. Coombs | 2015-11-24 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Use io.open and its context for simpler reading of a file | Jason R. Coombs | 2015-11-24 | 1 | -8/+5 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Use quiet context to suppress stdout. | Jason R. Coombs | 2015-11-24 | 1 | -5/+1 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Remove unused imports | Jason R. Coombs | 2015-11-24 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Extract variable | Jason R. Coombs | 2015-11-24 | 1 | -6/+7 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Replace silent test acceptance with a proper skip check | Jason R. Coombs | 2015-11-24 | 1 | -11/+2 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Extract setup/teardown methods as proper fixtures. | Jason R. Coombs | 2015-11-24 | 1 | -27/+30 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Use context manager for opening file | Jason R. Coombs | 2015-11-24 | 1 | -6/+4 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Bumped to 18.6.2 in preparation for next release. | Jason R. Coombs | 2015-11-24 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Added tag 18.6.1 for changeset 804f87045a90 | Jason R. Coombs | 2015-11-24 | 0 | -0/+0 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Bumped to 18.6.1 in preparation for next release.18.6.1 | Jason R. Coombs | 2015-11-24 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Update changelog | Jason R. Coombs | 2015-11-24 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | issue #464: don't crash using super() on a old-style class | Ryan Kelly | 2015-11-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Suppress testing of upload-releases-as-zip script | Jason R. Coombs | 2015-11-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | |