aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use MemoizedZipManifests for all operations. Fixes #240.5.7Jason R. Coombs2014-08-152-5/+12
|
* Bumped to 5.7 in preparation for next release.Jason R. Coombs2014-08-142-2/+2
|
* Added tag 5.6 for changeset a1fc0220bfa3Jason R. Coombs2014-08-141-0/+1
|
* Bumped to 5.6 in preparation for next release.5.6Jason R. Coombs2014-08-142-2/+2
|
* Use absolute_import in svn_utils. Fixes #242.Jason R. Coombs2014-08-142-0/+9
|
* Bumped to 5.5.2 in preparation for next release.Jason R. Coombs2014-08-103-3/+3
|
* Added tag 5.5.1 for changeset 949a66af4f03Jason R. Coombs2014-08-101-0/+1
|
* Bumped to 5.5.1 in preparation for next release.5.5.1Jason R. Coombs2014-08-102-2/+2
|
* Fix typo; ref #239.Jason R. Coombs2014-08-102-1/+7
|
* Bumped to 5.6 in preparation for next release.Jason R. Coombs2014-08-103-2/+3
|
* Added tag 5.5 for changeset 68910a89f97aJason R. Coombs2014-08-101-0/+1
|
* Bumped to 5.5 in preparation for next release.5.5Jason R. Coombs2014-08-102-2/+2
|
* Merged in davidoff/setuptools-fix-failing-integration-test (pull request #68)Jason R. Coombs2014-08-101-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 ↵david2014-06-251-0/+3
| | | | | | | | unreleased handle on the current directory
* | Correct documentationJason R. Coombs2014-08-101-1/+1
| |
* | Include setup_requires directive in Distribution attributes and metadata. ↵Jason R. Coombs2014-08-103-1/+10
| | | | | | | | Fixes #239.
* | Indicate upgrade to test pytest-555Jason R. Coombs2014-08-071-1/+1
| |
* | Testing fix for pytest-555Jason R. Coombs2014-08-071-2/+2
| |
* | Correct syntax in gui_scripts. Fixes #238.Jason R. Coombs2014-08-041-1/+1
| |
* | Bumped to 5.4.3 in preparation for next release.Jason R. Coombs2014-08-012-2/+2
| |
* | Added tag 5.4.2 for changeset 7adcf1397f6eJason R. Coombs2014-08-011-0/+1
| |
* | Omit sudo. Hope pytest is in the virtualenv5.4.2Jason R. Coombs2014-08-011-1/+1
| |
* | Try running not in the context of the project under testJason R. Coombs2014-08-011-1/+1
| |
* | Use 'python -m' to install to active Python versionJason R. Coombs2014-08-011-1/+1
| |
* | Downgrade pytest to get tests to pass.Jason R. Coombs2014-08-011-0/+2
| |
* | Correct execfile implementation for Python 2.6. Fixes #236.Jason R. Coombs2014-08-013-1/+11
| |
* | Extract variableJason R. Coombs2014-08-011-1/+2
| |
* | Add test capturing failure on Python 2.6. Ref #236Jason R. Coombs2014-08-012-1/+7
| | | | | | | | | | --HG-- extra : rebase_source : 99a2b1e437691f9e1a9982357bc70d91fce91953
* | Python 2.3 no longer supportedJason R. Coombs2014-08-011-2/+0
| | | | | | | | | | --HG-- extra : rebase_source : debc6141ad369eafeb78b808a15d8558ff3fb83b
* | Remove unused variableJason R. Coombs2014-08-011-1/+1
| | | | | | | | | | --HG-- extra : rebase_source : c4b515b677e318ffdcd78b2d90ab772e7d1f94e3
* | Merged in mg/setuptools (pull request #69)Jason R. Coombs2014-07-278-19/+19
|\ \ | | | | | | | | | Fix some typos in the documentation
| * | Spell check documentationMartin Geisler2014-06-295-13/+13
| | |
| * | Fixed capitalization of "Bitbucket"Martin Geisler2014-06-292-2/+2
| | | | | | | | | | | | Bitbucket is normally spelled with exactly one capital "b".
| * | Fix typosMartin Geisler2014-06-291-4/+4
| | |
* | | frozenset is available in Python 2.6Jason R. Coombs2014-07-121-5/+0
| | |
* | | Disable test_two_levels_deep when /tmp is a symlink. The results it is ↵Jason R. Coombs2014-07-121-0/+3
| | | | | | | | | | | | returning are suitable (shouldn't cause errors in runtime). Users are invited to trace the problem and find a solution. Fixes #231.
* | | Bump version pulled for testing ez_setup.pyJason R. Coombs2014-07-121-1/+1
| | |
* | | More simple assertsJason R. Coombs2014-07-121-3/+5
| | |
* | | Use simple asserts. pytest handles this nicely. Removes broken _assertIn.Jason R. Coombs2014-07-121-9/+2
| | |
* | | Bumped to 5.4.2 in preparation for next release.Jason R. Coombs2014-07-062-2/+2
| | |
* | | Added tag 5.4.1 for changeset ba3b08c7bffdJason R. Coombs2014-07-061-0/+1
| | |
* | | Bumped to 5.4.1 in preparation for next release.5.4.1Jason R. Coombs2014-07-062-2/+2
| | |
* | | Update changelogJason R. Coombs2014-07-061-0/+7
| | |
* | | Merged in rakuco/setuptools (pull request #71)Jason R. Coombs2014-07-061-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 Costa2014-07-031-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. Coombs2014-07-053-2689/+2
| | | |
* | | | next compatibility is no longer requiredJason R. Coombs2014-07-053-4/+2
| | | |
* | | | Since Python 3 will always need the _execfile functionality (to fulfill the ↵Jason R. Coombs2014-07-054-21/+22
| | | | | | | | | | | | | | | | test in test_sandbox), this functionality should become part of the core implementation.
* | | | Use numbers.Number to detect numeric typeJason R. Coombs2014-07-052-4/+3
| | | |
* | | | Normalize whitespace per more modern style conventions.Jason R. Coombs2014-07-051-41/+55
| | | |