summaryrefslogtreecommitdiff
path: root/numpy/distutils/npy_pkg_config.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-021-2/+2
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+0
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-4/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-2/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Remove unnecessary backslashes when not needed.MSeifert042019-07-021-1/+1
* MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-011-3/+1
* MAINT: remove unused stdlib importsEmil Hessman2018-09-301-2/+2
* MAINT: remove redundant importsmattip2018-09-091-1/+0
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-2/+2
* BLD: fix configparser.InterpolationSyntaxErrorSorin Sbarnea2016-04-281-7/+3
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-1/+1
* MAINT: list litteralRémy Léone2015-11-071-2/+1
* Fixed issue: SciPy can't be build in case, if python was installed intoDmitry Zagorny2015-09-151-28/+15
* Revert "Merge pull request #4421 from meltingwax/meltingwax/4382"Daniel da Silva2014-03-051-7/+7
* BUG: Fix support for builds in dirs with whitespaceDaniel da Silva2014-03-051-7/+7
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-6/+6
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-3/+4
* 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
* 2to3: Change use 'has_key' to 'key in'.Charles Harris2013-02-261-4/+4
* DEP: fix deprecation warning from using SafeConfigParser with Python 3.2.rgommers2011-03-021-2/+7
* BUG: do not add empty string when interpolating values in LibraryInfo.David Cournapeau2010-09-051-1/+2
* DOC: wiki merge, add distutils.npy_pkg_config.read_config docstring.rgommers2010-07-311-2/+40
* BUG: fix escaping of pkgdir on windows.David Cournapeau2009-12-121-1/+1
* ENH: automatically translate pkgdir in .ini file.David Cournapeau2009-12-121-0/+12
* Py3k: fix unixccompiler + exec_command exception/print stmts.David Cournapeau2009-12-031-6/+10
* first set of checkins from the doc editorJarrod Millman2009-11-131-0/+90
* Fix escaping backslash when parsing .ini files.David Cournapeau2009-09-191-3/+8
* BUG: fix npy_pkg_config_path variable escaping on windows.David Cournapeau2009-08-271-1/+1
* Fix npy_pkg_config script.David Cournapeau2009-07-261-2/+2
* Fix returned dict by get_info so that it works with add_extension.David Cournapeau2009-07-261-3/+3
* Fix get_config.David Cournapeau2009-07-261-6/+6
* Raise a PkgNotFound exception in get_info if the package is not found.David Cournapeau2009-07-261-2/+10
* Add parse_flags function + some unit tests.David Cournapeau2009-07-261-1/+35
* Fix whitespaces issues.David Cournapeau2009-07-261-3/+3
* Handle NPY_PKG_CONFIG_PATH in our fake pkg-config emulator.David Cournapeau2009-07-261-1/+6
* Handle variable definition in pkg-config emulator.David Cournapeau2009-07-261-0/+12
* Deal with multiple locations for one filename.David Cournapeau2009-07-261-12/+22
* Implement a trivial cache mechanism for LibraryInfo instances creation.David Cournapeau2009-07-261-5/+16
* Better design for LibraryInfo, to handle variables redefinition and requireme...David Cournapeau2009-07-261-32/+65
* we now implement cflags, libs, variables handling and basic depends - the cod...David Cournapeau2009-07-261-53/+117
* Start working on npy_pkg_config, to handle core libraries build issues throug...David Cournapeau2009-07-261-0/+129