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
/
compat
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-24
TST: Add numpy/compat/tests
Charles Harris
1
-2
/
+2
2017-08-06
TST, MAINT: Add `__init__.py` files to tests directories.
Charles Harris
1
-0
/
+0
2017-07-04
MAINT: Rearrange files in numpy/testing module.
Charles Harris
1
-1
/
+1
2016-10-12
BUG: import full module path in npy_load_module
Jonathan Helmus
1
-1
/
+1
2016-07-17
MAINT,DOC: add to compat.py3k a function to load modules. Fix some doc for f2...
bertrand
1
-2
/
+59
2016-04-06
ENH: Add support for pathlib.Path objects to save/load functions
Wendell Smith
1
-1
/
+12
2016-02-25
DOC: Fix more typos in docs and comments.
Dongjoon Hyun
1
-1
/
+1
2015-12-05
MAINT: Include from __future__ boilerplate in some files missing it.
Charles Harris
1
-0
/
+2
2014-09-04
TST: pass sys.argv to run_module_suite by default
Julian Taylor
1
-1
/
+5
2014-08-01
STY: Minor PEP8 fixes.
Charles Harris
2
-2
/
+1
2014-08-01
BUG: Fix bugs in unused code paths.
Charles Harris
2
-57
/
+30
2014-06-30
FIX isfileobj accepts write-mode files under PY3
Olivier Grisel
2
-1
/
+20
2013-09-07
ENH: export py3k.integer_types from numpy.compat
Christoph Gohlke
1
-1
/
+2
2013-08-18
STY: Giant comma spacing fixup.
Charles Harris
1
-1
/
+1
2013-04-21
2to3: Apply unicode fixer.
Charles Harris
1
-3
/
+9
2013-04-14
2to3: Apply types fixer.
Charles Harris
1
-1
/
+1
2013-04-13
2to3: Apply basestring fixer.
Charles Harris
1
-1
/
+4
2013-04-13
2to3: Apply the `numliterals` fixer and skip the `long` fixer.
Charles Harris
1
-1
/
+8
2013-04-10
2to3: Apply `map` fixer.
Charles Harris
1
-1
/
+1
2013-04-06
2to3: Apply `print` fixer.
Charles Harris
4
-10
/
+10
2013-03-28
2to3: Use absolute imports.
Charles Harris
3
-7
/
+7
2013-03-01
Merge pull request #3026 from charris/2to3-fix-print
Charles Harris
4
-0
/
+7
2013-03-01
2to3: Put `from __future__ import division in every python file.
Charles Harris
4
-0
/
+7
2013-03-01
2to3: Apply `methodattrs` fixes.
Charles Harris
1
-1
/
+1
2013-02-28
2to3: Apply `funcattrs` fixer. Closes #3058.
Charles Harris
1
-4
/
+4
2013-01-13
DEP: Remove scons related files and code.
Charles Harris
1
-11
/
+0
2012-03-03
BUG: Fix ticket #1990.
Bryan Van de Ven
1
-6
/
+19
2011-07-01
BUG:py3k: fix error with recarry. Patch by C. Gohlke. Closes #1843.
Ralf Gommers
1
-1
/
+1
2010-05-13
BUG: compat: fix a bug in open_latin1
Pauli Virtanen
1
-1
/
+1
2010-05-11
BUG/3K: distutils: do not assume that files output e.g. by gcc can be read in...
Pauli Virtanen
1
-1
/
+5
2010-02-20
3K: lib: more str vs bytes issues in the lib/io loadtxt, savetxt and genfromtxt
Pauli Virtanen
1
-1
/
+1
2010-02-20
ENH: compat: additional Py3 convenience functions
Pauli Virtanen
1
-3
/
+9
2010-02-20
3K: compat: make isfileobj recognize only real file objects with FILE* pointe...
Pauli Virtanen
1
-1
/
+1
2010-02-20
ENH: Add some tools to numpy.compat
Pauli Virtanen
2
-3
/
+16
2010-02-20
3K: core: adjust some tests vs. str/bytes and int inheritance issues
Pauli Virtanen
1
-1
/
+7
2010-02-20
3K: BUG: core: fix some tests for Py3
Pauli Virtanen
1
-1
/
+3
2009-12-06
3K: compat: add getexception to compat.py3k
Pauli Virtanen
1
-1
/
+6
2009-12-06
3K: rename compat.isfile to isfileobj to avoid confusion with os.path
Pauli Virtanen
1
-3
/
+3
2009-12-06
3K: add some compatibility tools to numpy.compat
Pauli Virtanen
2
-0
/
+25
2009-11-13
first set of checkins from the doc editor
Jarrod Millman
1
-4
/
+7
2009-10-13
DOC: add docstrings to compat and compat._inspect.
David Cournapeau
2
-0
/
+14
2009-10-13
ENH: move inspect copy into newly created compat module.
David Cournapeau
4
-0
/
+238