Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bumped to 2.1 in preparation for next release.2.1 | Jason R. Coombs | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | Bumped to 2.0.3 in preparation for next release. | Jason R. Coombs | 2013-12-29 | 1 | -1/+1 |
| | |||||
* | ENH: use #!/usr/bin/env python for the shebang instead of non-working on ↵ | Yaroslav Halchenko | 2013-12-17 | 1 | -1/+1 |
| | | | | POSIX systems plain #!python | ||||
* | Bumped to 2.0.2 in preparation for next release. | Jason R. Coombs | 2013-12-15 | 1 | -1/+1 |
| | |||||
* | Bumped to 2.0.1 in preparation for next release. | Jason R. Coombs | 2013-12-15 | 1 | -1/+1 |
| | |||||
* | Bumped to 2.1 in preparation for next release. | Jason R. Coombs | 2013-12-07 | 1 | -1/+1 |
| | |||||
* | Update documentation | Jason R. Coombs | 2013-11-27 | 1 | -4/+4 |
| | |||||
* | Use sets to determine presence of imported modules. | Jason R. Coombs | 2013-11-27 | 1 | -3/+3 |
| | |||||
* | Remove Python 2.4 compatibility from ez_setup.py | Jason R. Coombs | 2013-11-27 | 1 | -9/+0 |
| | |||||
* | Simplify _build_install_args now that Python 2.6 is required. | Jason R. Coombs | 2013-11-24 | 1 | -7/+1 |
| | |||||
* | Use modern syntax for exception handling in ez_setup.py. This change will ↵ | Jason R. Coombs | 2013-11-24 | 1 | -4/+3 |
| | | | | also prevent Python 2.4 and Python 2.5 users from invoking it. | ||||
* | Remove Python 2.3 compatibility support | Jason R. Coombs | 2013-11-24 | 1 | -7/+1 |
| | |||||
* | Reorder exception handlers to work around warning about 'pkg_resources' ↵ | Jason R. Coombs | 2013-11-24 | 1 | -2/+2 |
| | | | | being undefined. | ||||
* | Remove empty logic branch. | Jason R. Coombs | 2013-11-24 | 1 | -6/+5 |
| | |||||
* | Remove obvious comment. | Jason R. Coombs | 2013-11-24 | 1 | -1/+0 |
| | |||||
* | Use textwrap.dedent for multiline string. Use new style string formatter. | Jason R. Coombs | 2013-11-24 | 1 | -7/+10 |
| | |||||
* | Drop support for Python 2.5 and Python 2.4. Fixes #41. | Jason R. Coombs | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | Bumped to 1.4.2 in preparation for next release. | Jason R. Coombs | 2013-11-23 | 1 | -1/+1 |
| | |||||
* | Bumped to 1.4.1 in preparation for next release.1.4.1 | Jason R. Coombs | 2013-11-23 | 1 | -1/+1 |
| | |||||
* | Bumped to 1.5 in preparation for next release. | Jason R. Coombs | 2013-11-17 | 1 | -1/+1 |
| | |||||
* | Bumped to 1.4 in preparation for next release.1.4b1 | Jason R. Coombs | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | Bumped to 1.3.3 in preparation for next release. | Jason R. Coombs | 2013-11-09 | 1 | -1/+1 |
| | |||||
* | Bumped to 1.3.2 in preparation for next release. | Jason R. Coombs | 2013-11-07 | 1 | -1/+1 |
| | |||||
* | Bumped to 1.3.1 in preparation for next release.1.3.1 | Jason R. Coombs | 2013-11-07 | 1 | -1/+1 |
| | |||||
* | Bumped to 1.4 in preparation for next release. | Jason R. Coombs | 2013-11-03 | 1 | -1/+1 |
| | |||||
* | Bumped to 1.3 in preparation for next release. | Jason R. Coombs | 2013-11-02 | 1 | -1/+1 |
| | |||||
* | Also bump version in ez_setup.py | Jason R. Coombs | 2013-10-30 | 1 | -1/+1 |
| | |||||
* | Bumped to 1.1.8 in preparation for next release. | Jason R. Coombs | 2013-10-27 | 1 | -1/+1 |
| | |||||
* | extract _clean_check call | Jason R. Coombs | 2013-09-23 | 1 | -18/+15 |
| | |||||
* | Merged in sureshvv/setuptools (pull request #17) | Jason R. Coombs | 2013-09-23 | 1 | -3/+18 |
|\ | | | | | | | Don't leave junk file behind | ||||
| * | implement for all downloaders and check file existence before removing | Suresh V | 2013-09-17 | 1 | -3/+14 |
| | | |||||
| * | Don't leave junk file behind | Suresh V. | 2013-09-17 | 1 | -1/+5 |
| | | |||||
* | | Bumped to 1.1.7 in preparation for next release. | Jason R. Coombs | 2013-09-18 | 1 | -1/+1 |
|/ | |||||
* | Bumped to 1.1.6 in preparation for next release. | Jason R. Coombs | 2013-09-12 | 1 | -1/+1 |
| | |||||
* | Bumped to 1.1.5 in preparation for next release. | Jason R. Coombs | 2013-09-07 | 1 | -1/+1 |
| | |||||
* | Bumped to 1.1.4 in preparation for next release. | Jason R. Coombs | 2013-09-06 | 1 | -1/+1 |
| | |||||
* | Bumped to 1.1.3 in preparation for next release. | Jason R. Coombs | 2013-09-06 | 1 | -1/+1 |
| | |||||
* | Bumped to 1.1.2 in preparation for next release. | Jason R. Coombs | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | Bumped to 1.1.1 in preparation for next release.1.1.1 | Jason R. Coombs | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | Merge update to ez_setup.py | Jason R. Coombs | 2013-08-31 | 1 | -3/+13 |
|\ | |||||
| * | ez_setup.py now takes a --insecure argument to bypass the secure ↵ | Jason R. Coombs | 2013-08-31 | 1 | -3/+13 |
| | | | | | | | | downloaders. download_setuptools also now accepts a new keyword argument 'download_factory', enabling programmitic invocation to customize the downloader resolution. Fixes #75. Thanks to Pablo Algarvio for the report and suggestions. | ||||
* | | Bumped to 1.2 in preparation for next release. | Jason R. Coombs | 2013-08-26 | 1 | -1/+1 |
|/ | |||||
* | Nest try/except/finally for use on Python 2.4. Fixes #72.1.1 | Jason R. Coombs | 2013-08-26 | 1 | -9/+12 |
| | |||||
* | Merge | Jason R. Coombs | 2013-08-19 | 1 | -3/+14 |
|\ | |||||
| * | Powershell isn't installed by default on Windows Server 2008. Also it's ↵ | Jason R. Coombs | 2013-08-19 | 1 | -3/+14 |
| | | | | | | | | possible that Powershell is present on older systems. Now use direct detection of a Powershell executable to determine viability of that technique for a downloader. Fixes #67. | ||||
* | | Bumped to 1.1 in preparation for next release. | Jason R. Coombs | 2013-08-17 | 1 | -1/+1 |
|/ | |||||
* | Restore Python 2.4 compatibility in ez_setup | Jason R. Coombs | 2013-08-10 | 1 | -0/+9 |
| | |||||
* | Suppress output when checking viability of wget/curl. Fixed viability ↵ | Jason R. Coombs | 2013-08-10 | 1 | -4/+10 |
| | | | | assignment and Windows platform detection. | ||||
* | Use more explicit command-line parameters | Jason R. Coombs | 2013-08-10 | 1 | -2/+2 |
| | |||||
* | Implemented download using wget | Jason R. Coombs | 2013-08-10 | 1 | -3/+17 |
| |