summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Explicitly initialize tp_print in Python 3.8 (GH-3171)Pablo Galindo2019-10-081-1/+3
| * Update changelog.Stefan Behnel2019-09-101-7/+4
* | Explicitly initialize tp_print in Python 3.8 (GH-3171)Pablo Galindo2019-10-081-1/+3
* | unicode imports (#3119)da-woods2019-09-3010-53/+283
* | Fix the handling of --annotate-fullc in cythonize.py (GH-3103)realead2019-09-186-26/+124
* | Update changelog.Stefan Behnel2019-09-101-1/+4
* | Merge branch '0.29.x'Stefan Behnel2019-09-101-0/+3
|\ \ | |/
| * Update changelog.Stefan Behnel2019-09-101-0/+3
| * Utility/CppConvert: fix Cython warning (GH-3108)Gerion Entrup2019-09-101-1/+1
* | Update changelog.Stefan Behnel2019-09-101-0/+9
* | Discard a C comment from the generated files.Stefan Behnel2019-09-101-2/+2
* | Add comment.Stefan Behnel2019-09-101-0/+1
* | Discard a C comment from the generated files.Stefan Behnel2019-09-101-2/+2
* | Support METH_FASTCALL for Cython functions (GH-3101)Jeroen Demeyer2019-09-106-18/+289
* | Add support of const fused type memory views (GH-3118)Thomas VINCENT2019-09-104-12/+127
* | Update changelog.Stefan Behnel2019-09-101-3/+0
* | Merge branch '0.29.x'Stefan Behnel2019-09-101-0/+6
|\ \ | |/
| * Update changelog.Stefan Behnel2019-09-101-0/+6
| * added unit test for bool dtypetelamonian2019-09-102-0/+14
| * fixes #2675telamonian2019-09-101-3/+4
* | Put __Pyx_PyMethod_New directly in the tp_descr_get slot (GH-3116)Jeroen Demeyer2019-09-063-13/+19
* | Modernise and simplify some code in MemoryView.pyx.Stefan Behnel2019-09-061-6/+5
* | Fix MemoryView.get_slice_from_memview() to propagate exceptions.Stefan Behnel2019-09-061-1/+1
* | Make sure to include "Python.h" also from the "public" header file, which dep...Stefan Behnel2019-09-061-0/+1
* | Remove dead code.Stefan Behnel2019-09-061-1/+0
* | Merge pull request #3125 from alexhenrie/powRobert Bradshaw2019-09-031-1/+0
|\ \
| * | Remove duplicated line from __Pyx_c_powAlex Henrie2019-09-031-1/+0
|/ /
* | BUG: revert numpy.pxd to 0.29.13 (GH-3114)Matti Picus2019-09-021-18/+5
* | Handle normalization of unicode identifiers (GH-3096)da-woods2019-09-0210-7/+177
* | Utility/CppConvert: fix Cython warning (GH-3108)Gerion Entrup2019-08-281-1/+1
* | Rename self_result_code -> closure_result_code and delete unused self_object ...Stefan Behnel2019-08-282-16/+9
|\ \
| * | Rename self_result_code -> closure_result_codeJeroen Demeyer2019-08-272-16/+9
* | | Consistently name "closure" argument for Cython functions (GH-3104)Stefan Behnel2019-08-281-9/+9
|\ \ \
| * | | Consistently name "closure" argument for Cython functionsJeroen Demeyer2019-08-271-9/+9
| |/ /
* | | Always bind Cython functions (#3106)Stefan Behnel2019-08-282-15/+12
|\ \ \
| * | | Always bind Cython functionsJeroen Demeyer2019-08-282-15/+12
| * | | Special-case setting __new__ in classJeroen Demeyer2019-08-273-2/+49
* | | | Special-case setting __new__ in class (GH-3102)Jeroen Demeyer2019-08-283-2/+49
| |/ / |/| |
* | | Use METH_FASTCALL on CPython >= 3.7 (GH-3021)Jeroen Demeyer2019-08-2711-84/+402
* | | Support wider use of @property decorator on CClassDef AttributeNodes (GH-3095)Matti Picus2019-08-275-17/+84
* | | __Pyx_GetNameInClass() should get raw attribute from __dict__ (GH-3100)Jeroen Demeyer2019-08-272-7/+35
|/ /
* | Always enable C line in traceback for tests (GH-3098)Jeroen Demeyer2019-08-263-2/+8
* | Travis CI: make CPython 3.8 tests mandatory (GH-3099)Jeroen Demeyer2019-08-261-4/+6
* | Add an assertion for the assumption that all identifier start characters are ...Stefan Behnel2019-08-241-1/+3
* | Remove unused variable.Stefan Behnel2019-08-241-1/+0
* | Remove unused import.Stefan Behnel2019-08-241-1/+0
* | Update changelog.Stefan Behnel2019-08-241-0/+3
* | Update lexicon from latest CPython 3.8.Stefan Behnel2019-08-241-29/+26
* | Clean up the Lexicon.py generation script and use f-strings to prevent accide...Stefan Behnel2019-08-242-70/+54
* | Unicode identifiers (PEP 3131) (GH-3081)da-woods2019-08-2414-67/+587