| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cleanup old python compat -- removed all "from __future__" imports | Eli Collins | 2020-10-06 | 1 | -1/+0 |
| | | |||||
| * | setup: added $SOURCE_DATE_EPOCH support to revision stamping | Eli Collins | 2017-02-14 | 1 | -1/+4 |
| | | |||||
| * | setup: synced stamp.py file from gable source; | Eli Collins | 2017-01-22 | 1 | -8/+4 |
| | | | | | this fixes glitch where it used wrong setup() option | ||||
| * | setup: removed unused 'docdist' helper | Eli Collins | 2016-12-19 | 1 | -87/+0 |
| | | |||||
| * | setup.py: exclude passlib._setup from bdists, only needed for sdists. | Eli Collins | 2016-12-05 | 1 | -5/+38 |
| | | |||||
| * | setup.py: fixed hg revision stamping so builds from sdist don't try to | Eli Collins | 2016-12-05 | 1 | -11/+72 |
| | | | | | re-append hg revision; relocated code to ._setup helper package. | ||||
| * | removed some unused imports | Eli Collins | 2013-04-09 | 1 | -1/+0 |
| | | |||||
| * | style cleanups | Eli Collins | 2013-04-09 | 2 | -3/+3 |
| | | |||||
| * | project-wide whitespace & comment cleanup (it's been a couple of years) | Eli Collins | 2012-08-01 | 2 | -28/+28 |
| | | |||||
| * | tweak to setup script | Eli Collins | 2012-02-09 | 1 | -8/+8 |
| | | |||||
| * | removed 2to3 translation step from setup | Eli Collins | 2011-12-06 | 2 | -157/+1 |
| | | |||||
| * | added signing capability to docdist cmd | Eli Collins | 2011-08-17 | 1 | -0/+18 |
| | | |||||
| * | documentation building should now be done through 'setup.py build_sphinx'; | Eli Collins | 2011-08-17 | 1 | -0/+69 |
| | | | | | | changed instructions accordingly; also added 'docdist' setup command to build doc zip files | ||||
| * | setup script enhancements | Eli Collins | 2011-08-17 | 3 | -0/+214 |
| * added code to make builtin snapshots & releases with correct version # easier, no longer dependant on egg_info's tag_date (which didn't make PEP compatible version strings anyways). * moved passlib.setup to passlib._setup - not really publically useful anyways, and name was causing nose/unitest to get confused * added tests/*.cfg to setup & manifest | |||||
