summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Forgot to thank Marc for toxNed Batchelder2012-09-021-1/+1
| | |
* | | Don't attempt the C extension under PyPy.Ned Batchelder2012-09-022-1/+12
| | |
* | | The zipped modules won't be readable if created under PyPy without an ↵Ned Batchelder2012-09-021-0/+1
| | | | | | | | | | | | explicit close.
* | | Don't search in .zip files.Ned Batchelder2012-09-021-0/+1
| | |
* | | Thank Brett for the py3 memory leak fixes.Ned Batchelder2012-09-021-0/+2
| | |
* | | A compile error fixed, only shows with TRACE_LOG set.Ned Batchelder2012-09-021-1/+1
| | |
* | | Fix the py2 case of this macro.Ned Batchelder2012-09-011-1/+1
| | |
* | | Merged in brettsky/coverage.py (pull request #11)Ned Batchelder2012-09-011-5/+19
|\ \ \
| * | | Plug several memory leaks by no longer forgetting to DECREF calls toBrett Cannon2012-08-311-5/+19
| | | | | | | | | | | | | | | | PyUnicode_AsASCIIString() under Python 3.
* | | | Actually, 0.6.27 works with py3.3 and with tox, so let's go with that.Ned Batchelder2012-08-311-1/+1
|/ / /
* | | Update the default version for distribute.Brett Cannon2012-08-311-1/+1
| | |
* | | If fullcoverage is run with the wrong tracer, make it apparent.Ned Batchelder2012-08-301-1/+6
| | |
* | | Undo Brett's change to the fullcoverage feature: it should only be used with ↵Ned Batchelder2012-08-302-4/+6
| | | | | | | | | | | | the C tracer.
* | | Make fullcoverage at least run (doesn't work though).Brett Cannon2012-08-172-11/+8
| | |
* | | Missing a word.Ned Batchelder2012-08-071-4/+4
| | |
* | | MergedNed Batchelder2012-08-074-1/+36
|\ \ \
| * | | Add a positive assertion to the recent cant-parse-html testNed Batchelder2012-08-011-0/+1
| | | |
| * | | Make the new test also run in Py3Ned Batchelder2012-07-311-1/+4
| | | |
| * | | Finish the paperwork on Julian's patch.Ned Batchelder2012-07-314-2/+6
| | | |
| * | | Don't report coverage for non-Python source files even if __file__ says they ↵Julian Berman2012-07-312-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | were executed. Closes #82
* | | | Clarify the rules for naming data files so they can be combined.Ned Batchelder2012-08-071-0/+11
|/ / /
* | | Don't search .tox directories.Ned Batchelder2012-07-301-0/+1
| | |
* | | UghNed Batchelder2012-07-211-1/+1
| | |
* | | Link toxNed Batchelder2012-07-211-1/+2
| | |
* | | Fix some of the howto, and note the new prominence of tox.Ned Batchelder2012-07-212-23/+7
| | |
* | | Make the file checker fancy enough to not complain about bom.pyNed Batchelder2012-07-211-3/+12
| | |
* | | Change how kits are build, use tox.Ned Batchelder2012-07-214-12/+10
| | |
* | | Move the banner into igor.pyNed Batchelder2012-07-202-17/+25
| | |
* | | Remove these scripts, supplanted by tox.Ned Batchelder2012-07-203-98/+0
| | |
* | | 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-113-39/+40
| | |
* | | Make igor more respectable.Ned Batchelder2012-07-111-8/+30
| | |
* | | Clean upNed Batchelder2012-07-111-4/+4
| | |
* | | We don't need our own copy of mock any more.Ned Batchelder2012-07-112-282/+3
| | |
* | | I like the name igor better :)Ned Batchelder2012-07-112-4/+4
| | |
* | | Make tox with with py3.2: the .so is named differently there.Ned Batchelder2012-07-091-4/+10
| | |
* | | A crude Python script to make all tox commands runnable from the virtualenv.Ned Batchelder2012-07-092-5/+25
| | |
* | | Merge with upstream changesMarc Abramowitz2012-07-072-0/+28
|\ \ \
| * | | Simplified tox.iniMarc Abramowitz2012-07-071-81/+7
| | | |
| * | | Tweaks to tox.ini so that these are much less test failuresMarc Abramowitz2012-06-221-15/+42
| | | |
| * | | tox.ini: Add additional targets to envlistMarc Abramowitz2012-06-201-1/+1
| | | |
| * | | Add a tox.ini for tox (http://tox.testrun.org/)Marc Abramowitz2012-06-202-0/+66
| | |/ | |/|
* | | If the C tracer is missing during testing, make the problem immediately ↵Ned Batchelder2012-07-073-2/+14
| | | | | | | | | | | | apparent.
* | | Add a note to MemoryLeakTest about its difficulties.Ned Batchelder2012-07-042-2/+8
| | |
* | | With --source=dir, dir/__init__.py need not exist any longer, but ↵Ned Batchelder2012-07-043-5/+16
|/ / | | | | | | dir/sub/__init__.py still does.
* | Clean up the setup.py hack to detect not being able to build the C ↵Ned Batchelder2012-06-112-3/+12
| | | | | | | | extension. Fixes #183.
* | Properly deal with files encoded as UTF-8 with BOM. Fixes #179.Ned Batchelder2012-05-145-1/+19
| |
* | The gold files for the test for #179.Ned Batchelder2012-05-142-0/+194
| |
* | Add a test case for bug #179.Ned Batchelder2012-05-113-1/+33
| |