| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Bumped to 7.1 in preparation for next release. | Jason R. Coombs | 2014-10-19 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Added tag 7.0 for changeset df26609c2f61 | Jason R. Coombs | 2014-10-19 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Bumped to 7.0 in preparation for next release.7.0 | Jason R. Coombs | 2014-10-19 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Update changelog for more detail about the impact and possible user actions ↵ | Jason R. Coombs | 2014-10-19 | 1 | -9/+14 | |
| | | | | | | | | | | | | | necessary. | |||||
| * | | | Defer importing of wintypes because it doesn't import nicely. See Python ↵ | Jason R. Coombs | 2014-10-19 | 1 | -1/+2 | |
| | | | | | | | | | | | | | issue 16396. | |||||
| * | | | Decorate hide_file to only run on Windows. | Jason R. Coombs | 2014-10-19 | 1 | -0/+8 | |
| | | | | ||||||
| * | | | Declare argtypes and restype on SetFileAttributesW so that it will cast ↵ | Jason R. Coombs | 2014-10-19 | 2 | -6/+7 | |
| | | | | | | | | | | | | | Python 2 bytestrings to Unicode automatically. | |||||
| * | | | Update docstring to be imperative and incorporate comment. Omit lessons ↵ | Jason R. Coombs | 2014-10-19 | 1 | -5/+5 | |
| | | | | | | | | | | | | | about string literals. | |||||
| * | | | The name win32 is a misnomer. Use 'windows_support' instead. | Jason R. Coombs | 2014-10-19 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Merge Pull Request #97 | Jason R. Coombs | 2014-10-19 | 3 | -2/+50 | |
| |\ \ \ | ||||||
| | * | | | Cache eggs required for building in .eggs dir | Marc Abramowitz | 2014-10-13 | 3 | -2/+50 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it so that these eggs don't prevent `install_requires` from installing these packages. Fixes ticket #80; workaround for ticket #209 --HG-- branch : put_setup_requires_egg_in_cache_dir_4 | |||||
| * | | | Bumped to 6.2 in preparation for next release. | Jason R. Coombs | 2014-10-11 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Added tag 6.1 for changeset 7ea80190d494 | Jason R. Coombs | 2014-10-11 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Bumped to 6.1 in preparation for next release.6.1 | Jason R. Coombs | 2014-10-11 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Merge VersionConflict test failure. Fixes #270. | Jason R. Coombs | 2014-10-11 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | Closing (merged) | Jason R. Coombs | 2014-10-11 | 0 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | --HG-- branch : BB-270_fix_VersionConflict_test_failure_2 | |||||
| | * | | | Fix VersionConflict test failure | Marc Abramowitz | 2014-10-11 | 1 | -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. Coombs | 2014-10-11 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | Update comment | Jason R. Coombs | 2014-10-11 | 1 | -2/+3 | |
| | | | | ||||||
| * | | | Extract variables | Jason R. Coombs | 2014-10-11 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Remove TODO comment, now done | Jason R. Coombs | 2014-10-11 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Update changelog | Jason R. Coombs | 2014-10-11 | 1 | -0/+7 | |
| | | | | ||||||
| * | | | Merge pull request #89. | Jason R. Coombs | 2014-10-11 | 1 | -2/+10 | |
| |\ \ \ | ||||||
| | * | | | Make VersionConflict report who is requiring package | Marc Abramowitz | 2014-10-10 | 1 | -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. Coombs | 2014-10-11 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Remove broken link. Content that was at telecommunity.com was not generated ↵ | Jason R. Coombs | 2014-10-09 | 1 | -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. Coombs | 2014-09-29 | 1 | -3/+5 | |
| | | | | ||||||
| * | | | Extract variable to be in proximity of its comment | Jason R. Coombs | 2014-09-29 | 1 | -2/+4 | |
| | | | | ||||||
| * | | | Correct typo | Jason R. Coombs | 2014-09-29 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Remove Python 2.5 compatibility methods for zipfiles | Jason R. Coombs | 2014-09-29 | 1 | -52/+1 | |
| | | | | ||||||
| * | | | Trim excess whitespace | Jason R. Coombs | 2014-09-29 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Bumped to 6.0.3 in preparation for next release. | Jason R. Coombs | 2014-09-29 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Added tag 6.0.2 for changeset 01271e84e512 | Jason R. Coombs | 2014-09-29 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Update changelog. Fixes #262. Re-opens #118.6.0.2 | Jason R. Coombs | 2014-09-29 | 1 | -0/+7 | |
| | | | | ||||||
| * | | | Added tag 6.0.2b1 for changeset 1ae2a75724bb | Jason R. Coombs | 2014-09-29 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Backout 5692cd26a08e; Ref #262.6.0.2b1 | Jason R. Coombs | 2014-09-29 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Move doctest directive and ignores to setup.cfg | Jason R. Coombs | 2014-09-27 | 2 | -3/+2 | |
| | | | ||||||
| * | | Also ignore lib2to3_ex.py | Jason R. Coombs | 2014-09-27 | 1 | -1/+2 | |
| | | | ||||||
| * | | Try ignoring release.py | Jason R. Coombs | 2014-09-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | Bumped to 6.0.2 in preparation for next release. | Jason R. Coombs | 2014-09-27 | 2 | -2/+2 | |
| | | | ||||||
| * | | Added tag 6.0.1 for changeset bc6655b4acf2 | Jason R. Coombs | 2014-09-27 | 1 | -0/+1 | |
| | | | ||||||
| * | | Bumped to 6.0.1 in preparation for next release.6.0.1 | Jason R. Coombs | 2014-09-27 | 2 | -2/+2 | |
| | | | ||||||
| * | | Update changelog | Jason R. Coombs | 2014-09-27 | 1 | -0/+7 | |
| | | | ||||||
| * | | Use rpartition here, essential to the algorithm. Fixes #259. | Jason R. Coombs | 2014-09-27 | 1 | -1/+1 | |
| | | | | | | | | | | | --HG-- extra : amend_source : d7b3c001b4db616a67793dcc57d5c13e3828ad3a | |||||
| * | | Add doctesting of modules. Ref #259. | Jason R. Coombs | 2014-09-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | Bumped to 6.1 in preparation for next release. | Jason R. Coombs | 2014-09-27 | 2 | -2/+2 | |
| | | | ||||||
| * | | Added tag 6.0 for changeset 755cbfd3743f | Jason R. Coombs | 2014-09-27 | 1 | -0/+1 | |
| | | | ||||||
| * | | Bumped to 6.0 in preparation for next release.6.0 | Jason R. Coombs | 2014-09-27 | 2 | -2/+2 | |
| | | | ||||||
| * | | Update changelog to reference documented issue. Fixes #258. | Jason R. Coombs | 2014-09-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | Always restore os.environ even if an exception occurs. | Jason R. Coombs | 2014-09-26 | 1 | -5/+6 | |
| | | | ||||||
