summaryrefslogtreecommitdiff
path: root/Cython/Utility/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* explicitly cast digits during PyLong conversion to avoid relying on potential...Stefan Behnel2015-09-131-2/+2
* commentsStefan Behnel2015-04-031-1/+5
* add alternative pylong_join() implementation (slower than what's there), pure...Stefan Behnel2015-04-031-0/+16
* extend PyLong optimisations to everything that fits into a C long (Py2.7 uses...Stefan Behnel2015-03-271-0/+9
* Utility Code loader + memview python3 compatMark Florisson2011-09-301-0/+0