summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Back out pearu's r4101 that added a warning about importing distutils before ↵cookedm2007-09-251-16/+0
| | | | numpy.distutils. This warning triggered when setuptools was imported first.
* ReST fixes.Stefan van der Walt2007-09-254-107/+112
|
* ReST markup fixes.Stefan van der Walt2007-09-251-112/+110
|
* Update formatting. Mention how to handle blank lines in doctests.Stefan van der Walt2007-09-251-64/+83
| | | | Minor rephrasing.
* point to a link that actually worksJarrod Millman2007-09-231-1/+1
|
* correcting epydoc outputJarrod Millman2007-09-235-80/+68
|
* another typoJarrod Millman2007-09-231-1/+1
|
* typoJarrod Millman2007-09-231-2/+1
|
* one more tryJarrod Millman2007-09-2315-0/+1858
|
* backing out the last thing i didJarrod Millman2007-09-2315-1858/+0
|
* get the example workingJarrod Millman2007-09-2317-13/+1881
|
* fixing link error: fixed. Removing debug messages and added a warning ↵Pearu Peterson2007-09-233-3/+17
| | | | message on the situation that triggered this issue: numpy.distutils must always be imported before distutils.
* fixing link error: wrong gen_lib_options is being used, may be it is a ↵Pearu Peterson2007-09-231-1/+3
| | | | import problem.
* more doc workJarrod Millman2007-09-231-0/+11
|
* fixing link error: added debug message, 3.Pearu Peterson2007-09-231-0/+2
|
* more documentationJarrod Millman2007-09-231-4/+4
|
* typoJarrod Millman2007-09-231-1/+1
|
* more doc workJarrod Millman2007-09-231-62/+59
|
* fixing link error: added debug message, 2.Pearu Peterson2007-09-231-1/+1
|
* fixing link error: added debug messagePearu Peterson2007-09-231-0/+1
|
* fix missing string importPearu Peterson2007-09-231-1/+1
|
* docsJarrod Millman2007-09-231-1/+1
|
* docsJarrod Millman2007-09-231-0/+1
|
* cont. documentationJarrod Millman2007-09-232-0/+3
|
* more documentationJarrod Millman2007-09-232-4/+20
|
* documentationJarrod Millman2007-09-231-3/+4
|
* more documentationJarrod Millman2007-09-231-18/+18
|
* more documentationJarrod Millman2007-09-231-13/+24
|
* more documentation workJarrod Millman2007-09-231-38/+71
|
* updating file extension to .txtJarrod Millman2007-09-231-0/+0
|
* documentationJarrod Millman2007-09-232-171/+181
|
* backport the usage of get_build_architecture to pyhton <=2.4Pearu Peterson2007-09-221-5/+18
|
* A little refactoring of memmapTravis Oliphant2007-09-211-8/+9
|
* Raise an error if you try to close a memory-map that you don't own.Travis Oliphant2007-09-211-1/+7
|
* Fix memmap passing on it's mmap attribute to views but not closing the file ↵Travis Oliphant2007-09-211-6/+4
| | | | unless it owns the memmap
* Add a fix for ticket #582 by adding a framework for clearing the floating ↵Travis Oliphant2007-09-212-4/+14
| | | | point exception registers for extension modules compiled with different compilers.
* Apply patch to fix ticket #557 (pinv causing error with empty arrays)Travis Oliphant2007-09-212-2/+18
|
* Just a check to make sure I can log inChris Barker2007-09-211-0/+1
|
* Fix places where RENEW is called so that if reallocation fails, cleanup is ↵Travis Oliphant2007-09-211-11/+28
| | | | done gracefully.
* Fix missing import.Travis Oliphant2007-09-211-1/+1
|
* Fix ticket #546: invalid argmax for non-native arrays.Travis Oliphant2007-09-212-5/+13
|
* Update documentation for `where`.Stefan van der Walt2007-09-201-8/+20
|
* Add test -- dimensions for rot90.Stefan van der Walt2007-09-201-0/+3
|
* Remove trailing whitespace. Add a reminder about unit tests.Stefan van der Walt2007-09-201-5/+6
|
* Add regression test for ticket #572.Stefan van der Walt2007-09-201-0/+3
|
* Get rid of print statement.Travis Oliphant2007-09-201-1/+0
|
* Fix problem with msvc_on_amd64 not working prior to Python 2.5Travis Oliphant2007-09-201-1/+4
|
* Fix so that rot90 only works on first two axes.Travis Oliphant2007-09-201-2/+2
|
* Fix ticket #572: memory leak in _insert for 0-d input.Travis Oliphant2007-09-201-0/+1
|
* testChris Barker2007-09-191-2/+0
|