Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changelog0.24.x | Stefan Behnel | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | changelog | Stefan Behnel | 2016-07-15 | 1 | -3/+3 |
| | |||||
* | changelog0.24.1 | Stefan Behnel | 2016-07-15 | 1 | -0/+3 |
| | |||||
* | Allow conversion of std::complex to/from Python objects. | Robert Bradshaw | 2016-07-15 | 3 | -0/+54 |
| | |||||
* | set version to 0.24.1 | Stefan Behnel | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | changelog | Stefan Behnel | 2016-07-15 | 1 | -0/+30 |
| | |||||
* | Improve documentation for cpdef methods | Jeroen Demeyer | 2016-07-15 | 1 | -9/+31 |
| | |||||
* | support "%%cython -3" cell magic in IPython | Stefan Behnel | 2016-07-15 | 2 | -4/+27 |
| | |||||
* | Example of using package_data for pxd files. | Robert Bradshaw | 2016-07-15 | 1 | -0/+14 |
| | |||||
* | Update docs on sharing pxd files. | Robert Bradshaw | 2016-07-15 | 1 | -0/+3 |
| | |||||
* | Use automatic PEP links in doc | Jeroen Demeyer | 2016-07-15 | 5 | -20/+13 |
| | |||||
* | fix typo | Stefan Behnel | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | Add tp_dict and tp_descr_* declarations | Jeroen Demeyer | 2016-07-15 | 1 | -0/+7 |
| | |||||
* | let's see if the list order of the python releases makes a difference for ↵ | Stefan Behnel | 2016-07-15 | 1 | -2/+2 |
| | | | | the execution order in travis | ||||
* | let's see if there's a py36-dev already in travis | Stefan Behnel | 2016-07-15 | 1 | -0/+2 |
| | |||||
* | try fixing travix build by not using sudo if we don't have it available | Stefan Behnel | 2016-07-15 | 1 | -5/+7 |
| | |||||
* | adapt some line endings to standard Unix style | Stefan Behnel | 2016-07-15 | 6 | -29/+425 |
| | |||||
* | Update docs wrt property syntax deprecation | Björn Dahlgren | 2016-07-15 | 3 | -16/+37 |
| | |||||
* | extract some changes from pull request #504 that seem straight forward and ↵ | Stefan Behnel | 2016-07-15 | 1 | -4/+19 |
| | | | | helpful to speed up the travis builds | ||||
* | properly open and close source file in test runner when parsing distutils flags | Stefan Behnel | 2016-07-15 | 1 | -1/+3 |
| | |||||
* | simplify some code | Stefan Behnel | 2016-07-15 | 1 | -7/+6 |
| | |||||
* | fix test | Stefan Behnel | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | allow '=' to occur in C defined macro values when parsing distutils options | Stefan Behnel | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | Add test for passing in define macro without a value to distutils | Ian Henriksen | 2016-07-15 | 2 | -0/+17 |
| | | | | via distutils comment directives in a Cython source file. | ||||
* | Forward define macros without specified values properly | Ian Henriksen | 2016-07-15 | 1 | -1/+3 |
| | | | | when they are provided as commented distutils directives. | ||||
* | Improve "missing cimport" message | Jeroen Demeyer | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | More fixes. | David Nogueira | 2016-07-15 | 1 | -3/+3 |
| | |||||
* | Fix error in example code in documentation. | David Nogueira | 2016-07-15 | 1 | -2/+2 |
| | |||||
* | Fix a typo in a comment | Joon Ro | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | Test of __new__ on Python class. | Robert Bradshaw | 2016-07-15 | 1 | -0/+8 |
| | |||||
* | Fix int_float_builtins_as_casts_T400 due to truncl rename. | Robert Bradshaw | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | Cleanup C++ buffer type name mangling. | Robert Bradshaw | 2016-07-15 | 2 | -6/+2 |
| | |||||
* | Add a test for namespaced struct with memoryview | Ivan Smirnov | 2016-07-15 | 1 | -0/+4 |
| | |||||
* | Reenable cpp_structs test | Ivan Smirnov | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | Mangle C++ namespaced types | Ivan Smirnov | 2016-07-15 | 1 | -0/+1 |
| | |||||
* | Work around missing Cygwin truncl. | Robert Bradshaw | 2016-07-15 | 2 | -1/+12 |
| | |||||
* | add "__module__" attribute to coroutines and generators | Stefan Behnel | 2016-07-15 | 3 | -10/+26 |
| | |||||
* | modernise setup.py example in OpenMP docs | Stefan Behnel | 2016-07-15 | 1 | -27/+16 |
| | |||||
* | + setup.py instructions for Visual C++ compiler | Joon Ro | 2016-07-15 | 1 | -0/+18 |
| | | | | Add setup.py openMP instructions for Microsoft Visual C++ compiler | ||||
* | Fix timestamps option to work when generating a C++ output file and when | Ian Henriksen | 2016-07-15 | 1 | -15/+21 |
| | | | | writing output file to a specified location. | ||||
* | Add module name to metadata. | Robert Bradshaw | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | Fix typo | Robert Bradshaw | 2016-07-15 | 1 | -3/+3 |
| | |||||
* | update async iter tests to match Py3.5.2+ interface | Stefan Behnel | 2016-07-15 | 1 | -9/+26 |
| | |||||
* | follow PEP492 change in Py3.5.2 that makes __aiter__() a simple function ↵ | Stefan Behnel | 2016-07-15 | 4 | -24/+206 |
| | | | | | | instead of an async function See https://bugs.python.org/issue27243 | ||||
* | Work around MCVS else if stacking limit. | Robert Bradshaw | 2016-04-18 | 1 | -0/+6 |
| | |||||
* | Allow mixing of setuptools and distutils Extension classes. | Robert Bradshaw | 2016-04-14 | 1 | -4/+6 |
| | |||||
* | Ignore optional type parameters when comparing cpp classes. | Robert Bradshaw | 2016-04-14 | 2 | -0/+12 |
| | | | | This posed an issue when the type parameter was a typedef. | ||||
* | add fallback implementation for PyByteArray_Check() in PyPy | Stefan Behnel | 2016-04-06 | 1 | -0/+4 |
| | |||||
* | Add date to release notes. | Robert Bradshaw | 2016-04-04 | 1 | -1/+1 |
| | |||||
* | Cython version 0.240.24 | Robert Bradshaw | 2016-04-04 | 1 | -1/+1 |
| |