summaryrefslogtreecommitdiff
path: root/pyximport
Commit message (Expand)AuthorAgeFilesLines
* pyximport: 'cd' into common dir to prevent too-long filenames (mostly for win...Matti Picus2022-07-172-12/+40
* Port pyximport to the importlib machinery (GH-4625)Matus Valo2022-07-043-601/+1076
* Use context manager when opening files instead of leaving a file dangling ope...Matti Picus2022-02-063-15/+22
* Provide better debug output if a pyximport fails.Stefan Behnel2022-01-061-1/+2
* Make "new_build_ext" the new "build_ext" (GH-4498)Matus Valo2021-12-201-1/+1
* Use cythonize() in pyximport (GH-4339)Matus Valo2021-12-142-5/+7
* Fix many indentation and whitespace issues throughout the code base (GH-3673)scoder2020-06-104-9/+8
* Fix typos (GH-3276)Brian Wignall2019-12-211-1/+1
* 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
* Update URLs to https:// in docs and commentsJon Dufresne2019-01-111-1/+1
* 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
* Changed some filenames.gabrieldemarmiesse2018-03-172-73/+71
* Misc typosluz.paz2018-03-121-1/+1
* Trivial typo fixesUnknown2017-10-171-2/+2
* Update READMEGuilherme Caminha2017-09-071-1/+1
* pyximport: remove obsolete version checkJakub Wilk2017-05-201-2/+0
* Fix bad indentation in a pyximport testJakub Wilk2017-04-241-1/+1
* clean up zip support code in pyximport trying to remove some redundancyStefan Behnel2017-02-111-30/+28
* enable testStefan Behnel2017-02-111-0/+1
* minor test code cleanupStefan Behnel2017-02-111-1/+4
* Merge pull request #1485 from superbobry/pyximport-zipscoder2017-02-112-21/+78
|\
| * Addressed review commentsSergei Lebedev2017-02-112-20/+33
| * Allowed importing pyx files from ZIP archivesSergei Lebedev2016-10-122-33/+77
* | Delete trailing spacesmathbunnyru2017-01-123-19/+19
|/
* Fix some tests.Robert Bradshaw2016-09-081-4/+4
* whitespace fixesStefan Behnel2015-11-141-10/+8
* avoid mutable default arguments (original patch by Rémy Léone)Stefan Behnel2015-11-142-4/+9
* clean up some codeStefan Behnel2015-11-141-2/+19
* modernise pyximport testsStefan Behnel2015-07-262-13/+22
* adapt Py2-only 'raise' statements to Py2/Py3Stefan Behnel2015-07-251-3/+7
* 2to3: Run the 'import' fixerPetr Viktorin2015-07-253-4/+4
* fix test runner and pyximport in Py 2.7.9 and 3.4+: setuptools replaces "dist...Stefan Behnel2014-12-261-4/+6
* Merge pull request #228 from tecki/masterscoder2014-08-021-7/+1
|\
| * use all distutils config filesMartin Teichmann2013-05-161-2/+1
| * Revert "pyximport: parse distutils config files (except local setup.cfg)"Martin Teichmann2013-05-161-5/+0
* | Update pyximport.pyxqat2013-06-171-1/+1
|/
* Merge pull request #188 from pv/pyxbuild-fixesscoder2013-03-041-0/+11
|\
| * pyximport: fix a bug crashing other processesPauli Virtanen2013-02-241-0/+11
* | delete unused fileStefan Behnel2013-02-271-35/+0
|/
* 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 setting of directive 'set_initial_path' in pyximport after renaming it in...Stefan Behnel2012-08-151-3/+3
* when pyximporting a package __init__ module in place, make sure we provide __...Stefan Behnel2012-08-071-0/+7
* fix some glitches in last pyximport changesStefan Behnel2012-08-062-3/+4
* fix command line switchStefan Behnel2012-08-061-1/+1
* simplify .py->.so loader setup in pyximport by reusing the already known path...Stefan Behnel2012-08-061-22/+50