| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix #310, Python 3 bug introduced in 81990bc. Thanks Abhishek Sarkar for the ↵ | Carl Meyer | 2012-08-06 | 1 | -1/+4 |
| | | | | | report. | ||||
| * | fix distutils-init to not rely on __init__.py | Graham Dennis | 2012-07-09 | 1 | -1/+5 |
| | | | | | | | | | | On Mac OS X Lion, Apple have only distributed the compiled .pyc and .pyo files. distutils-init used to directly 'exec' the real distils' __init__.py file. Instead, we import the real module using imp and grab the variables we're interested in. | ||||
| * | Remove implicit relative imports in distutils-init.py that are fragile with ↵ | Carl Meyer | 2012-06-06 | 1 | -5/+2 |
| | | | | | Python 3.3 namespace package support. | ||||
| * | Typo | Stefano Rivera | 2011-12-14 | 1 | -0/+97 |
