summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump the version number.release_1.3.2John Szakmeister2014-05-032-2/+2
* Update the NEWS file.John Szakmeister2014-05-031-11/+8
* Bring the CHANGELOG up-to-date.John Szakmeister2014-05-021-1/+8
* Fix #779: xunit report file is written in --where directoryJohn Szakmeister2014-04-201-1/+1
* Merge pull request #796 from brad/patch-1John Szakmeister2014-04-201-1/+1
|\
| * correcting typo, missing the word "run"Brad Pitcher2014-04-191-1/+1
* | Fix #792: "Not a directory" error when using python setup.py nosetestsJohn Szakmeister2014-04-201-1/+4
|/
* Add a few tests with raising string exceptions.John Szakmeister2014-04-192-0/+62
* Skip coverage tests correctly in Python 2.5 when coverage not available.John Szakmeister2014-04-191-6/+7
* Whitelist rm and make in the tox configuration.John Szakmeister2014-04-191-0/+3
* Remove commented out lines in tox.ini.John Szakmeister2014-04-191-4/+1
* Fix a traceback when using string exceptions.John Szakmeister2014-04-181-1/+1
* Merge pull request #790 from mr-c/fix/nosetest-setup.cfg-ignoreJohn Szakmeister2014-04-101-8/+12
|\
| * setuptools nosetest command breaks build_ext due to setup.cfg configuration n...Michael R. Crusoe2014-03-271-8/+12
* | Merge pull request #787 from AntoineD/masterJohn Szakmeister2014-04-102-2/+14
|\ \
| * | Fix #786: generator method fails with callable instanceAntoine Dechaume2014-04-102-2/+14
* | | Fix try_run on pypy.John Szakmeister2014-03-282-6/+6
* | | Add Python 3.4 support to tox and drop Python 2.4 and 2.5.John Szakmeister2014-03-281-1/+7
* | | Disable test_concurrent_shared.John Szakmeister2014-03-271-39/+42
* | | Merge pull request #788 from mitya57/masterJohn Szakmeister2014-03-271-2/+2
|\ \ \ | |_|/ |/| |
| * | Make issue680 test succeed with LC_ALL=CDmitry Shachnev2014-03-191-2/+2
|/ /
* | Fix #783: try_run is broken with Python 3.4John Szakmeister2014-03-192-1/+4
* | Fix #780: only set im_class in Python 2.xJohn Szakmeister2014-03-192-1/+3
* | Update the changelog.John Szakmeister2014-03-191-0/+5
* | Merge pull request #784 from mitya57/masterJohn Szakmeister2014-03-191-5/+5
|\ \ | |/ |/|
| * Fix #782: Make doctest work with new configparser versionsDmitry Shachnev2014-03-181-5/+5
|/
* Regenerate the man page and readme.release_1.3.1John Szakmeister2014-03-102-4/+4
* Update the version in the CHANGELOG and in Nose.John Szakmeister2014-03-103-3/+3
* Update NEWS.John Szakmeister2014-03-101-9/+14
* Add another entry to the changelog.John Szakmeister2014-03-031-0/+1
* Fix a test in test_twisted.John Szakmeister2014-02-281-1/+1
* Give credit to Charlie for the update to the testing documentation.John Szakmeister2014-02-211-0/+2
* Add missing support infrastructure for the attrib-static test.John Szakmeister2014-02-201-0/+4
* Merge pull request #775 from diminoten/masterJohn Szakmeister2014-02-201-2/+2
|\
| * Fix plugin test interface documentation. #773diminoten2014-02-191-2/+2
* | Fix #728: attrib plugin rejects any staticmethodJohn Szakmeister2014-02-203-0/+13
* | Merge pull request #772 from jszakmeister/fix-771John Szakmeister2014-02-205-15/+38
|\ \ | |/ |/|
| * Fix #771: attr plugin is broken when parent overrides child methodJohn Szakmeister2014-02-205-15/+38
|/
* Update the generated README.txt file.John Szakmeister2014-02-191-5/+41
* Fix a typo in the help for --cover-min-percentage.John Szakmeister2014-02-192-4/+14
* Drop Python 2.5 from Travis CI. It's no longer supported.John Szakmeister2014-02-181-1/+1
* Add a CHANGELOG entry for Kevin's Ctrl-C patch.John Szakmeister2014-02-141-0/+3
* Fix #690: Don't traceback when coverage reports fail.John Szakmeister2014-02-132-2/+13
* Merge pull request #682 from kevinjqiu/ignore-keyboard-interruptJohn Szakmeister2014-02-121-1/+4
|\
| * Catch KeyboardInterrupt during test run...Kevin Qiu2013-05-021-1/+4
* | Merge pull request #739 from chebee7i/cover_packageJohn Szakmeister2014-02-121-1/+2
|\ \
| * | Instruct coverage instance to cover requested packages only.chebee7i2013-10-181-1/+2
* | | Give credit to Malthe Borch for the log capture fix.John Szakmeister2014-02-121-0/+1
* | | Merge pull request #727 from malthe/fix-builtin-filteringJohn Szakmeister2014-02-123-1/+24
|\ \ \
| * | | Fixed issue with builtin filtering.Malthe Borch2014-02-123-1/+24