summaryrefslogtreecommitdiff
path: root/numpy/compat
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix the method for checking local files (#23728)Hongyang Peng2023-05-092-1/+12
* MAINT: Move _inspect and _pep440 from compat to _utilsSebastian Berg2022-11-253-680/+3
* PERF: Remove numpy.compat._pep440 from default importsPieter Eendebak2022-08-041-1/+0
* MAINT: Replace LooseVersion by _pep440.Charles Harris2022-02-052-0/+488
* ENH: provide a convenience function to replace npy_load_module (#20395)Matti Picus2021-11-191-1/+3
* MAINT: Remove unused imports and unreachable code (#18762)Elisha Hollander2021-07-071-4/+0
* DOC: Add a note that one should preferably use `contextlib.nullcontext`Bas van Beek2020-12-051-0/+3
* MAINT: Cleanup compatibility code for pathlibEric Wieser2020-10-101-5/+4
* MAINT: py3k: remove os.fspath and os.PathLike backports (#17473)Wei Yang2020-10-101-51/+2
* Mark tests as a subpackage rather than data.Hameer Abbasi2020-05-061-1/+1
* Merge pull request #15011 from hmaarrfk/compat_cleanup_35Sebastian Berg2020-01-161-118/+51
|\
| * MAINT: cleanup compat.py3k.pyMark Harfouche2020-01-031-118/+51
* | MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
|/
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-034-8/+0
* Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-191-1/+1
* DOC: add a more useful comment to compat.py3k.pyMark Harfouche2019-11-291-3/+9
* DEV: cleanup imports and some assignments (from LGTM)mattip2019-03-171-2/+1
* MAINT: Move pickle import to numpy.compatCharles Harris2019-02-211-3/+8
* MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-011-3/+2
* ENH: Add support for third-party path-like objects by backporting os.fspathEric Wieser2018-10-121-3/+67
* MAINT: Close the file if any unexpected errors occur within memmapEric Wieser2018-09-231-1/+24
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-5/+1
* TST: Add numpy/compat/testsCharles Harris2018-03-241-2/+2
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-0/+0
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-1/+1
* BUG: import full module path in npy_load_moduleJonathan Helmus2016-10-121-1/+1
* MAINT,DOC: add to compat.py3k a function to load modules. Fix some doc for f2...bertrand2016-07-171-2/+59
* ENH: Add support for pathlib.Path objects to save/load functionsWendell Smith2016-04-061-1/+12
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-1/+1
* MAINT: Include from __future__ boilerplate in some files missing it.Charles Harris2015-12-051-0/+2
* TST: pass sys.argv to run_module_suite by defaultJulian Taylor2014-09-041-1/+5
* STY: Minor PEP8 fixes.Charles Harris2014-08-012-2/+1
* BUG: Fix bugs in unused code paths.Charles Harris2014-08-012-57/+30
* FIX isfileobj accepts write-mode files under PY3Olivier Grisel2014-06-302-1/+20
* ENH: export py3k.integer_types from numpy.compatChristoph Gohlke2013-09-071-1/+2
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* 2to3: Apply unicode fixer.Charles Harris2013-04-211-3/+9
* 2to3: Apply types fixer.Charles Harris2013-04-141-1/+1
* 2to3: Apply basestring fixer.Charles Harris2013-04-131-1/+4
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-1/+8
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-064-10/+10
* 2to3: Use absolute imports.Charles Harris2013-03-283-7/+7
* Merge pull request #3026 from charris/2to3-fix-printCharles Harris2013-03-014-0/+7
|\
| * 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-014-0/+7
* | 2to3: Apply `methodattrs` fixes.Charles Harris2013-03-011-1/+1
|/
* 2to3: Apply `funcattrs` fixer. Closes #3058.Charles Harris2013-02-281-4/+4
* DEP: Remove scons related files and code.Charles Harris2013-01-131-11/+0
* BUG: Fix ticket #1990.Bryan Van de Ven2012-03-031-6/+19
* BUG:py3k: fix error with recarry. Patch by C. Gohlke. Closes #1843.Ralf Gommers2011-07-011-1/+1