| Commit message (Expand) | Author | Age | Files | Lines |
| * | REL: set version number to 1.5.1rc1, released=True.v1.5.1rc1 | rgommers | 2010-10-17 | 1 | -3/+3 |
| * | REL: set released=False again in setup.py. | rgommers | 2010-08-31 | 1 | -1/+1 |
| * | REL: set version to 1.5.0, released=True.v1.5.0 | rgommers | 2010-08-31 | 1 | -2/+2 |
| * | REL: Set released=False again. | rgommers | 2010-08-25 | 1 | -1/+1 |
| * | REL: set version to 1.5.0rc1, released=True.v1.5.0rc1 | rgommers | 2010-08-25 | 1 | -2/+2 |
| * | REL: set released=False again. | rgommers | 2010-08-17 | 1 | -1/+1 |
| * | REL: set version to 1.5.0b2, and add 3.1 superpack to release script.v1.5.0b2 | rgommers | 2010-08-17 | 1 | -2/+2 |
| * | BUG: (backport of r8596) add tool/py3tool.py to installed/distributed files. | rgommers | 2010-08-04 | 1 | -1/+2 |
| * | REL: Set as released=False | Pauli Virtanen | 2010-08-03 | 1 | -1/+1 |
| * | REL: Set version to 1.5.0b1, released = True.v1.5.0b1 | rgommers | 2010-08-01 | 1 | -2/+2 |
| * | 1.5.x: set version number to 1.5.0 | Pauli Virtanen | 2010-07-17 | 1 | -2/+2 |
| * | Update trunk version to 2.0 and fix descriptor pickle code so that it produce... | Travis Oliphant | 2010-02-12 | 1 | -2/+2 |
| * | 3K: setup.py: really fix svn_version() | Pauli Virtanen | 2009-12-06 | 1 | -1/+3 |
| * | 3K: fix setup.py:svn_version to work on Py3 | Pauli Virtanen | 2009-12-06 | 1 | -1/+2 |
| * | 3K: make setup.py call 2to3 automatically -- place sources to build/py3k | Pauli Virtanen | 2009-12-06 | 1 | -7/+23 |
| * | Fix __builtin__ import for python3 at top setup.py. | David Cournapeau | 2009-12-03 | 1 | -2/+6 |
| * | Port the fix for #1299 to the trunk and change trunk version to 1.5 | Travis Oliphant | 2009-12-02 | 1 | -1/+1 |
| * | Fix svn revision parsing under win32. | David Cournapeau | 2009-09-18 | 1 | -3/+4 |
| * | Continue building even if svn revision detection breaks. | Stefan van der Walt | 2009-06-17 | 1 | -4/+5 |
| * | BUG #1100: fix svn version detection for localized environments. | David Cournapeau | 2009-06-01 | 1 | -2/+15 |
| * | Revert using setuptools svn revision, it is broken. | David Cournapeau | 2009-04-02 | 1 | -37/+20 |
| * | Remove missing import. | David Cournapeau | 2009-04-01 | 1 | -1/+0 |
| * | Fix missing distutils log import . | David Cournapeau | 2009-04-01 | 1 | -7/+8 |
| * | Use setuptools svn rev parsing, should be more reliable ? | David Cournapeau | 2009-03-27 | 1 | -14/+36 |
| * | ... and re | David Cournapeau | 2009-03-27 | 1 | -0/+1 |
| * | Forgot to import subprocess. | David Cournapeau | 2009-03-27 | 1 | -0/+1 |
| * | Fix svn version detection. | David Cournapeau | 2009-03-27 | 1 | -15/+15 |
| * | Fix spelling mistake in version module gen. | David Cournapeau | 2009-03-27 | 1 | -1/+1 |
| * | Fix metadata incorrectly defined as tuples. | David Cournapeau | 2009-03-27 | 1 | -12/+12 |
| * | Add svn parse for the full version. | David Cournapeau | 2009-03-27 | 1 | -1/+25 |
| * | Mention that version.py file is now generated. | David Cournapeau | 2009-03-27 | 1 | -1/+2 |
| * | Generate the version.py file, to help keeping the version synchronized everyw... | David Cournapeau | 2009-03-27 | 1 | -0/+31 |
| * | Use global for distutils metat-data, so that we can pull them from paver. | David Cournapeau | 2009-03-27 | 1 | -12/+25 |
| * | Do not add doc sources through add_data_dir: it will put the docs alongside n... | David Cournapeau | 2008-12-28 | 1 | -10/+0 |
| * | Add doc sources so that sdist tarball contains them. | David Cournapeau | 2008-12-21 | 1 | -0/+10 |
| * | BUG: Fix email addresses. | Robert Kern | 2008-08-01 | 1 | -2/+2 |
| * | PyPI metadata fixes. | Robert Kern | 2008-06-18 | 1 | -2/+2 |
| * | Modify the setup routine to indicate that it is being run via a system | Fernando Perez | 2007-12-30 | 1 | -0/+7 |
| * | remove old reference to deleted file (r4384) | Jarrod Millman | 2007-11-05 | 1 | -1/+0 |
| * | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 1 | -4/+4 |
| * | Fix ticket 535. | Pearu Peterson | 2007-06-05 | 1 | -3/+4 |
| * | Fix some problems with data-files not being added in top-level and extra vers... | Travis Oliphant | 2007-05-31 | 1 | -6/+6 |
| * | Remove MANIFEST file at startup time, since distutils fails to properly updat... | Fernando Perez | 2006-07-12 | 1 | -0/+5 |
| * | Use correct download url in setup.py so that setuptool's easy_install would | cookedm | 2006-04-21 | 1 | -1/+1 |
| * | Fix version machinery and pkg information requests. | Pearu Peterson | 2006-04-04 | 1 | -20/+20 |
| * | Add svn revision number to version. | Pearu Peterson | 2006-03-31 | 1 | -9/+5 |
| * | Introduced configuration kw argument to setup. This fixes long lasted long co... | Pearu Peterson | 2006-03-31 | 1 | -28/+36 |
| * | Included numpy .txt files to installation. | Pearu Peterson | 2006-03-30 | 1 | -0/+4 |
| * | Adding swig and pyrex examples | Travis Oliphant | 2006-03-13 | 1 | -2/+2 |
| * | Added options to Configuration. | Pearu Peterson | 2006-01-31 | 1 | -1/+4 |