summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/build_src.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-291-2/+2
* MAINT: regex char class improveTyler Reddy2020-12-281-4/+4
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUILD: change to build_src --verbose-cfg, runtests.py --debug-infomattip2019-10-031-4/+4
* BUILD, DOC: fix 14518, add release notemattip2019-09-221-1/+1
* MAINT: move the option to build_src, simplifies logicmattip2019-09-201-4/+6
* BUILD: add --debug-configure option to reduce output, use logger moremattip2019-09-201-1/+10
* Use *sys.version_info[:2]Hugo2019-08-261-1/+1
* BUG: Fix for Python 3.10Hugo2019-08-261-1/+1
* MAINT: Remove unnecessary backslashes when not needed.MSeifert042019-07-021-2/+2
* MAINT: Use with statements for opening files in distutilsEric Wieser2019-03-011-36/+26
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-2/+0
* BUG: distutils, place fortranobject files in subfolderJulian Taylor2017-05-041-6/+6
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-5/+6
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-1/+1
* MAINT: remove outdated Pyrex support from distutils (as far as possible).Ralf Gommers2016-01-061-39/+8
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-48/+48
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Remove xreadlines and replace f.readlines() by f where valid.Charles Harris2013-03-051-5/+3
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* Merge pull request #3056 from charris/2to3-filterCharles Harris2013-03-011-2/+2
|\
| * 2to3: Apply `filter` fixes. Closes #3053.Charles Harris2013-02-281-2/+2
* | 2to3: Apply `funcattrs` fixer. Closes #3058.Charles Harris2013-02-281-1/+1
|/
* Fix distutils build_src with 'c++' in swig_opts and a c++ comment in the .i f...Dan Hipschman2012-12-061-5/+2
* Fix swig target extension when swig target is not defined by the .i file but ...Pearu Peterson2010-08-251-3/+11
* Make extension swig_opts effective to build_src command.Pearu Peterson2010-08-251-2/+6
* Fix callable in build_src command.David Cournapeau2009-12-031-3/+3
* Make build_src and build_clib python3 importable.David Cournapeau2009-12-031-2/+2
* BUG: fix #1194.David Cournapeau2009-09-161-4/+4
* Do not import pyrex in distutils unless there are some pyrex source files.David Cournapeau2009-09-141-7/+9
* Do not finalize install_cmd if already finalized.David Cournapeau2009-08-041-1/+2
* BUG: fix building of npy-pkg-config file so that one can reliably get the ins...David Cournapeau2009-08-041-3/+12
* Add add_installed_pkg_config function, for automatic pkg-config-like generati...David Cournapeau2009-07-261-1/+68
* Back out VS 2003 hack - it is too fragile.David Cournapeau2009-03-121-7/+0
* Ugly hack to workaround some bug in mingw to make VS 2003 work with gfortran.David Cournapeau2009-03-111-0/+7
* Python 3000 fixes for 2to3 [patch by James Watson].Stefan van der Walt2009-03-021-2/+5
* Replace numpy.distutils.exec_command.splitcmdline with shlex.split instead.cookedm2007-12-261-3/+3
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-3/+3
* Refactor Pyrex source building into a separate method in build_src.pycookedm2007-11-031-25/+33
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-1/+1
* Import Pyrex.Compiler.Main explicitly since in 0.9.5.1, it does not appear to...Robert Kern2007-07-021-1/+1
* Use log.info instead of print in setup.py'scookedm2007-05-281-2/+4
* distutils: clean up imports (found by running pyflakes)cookedm2007-05-251-5/+5
* merge from distutils-revamp branch (step 3)cookedm2007-05-251-25/+19
* build_src: introduced --swig and other related options (as in std distutils b...Pearu Peterson2007-05-181-51/+97
* Raise exception when pyrex is required.Pearu Peterson2007-05-111-1/+5
* Try harder to get swig module name when in package.Pearu Peterson2006-04-261-1/+2
* Adding plat_specifier to build/src directory so that multiple platforms could...Pearu Peterson2006-04-241-1/+4
* Fix build_src inplace build for library sources.Pearu Peterson2006-04-191-1/+1