summaryrefslogtreecommitdiff
path: root/Cython/Utility/FunctionArguments.c
Commit message (Expand)AuthorAgeFilesLines
* avoid some redundant calls to PyThreadState_GET() to reduce locking etc. duri...Stefan Behnel2015-09-201-2/+1
* streamline exception type testsStefan Behnel2015-09-171-1/+2
* minor safety fix to avoid "maybe uninitialised" C compiler warningStefan Behnel2015-05-141-1/+1
* widen mapping-like object support when merging them into a kwargs dictStefan Behnel2015-05-131-1/+16
* partially implement PEP 448 for function calls onlyStefan Behnel2015-05-121-0/+51
* Backed out changeset 7102647c1ecdStefan Behnel2014-10-291-1/+1
* remove usages of CYTHON_FORMAT_SSIZE_T (which is always 'z')Stefan Behnel2014-10-261-1/+1
* Fix bad macro CPYTHON_COMPILING_IN_PYPY -> CYTHON_COMPILING_IN_PYPYLisandro Dalcin2014-05-051-1/+1
* set another string length field in exception message formatStefan Behnel2013-12-071-1/+1
* clean up lots of places where exceptions are being raised to reduce the messa...Stefan Behnel2013-12-061-6/+6
* minor improvements in __Pyx_ArgTypeTest() and prevent it from raising C compi...Stefan Behnel2013-12-061-8/+12
* extend semantics of 'basestring' typed variables to represent exactly bytes/s...Stefan Behnel2013-10-061-1/+4
* Use CYTHON_FORMAT_SSIZE_Tcgohlke2012-08-301-2/+1
* also fix up keyword type checking function to allow Unicode stringsStefan Behnel2012-08-291-3/+2
* refactoring and rewrite of optional kw arguments parsing helper function to s...Stefan Behnel2012-08-291-36/+65
* Merge pull request #110 from scoder/pypyscoder2012-04-121-0/+7
|\
| * disable string type checking for keyword arguments on PyPy because it does th...Stefan Behnel2012-02-261-0/+7
* | Fix compile error with gcc 4.7 and using c++11Peinthor Rene2012-04-051-1/+1
|/
* drop some useless micro 'optimisations' in Py3Stefan Behnel2012-02-261-2/+2
* externalised some more utility code from Nodes.pyStefan Behnel2011-11-141-0/+251