summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* Make vecLib / Accelerate not shadow other optimized builds under OSXOlivier Grisel2013-09-041-23/+33
* Add support for using openblas for the _dotblas function.Ake Sandgren2013-08-201-1/+23
* STY: Giant comma spacing fixup.Charles Harris2013-08-1852-642/+642
* STY: Giant whitespace cleanup.Charles Harris2013-08-184-5/+5
* STY: Break long lines in numpy/distutils/log.py.Charles Harris2013-07-291-5/+16
* MAINT: typo fix in logging messageTomas Tomecek2013-07-291-2/+2
* BUG: Handle a version string from a custom-built mingw64.mwtoews2013-05-292-1/+2
* MAINT: Remove msvc_on_amd64 functionChristoph Gohlke2013-05-222-15/+1
* BLD: fix setuptools-specific easy_install issue. Closes gh-3160.Ralf Gommers2013-05-191-2/+4
* ENH: add possibility to add define_macros to extensionsJulian Taylor2013-05-091-1/+19
* Merge pull request #3182 from juliantaylor/debug-extRalf Gommers2013-05-052-6/+40
|\
| * BUG: hardcode some known shared library extensionsJulian Taylor2013-04-282-6/+40
* | Merge pull request #3261 from keflavich/f77_ext_bugfixCharles Harris2013-05-021-2/+2
|\ \
| * | reduces excess cleverness from 1/2 to 1/3Adam Ginsburg2013-04-211-2/+2
| * | bugfix in build_ext: check that ext has an attribute before trying toAdam Ginsburg2013-04-181-2/+2
* | | MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-025-8/+7
| |/ |/|
* | ENH: remove obsolete ifort flags, ensure generated binaries work everywhere.David Cournapeau2013-04-231-14/+5
|/
* 2to3: Apply basestring fixer.Charles Harris2013-04-131-3/+6
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-2/+2
* Merge pull request #3205 from charris/2to3-apply-dict-fixerCharles Harris2013-04-078-10/+10
|\
| * MAINT: Fixup more dictionary fixer fixes.Charles Harris2013-04-072-4/+4
| * 2to3: apply `dict` fixer.Charles Harris2013-04-069-13/+13
* | Merge pull request #3202 from charris/2to3-reduce-fixupsnjsmith2013-04-071-2/+1
|\ \ | |/ |/|
| * MAINT: Cleanup some imports involving reduce.Charles Harris2013-04-061-2/+1
* | 2to3: Apply `print` fixer.Charles Harris2013-04-0680-112/+111
|/
* Merge pull request #3191 from charris/2to3-apply-imports-fixerCharles Harris2013-04-066-21/+37
|\
| * 2to3: Apply `imports` fixer.Charles Harris2013-04-026-21/+37
* | Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-033-34/+37
|\ \ | |/ |/|
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-193-34/+37
* | Merge pull request #3178 from charris/2to3-apply-import-fixernjsmith2013-04-0273-83/+85
|\ \
| * | 2to3: Add `from __future__ import ...` to some files that were missed.Charles Harris2013-03-281-0/+2
| * | 2to3: Use absolute imports.Charles Harris2013-03-2872-83/+83
* | | MAINT: Fix python3 ResourceWarning when running test_exec_command.pyCharles Harris2013-03-281-0/+4
|/ /
* | 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-1/+1
* | TST: open the TemporaryFile in ASCII modeOndrej Certik2013-03-251-1/+1
* | TST: skip general test on non-posix platformsOndrej Certik2013-03-101-10/+15
* | TST: Redirect the other stream to temp. fileOndrej Certik2013-03-101-6/+11
* | Implement separate checking for stdout and stderrOndrej Certik2013-03-092-15/+14
* | TST: add robust tests for exec_command()Ondrej Certik2013-03-091-1/+44
* | PEP8: don't use \Ondrej Certik2013-03-071-2/+2
* | FIX: add _supports_fileno() for testing fileno()Ondrej Certik2013-03-071-2/+15
* | BUG: fix issue with distutils.exec_command introduced in 1.7.0.Ralf Gommers2013-03-062-16/+55
|/
* 2to3: Remove xreadlines and replace f.readlines() by f where valid.Charles Harris2013-03-058-14/+11
* 2to3:DEP: Remove interactive setup and gnu compiler configuration.Charles Harris2013-03-053-208/+2
* MAINT: Get rid of a ResourceWarning.Charles Harris2013-03-031-1/+6
* Merge pull request #3026 from charris/2to3-fix-printCharles Harris2013-03-0180-3/+149
|\
| * 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-0180-3/+149
* | Merge pull request #3099 from charris/2to3-methodattrsnjsmith2013-03-011-4/+1
|\ \ | |/ |/|
| * 2to3: Apply `methodattrs` fixes.Charles Harris2013-03-011-4/+1
* | Merge pull request #3056 from charris/2to3-filterCharles Harris2013-03-014-10/+10
|\ \ | |/ |/|