| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge with default | Philip Thiem | 2013-09-28 | 16 | -685/+490 |
| |\ | | | | | | | | | --HG-- extra : rebase_source : d9c70d5bebd4290f568c828c5bc3a9b93a817ff2 | ||||
| | * | Bug Correction: Avoid double execution when the application throws NameError ↵ | Niklas Rigemo | 2013-09-19 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | exception. --HG-- branch : patch1 | ||||
| | * | PEP8: Corrected multiple statements on one line (semicolon) | Niklas Rigemo | 2013-09-19 | 1 | -1/+2 |
| | | | | | | | | | | | --HG-- branch : patch1 | ||||
| | * | Bumped to 1.1.7 in preparation for next release. | Jason R. Coombs | 2013-09-18 | 1 | -1/+1 |
| | | | |||||
| | * | execfile now opens target in binary mode for better compatibility. Fixes ↵1.1.6 | Jason R. Coombs | 2013-09-18 | 1 | -1/+1 |
| | | | | | | | | | Distribute #349. | ||||
| | * | Adding test capturing Distribute #349 | Jason R. Coombs | 2013-09-18 | 2 | -0/+16 |
| | | | | | | | | | | | --HG-- extra : amend_source : 2f401317ae94e6291ae91f8da75173781bc4c48c | ||||
| | * | Bumped to 1.1.6 in preparation for next release. | Jason R. Coombs | 2013-09-12 | 1 | -1/+1 |
| | | | |||||
| | * | Correct boolean logic in fix for #69 | Jason R. Coombs | 2013-09-12 | 1 | -1/+1 |
| | | | |||||
| | * | Remove excess whitespace. Delint one if statement. | Jason R. Coombs | 2013-09-09 | 1 | -31/+6 |
| | | | |||||
| | * | Reorganize imports | Jason R. Coombs | 2013-09-09 | 1 | -5/+8 |
| | | | |||||
| | * | Bumped to 1.1.5 in preparation for next release. | Jason R. Coombs | 2013-09-07 | 1 | -1/+1 |
| | | | |||||
| | * | Merge1.1.4 | Jason R. Coombs | 2013-09-07 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Fix boolean test, incorrectly changed. Off-by-one errors are particularly ↵ | Jason R. Coombs | 2013-09-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | ugly with booleans ;) Fixes #77 | ||||
| | * | | Bumped to 1.1.4 in preparation for next release. | Jason R. Coombs | 2013-09-06 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add the import, omitted from the previous commit.1.1.3 | Jason R. Coombs | 2013-09-06 | 1 | -0/+1 |
| | | | | |||||
| | * | | Bumped to 1.1.3 in preparation for next release. | Jason R. Coombs | 2013-09-06 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge | Jason R. Coombs | 2013-09-06 | 3 | -3/+22 |
| | |\ \ | |||||
| | | * | | Correct 404 errors when URLs contain fragments. Fixes #69. | Jason R. Coombs | 2013-09-06 | 3 | -3/+23 |
| | | | | | |||||
| | * | | | 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 |
| | | | | | |||||
| | * | | | Correct AttributeError in upload command on Python 2.4. Fixes #76 | Jason R. Coombs | 2013-09-03 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Remove unused variable | Jason R. Coombs | 2013-09-03 | 1 | -1/+0 |
| | | |/ | |/| | |||||
| | * | | Use isinstance for type comparison | Jason R. Coombs | 2013-09-03 | 1 | -1/+1 |
| | | | | |||||
| | * | | Remove import * | Jason R. Coombs | 2013-09-03 | 1 | -4/+4 |
| | | | | |||||
| | * | | Remove long-disabled functionality 'check_conflicts'. | Jason R. Coombs | 2013-09-02 | 1 | -56/+1 |
| | | | | |||||
| | * | | Remove unused import | Jason R. Coombs | 2013-09-02 | 1 | -1/+0 |
| | | | | |||||
| | * | | Rename variable to avoid conflation with global | Jason R. Coombs | 2013-09-02 | 1 | -4/+4 |
| | | | | |||||
| | * | | Refactor for nicer indentation | Jason R. Coombs | 2013-09-02 | 1 | -8/+7 |
| | | | | |||||
| | * | | Normalize style | Jason R. Coombs | 2013-09-02 | 1 | -4/+8 |
| | | | | |||||
| | * | | Move imports to header | Jason R. Coombs | 2013-09-02 | 1 | -2/+2 |
| | | | | |||||
| | * | | More simply resolve _dont_write_bytecode. | Jason R. Coombs | 2013-09-02 | 1 | -7/+2 |
| | | | | |||||
| | * | | Refactor _dont_write_bytecode detection | Jason R. Coombs | 2013-09-02 | 1 | -5/+7 |
| | | | | |||||
| | * | | Move imports to leader | Jason R. Coombs | 2013-09-02 | 1 | -4/+3 |
| | | | | |||||
| | * | | Refactor for clarity | Jason R. Coombs | 2013-09-02 | 1 | -4/+8 |
| | | | | |||||
| | * | | Reorganize imports | Jason R. Coombs | 2013-09-02 | 1 | -6/+10 |
| | | | | |||||
| | * | | Remove unused import | Jason R. Coombs | 2013-09-02 | 1 | -1/+1 |
| | | | | |||||
| | * | | Remove unused import | Jason R. Coombs | 2013-09-02 | 1 | -1/+1 |
| | | | | |||||
| | * | | Bumped to 1.2 in preparation for next release. | Jason R. Coombs | 2013-08-26 | 1 | -1/+1 |
| | | | | |||||
| | * | | Updated error message reported when `--allow-hosts` blocks a link to provide ↵ | Jason R. Coombs | 2013-08-25 | 1 | -1/+2 |
| | | | | | | | | | | | | | a less startling user experience. Fixes #71. | ||||
| | * | | Trim excess whitespace | Jason R. Coombs | 2013-08-25 | 1 | -123/+4 |
| | | | | |||||
| | * | | Remove unused imports | Jason R. Coombs | 2013-08-25 | 1 | -4/+0 |
| | | | | |||||
| | * | | Reorganize imports | Jason R. Coombs | 2013-08-25 | 1 | -4/+9 |
| | | | | |||||
| | * | | Bumped to 1.1 in preparation for next release. | Jason R. Coombs | 2013-08-17 | 1 | -1/+1 |
| | | | | |||||
| | * | | Removed the --delete-conflicting and --ignore-conflicts-at-my-risk options, ↵1.0 | Jason R. Coombs | 2013-08-17 | 1 | -40/+4 |
| | | | | | | | | | | | | | which have long been deprecated and indicated that they're not used. | ||||
| | * | | Changed the launcher relevant environment variable to SETUPTOOLS_LAUNCHER ↵ | Jason R. Coombs | 2013-08-17 | 1 | -8/+8 |
| | | | | | | | | | | | | | and it now accepts different strings 'natural' and 'executable', instead of only reflecting a boolean value. | ||||
| | * | | Set stacklevel on DeprecationWarning for more relevant locality. | Jason R. Coombs | 2013-08-15 | 1 | -3/+6 |
| | | | | |||||
| | * | | Merge1.0b3 | Jason R. Coombs | 2013-08-14 | 1 | -1/+1 |
| | |\ \ | |||||
| | | * | | Fix template rendering error | Jason R. Coombs | 2013-08-14 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Warn when scripts are installed but PATHEXT isn't set | Jason R. Coombs | 2013-08-13 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | --HG-- extra : histedit_source : a1c329f92ee71a707955e352b63987af9de6e120 | ||||
| | * | | | Use .pya extension instead of simply .py to avoid creating scripts that are ↵ | Jason R. Coombs | 2013-08-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | importable as modules. --HG-- extra : histedit_source : ef811b339d08652c845c5556fd7e2d0f38ee12df | ||||
