Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't attempt the C extension under PyPy. | Ned Batchelder | 2012-09-02 | 1 | -0/+3 | |
| | ||||||
* | The zipped modules won't be readable if created under PyPy without an ↵ | Ned Batchelder | 2012-09-02 | 1 | -0/+1 | |
| | | | | explicit close. | |||||
* | Make the file checker fancy enough to not complain about bom.py | Ned Batchelder | 2012-07-21 | 1 | -3/+12 | |
| | ||||||
* | Move the banner into igor.py | Ned Batchelder | 2012-07-20 | 1 | -1/+25 | |
| | ||||||
* | Also clean up Windows-compiled executables. | Ned Batchelder | 2012-07-20 | 1 | -0/+1 | |
| | ||||||
* | Make igor.py fully py3 compatible, and further generalize the deletion of C ↵ | Ned Batchelder | 2012-07-16 | 1 | -9/+12 | |
| | | | | extensions. | |||||
* | Move checkeol.py into igor.py, and ignore .tox | Ned Batchelder | 2012-07-11 | 1 | -0/+39 | |
| | ||||||
* | Make igor more respectable. | Ned Batchelder | 2012-07-11 | 1 | -8/+30 | |
| | ||||||
* | I like the name igor better :) | Ned Batchelder | 2012-07-11 | 1 | -0/+25 | |
--HG-- rename : servant.py => igor.py |