summaryrefslogtreecommitdiff
path: root/numpy/distutils/cpuinfo.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix distutils/cpuinfo.py:getoutput()Mike Nolta2017-08-151-1/+1
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-3/+3
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-3/+3
* Fix test code on cpuinfo's main functionGustavo Serra Scalet2016-09-301-4/+4
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-1/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-49/+49
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-10/+16
* 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: Apply `sys_exc` fixes. Closes #3086.Charles Harris2013-02-281-1/+1
* Py3k: make cpuinfo py3k-importable.David Cournapeau2009-12-031-22/+29
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-2/+2
* mimic gcc driver detection for nocona cpu detection.David Cournapeau2008-03-231-1/+1
* Fix has_sse3 and add has_ssse3 function for cpuinfo on linux.David Cournapeau2008-03-231-1/+4
* Include patch from jsbronder to fix ticket #644 related to nocona cpu detection.David Cournapeau2008-03-221-1/+5
* Handle typo (sse3 vs ssse3) in the cpu arch flags as found in /proc/cpuinfo f...David Cournapeau2008-03-221-1/+1
* Apply David's patch to fix ticket 653.Charles Harris2008-03-061-20/+10
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-1/+1
* Update distutils/cpuinfo.pycookedm2007-10-021-171/+155
* Remove use of the string module in distutils/cpuinfo.pycookedm2007-10-021-26/+28
* Get rid of print statement.Travis Oliphant2007-09-201-1/+0
* cpuinfo: Nocona is a PentiumIV, not 686. Fixes #438cookedm2007-03-291-3/+3
* Fixed detection of Core2 CPUs (scipy ticket #349)edschofield2007-02-051-2/+7
* remove some remaining references to scipy. fixes #428Tim Leslie2007-01-261-1/+1
* Add Intel EM64T Fortran Compiler support.Pearu Peterson2006-04-091-1/+1
* Applied http://projects.scipy.org/scipy/numpy/ticket/39Pearu Peterson2006-03-311-0/+4
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-7/+7
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+687