summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump the version number and update NEWS.release_1.3.3John Szakmeister2014-05-061-1/+1
|
* Bump the version number.release_1.3.2John Szakmeister2014-05-031-1/+1
|
* Update the version in the CHANGELOG and in Nose.John Szakmeister2014-03-101-1/+1
|
* Fix #637: nose install fails w/ traceback using python 3.3.0John Szakmeister2013-03-021-0/+3
| | | | | | | | | | To cope with multiprocessing, nose attempts to rewrite some scripts. It turns out that some of the "scripts" are actually executables. Under Python 2.x, we'd just perform the substitution on the executable too, but it never matched anything, and therefore, never replaced any bytes. Under Python 3, that tactic no longer works because the scripts come as a string, while the executables come as bytes. We shouldn't try to rewrite an executable anyways, so let's just skip them.
* Bump version to 1.3JP2013-02-191-1/+1
|
* Stop forgetting to install package 'nose.tools'.Bradley M. Froehle2012-11-121-1/+2
|
* Correct nose.__version__ and bump overall version to 1.2.1release_1.2.1JP2012-09-121-1/+1
|
* Bump version to 1.2JP2012-09-031-2/+2
|
* Fix dev linkJP2012-06-191-2/+2
|
* Fixes old URL to the Nose docs causing extra links on PyPIkumar2011-10-061-1/+1
|
* Apparently messages can be ints? This prevents Unicode decode (Issue 442)kumar2011-08-021-1/+1
|
* .coverage file is now saved again (#439). Also bump to 1.1.2release_1.1.2kumar2011-07-301-1/+1
|
* Bumped to Nose 1.1.1 to fix missing nose.sphinx module (Issue 436)kumar2011-07-261-1/+1
|
* Updates module contents when building sdist without setuptoolskumar2011-07-261-1/+1
|
* Added new URL for docs and removed custom download URL in favor of PyPIkumar2011-07-261-4/+1
|
* per discussion, 1.0.1 will actually be 1.1.0kumar2011-07-081-1/+1
|
* prepares for version 1.0.1kumar2011-03-181-1/+1
|
* Revised setup, manifest and tox.ini to allow python3 to build packagejpellerin2010-10-261-2/+5
|
* Bumped version, working on making py3 packaging workjpellerin2010-10-261-5/+14
|
* Added 'Programming Language :: Python :: 3' to package classifiersAlex Stewart2010-09-031-0/+1
|
* Added a 'py3where' option to nosetestsAlex Stewart2010-09-011-1/+1
|
* Moved 3.x test build directories to build/tests instead of build/lib so it ↵Alex Stewart2010-09-011-2/+1
| | | | doesn't get included in eggs, etc.
* More Py3 fixups: created setup3lib, added pyversion_patching to build_testsAlex Stewart2010-08-311-70/+7
|
* More 3.x fixes: Created 'build_tests' command for setup.py and modified ↵Alex Stewart2010-08-271-0/+69
| | | | selftest.py to run tests from the build dir if it's present.
* Initial batch of 3.x fixups. Everything compiles/loads, many self-tests ↵Alex Stewart2010-08-271-0/+3
| | | | work. Still some work to do, though.
* Oopsed setuprelease_0.11.4jpellerin2010-07-071-0/+1
|
* Bumped version to 0.11.4jpellerin2010-07-071-3/+1
|
* Update version to 0.11.3release_0.11.3jpellerin2010-03-051-1/+1
|
* Hard-coded version to avoid importing nose into setupjpellerin2010-03-031-2/+2
|
* Fixed the monkeypatch.jpellerin2009-08-251-22/+22
|
* Provisional monkeypatch fix for windows vs multiprocessing w/nosetests scriptJason Pellerin2009-08-241-0/+28
|
* Bumped versionjpellerin2009-05-071-3/+3
|
* pypi info updatedJason Pellerin2009-05-021-11/+8
|
* Committed PyCon sprint work.Jason Pellerin2009-04-181-3/+8
|
* Merged 0.10.0-stable [308]:[378] into trunkJason Pellerin2007-10-131-1/+3
|
* Merged 0.10.0-stable [266]:[282] into trunk.Jason Pellerin2007-07-191-3/+3
|
* Preparing for 0.10a1 releaseJason Pellerin2007-07-071-4/+7
|
* Updated setup.py to work without setuptools, if setuptools is not availableJason Pellerin2007-05-011-2/+2
|
* Corrected some orphan imports found by pyflakesJason Pellerin2007-04-301-1/+1
|
* Added nosetests script under bin for non-setuptools use.Jason Pellerin2007-04-301-1/+1
|
* Updated add_path so that it adds lib and src dirs in the parent path to ↵Jason Pellerin2007-04-301-1/+1
| | | | sys.path also. Added functional test for lib/ src/ tests/ package layout.
* MERGE trunk r10:r196 into 0.10-dev branch: some tests now failJason Pellerin2007-04-241-16/+23
|
* Fixed commands module. Started work on making setuptools optional for ↵Jason Pellerin2007-04-171-22/+22
| | | | install -- setup most likely is broken.
* [0.10-dev] Imported last revision from python-hosting to start 0.10-dev branchJason Pellerin2006-12-191-0/+62