summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Making the directories first is convenient.Ned Batchelder2011-08-301-0/+2
* Add some beta-specific stuff to the home page.Ned Batchelder2011-06-051-0/+2
* New sphinx adds a blank line before the xml declaration, this micro-tool stri...Ned Batchelder2011-02-121-0/+1
* Pylint 0.23.0 'deprecated' disable-msg.Ned Batchelder2011-02-011-2/+2
* At last, all the tests pass on all versions of Python.Ned Batchelder2011-01-291-0/+1
* Moved fixtar into its own project: http://bitbucket.org/ned/fixtarNed Batchelder2010-09-091-2/+2
* A custom setup.py command to fix tarfile permissions. Fixes #54.Ned Batchelder2010-09-041-2/+2
* Change how the beta docs are made, and make them more beta-yNed Batchelder2010-08-211-7/+2
* Make it possible to have beta docs in a different place than the real docsNed Batchelder2010-08-201-7/+8
* Get ready to have version-specific doc URLs.Ned Batchelder2010-08-201-0/+6
* Python 3.2 now puts .pyc in __pycache__ directories.Ned Batchelder2010-08-011-0/+1
* Distribute can leave junk lying around.Ned Batchelder2010-07-121-1/+1
* Setting PYTHONPATH like this on the command line made the Windows tests go be...Ned Batchelder2010-05-301-1/+1
* added the test egg's path to PYTHONPATH when running the testsDavid Stanek2010-05-211-1/+1
* dollar is special in Makefiles, duhNed Batchelder2010-05-211-1/+1
* Simple changes to get code measurement running on Jython.Ned Batchelder2010-05-211-0/+1
* A PEP8 target, but its output is pretty annoying...Ned Batchelder2009-12-031-0/+3
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-4/+4
* Use Distribute for 3.x, stick with setuptools for 2.xNed Batchelder2009-11-301-6/+2
* All test files can be lintedNed Batchelder2009-10-251-13/+2
* The C tracer function can do arc tracing also.Ned Batchelder2009-10-241-0/+1
* Tidying upNed Batchelder2009-10-161-0/+1
* Create proper data to start, then clean up at the end, quietly.Ned Batchelder2009-10-151-1/+1
* Tidying upNed Batchelder2009-10-151-0/+1
* Make this agnostic to Python versionNed Batchelder2009-09-301-1/+1
* Working toward reading source from eggs, but this isn't right on Py3k yet.Ned Batchelder2009-09-291-1/+6
* Keep line lengths properNed Batchelder2009-09-291-0/+1
* XML command writes to coverage.xml, and takes a -o argument to write it somew...Ned Batchelder2009-09-251-1/+1
* The best way to get py3k support: same source runs on both, with some contort...Ned Batchelder2009-09-221-1/+1
* New theory about how to kit for py3k: coverage3k-* kits are for 3.xNed Batchelder2009-09-201-1/+1
* Py3k kitting.Ned Batchelder2009-09-181-4/+1
* Better 3.x testing, etc.Ned Batchelder2009-09-171-1/+2
* Py3k: an explicit coverage.py script since setuptools can't make one for us.Ned Batchelder2009-07-091-3/+6
* Setup.py should be linted tooNed Batchelder2009-07-091-2/+2
* Get rid of the doc Makefile, put it all in the root.Ned Batchelder2009-06-211-0/+22
* Remove the old docsNed Batchelder2009-06-211-6/+0
* Point to new docs; more doc tweaks.Ned Batchelder2009-06-131-5/+5
* Get the flat_rootname right for nested CodeUnits. Thanks, Christian Heimes.Ned Batchelder2009-06-121-0/+1
* Check for bad ws in the tests too.Ned Batchelder2009-05-161-1/+1
* Add the last few docstrings, and no pylint messages!Ned Batchelder2009-05-131-2/+1
* Lint lintNed Batchelder2009-05-051-0/+1
* Split api tests into their own file.Ned Batchelder2009-05-041-0/+1
* Keeping a stack of Collectors makes it possible for Coverage to measure itsel...Ned Batchelder2009-05-031-1/+2
* Weeding in collector.pyNed Batchelder2009-05-021-1/+1
* The old way of self-coverage testing coverage no longer works.Ned Batchelder2009-04-301-3/+0
* The name of the project is Coverage, not coverage.py.Ned Batchelder2009-04-301-1/+1
* Split out the cmdline.py tests.Ned Batchelder2009-04-281-1/+7
* Templite: a lightweight template class to use when making HTML reports.Ned Batchelder2009-04-191-1/+1
* Make it more convenient to run tests outside of the makefile.Ned Batchelder2009-04-191-1/+3
* Commonalize more of the test case code.Ned Batchelder2009-04-181-3/+3