Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provisionally revert the -nspkg.pth suppression on PEP 420 Pythons. Ref #250. | Jason R. Coombs | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | In -nspkg.pth, always add the path to the namespace package, even if a ↵ | Jason R. Coombs | 2016-11-07 | 1 | -2/+1 |
| | | | | __init__ exists, allowing for better cooperation between PEP 420 packages and older, __init__ namespace packages. | ||||
* | Add uninstall support for namespace packages | Jason R. Coombs | 2016-11-06 | 1 | -0/+8 |
| | |||||
* | Create DevelopInstaller, inspired by the code in #789. | Jason R. Coombs | 2016-10-23 | 1 | -0/+8 |
| | |||||
* | Also allow the target to be overridden. | Jason R. Coombs | 2016-10-23 | 1 | -1/+4 |
| | |||||
* | Allow the root to be overridden | Jason R. Coombs | 2016-10-23 | 1 | -5/+8 |
| | |||||
* | Allow the extension to be overridden. | Jason R. Coombs | 2016-10-23 | 1 | -1/+3 |
| | |||||
* | Extract _pkg_names function and add test. | Jason R. Coombs | 2016-10-23 | 1 | -7/+20 |
| | |||||
* | Extract variable | Jason R. Coombs | 2016-10-23 | 1 | -1/+2 |
| | |||||
* | Extract namespace handling into a separate module and mix-in class. | Jason R. Coombs | 2016-10-23 | 1 | -0/+63 |