summaryrefslogtreecommitdiff
path: root/igor.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't attempt the C extension under PyPy.Ned Batchelder2012-09-021-0/+3
|
* The zipped modules won't be readable if created under PyPy without an ↵Ned Batchelder2012-09-021-0/+1
| | | | explicit close.
* Make the file checker fancy enough to not complain about bom.pyNed Batchelder2012-07-211-3/+12
|
* Move the banner into igor.pyNed Batchelder2012-07-201-1/+25
|
* Also clean up Windows-compiled executables.Ned Batchelder2012-07-201-0/+1
|
* Make igor.py fully py3 compatible, and further generalize the deletion of C ↵Ned Batchelder2012-07-161-9/+12
| | | | extensions.
* Move checkeol.py into igor.py, and ignore .toxNed Batchelder2012-07-111-0/+39
|
* Make igor more respectable.Ned Batchelder2012-07-111-8/+30
|
* I like the name igor better :)Ned Batchelder2012-07-111-0/+25
--HG-- rename : servant.py => igor.py