Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Back out pearu's r4101 that added a warning about importing distutils before ↵ | cookedm | 2007-09-25 | 1 | -16/+0 | |
| | | | | numpy.distutils. This warning triggered when setuptools was imported first. | |||||
* | ReST fixes. | Stefan van der Walt | 2007-09-25 | 4 | -107/+112 | |
| | ||||||
* | ReST markup fixes. | Stefan van der Walt | 2007-09-25 | 1 | -112/+110 | |
| | ||||||
* | Update formatting. Mention how to handle blank lines in doctests. | Stefan van der Walt | 2007-09-25 | 1 | -64/+83 | |
| | | | | Minor rephrasing. | |||||
* | point to a link that actually works | Jarrod Millman | 2007-09-23 | 1 | -1/+1 | |
| | ||||||
* | correcting epydoc output | Jarrod Millman | 2007-09-23 | 5 | -80/+68 | |
| | ||||||
* | another typo | Jarrod Millman | 2007-09-23 | 1 | -1/+1 | |
| | ||||||
* | typo | Jarrod Millman | 2007-09-23 | 1 | -2/+1 | |
| | ||||||
* | one more try | Jarrod Millman | 2007-09-23 | 15 | -0/+1858 | |
| | ||||||
* | backing out the last thing i did | Jarrod Millman | 2007-09-23 | 15 | -1858/+0 | |
| | ||||||
* | get the example working | Jarrod Millman | 2007-09-23 | 17 | -13/+1881 | |
| | ||||||
* | fixing link error: fixed. Removing debug messages and added a warning ↵ | Pearu Peterson | 2007-09-23 | 3 | -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 Peterson | 2007-09-23 | 1 | -1/+3 | |
| | | | | import problem. | |||||
* | more doc work | Jarrod Millman | 2007-09-23 | 1 | -0/+11 | |
| | ||||||
* | fixing link error: added debug message, 3. | Pearu Peterson | 2007-09-23 | 1 | -0/+2 | |
| | ||||||
* | more documentation | Jarrod Millman | 2007-09-23 | 1 | -4/+4 | |
| | ||||||
* | typo | Jarrod Millman | 2007-09-23 | 1 | -1/+1 | |
| | ||||||
* | more doc work | Jarrod Millman | 2007-09-23 | 1 | -62/+59 | |
| | ||||||
* | fixing link error: added debug message, 2. | Pearu Peterson | 2007-09-23 | 1 | -1/+1 | |
| | ||||||
* | fixing link error: added debug message | Pearu Peterson | 2007-09-23 | 1 | -0/+1 | |
| | ||||||
* | fix missing string import | Pearu Peterson | 2007-09-23 | 1 | -1/+1 | |
| | ||||||
* | docs | Jarrod Millman | 2007-09-23 | 1 | -1/+1 | |
| | ||||||
* | docs | Jarrod Millman | 2007-09-23 | 1 | -0/+1 | |
| | ||||||
* | cont. documentation | Jarrod Millman | 2007-09-23 | 2 | -0/+3 | |
| | ||||||
* | more documentation | Jarrod Millman | 2007-09-23 | 2 | -4/+20 | |
| | ||||||
* | documentation | Jarrod Millman | 2007-09-23 | 1 | -3/+4 | |
| | ||||||
* | more documentation | Jarrod Millman | 2007-09-23 | 1 | -18/+18 | |
| | ||||||
* | more documentation | Jarrod Millman | 2007-09-23 | 1 | -13/+24 | |
| | ||||||
* | more documentation work | Jarrod Millman | 2007-09-23 | 1 | -38/+71 | |
| | ||||||
* | updating file extension to .txt | Jarrod Millman | 2007-09-23 | 1 | -0/+0 | |
| | ||||||
* | documentation | Jarrod Millman | 2007-09-23 | 2 | -171/+181 | |
| | ||||||
* | backport the usage of get_build_architecture to pyhton <=2.4 | Pearu Peterson | 2007-09-22 | 1 | -5/+18 | |
| | ||||||
* | A little refactoring of memmap | Travis Oliphant | 2007-09-21 | 1 | -8/+9 | |
| | ||||||
* | Raise an error if you try to close a memory-map that you don't own. | Travis Oliphant | 2007-09-21 | 1 | -1/+7 | |
| | ||||||
* | Fix memmap passing on it's mmap attribute to views but not closing the file ↵ | Travis Oliphant | 2007-09-21 | 1 | -6/+4 | |
| | | | | unless it owns the memmap | |||||
* | Add a fix for ticket #582 by adding a framework for clearing the floating ↵ | Travis Oliphant | 2007-09-21 | 2 | -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 Oliphant | 2007-09-21 | 2 | -2/+18 | |
| | ||||||
* | Just a check to make sure I can log in | Chris Barker | 2007-09-21 | 1 | -0/+1 | |
| | ||||||
* | Fix places where RENEW is called so that if reallocation fails, cleanup is ↵ | Travis Oliphant | 2007-09-21 | 1 | -11/+28 | |
| | | | | done gracefully. | |||||
* | Fix missing import. | Travis Oliphant | 2007-09-21 | 1 | -1/+1 | |
| | ||||||
* | Fix ticket #546: invalid argmax for non-native arrays. | Travis Oliphant | 2007-09-21 | 2 | -5/+13 | |
| | ||||||
* | Update documentation for `where`. | Stefan van der Walt | 2007-09-20 | 1 | -8/+20 | |
| | ||||||
* | Add test -- dimensions for rot90. | Stefan van der Walt | 2007-09-20 | 1 | -0/+3 | |
| | ||||||
* | Remove trailing whitespace. Add a reminder about unit tests. | Stefan van der Walt | 2007-09-20 | 1 | -5/+6 | |
| | ||||||
* | Add regression test for ticket #572. | Stefan van der Walt | 2007-09-20 | 1 | -0/+3 | |
| | ||||||
* | Get rid of print statement. | Travis Oliphant | 2007-09-20 | 1 | -1/+0 | |
| | ||||||
* | Fix problem with msvc_on_amd64 not working prior to Python 2.5 | Travis Oliphant | 2007-09-20 | 1 | -1/+4 | |
| | ||||||
* | Fix so that rot90 only works on first two axes. | Travis Oliphant | 2007-09-20 | 1 | -2/+2 | |
| | ||||||
* | Fix ticket #572: memory leak in _insert for 0-d input. | Travis Oliphant | 2007-09-20 | 1 | -0/+1 | |
| | ||||||
* | test | Chris Barker | 2007-09-19 | 1 | -2/+0 | |
| |