summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * REF: Replace filters with list comprehensions.Charles Harris2013-02-283-8/+8
| * 2to3: Apply `filter` fixes. Closes #3053.Charles Harris2013-02-284-10/+10
* | Merge pull request #3097 from charris/2to3-sys_excnjsmith2013-03-011-1/+1
|\ \
| * | 2to3: Apply `sys_exc` fixes. Closes #3086.Charles Harris2013-02-281-1/+1
| |/
* | 2to3: Apply `funcattrs` fixer. Closes #3058.Charles Harris2013-02-283-3/+3
|/
* Merge pull request #3020 from charris/2to3-remove-has_keyseberg2013-02-271-4/+4
|\
| * 2to3: Change use 'has_key' to 'key in'.Charles Harris2013-02-261-4/+4
* | 2to3: Use modern exception syntax.Charles Harris2013-02-262-3/+3
|/
* DEP: Remove scons related files and code.Charles Harris2013-01-135-765/+2
* FIX: Add multiarch paths to the distutils' onesOndřej Čertík2012-12-131-0/+13
* Merge pull request #2795 from d5h/issue_2551Ralf Gommers2012-12-081-5/+2
|\
| * Fix distutils build_src with 'c++' in swig_opts and a c++ comment in the .i f...Dan Hipschman2012-12-061-5/+2
* | add platform specific python include directories to search pathsJulian Taylor2012-12-051-2/+8
|/
* Code cleanupGabriel2012-11-241-1/+1
* Assume we can use sys.stdout.fileno() and friends.Gabriel2012-11-231-7/+5
* Handle MSVC v10 in _MSVCRVER_TO_FULLVERpeterjc2012-11-121-4/+7
* Cope with two digit major number in MSCV v10peterjc2012-11-121-1/+4