summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Python 2.3 no longer supportedJason R. Coombs2014-08-011-2/+0
* Remove unused variableJason R. Coombs2014-08-011-1/+1
* Merged in mg/setuptools (pull request #69)Jason R. Coombs2014-07-278-19/+19
|\
| * Spell check documentationMartin Geisler2014-06-295-13/+13
| * Fixed capitalization of "Bitbucket"Martin Geisler2014-06-292-2/+2
| * 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 return...Jason R. Coombs2014-07-121-0/+3
* | 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.Raphael Kubo da Costa2014-07-031-1/+8
* | | 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 t...Jason R. Coombs2014-07-054-21/+22
* | | 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
* | | Avoid trailing comments in pkg_resources.Jason R. Coombs2014-07-051-8/+15
* | | Remove commented codeJason R. Coombs2014-07-051-5/+0
* | | Move imports into headerJason R. Coombs2014-07-051-8/+6
* | | Bumped to 5.5 in preparation for next release.Jason R. Coombs2014-07-052-2/+2
* | | Added tag 5.4 for changeset baae103e80c3Jason R. Coombs2014-07-051-0/+1
* | | Use Python 3 syntax in 'script (dev).tmpl', as Python 2.6+ supports this syntax5.4Jason R. Coombs2014-07-051-4/+1
* | | Merge with masterJason R. Coombs2014-07-052-7/+3
|\ \ \ | |/ /
| * | Use __import__() to avoid leaking imported names to the executed script.Arfrever Frehtes Taifersar Arahesis2014-06-302-7/+3
| |/
* | Make memoized zip manifests opt-in using the PKG_RESOURCES_CACHE_ZIP_MANIFEST...Jason R. Coombs2014-07-052-3/+11
* | Split MemoizedZipManifests from ZipManifests. Ref #154.Jason R. Coombs2014-07-051-15/+23
* | Create zip_manifests as a class attribute rather than a globalJason R. Coombs2014-07-051-2/+2
* | Merge with masterJason R. Coombs2014-07-0542-791/+1308
|\ \
| * | Resave with excess whitespace removedJason R. Coombs2014-07-021-1/+1
| |/
| * Bumped to 5.4 in preparation for next release.Jason R. Coombs2014-06-282-2/+2
| * Added tag 5.3 for changeset 1f9505cfd752Jason R. Coombs2014-06-281-0/+1
| * Merge pull-request #575.3Jason R. Coombs2014-06-283-5/+51
| |\
| | * Moved the additions to the change file up, after rebasing.Philip Thiem2014-05-311-9/+9
| | * PY26 doesn't have assertInPhilip Thiem2014-05-171-2/+2
| | * Prune paths file list starting with (RCS|CVS|.svn) as well as path withPhilip Thiem2014-04-232-1/+4
| | * Add Regression Tests for svn tagging.Philip Thiem2014-04-231-0/+37
| | * Fixes Issue #185: Svn not working on new style svn metadata.Philip Thiem2014-04-162-1/+8
| | * Applied Patch from cazabon to handle svn tag revisionsPhilip Thiem2014-04-161-3/+4
| | * Development Heads.Philip Thiem2014-05-310-0/+0
| * | Remove unused imports, unused variables, and excess whitespaceJason R. Coombs2014-06-231-4/+2