index
:
platform/upstream/python-numpy
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
master
sandbox/backup/numpy-1.15.0_20210104
sandbox/dh0128.kwak/numpy-1.16.6_20201231
sandbox/nmerinov/llvm
sandbox/wangbiao/qemu-5.2
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
upstream-git
Domain: System / Base; Licenses: BSD-3-Clause;
Inki Dae <inki.dae@samsung.com>, Semun Lee <semun.lee@samsung.com>, Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
numpy
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-02
Remove use of the string module in distutils/cpuinfo.py
cookedm
1
-26
/
+28
2007-10-02
apply gen_lib_options overwrite only when a compiler module is imported
Pearu Peterson
1
-3
/
+4
2007-10-02
more rest corrections
Jarrod Millman
1
-4
/
+2
2007-10-02
trying to get the rest right
Jarrod Millman
1
-1
/
+1
2007-10-02
typo
Jarrod Millman
1
-2
/
+4
2007-10-02
more on documentation
Jarrod Millman
1
-3
/
+17
2007-10-02
allow TestCase classes to be prefixed with either 'test' or 'Test'
Jarrod Millman
1
-1
/
+1
2007-09-30
ma: output of .sum() should be scalar (patch by reggie,
Stefan van der Walt
1
-8
/
+9
2007-09-30
Fix tri when dtype is bool (closes ticket #574).
Stefan van der Walt
2
-5
/
+12
2007-09-25
Add msvccompiler to those injected with gen_lib_options
cookedm
1
-1
/
+1
2007-09-25
Inject our numpy.distutils.ccompiler.gen_lib_options into the various
cookedm
1
-0
/
+8
2007-09-25
Back out pearu's r4101 that added a warning about importing distutils before ...
cookedm
1
-16
/
+0
2007-09-25
ReST fixes.
Stefan van der Walt
4
-107
/
+112
2007-09-25
ReST markup fixes.
Stefan van der Walt
1
-112
/
+110
2007-09-25
Update formatting. Mention how to handle blank lines in doctests.
Stefan van der Walt
1
-64
/
+83
2007-09-23
point to a link that actually works
Jarrod Millman
1
-1
/
+1
2007-09-23
correcting epydoc output
Jarrod Millman
5
-80
/
+68
2007-09-23
another typo
Jarrod Millman
1
-1
/
+1
2007-09-23
typo
Jarrod Millman
1
-2
/
+1
2007-09-23
one more try
Jarrod Millman
15
-0
/
+1858
2007-09-23
backing out the last thing i did
Jarrod Millman
15
-1858
/
+0
2007-09-23
get the example working
Jarrod Millman
17
-13
/
+1881
2007-09-23
fixing link error: fixed. Removing debug messages and added a warning message...
Pearu Peterson
3
-3
/
+17
2007-09-23
fixing link error: wrong gen_lib_options is being used, may be it is a import...
Pearu Peterson
1
-1
/
+3
2007-09-23
more doc work
Jarrod Millman
1
-0
/
+11
2007-09-23
fixing link error: added debug message, 3.
Pearu Peterson
1
-0
/
+2
2007-09-23
more documentation
Jarrod Millman
1
-4
/
+4
2007-09-23
typo
Jarrod Millman
1
-1
/
+1
2007-09-23
more doc work
Jarrod Millman
1
-62
/
+59
2007-09-23
fixing link error: added debug message, 2.
Pearu Peterson
1
-1
/
+1
2007-09-23
fixing link error: added debug message
Pearu Peterson
1
-0
/
+1
2007-09-23
fix missing string import
Pearu Peterson
1
-1
/
+1
2007-09-23
docs
Jarrod Millman
1
-1
/
+1
2007-09-23
docs
Jarrod Millman
1
-0
/
+1
2007-09-23
cont. documentation
Jarrod Millman
2
-0
/
+3
2007-09-23
more documentation
Jarrod Millman
2
-4
/
+20
2007-09-23
documentation
Jarrod Millman
1
-3
/
+4
2007-09-23
more documentation
Jarrod Millman
1
-18
/
+18
2007-09-23
more documentation
Jarrod Millman
1
-13
/
+24
2007-09-23
more documentation work
Jarrod Millman
1
-38
/
+71
2007-09-23
updating file extension to .txt
Jarrod Millman
1
-0
/
+0
2007-09-23
documentation
Jarrod Millman
2
-171
/
+181
2007-09-22
backport the usage of get_build_architecture to pyhton <=2.4
Pearu Peterson
1
-5
/
+18
2007-09-21
A little refactoring of memmap
Travis Oliphant
1
-8
/
+9
2007-09-21
Raise an error if you try to close a memory-map that you don't own.
Travis Oliphant
1
-1
/
+7
2007-09-21
Fix memmap passing on it's mmap attribute to views but not closing the file u...
Travis Oliphant
1
-6
/
+4
2007-09-21
Add a fix for ticket #582 by adding a framework for clearing the floating poi...
Travis Oliphant
2
-4
/
+14
2007-09-21
Apply patch to fix ticket #557 (pinv causing error with empty arrays)
Travis Oliphant
2
-2
/
+18
2007-09-21
Fix places where RENEW is called so that if reallocation fails, cleanup is do...
Travis Oliphant
1
-11
/
+28
2007-09-21
Fix missing import.
Travis Oliphant
1
-1
/
+1
[next]