summaryrefslogtreecommitdiff
path: root/pyximport/pyximport.py
Commit message (Expand)AuthorAgeFilesLines
* Port pyximport to the importlib machinery (GH-4625)Matus Valo2022-07-041-601/+6
* Use context manager when opening files instead of leaving a file dangling ope...Matti Picus2022-02-061-2/+4
* Provide better debug output if a pyximport fails.Stefan Behnel2022-01-061-1/+2
* Use cythonize() in pyximport (GH-4339)Matus Valo2021-12-141-1/+2
* Fix many indentation and whitespace issues throughout the code base (GH-3673)scoder2020-06-101-2/+2
* blocking all distutils from being compiled; removed distutils blacklists from...Igor Kaplounenko2019-04-161-4/+1
* pyimport=True should work now on darwin without having to pre-import distutil...Igor Kaplounenko2019-04-111-0/+3
* Fix importing of namespace packages. Add in a regtest for the same.Prakhar Goel2018-05-241-0/+4
* Rephrase the description of the "pyimport" option of pyximport a little.Stefan Behnel2018-03-241-3/+4
* Used autodocs because it makes more sense.gabrieldemarmiesse2018-03-241-40/+44
* Misc typosluz.paz2018-03-121-1/+1
* Trivial typo fixesUnknown2017-10-171-2/+2
* pyximport: remove obsolete version checkJakub Wilk2017-05-201-2/+0
* clean up zip support code in pyximport trying to remove some redundancyStefan Behnel2017-02-111-30/+28
* Addressed review commentsSergei Lebedev2017-02-111-20/+24
* Allowed importing pyx files from ZIP archivesSergei Lebedev2016-10-121-26/+39
* whitespace fixesStefan Behnel2015-11-141-10/+8
* avoid mutable default arguments (original patch by Rémy Léone)Stefan Behnel2015-11-141-1/+3
* clean up some codeStefan Behnel2015-11-141-2/+19
* adapt Py2-only 'raise' statements to Py2/Py3Stefan Behnel2015-07-251-3/+7
* 2to3: Run the 'import' fixerPetr Viktorin2015-07-251-1/+1
* Update pyximport.pyxqat2013-06-171-1/+1
* fix import of pyx modules when '' is in sys.pathSteinn Steinsen2013-01-161-1/+5
* Use OS-dependent directory separator - a / on windows is interpreted by LINK ...Steven Winfield2013-01-151-1/+1
* pyximport: make sure we encode extension file paths to 'str' in Py2 to work a...Stefan Behnel2012-08-161-0/+4
* fix some glitches in last pyximport changesStefan Behnel2012-08-061-1/+2
* simplify .py->.so loader setup in pyximport by reusing the already known path...Stefan Behnel2012-08-061-22/+50
* fix language level passing in pyximport's PyImporterStefan Behnel2012-08-061-0/+1
* allow configuring the source language level in pyximport use default to the p...Stefan Behnel2012-08-051-20/+45
* Py3 import fix in pyximportStefan Behnel2012-08-051-1/+1
* support in-place building for pyximportStefan Behnel2012-08-011-18/+32
* typo: pyxbdl --> pyxbldsbyrnes3212012-06-161-1/+1
* Add Cython.Compiler.Importer to import code which relies on functionality tha...Mark Florisson2012-04-261-13/+34
* support for compiling __init__.py in pyximport, plus some minor cleanupsStefan Behnel2011-11-121-14/+39
* new pyximport option 'load_py_module_on_import_failure': when .py build succe...Stefan Behnel2011-10-161-4/+20
* minor cleanupStefan Behnel2011-10-161-1/+1
* safety fix in pxyimportStefan Behnel2011-05-031-1/+1
* blacklist distutils sysconfig module in pyximport (needs to reside inside CPy...Stefan Behnel2011-04-221-1/+2
* blacklist distutils.extension in pyximportStefan Behnel2011-04-111-3/+3
* fix py-importing in pyximportStefan Behnel2011-04-111-1/+4
* pyximport debug output fixStefan Behnel2011-04-091-1/+1
* Fix .pyxdep files in pyximport and testsAlexey Borzenkov2010-12-221-2/+5
* applied pyximport patch from ticket 312Stefan Behnel2009-10-231-53/+124
* Python 3 fixesRobert Bradshaw2009-09-111-5/+5
* additional note on importing .py files with pyximportStefan Behnel2009-02-081-0/+11
* make pyximport work with empty path entries in sys.path (== CWD)Stefan Behnel2009-01-251-1/+7
* support for pyximporting .py files0.11-betaStefan Behnel2009-01-241-24/+125
* cleanupStefan Behnel2009-01-241-7/+6
* rewrite of pyximport module based on PEP 302 import hooksStefan Behnel2009-01-171-122/+114
* import fixes for Py2.6Stefan Behnel2008-11-111-2/+7