| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Test for membership should be 'not in'. | stepshal | 2016-07-21 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #652 from stepshal/one_comma | Jason R. Coombs | 2016-07-20 | 1 | -1/+1 |
| |\ | | | | | Make exactly one space after comma. | ||||
| | * | Make exactly one space after comma. | stepshal | 2016-07-14 | 1 | -1/+1 |
| | | | |||||
| * | | Remove whitespace around parameter '=' sign. | stepshal | 2016-07-14 | 1 | -6/+6 |
| |/ | |||||
| * | Merge pull request #642 from stepshal/bracket | Jason R. Coombs | 2016-07-13 | 1 | -1/+1 |
| |\ | | | | | tests: match closing bracket for visual identation | ||||
| | * | tests: match closing bracket for visual identation | stepshal | 2016-07-13 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #637 from stepshal/comparison | Jason R. Coombs | 2016-07-13 | 1 | -1/+1 |
| |\ \ | | | | | | | tests: fix comparison with None. | ||||
| | * | | Fix comparison with None. | stepshal | 2016-07-13 | 1 | -1/+1 |
| | |/ | |||||
| * | | Add missing whitespace. | stepshal | 2016-07-14 | 1 | -36/+36 |
| | | | |||||
| * | | Fix quantity of blank lines after code object. | stepshal | 2016-07-13 | 1 | -0/+2 |
| |/ | |||||
| * | Modeling after Astropy's technique for bundling libraries, the imports are ↵ | Jason R. Coombs | 2015-12-31 | 1 | -6/+1 |
| | | | | | | | | now much cleaner. Thanks @embray. Ref #229. --HG-- branch : feature/issue-229 | ||||
| * | Update vendoring technique to match that used for packaging. Ref #229. | Jason R. Coombs | 2015-12-31 | 1 | -1/+6 |
| | | | | | | --HG-- branch : feature/issue-229 | ||||
| * | Merge with master. Ref #229. | Jason R. Coombs | 2015-12-31 | 1 | -0/+5 |
| |\ | | | | | | | | | --HG-- branch : feature/issue-229 | ||||
| | * | Expect failure running Python 3 only tests on Python 2 | Jason R. Coombs | 2015-12-01 | 1 | -0/+1 |
| | | | |||||
| | * | Correct usage | Jason R. Coombs | 2015-12-01 | 1 | -1/+1 |
| | | | |||||
| | * | Expect failures on these tests due to ASCII | Jason R. Coombs | 2015-12-01 | 1 | -0/+4 |
| | | | |||||
| * | | Merge with 10.2.1 | Jason R. Coombs | 2015-01-02 | 1 | -155/+127 |
| |\ \ | |/ | | | | | | | --HG-- branch : feature/issue-229 | ||||
| | * | Removed remainder of unittest dependence in setuptools/tests/__init__.py | Jason R. Coombs | 2015-01-01 | 1 | -96/+83 |
| | | | |||||
| | * | Unify detection of bytecode | Jason R. Coombs | 2015-01-01 | 1 | -8/+7 |
| | | | |||||
| | * | Convert DependsTests to pytest discovered tests. | Jason R. Coombs | 2015-01-01 | 1 | -39/+38 |
| | | | |||||
| | * | Remove additional tests, no longer relevant. | Jason R. Coombs | 2015-01-01 | 1 | -12/+0 |
| | | | |||||
| | * | Remove duplicate import | Jason R. Coombs | 2014-12-29 | 1 | -1/+0 |
| | | | |||||
| | * | Move api_tests to pkg_resources package. Fixes #312. | Jason R. Coombs | 2014-12-25 | 1 | -1/+1 |
| | | | |||||
| * | | Use six for Python 2 compatibility | Jason R. Coombs | 2014-07-05 | 1 | -3/+3 |
| |/ | | | | | | --HG-- branch : feature/issue-229 extra : source : 7b1997ececc5772798ce33a0f8e77387cb55a977 | ||||
| * | Remove doctests module. It is now part of Python. | Jason R. Coombs | 2014-07-05 | 1 | -2/+1 |
| | | |||||
| * | Backout b17e9a0ea116 and 50725de303ef, restoring Feature model. Fixes #161 ↵ | Jason R. Coombs | 2014-03-08 | 1 | -0/+84 |
| | | | | | | | | and re-opens #65. --HG-- extra : amend_source : f14bc0bf6c9f04e16d30ce0abf7bcb944f41ebea | ||||
| * | Remove import (missed in parent commit). | Jason R. Coombs | 2014-02-09 | 1 | -1/+0 |
| | | |||||
| * | Removed Features functionality. Fixes #65. | Jason R. Coombs | 2014-02-09 | 1 | -83/+0 |
| | | |||||
| * | Merged upstream changes. | Vinay Sajip | 2013-06-19 | 1 | -0/+1 |
| |\ | | | | | | | | | --HG-- branch : single-codebase | ||||
| | * | Merge with upstream | Jason R. Coombs | 2013-06-18 | 1 | -92/+71 |
| | |\ | | | | | | | | | | | | | --HG-- branch : distribute | ||||
| | * | | Changes to support 2.x and 3.x in the same codebase. | Vinay Sajip | 2011-06-20 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 7d3608edee54a43789f0574d702fb839628b5071 | ||||
| * | | | Misc. updates following 2to3 checks. | Vinay Sajip | 2013-06-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | --HG-- branch : single-codebase | ||||
| * | | | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ↵ | Vinay Sajip | 2013-06-15 | 1 | -4/+6 |
| | |/ |/| | | | | | | | | | | | atexit errors in the multiprocessing module in 2.7/3.2 (seemingly unrelated to setuptools). --HG-- branch : single-codebase | ||||
| * | | Adds a fix for issue #318, including a regression test. This also fixes ↵ | Erik Bray | 2012-09-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | another test that was passing trivially due to *bug* in yet another test, ugh --HG-- branch : distribute extra : rebase_source : 476550766b7b756dced040ad4356b7685d6f062a | ||||
| * | | Got rid of deprecated assert_ and assertEquals. | Lennart Regebro | 2012-08-22 | 1 | -32/+32 |
| | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9d7032bac7db98e445ab6a46b2610c278c691c2d | ||||
| * | | Merge fix for doctest failures on Python 3. Fixes #277. | Jason R. Coombs | 2012-04-14 | 1 | -2/+2 |
| |\ \ | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 83d0018693f318b6eafdd90d042e9a90ae36b69f | ||||
| | * | | Fixed test failures in the doctests on Python 3. | Jason R. Coombs | 2012-04-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : e3c57d5c2650be765d7e152e191f7c7a0e7c578d | ||||
| * | | | Merge fixes for depends module imports. Fixes in part #277. | Jason R. Coombs | 2012-04-14 | 1 | -14/+22 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 1320b561f471bd80334e4f1d41c757964a90a802 | ||||
| | * | | | Fixed issue where some functions are excluded from the depends module on ↵ | Jason R. Coombs | 2012-04-14 | 1 | -14/+22 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | certain platforms. --HG-- branch : distribute extra : rebase_source : d689792420ad98950659e80782b4353da3560403 | ||||
| * | | | Cleaned up excess whitespace | Jason R. Coombs | 2012-04-01 | 1 | -34/+3 |
| |/ / | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 722c3a4c556ba4415c633e74e34fb45f76d8653d | ||||
| * | | Reorganized imports | Jason R. Coombs | 2012-04-01 | 1 | -14/+16 |
| |/ | | | | | | --HG-- branch : distribute extra : rebase_source : b348504ee7341fc2928a786167f33baa136e2b93 | ||||
| * | removed assertTrue/assertFalse occurrences | Tarek Ziade | 2010-05-19 | 1 | -32/+32 |
| | | | | | | | --HG-- branch : distribute extra : rebase_source : b7e5bbfa9d90078fd763f728a5d57fb6bd3e3657 | ||||
| * | Use assertTrue and assertFalse instead of deprecated failUnless and failIf.0.6.12 | Arfrever Frehtes Taifersar Arahesis | 2010-05-06 | 1 | -32/+32 |
| | | | | | | | --HG-- branch : distribute extra : rebase_source : 51c527a19483fc1b11084e4d2770d88015588822 | ||||
| * | moved api_tests.txt doctest to tests/ | Tarek Ziadé | 2009-07-17 | 1 | -1/+1 |
| | | | | | | | --HG-- branch : distribute extra : rebase_source : 9ab6aebbc44b3f99f01dc7deb99e4a83de362714 | ||||
| * | Changed the testModuleExtract and testRequire tests from DependsTests to use ↵ | Hanno Schlichting | 2009-07-16 | 1 | -8/+8 |
| | | | | | | | | | the email package instead of distutils as a test base. The distutils package gets too much special treatment, for example in virtualenv environments, which obscure the test results. --HG-- branch : distribute extra : rebase_source : f2addfef7c8ace902512fa9ff1859799e3dcca23 | ||||
| * | Fix http://bugs.python.org/setuptools/issue31 (backport from trunk) | PJ Eby | 2008-08-21 | 1 | -9/+5 |
| | | | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065948 | ||||
| * | Backport all known 2.5-compatibility fixes | PJ Eby | 2006-09-20 | 1 | -3/+3 |
| | | | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051935 | ||||
| * | Added quoting of script arguments and extended the quoting logic to | Jim Fulton | 2006-08-22 | 1 | -5/+10 |
| | | | | | | | | | | | | | | handle embedded quotes. Added support for passing a single argument on the shebang line to pass things like -O and -i. Fixed bug in handling trailing whitespace in Python command. --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051487 | ||||
| * | Enhanced test loader to scan packages as well as modules, and call | PJ Eby | 2006-03-28 | 1 | -47/+6 |
| | | | | | | | | | ``additional_tests()`` if present to get non-unittest tests. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043412 | ||||
| * | Got rid of the no-longer meaningful "depends" command. Consolidated the | PJ Eby | 2005-08-06 | 1 | -41/+0 |
| | | | | | | | | | | | | | replacement of the "install" command so that installation is always via easy_install, but doesn't use the previous kludgy intereception technique. Allow ``extra_path`` to be set, but ignore it, so that when easy_install wraps a package that uses it, there won't be any confusion as to the desired installation location. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041181 | ||||
