summaryrefslogtreecommitdiff
path: root/numpy/_import_tools.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris2015-06-211-0/+1
* MAINT: warn instead of raisealex2014-10-291-3/+5
* DEP: deprecate pkgloadalex2014-10-281-0/+2
* FIX: items/keys iterators in 3k, list wrappingPontus Stenetorp2014-03-201-2/+2
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-53/+53
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-6/+6
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* Merge pull request #3056 from charris/2to3-filterCharles Harris2013-03-011-1/+1
|\
| * 2to3: Apply `filter` fixes. Closes #3053.Charles Harris2013-02-281-1/+1
* | 2to3: apply exec fixer results.Charles Harris2013-02-281-1/+1
|/
* 2to3: Use modern exception syntax.Charles Harris2013-02-261-3/+3
* STY: Replace remaining old style classes with classes subclassing object.Charles Harris2011-04-051-1/+1
* Removed redundant import.Alan McIntyre2008-09-181-2/+0
* Apply modified version of Andrew Dalke's patch in #874 to create a quicker-lo...Travis Oliphant2008-08-271-1/+0
* 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
* 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 ex...cookedm2006-03-101-4/+4
* Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid initia...Pearu Peterson2006-02-241-0/+14
* 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 p...Pearu Peterson2006-01-141-3/+3
* 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