| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update setuptools setup.py to work with setuptools 4.04.0b1 | Jason R. Coombs | 2014-03-16 | 1 | -1/+4 |
| | | |||||
| * | Merge original PR 37 with latest head | Jason R. Coombs | 2014-03-16 | 0 | -0/+0 |
| |\ | |||||
| | * | Add support for PEP 420 namespace packages to find_packages() | Wyatt Lee Baldwin | 2014-02-12 | 3 | -6/+138 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Python 3.3+, `find_packages()` now considers any subdirectory of the start directory that's not a regular package (i.e., that doesn't have an `__init__.py`) to be a namespace package. Because this will often include non-package directories, a new `include` argument has been added to `find_packages()`. `include` can make it easier to narrow which directories are considered packages instead of having to specify numerous excludes. In particular, it's an easy way to keep top-level, non-source directories from being considered packages. The other way this supports PEP 420 is by making sure `__pycache__` directories are never added to the list of packages. Refs issue #97 | ||||
| * | | Check packages without deference to order | Jason R. Coombs | 2014-03-16 | 1 | -5/+8 |
| | | | |||||
| * | | Update documentation to reflect PEP420 support | Jason R. Coombs | 2014-03-16 | 1 | -3/+3 |
| | | | |||||
| * | | Use py26compat for skipIf | Jason R. Coombs | 2014-03-16 | 1 | -6/+7 |
| | | | |||||
| * | | Bumped to 4.0 in preparation for next release. | Jason R. Coombs | 2014-03-16 | 2 | -2/+2 |
| | | | |||||
| * | | Add support for PEP 420 namespace packages to find_packages() | Wyatt Lee Baldwin | 2014-02-12 | 5 | -67/+117 |
| | | | | | | | | | | | | | | | | | | | | | | | On Python 3.3+, `find_packages()` now considers any subdirectory of the start directory that's not a regular package (i.e., that doesn't have an `__init__.py`) to be a namespace package. The other way this supports PEP 420 is by making sure `__pycache__` directories are never added to the list of packages. Fixes issue #97 | ||||
| * | | Bumped to 3.4 in preparation for next release. | Jason R. Coombs | 2014-03-16 | 4 | -47/+47 |
| | | | |||||
| * | | Added tag 3.3 for changeset b306e681a945 | Jason R. Coombs | 2014-03-16 | 1 | -0/+1 |
| | | | |||||
| * | | Update documentation to reflect new include parameter.3.3 | Jason R. Coombs | 2014-03-16 | 1 | -5/+8 |
| | | | |||||
| * | | Update test for Python 2.6 compatibility | Jason R. Coombs | 2014-03-16 | 1 | -1/+1 |
| | | | |||||
| * | | Add test for find_packages(include=) | Jason R. Coombs | 2014-03-16 | 1 | -0/+10 |
| | | | | | | | | | | | --HG-- extra : rebase_source : bee4238f4cd00fa8bd3104017f4caf234dcf0729 | ||||
| * | | Add include parameter to find_packages. | Wyatt Lee Baldwin | 2014-02-12 | 2 | -3/+21 |
| | | | | | | | | | | | --HG-- extra : rebase_source : 1fec39a038ac2c460e62ef2ee2eee5a0b66a676d | ||||
| * | | Move import to top | Jason R. Coombs | 2014-03-16 | 1 | -1/+1 |
| | | | | | | | | | | | --HG-- extra : rebase_source : 3b48a37ada247203bfebf87cdbb473b72e6e208b | ||||
| * | | Exclude __pycache__ in find_packages. | Wyatt Lee Baldwin | 2014-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | --HG-- extra : rebase_source : fecc027e4355f36d779967683a213fb2d867d21a | ||||
| * | | Setup find_packages excludes early for clarity. | Wyatt Lee Baldwin | 2014-02-12 | 1 | -1/+2 |
| | | | | | | | | | | | --HG-- extra : rebase_source : 7c05859ef526ed8a2d9af738e54dc9dca510245e | ||||
| * | | Add unit tests for find_packages | Wyatt Lee Baldwin | 2014-02-12 | 1 | -0/+72 |
| | | | | | | | | | | | --HG-- extra : rebase_source : 75f5ce4d2fb9d0ccd7168739c23d9ea1eeeb9112 | ||||
| * | | Bumped to 3.3 in preparation for next release. | Jason R. Coombs | 2014-03-14 | 5 | -51/+51 |
| | | | |||||
| * | | Added tag 3.2 for changeset 07c459bea1c5 | Jason R. Coombs | 2014-03-14 | 1 | -0/+1 |
| | | | |||||
| * | | Fix failing test on Windows3.2 | Jason R. Coombs | 2014-03-14 | 1 | -2/+3 |
| | | | |||||
| * | | Bump wincertstore to 0.2. Fixes #164. | Jason R. Coombs | 2014-03-14 | 2 | -2/+3 |
| | | | |||||
| * | | Python 2.6 or later is required | Jason R. Coombs | 2014-03-14 | 1 | -1/+1 |
| | | | |||||
| * | | Merge | Jason R. Coombs | 2014-03-13 | 4 | -4/+5 |
| |\ \ | |||||
| | * | | Issue #162: Update dependency on certifi to 1.0.1. | Arfrever Frehtes Taifersar Arahesis | 2014-03-11 | 4 | -4/+5 |
| | | | | |||||
| * | | | Remove special handling of 'no_compile' option with comment about making ↵ | Jason R. Coombs | 2014-03-13 | 1 | -1/+0 |
| | | | | | | | | | | | | | DISTUTILS_DEBUG work right. While testing on Python 2.6 and later, I was unable to evoke any abberant or distinct behavior by removing the value (with DISTUTILS_DEBUG enabled and using variations of --compile and --no-compile). Therefore, I believe that whatever was the motivation for adding the attribute (in 2c91c12dc9b1), its purpose has passed. | ||||
| * | | | Reindent and remove excess whitespace | Jason R. Coombs | 2014-03-13 | 1 | -10/+3 |
| |/ / | |||||
| * | | Use functools.partial and re.sub to construct the substitution function. | Jason R. Coombs | 2014-03-10 | 1 | -7/+6 |
| | | | |||||
| * | | self.language could be None (and is None by default) | Jason R. Coombs | 2014-03-10 | 1 | -1/+2 |
| | | | |||||
| * | | Use a single method to handle both languages. | Jason R. Coombs | 2014-03-10 | 2 | -19/+21 |
| | | | |||||
| * | | Merged in lsinger/setuptools (pull request #39) | Jason R. Coombs | 2014-03-10 | 1 | -1/+12 |
| |\ \ | | | | | | | | | | Map .pyx sources to .c or .cpp depending on language | ||||
| | * | | Map .pyx sources to .c or .cpp depending on language | lsinger | 2014-03-01 | 1 | -1/+12 |
| | | | | |||||
| * | | | Bumped to 3.2 in preparation for next release. | Jason R. Coombs | 2014-03-08 | 3 | -38/+38 |
| | | | | |||||
| * | | | Added tag 3.1 for changeset 47224d55ddc6 | Jason R. Coombs | 2014-03-08 | 1 | -0/+1 |
| | | | | |||||
| * | | | Bumped to 3.1 in preparation for next release.3.1 | Jason R. Coombs | 2014-03-08 | 2 | -2/+2 |
| | | | | |||||
| * | | | Update changelog | Jason R. Coombs | 2014-03-08 | 1 | -0/+7 |
| | | | | |||||
| * | | | Backout b17e9a0ea116 and 50725de303ef, restoring Feature model. Fixes #161 ↵ | Jason R. Coombs | 2014-03-08 | 3 | -5/+342 |
| | | | | | | | | | | | | | | | | | | | | | | and re-opens #65. --HG-- extra : amend_source : f14bc0bf6c9f04e16d30ce0abf7bcb944f41ebea | ||||
| * | | | Forget --user | Jason R. Coombs | 2014-03-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Exercise ez_setup.py now using the new version command line parameter. | Jason R. Coombs | 2014-03-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Allow version to be passed to ez_setup.py. The parameter to main wasn't ↵ | Jason R. Coombs | 2014-03-06 | 1 | -3/+10 |
| | | | | | | | | | | | | | | | | | | | | | | being used, so removed it. --HG-- extra : amend_source : 2a653d81b4afea7d91c9e58a537317dd24673ee0 | ||||
| * | | | The DEFAULT_VERSION won't be present. Try an earlier vesion. | Jason R. Coombs | 2014-03-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Try invoking ez_setup.py to ensure it works at a basic level | Jason R. Coombs | 2014-03-06 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | --HG-- extra : amend_source : 7cb5d6115f9933afd90e5d96a53af9c3ada79b80 | ||||
| * | | | Bumped to 3.0.3 in preparation for next release. | Jason R. Coombs | 2014-03-06 | 4 | -52/+52 |
| | | | | |||||
| * | | | Added tag 3.0.2 for changeset bad1f30ee0df | Jason R. Coombs | 2014-03-06 | 1 | -0/+1 |
| | | | | |||||
| * | | | Correct typo in previous bugfix3.0.2 | Jason R. Coombs | 2014-03-06 | 2 | -1/+7 |
| | | | | |||||
| * | | | Bumped to 3.0.2 in preparation for next release. | Jason R. Coombs | 2014-03-06 | 3 | -44/+44 |
| | | | | |||||
| * | | | Added tag 3.0.1 for changeset cd9e857476ac | Jason R. Coombs | 2014-03-06 | 1 | -0/+1 |
| | | | | |||||
| * | | | Bumped to 3.0.1 in preparation for next release.3.0.1 | Jason R. Coombs | 2014-03-06 | 2 | -2/+2 |
| | | | | |||||
| * | | | Restore support for Python 2.6 in bootstrap script. Fixes #157. | Jason R. Coombs | 2014-03-06 | 2 | -1/+21 |
| | | | | |||||
| * | | | Removing the contributors file. While the project is immensely grateful for ↵ | Jason R. Coombs | 2014-03-06 | 1 | -36/+0 |
| | | | | | | | | | | | | | each and every contribution, a flat file of contributors is an extra burden for maintenance and has the potential to leave some contributors unacknowledged. Given the detailed use of the source code tools and references to the issue tracking systems, the actual contributions of each and every contributor, large or small, are transparently described. Thanks go out to all. | ||||
