summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: set version to 1.5.0, released=True.v1.5.0rgommers2010-08-311-2/+2
* REL: Set released=False again.rgommers2010-08-251-1/+1
* REL: set version to 1.5.0rc1, released=True.v1.5.0rc1rgommers2010-08-251-2/+2
* 3K: (backport of r8655) make setupegg.py work through imp.rgommers2010-08-251-1/+18
* TST: clean up invalid value warning emitted from test.rgommers2010-08-251-1/+5
* BUG: (backport of r8665) Fix bug on Windows in fromfile/tofile. Closes #1583....rgommers2010-08-251-0/+4
* DOC: add note on py3k-compatible nose branch.rgommers2010-08-221-1/+5
* TST: Mark Clog test as knownfail on Windows.rgommers2010-08-221-1/+6
* TST: mark test for #99 as knownfail for 64 bit Windows.rgommers2010-08-221-1/+2
* TST: silence NaN related test warnings. See #1587.rgommers2010-08-227-69/+166
* BCK: Backport r8653 from trunk.Charles Harris2010-08-181-3/+3
* REL: Some more changes to release scripts.rgommers2010-08-173-3/+5
* REL: set released=False again.rgommers2010-08-171-1/+1
* REL: set version to 1.5.0b2, and add 3.1 superpack to release script.v1.5.0b2rgommers2010-08-172-2/+3
* TST: (backport of r8623) skip C99 nan/inf tests on Windows.rgommers2010-08-171-0/+19
* BUG: Fix non-performing test.Charles Harris2010-08-151-13/+13
* ENH: Backport r8641-r8642 from trunk.Charles Harris2010-08-153-1/+100
* BUG: Backport r8637-r3639 from trunk. They are a mix of small fixes andCharles Harris2010-08-157-67/+177
* BUG: Backport r8635 from trunk.Charles Harris2010-08-154-30/+36
* DOC: (backport of r8628) Complete 1.5.0 release notes.rgommers2010-08-141-11/+28
* DEP: (backport of r8627) change default behavior of correlate(), old behavior...rgommers2010-08-142-25/+14
* DEP: (backport of r8626) deprecate behavior for out-of-order field indexing o...rgommers2010-08-142-3/+24
* BUG: (backport of r8625) define LDEXPL/FREXPL functions for MSVC builds (see ...rgommers2010-08-141-0/+10
* BUG: (backport of r8624) workaround for undefined isnan/isinf in VS2008. Clos...rgommers2010-08-141-3/+15
* BUG: (backport of r8622) Better format specifier for Py 2.7, 3.2 on win-amd64...rgommers2010-08-141-0/+4
* BUG: Backport r8619 to fix ticked #1554.Charles Harris2010-08-112-7/+24
* BUG: Backport fixes for ticket #1579, r8615-r8617.Charles Harris2010-08-102-109/+139
* ENH: (backport of r8608) Make atleast_3d respect ndarray subclasses. Closes #...rgommers2010-08-081-2/+2
* TST: (backport of r8606) fix memmap test error. Closes #1550. Thanks to Chris...rgommers2010-08-081-0/+1
* 3K: (backport of r8601) copy built installers from build/py3k/dist instead of...rgommers2010-08-051-1/+4
* 3K: (backport of r8595) distutils: fix __code__ object access in mingw32ccomp...rgommers2010-08-051-1/+4
* 3K: (backport r8599) fix core/dotblas module initialization.Pauli Virtanen2010-08-041-3/+30
* BUG: (backport of r8596) add tool/py3tool.py to installed/distributed files.rgommers2010-08-041-1/+2
* BUG: (backport r8589) core/3K: use bytes.maketrans instead of the deprecated ...Pauli Virtanen2010-08-031-1/+1
* BUG: (backport r8588) core: fix a missed PyCObject call (#1571)Pauli Virtanen2010-08-031-1/+1
* BUG: (backport r8572) core: fix refcount error in PyArray_Take (#939)Pauli Virtanen2010-08-032-0/+15
* BUG: (backport r8548) core/umath: do not create views unnecessarily in ndarra...Pauli Virtanen2010-08-032-0/+14
* REL: Set as released=FalsePauli Virtanen2010-08-031-1/+1
* REL: Set version to 1.5.0b1, released = True.v1.5.0b1rgommers2010-08-011-2/+2
* DOC: wiki merge, matrlixlib and some ndarray methods.rgommers2010-08-013-28/+30
* DOC: wiki merge, twodim_base and a few loose ones.rgommers2010-08-014-52/+54
* DOC: wiki merge, npyio, format and function_basergommers2010-08-013-64/+91
* DOC: wiki merge, core.umathrgommers2010-08-011-131/+165
* DOC: wiki merge, core/numeric.pyrgommers2010-08-011-22/+26
* DOC: wiki merge, fromnumeric.pyrgommers2010-08-011-107/+121
* DOC: wiki merge, rst docs.rgommers2010-08-014-14/+36
* DOC: wiki merge, add itemset method doc.rgommers2010-08-011-13/+59
* DOC: wiki merge, add distutils.npy_pkg_config.read_config docstring.rgommers2010-08-011-2/+40
* BUG: (backport of r8574) fix typo in commit r8564-66.rgommers2010-08-011-1/+1
* BUG: (backport of r8568) remove unnecessary import and reload in test_getlimits.rgommers2010-08-011-8/+0