summaryrefslogtreecommitdiff
path: root/Cython/Utility/ImportExport.c
Commit message (Expand)AuthorAgeFilesLines
* ENH: update error message in __Pyx_ImportType when basicsize doesn'tJoe Jevnik2016-01-191-4/+4
* move "import *" utility code from ModuleNode.py to ImportExport.c fileStefan Behnel2015-03-301-0/+118
* Remove conditional compilation handling old Python 3.0Lisandro Dalcin2014-09-011-6/+6
* Get rid of obsolete Python cruftLisandro Dalcin2014-08-311-2/+2
* Remove obsolete utility code.Robert Bradshaw2014-02-221-13/+0
* clean up lots of places where exceptions are being raised to reduce the messa...Stefan Behnel2013-12-061-8/+8
* looking up package path at import time requires Py3.3+Stefan Behnel2013-08-111-2/+2
* always set __path__ for compiled packages and in Py3.3 actually implement fin...Stefan Behnel2013-07-261-0/+83
* use pre-built Python objects in __Pyx_ExportVoidPtr() utility functionStefan Behnel2013-05-011-8/+8
* move [GS]etVTable utility code to more appropriate ImportExport.c fileStefan Behnel2013-05-011-0/+50
* remove unused left-over codeStefan Behnel2013-04-061-4/+0
* simplify import-from code a little by moving the name lookup into a utility f...Stefan Behnel2013-04-051-0/+26
* use __Pyx_PyObject_GetAttrStr() in some more placesStefan Behnel2013-03-161-2/+3
* fix unused variable warning in utility codeStefan Behnel2012-12-201-1/+4
* Fix __Pyx_ImportType if #Py_LIMITED_API is defined.Bradley M. Froehle2012-12-191-2/+15
* no need to use a long in __Pyx_Import() when an int will doStefan Behnel2012-11-031-2/+2
* in Py3.3, use new PyImport_ImportModuleLevelObject() C-API function instead o...Stefan Behnel2012-11-031-2/+16
* moved helper function __Pyx_Import() into ImportExport.c utility code fileStefan Behnel2012-11-031-0/+77
* factored import/export utility code out into separate utility code file Impor...Stefan Behnel2012-08-251-0/+295