summaryrefslogtreecommitdiff
path: root/numpy/_import_tools.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed redundant import.Alan McIntyre2008-09-181-2/+0
|
* Apply modified version of Andrew Dalke's patch in #874 to create a ↵Travis Oliphant2008-08-271-1/+0
| | | | quicker-loading numpy.
* When using PackageLoader, do not add subpackage names to __all__.Robert Kern2008-06-171-4/+1
|
* ran reindentJarrod Millman2008-02-081-2/+2
|
* Improve docstringsTravis Oliphant2007-12-281-17/+12
|
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-5/+5
|
* Fix docstring formatting for PackageLoader classedschofield2007-05-241-7/+8
|
* Add new MACRO. Fix ticket #454 by changing pkgload to a function instead of ↵Travis Oliphant2007-03-311-2/+6
| | | | an object.
* Fix ticket #271 and turn default printing of warnings offTravis Oliphant2006-09-041-2/+2
|
* Trying harder to find info modules.Pearu Peterson2006-03-301-3/+9
|
* Fixed errors when trying to import freezed numpy scripts.Pearu Peterson2006-03-301-2/+5
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-4/+4
| | | | extraneous whitespace
* Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid ↵Pearu Peterson2006-02-241-0/+14
| | | | initiating Scipy/NumpyTest during imports.
* Fixed pkgload: synced behaviours of postpone and postpone_import flags.Pearu Peterson2006-01-311-2/+3
|
* Making f2py and distutils scipy-style packages. Using pkgload to load numpy ↵Pearu Peterson2006-01-141-3/+3
| | | | packages.
* Improved warning message for non-existing packages in pkgload call.Pearu Peterson2006-01-091-3/+3
|
* Fixed pkgload docs.Pearu Peterson2006-01-091-18/+12
|
* Documenting global_symbols in __doc__ and fixed formatting.Pearu Peterson2006-01-091-4/+27
|
* Fixed missing _obj2str attr bug.Pearu Peterson2006-01-071-2/+2
|
* Impl. get_pkgdocs and cleanup of _import_tools.Pearu Peterson2006-01-051-145/+43
|
* Added i0 natively for kaiser windowTravis Oliphant2006-01-051-2/+2
|
* Restore _import_tools.py.Pearu Peterson2006-01-051-0/+413
|
* Removed pkgload from numpy - all imports can be done explicitly.Pearu Peterson2006-01-051-413/+0
|
* Move package loader to _import_tools.pyTravis Oliphant2006-01-051-0/+265
|
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-1/+1
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+148