| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bumped to 5.6 in preparation for next release.5.6 | Jason R. Coombs | 2014-08-14 | 1 | -1/+1 |
| | | |||||
| * | Use absolute_import in svn_utils. Fixes #242. | Jason R. Coombs | 2014-08-14 | 1 | -0/+2 |
| | | |||||
| * | Bumped to 5.5.2 in preparation for next release. | Jason R. Coombs | 2014-08-10 | 1 | -1/+1 |
| | | |||||
| * | Bumped to 5.5.1 in preparation for next release.5.5.1 | Jason R. Coombs | 2014-08-10 | 1 | -1/+1 |
| | | |||||
| * | Bumped to 5.6 in preparation for next release. | Jason R. Coombs | 2014-08-10 | 1 | -1/+1 |
| | | |||||
| * | Bumped to 5.5 in preparation for next release.5.5 | Jason R. Coombs | 2014-08-10 | 1 | -1/+1 |
| | | |||||
| * | Merged in davidoff/setuptools-fix-failing-integration-test (pull request #68) | Jason R. Coombs | 2014-08-10 | 1 | -0/+3 |
| |\ | | | | | | | Fix failing integration (test_stevedore) test on windows because of an unreleased handle on the current directory | ||||
| | * | fix failing integration (test_stevedore) test on windows because of an ↵ | david | 2014-06-25 | 1 | -0/+3 |
| | | | | | | | | | unreleased handle on the current directory | ||||
| * | | Include setup_requires directive in Distribution attributes and metadata. ↵ | Jason R. Coombs | 2014-08-10 | 1 | -1/+1 |
| | | | | | | | | | Fixes #239. | ||||
| * | | Bumped to 5.4.3 in preparation for next release. | Jason R. Coombs | 2014-08-01 | 1 | -1/+1 |
| | | | |||||
| * | | Correct execfile implementation for Python 2.6. Fixes #236. | Jason R. Coombs | 2014-08-01 | 1 | -0/+4 |
| | | | |||||
| * | | Extract variable | Jason R. Coombs | 2014-08-01 | 1 | -1/+2 |
| | | | |||||
| * | | Add test capturing failure on Python 2.6. Ref #236 | Jason R. Coombs | 2014-08-01 | 1 | -0/+6 |
| | | | | | | | | | | | --HG-- extra : rebase_source : 99a2b1e437691f9e1a9982357bc70d91fce91953 | ||||
| * | | Python 2.3 no longer supported | Jason R. Coombs | 2014-08-01 | 1 | -2/+0 |
| | | | | | | | | | | | --HG-- extra : rebase_source : debc6141ad369eafeb78b808a15d8558ff3fb83b | ||||
| * | | Remove unused variable | Jason R. Coombs | 2014-08-01 | 1 | -1/+1 |
| | | | | | | | | | | | --HG-- extra : rebase_source : c4b515b677e318ffdcd78b2d90ab772e7d1f94e3 | ||||
| * | | Merged in mg/setuptools (pull request #69) | Jason R. Coombs | 2014-07-27 | 1 | -4/+4 |
| |\ \ | | | | | | | | | | Fix some typos in the documentation | ||||
| | * | | Fix typos | Martin Geisler | 2014-06-29 | 1 | -4/+4 |
| | | | | |||||
| * | | | frozenset is available in Python 2.6 | Jason R. Coombs | 2014-07-12 | 1 | -5/+0 |
| | | | | |||||
| * | | | Disable test_two_levels_deep when /tmp is a symlink. The results it is ↵ | Jason R. Coombs | 2014-07-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | returning are suitable (shouldn't cause errors in runtime). Users are invited to trace the problem and find a solution. Fixes #231. | ||||
| * | | | More simple asserts | Jason R. Coombs | 2014-07-12 | 1 | -3/+5 |
| | | | | |||||
| * | | | Use simple asserts. pytest handles this nicely. Removes broken _assertIn. | Jason R. Coombs | 2014-07-12 | 1 | -9/+2 |
| | | | | |||||
| * | | | Bumped to 5.4.2 in preparation for next release. | Jason R. Coombs | 2014-07-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Bumped to 5.4.1 in preparation for next release.5.4.1 | Jason R. Coombs | 2014-07-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merged in rakuco/setuptools (pull request #71) | Jason R. Coombs | 2014-07-06 | 1 | -1/+8 |
| |\ \ \ | | | | | | | | | | | | | ssl_support: Adjust to tunneling changes in Python 2.7.7 and 3.4.1. | ||||
| | * | | | ssl_support: Adjust to tunneling changes in Python 2.7.7 and 3.4.1. | Raphael Kubo da Costa | 2014-07-03 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix for https://bugs.python.org/issue7776 changed httplib.HTTPConnection's handling of tunneling: `host' now points to the proxy host, so we have to adjust the code to perform the certificate validation on `_tunnel_host' instead when it is available. | ||||
| * | | | | Remove doctests module. It is now part of Python. | Jason R. Coombs | 2014-07-05 | 3 | -2689/+2 |
| | | | | | |||||
| * | | | | next compatibility is no longer required | Jason R. Coombs | 2014-07-05 | 3 | -4/+2 |
| | | | | | |||||
| * | | | | Since Python 3 will always need the _execfile functionality (to fulfill the ↵ | Jason R. Coombs | 2014-07-05 | 4 | -21/+22 |
| | | | | | | | | | | | | | | | | | test in test_sandbox), this functionality should become part of the core implementation. | ||||
| * | | | | Use numbers.Number to detect numeric type | Jason R. Coombs | 2014-07-05 | 2 | -4/+3 |
| | | | | | |||||
| * | | | | Bumped to 5.5 in preparation for next release. | Jason R. Coombs | 2014-07-05 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Use Python 3 syntax in 'script (dev).tmpl', as Python 2.6+ supports this syntax5.4 | Jason R. Coombs | 2014-07-05 | 1 | -4/+1 |
| | | | | | |||||
| * | | | | Merge with master | Jason R. Coombs | 2014-07-05 | 2 | -7/+3 |
| |\ \ \ \ | |/ / / | | | | | | | | | | | | | --HG-- extra : amend_source : 272b2718bac5934550a589d08f584120ba78086a | ||||
| | * | | | Use __import__() to avoid leaking imported names to the executed script. | Arfrever Frehtes Taifersar Arahesis | 2014-06-30 | 2 | -7/+3 |
| | |/ / | |||||
| * | | | Resave with excess whitespace removed | Jason R. Coombs | 2014-07-02 | 1 | -1/+1 |
| |/ / | |||||
| * | | Bumped to 5.4 in preparation for next release. | Jason R. Coombs | 2014-06-28 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull-request #575.3 | Jason R. Coombs | 2014-06-28 | 2 | -5/+42 |
| |\ \ | |/ |/| | | | | | --HG-- extra : amend_source : 9576c3d20e8d3bcb3b951cd2f588e782f885ebe6 | ||||
| | * | PY26 doesn't have assertIn | Philip Thiem | 2014-05-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | --HG-- branch : develop extra : rebase_source : a891af85b68115431db3fe42acf5a102e02aa8b9 | ||||
| | * | Prune paths file list starting with (RCS|CVS|.svn) as well as path with | Philip Thiem | 2014-04-23 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | such sub directories. --HG-- branch : develop extra : rebase_source : 2b3326fe668e880b351b0d5f388472239d915d58 | ||||
| | * | Add Regression Tests for svn tagging. | Philip Thiem | 2014-04-23 | 1 | -0/+37 |
| | | | | | | | | | | | | | --HG-- branch : develop extra : rebase_source : a05d5f844416113562066786c697170ed85c48fd | ||||
| | * | Applied Patch from cazabon to handle svn tag revisions | Philip Thiem | 2014-04-16 | 1 | -3/+4 |
| | | | | | | | | | | | | | --HG-- branch : develop extra : rebase_source : 571dac8142fc43b54bcd0302598766b0bb9e13ff | ||||
| * | | Remove unused imports, unused variables, and excess whitespace | Jason R. Coombs | 2014-06-23 | 1 | -4/+2 |
| | | | |||||
| * | | Bumped to 5.3 in preparation for next release. | Jason R. Coombs | 2014-06-23 | 1 | -1/+1 |
| | | | |||||
| * | | Always generate the lines, even in dry run. | Jason R. Coombs | 2014-06-22 | 1 | -2/+4 |
| | | | | | | | | | | | --HG-- extra : amend_source : fa41c3fb787b667f703f67a52aed7a2958e615b4 | ||||
| * | | Prefer the writelines method. | Jason R. Coombs | 2014-06-22 | 1 | -1/+1 |
| | | | |||||
| * | | Extract method for generating lines for a pkg in nsp. Fixes issue in ↵ | Jason R. Coombs | 2014-06-22 | 1 | -23/+26 |
| | | | | | | | | | 67bdf3a726962 where only the last dat would be written. | ||||
| * | | Reindent long line | Jason R. Coombs | 2014-06-22 | 1 | -1/+2 |
| | | | |||||
| * | | Use context manager for opening and closing the file | Jason R. Coombs | 2014-06-22 | 1 | -2/+2 |
| | | | |||||
| * | | Use short-circuit for less nesting | Jason R. Coombs | 2014-06-22 | 1 | -13/+15 |
| | | | |||||
| * | | Extract the additional trailing lines when a parent package is indicated. | Jason R. Coombs | 2014-06-22 | 1 | -10/+13 |
| | | | |||||
| * | | Extract the lines of the namespace package pth file template for readability. | Jason R. Coombs | 2014-06-22 | 1 | -12/+12 |
| | | | |||||
