summaryrefslogtreecommitdiff
path: root/numpy/compat/py3k.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix the method for checking local files (#23728)Hongyang Peng2023-05-091-1/+9
* 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
* 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
|/
* 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
* 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
* 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
* STY: Minor PEP8 fixes.Charles Harris2014-08-011-1/+0
* FIX isfileobj accepts write-mode files under PY3Olivier Grisel2014-06-301-1/+1
* ENH: export py3k.integer_types from numpy.compatChristoph Gohlke2013-09-071-1/+2
* 2to3: Apply unicode fixer.Charles Harris2013-04-211-3/+9
* 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 `print` fixer.Charles Harris2013-04-061-1/+1
* 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/+1
* 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
* BUG: compat: fix a bug in open_latin1Pauli Virtanen2010-05-131-1/+1
* BUG/3K: distutils: do not assume that files output e.g. by gcc can be read in...Pauli Virtanen2010-05-111-1/+5
* 3K: lib: more str vs bytes issues in the lib/io loadtxt, savetxt and genfromtxtPauli Virtanen2010-02-201-1/+1
* ENH: compat: additional Py3 convenience functionsPauli Virtanen2010-02-201-3/+9
* 3K: compat: make isfileobj recognize only real file objects with FILE* pointe...Pauli Virtanen2010-02-201-1/+1
* ENH: Add some tools to numpy.compatPauli Virtanen2010-02-201-2/+15
* 3K: core: adjust some tests vs. str/bytes and int inheritance issuesPauli Virtanen2010-02-201-1/+7
* 3K: BUG: core: fix some tests for Py3Pauli Virtanen2010-02-201-1/+3
* 3K: compat: add getexception to compat.py3kPauli Virtanen2009-12-061-1/+6
* 3K: rename compat.isfile to isfileobj to avoid confusion with os.pathPauli Virtanen2009-12-061-3/+3
* 3K: add some compatibility tools to numpy.compatPauli Virtanen2009-12-061-0/+22