summaryrefslogtreecommitdiff
path: root/numpy/distutils/cpuinfo.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-021-2/+2
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
* STY,MAINT: avoid 'multiple imports on one line' (flake8 E401)Mike Taves2020-01-281-3/+5
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-8/+2
* Merge pull request #15248 from eric-wieser/avoid-exc_infoCharles Harris2020-01-051-8/+4
|\
| * MAINT: cleanup use of sys.exc_infoEric Wieser2020-01-051-8/+4
* | MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* | MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
|/
* MAINT: Remove unnecessary backslashes when not needed.MSeifert042019-07-021-14/+14
* 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