summaryrefslogtreecommitdiff
path: root/numpy/_import_tools.py
AgeCommit message (Expand)AuthorFilesLines
2017-06-26MAINT: Fix alerts from http://lgtm.com (#9292)Jean Helie1-2/+1
2016-09-02ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg1-1/+1
2016-07-17MAINT,DOC: add to compat.py3k a function to load modules. Fix some doc for f2...bertrand1-3/+2
2015-06-21MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris1-0/+1
2014-10-29MAINT: warn instead of raisealex1-3/+5
2014-10-28DEP: deprecate pkgloadalex1-0/+2
2014-03-20FIX: items/keys iterators in 3k, list wrappingPontus Stenetorp1-2/+2
2013-08-18STY: Giant comma spacing fixup.Charles Harris1-53/+53
2013-04-082to3: Apply `repr` fixer.Charles Harris1-1/+1
2013-04-062to3: Apply `print` fixer.Charles Harris1-6/+6
2013-03-282to3: Use absolute imports.Charles Harris1-1/+1
2013-03-012to3: Put `from __future__ import division in every python file.Charles Harris1-0/+2
2013-03-01Merge pull request #3056 from charris/2to3-filterCharles Harris1-1/+1
2013-02-282to3: Apply `filter` fixes. Closes #3053.Charles Harris1-1/+1
2013-02-282to3: apply exec fixer results.Charles Harris1-1/+1
2013-02-262to3: Use modern exception syntax.Charles Harris1-3/+3
2011-04-05STY: Replace remaining old style classes with classes subclassing object.Charles Harris1-1/+1
2008-09-18Removed redundant import.Alan McIntyre1-2/+0
2008-08-27Apply modified version of Andrew Dalke's patch in #874 to create a quicker-lo...Travis Oliphant1-1/+0
2008-06-17When using PackageLoader, do not add subpackage names to __all__.Robert Kern1-4/+1
2008-02-08ran reindentJarrod Millman1-2/+2
2007-12-28Improve docstringsTravis Oliphant1-17/+12
2007-11-28use 'in' keyword to test dictionary membershipJarrod Millman1-5/+5
2007-05-24Fix docstring formatting for PackageLoader classedschofield1-7/+8
2007-03-31Add new MACRO. Fix ticket #454 by changing pkgload to a function instead of ...Travis Oliphant1-2/+6
2006-09-04Fix ticket #271 and turn default printing of warnings offTravis Oliphant1-2/+2
2006-03-30Trying harder to find info modules.Pearu Peterson1-3/+9
2006-03-30Fixed errors when trying to import freezed numpy scripts.Pearu Peterson1-2/+5
2006-03-10Run reindent.py (script distributed with Python) over the source to remove ex...cookedm1-4/+4
2006-02-24Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid initia...Pearu Peterson1-0/+14
2006-01-31Fixed pkgload: synced behaviours of postpone and postpone_import flags.Pearu Peterson1-2/+3
2006-01-14Making f2py and distutils scipy-style packages. Using pkgload to load numpy p...Pearu Peterson1-3/+3
2006-01-09Improved warning message for non-existing packages in pkgload call.Pearu Peterson1-3/+3
2006-01-09Fixed pkgload docs.Pearu Peterson1-18/+12
2006-01-09Documenting global_symbols in __doc__ and fixed formatting.Pearu Peterson1-4/+27
2006-01-07Fixed missing _obj2str attr bug.Pearu Peterson1-2/+2
2006-01-05Impl. get_pkgdocs and cleanup of _import_tools.Pearu Peterson1-145/+43
2006-01-05Added i0 natively for kaiser windowTravis Oliphant1-2/+2
2006-01-05Restore _import_tools.py.Pearu Peterson1-0/+413
2006-01-05Removed pkgload from numpy - all imports can be done explicitly.Pearu Peterson1-413/+0
2006-01-05Move package loader to _import_tools.pyTravis Oliphant1-0/+265
2006-01-04Changed all references to scipy to numpyTravis Oliphant1-1/+1
2006-01-04Moved scipy directory to numpyTravis Oliphant1-0/+148