summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare release of 0.17b40.17b4Stefan Behnel2012-08-301-1/+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-292-36/+123
* Merge pull request #145 from cgohlke/patch-1Mark Florisson2012-08-291-1/+0
|\
| * Remove initialization of target index after #pragma omp parallelcgohlke2012-08-271-1/+0
* | move utility code inclusion from Name/AttributeNodes to the latest possible s...Stefan Behnel2012-08-291-5/+9
* | PyPy fixStefan Behnel2012-08-281-3/+10
* | always instantiate exceptions directly when raising them, fix Py3 crash when ...Stefan Behnel2012-08-282-26/+72
* | prevent utility code of overloaded function entries from accidentally being w...Stefan Behnel2012-08-281-2/+0
* | added safety assertion to prevent utility code from overwriting that of other...Stefan Behnel2012-08-281-1/+3
* | disable pyregr.test_exceptions: crashes in infinite recursion testStefan Behnel2012-08-281-0/+3
* | test runner: disable gdb testing/usage in PyPyStefan Behnel2012-08-281-1/+9
* | fix some PyPy glitches in __Pyx_Globals()Stefan Behnel2012-08-271-3/+19
* | minor cleanupStefan Behnel2012-08-271-1/+1
* | implement 1-arg exec()Stefan Behnel2012-08-274-11/+42
* | deleted unnecessary helper code from Py2.6+ testStefan Behnel2012-08-271-8/+0
* | moved 'exec' and globals() utility code to new file Builtins.cStefan Behnel2012-08-273-130/+134
|/
* reduce code redundancy in Py2/3 cleanup code setupStefan Behnel2012-08-262-21/+13
* work around 'unused function __Pyx_ImportModule()' compiler warningStefan Behnel2012-08-262-4/+7
* clean up .format_code() usage in .load_as_string() method of UtilityCodeBaseStefan Behnel2012-08-261-3/+2
* factored import/export utility code out into separate utility code file Impor...Stefan Behnel2012-08-253-319/+313
* minor cleanupStefan Behnel2012-08-251-2/+2
* use proper module.m_free() way to run module cleanup code in Py3, way after r...Stefan Behnel2012-08-252-5/+25
* clean up injection of RegisterModuleCleanup utility codeStefan Behnel2012-08-252-3/+3
* atexit._exithandlers is no longer available in Py3Stefan Behnel2012-08-251-2/+5
* improve module cleanup safety a little by making Cython cleanup functions run...Stefan Behnel2012-08-251-13/+38
* moved utility code for registering the module cleanup function into Cython/Ut...Stefan Behnel2012-08-252-47/+50
* deleted dead code in testStefan Behnel2012-08-251-5/+0
* re-enable test_ctypes pyregr test, now disabled in Jenkins pyregr+stdlib test...Stefan Behnel2012-08-251-1/+0
* extended test caseStefan Behnel2012-08-251-0/+9
* added failing test for optimised float .conjugate() methodStefan Behnel2012-08-252-0/+35
* minor cleanupStefan Behnel2012-08-251-1/+1
* C comment fix in utility codeStefan Behnel2012-08-241-1/+2
* Py3 test fixStefan Behnel2012-08-241-1/+2
* PyPy fix in exception reraising codeStefan Behnel2012-08-241-1/+1
* implement bare 'raise' statement outside of except blocksStefan Behnel2012-08-243-3/+75
* fix declaration of Python classes with names that shadow builtinsStefan Behnel2012-08-242-3/+21
* disable pyregr test test_ioctl: crashes in pyregr+stdlib test runsStefan Behnel2012-08-241-0/+1
* set initial __file__ value in pyregr test modulesStefan Behnel2012-08-241-1/+3
* fix compiler crash during type inference when calling Python method of C int ...Stefan Behnel2012-08-241-5/+7
* show 'no inc/dec in Python' warning only for ++ and --, not for ~~Stefan Behnel2012-08-241-2/+2
* fix attribute access on optimised builtin functionsStefan Behnel2012-08-241-0/+5
* fix in-test when RHS needs coercion from non-Python typeStefan Behnel2012-08-242-1/+30
* Merge pull request #143 from tshirtman/patch-1Robert Bradshaw2012-08-231-1/+1
|\
| * Update docs/src/tutorial/caveats.rstGabriel Pettier2012-08-241-1/+1
|/
* prepare release of 0.17b30.17b3Stefan Behnel2012-08-231-1/+1
* fix copy&paste bug in pypy codeStefan Behnel2012-08-231-1/+1
* enable 'binding' directive by default when compiling .py filesStefan Behnel2012-08-232-6/+19
* cleanups and portability fixes in optimised string methodsStefan Behnel2012-08-231-8/+22
* fix Numpy test by replacing 'char' buffer type by explicit 'signed char'Stefan Behnel2012-08-232-7/+7