aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Bumped to 6.1 in preparation for next release.6.1Jason R. Coombs2014-10-112-2/+2
| | |
* | | Merge VersionConflict test failure. Fixes #270.Jason R. Coombs2014-10-111-1/+1
|\ \ \
| * | | Closing (merged)Jason R. Coombs2014-10-110-0/+0
| | | | | | | | | | | | | | | | | | | | --HG-- branch : BB-270_fix_VersionConflict_test_failure_2
| * | | Fix VersionConflict test failureMarc Abramowitz2014-10-111-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Fixes `TypeError: 'NoneType' object is not iterable` error at pkg_resources.py:632 Fixes issue #270 --HG-- branch : BB-270_fix_VersionConflict_test_failure_2
* | | Add a couple of comments to help me understand.Jason R. Coombs2014-10-111-0/+5
| | |
* | | Update commentJason R. Coombs2014-10-111-2/+3
| | |
* | | Extract variablesJason R. Coombs2014-10-111-3/+3
| | |
* | | Remove TODO comment, now doneJason R. Coombs2014-10-111-1/+0
| | |
* | | Update changelogJason R. Coombs2014-10-111-0/+7
| | |
* | | Merge pull request #89.Jason R. Coombs2014-10-111-2/+10
|\ \ \
| * | | Make VersionConflict report who is requiring packageMarc Abramowitz2014-10-101-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes issue 268 --HG-- branch : BB-268_make_VersionConflict_report_who_required_package_3
* | | | Update style in example for PEP-8 as suggested in PR #86.Jason R. Coombs2014-10-111-1/+1
|/ / /
* | | Remove broken link. Content that was at telecommunity.com was not generated ↵Jason R. Coombs2014-10-091-2/+0
| | | | | | | | | | | | from the source, so can't be maintained with setuptools any longer. Fixes #167.
* | | Reindent clause. Prefer leading comment to inline.Jason R. Coombs2014-09-291-3/+5
| | |
* | | Extract variable to be in proximity of its commentJason R. Coombs2014-09-291-2/+4
| | |
* | | Correct typoJason R. Coombs2014-09-291-1/+1
| | |
* | | Remove Python 2.5 compatibility methods for zipfilesJason R. Coombs2014-09-291-52/+1
| | |
* | | Trim excess whitespaceJason R. Coombs2014-09-291-2/+2
| | |
* | | Bumped to 6.0.3 in preparation for next release.Jason R. Coombs2014-09-292-2/+2
| | |
* | | Added tag 6.0.2 for changeset 01271e84e512Jason R. Coombs2014-09-291-0/+1
| | |
* | | Update changelog. Fixes #262. Re-opens #118.6.0.2Jason R. Coombs2014-09-291-0/+7
| | |
* | | Added tag 6.0.2b1 for changeset 1ae2a75724bbJason R. Coombs2014-09-291-0/+1
| | |
* | | Backout 5692cd26a08e; Ref #262.6.0.2b1Jason R. Coombs2014-09-291-1/+1
|/ /
* | Move doctest directive and ignores to setup.cfgJason R. Coombs2014-09-272-3/+2
| |
* | Also ignore lib2to3_ex.pyJason R. Coombs2014-09-271-1/+2
| |
* | Try ignoring release.pyJason R. Coombs2014-09-271-1/+1
| |
* | Bumped to 6.0.2 in preparation for next release.Jason R. Coombs2014-09-272-2/+2
| |
* | Added tag 6.0.1 for changeset bc6655b4acf2Jason R. Coombs2014-09-271-0/+1
| |
* | Bumped to 6.0.1 in preparation for next release.6.0.1Jason R. Coombs2014-09-272-2/+2
| |
* | Update changelogJason R. Coombs2014-09-271-0/+7
| |
* | Use rpartition here, essential to the algorithm. Fixes #259.Jason R. Coombs2014-09-271-1/+1
| | | | | | | | | | --HG-- extra : amend_source : d7b3c001b4db616a67793dcc57d5c13e3828ad3a
* | Add doctesting of modules. Ref #259.Jason R. Coombs2014-09-271-1/+1
| |
* | Bumped to 6.1 in preparation for next release.Jason R. Coombs2014-09-272-2/+2
| |
* | Added tag 6.0 for changeset 755cbfd3743fJason R. Coombs2014-09-271-0/+1
| |
* | Bumped to 6.0 in preparation for next release.6.0Jason R. Coombs2014-09-272-2/+2
| |
* | Update changelog to reference documented issue. Fixes #258.Jason R. Coombs2014-09-271-1/+1
| |
* | Always restore os.environ even if an exception occurs.Jason R. Coombs2014-09-261-5/+6
| |
* | Add docstringJason R. Coombs2014-09-261-0/+4
| |
* | Avoid passing None values to os.environ.Jason R. Coombs2014-09-261-4/+7
| |
* | Meant 'items'Jason R. Coombs2014-09-261-1/+1
| |
* | Correct test assertionJason R. Coombs2014-09-261-1/+1
| |
* | Extracting environment patcherJason R. Coombs2014-09-261-5/+21
| |
* | Skip tests if msvc9compiler isn't available.Jason R. Coombs2014-09-261-2/+4
| |
* | Grab winreg module from distutils.msvc9compilerJason R. Coombs2014-09-261-7/+5
| |
* | Move stable import into stdlib imports sectionJason R. Coombs2014-09-261-2/+2
| |
* | Remove unused importJason R. Coombs2014-09-261-1/+1
| |
* | Remove excess whitespaceJason R. Coombs2014-09-261-14/+12
| | | | | | | | | | --HG-- extra : amend_source : b8e14d29b2a36b84e30e22cf231d0b1730eeb7f4
* | Create global import more traditionally. Now the patched functions are ↵Jason R. Coombs2014-09-261-5/+6
| | | | | | | | available directly as well.
* | Extract patched functions as top-level functionsJason R. Coombs2014-09-261-37/+41
| |
* | Protect against import errors.Jason R. Coombs2014-09-261-2/+6
| |