summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* changelog0.24.xStefan Behnel2016-07-151-1/+1
|
* changelogStefan Behnel2016-07-151-3/+3
|
* changelog0.24.1Stefan Behnel2016-07-151-0/+3
|
* Allow conversion of std::complex to/from Python objects.Robert Bradshaw2016-07-153-0/+54
|
* set version to 0.24.1Stefan Behnel2016-07-151-1/+1
|
* changelogStefan Behnel2016-07-151-0/+30
|
* Improve documentation for cpdef methodsJeroen Demeyer2016-07-151-9/+31
|
* support "%%cython -3" cell magic in IPythonStefan Behnel2016-07-152-4/+27
|
* Example of using package_data for pxd files.Robert Bradshaw2016-07-151-0/+14
|
* Update docs on sharing pxd files.Robert Bradshaw2016-07-151-0/+3
|
* Use automatic PEP links in docJeroen Demeyer2016-07-155-20/+13
|
* fix typoStefan Behnel2016-07-151-1/+1
|
* Add tp_dict and tp_descr_* declarationsJeroen Demeyer2016-07-151-0/+7
|
* let's see if the list order of the python releases makes a difference for ↵Stefan Behnel2016-07-151-2/+2
| | | | the execution order in travis
* let's see if there's a py36-dev already in travisStefan Behnel2016-07-151-0/+2
|
* try fixing travix build by not using sudo if we don't have it availableStefan Behnel2016-07-151-5/+7
|
* adapt some line endings to standard Unix styleStefan Behnel2016-07-156-29/+425
|
* Update docs wrt property syntax deprecationBjörn Dahlgren2016-07-153-16/+37
|
* extract some changes from pull request #504 that seem straight forward and ↵Stefan Behnel2016-07-151-4/+19
| | | | helpful to speed up the travis builds
* properly open and close source file in test runner when parsing distutils flagsStefan Behnel2016-07-151-1/+3
|
* simplify some codeStefan Behnel2016-07-151-7/+6
|
* fix testStefan Behnel2016-07-151-1/+1
|
* allow '=' to occur in C defined macro values when parsing distutils optionsStefan Behnel2016-07-151-1/+1
|
* Add test for passing in define macro without a value to distutilsIan Henriksen2016-07-152-0/+17
| | | | via distutils comment directives in a Cython source file.
* Forward define macros without specified values properlyIan Henriksen2016-07-151-1/+3
| | | | when they are provided as commented distutils directives.
* Improve "missing cimport" messageJeroen Demeyer2016-07-151-1/+1
|
* More fixes.David Nogueira2016-07-151-3/+3
|
* Fix error in example code in documentation.David Nogueira2016-07-151-2/+2
|
* Fix a typo in a commentJoon Ro2016-07-151-1/+1
|
* Test of __new__ on Python class.Robert Bradshaw2016-07-151-0/+8
|
* Fix int_float_builtins_as_casts_T400 due to truncl rename.Robert Bradshaw2016-07-151-1/+1
|
* Cleanup C++ buffer type name mangling.Robert Bradshaw2016-07-152-6/+2
|
* Add a test for namespaced struct with memoryviewIvan Smirnov2016-07-151-0/+4
|
* Reenable cpp_structs testIvan Smirnov2016-07-151-1/+1
|
* Mangle C++ namespaced typesIvan Smirnov2016-07-151-0/+1
|
* Work around missing Cygwin truncl.Robert Bradshaw2016-07-152-1/+12
|
* add "__module__" attribute to coroutines and generatorsStefan Behnel2016-07-153-10/+26
|
* modernise setup.py example in OpenMP docsStefan Behnel2016-07-151-27/+16
|
* + setup.py instructions for Visual C++ compilerJoon Ro2016-07-151-0/+18
| | | | Add setup.py openMP instructions for Microsoft Visual C++ compiler
* Fix timestamps option to work when generating a C++ output file and whenIan Henriksen2016-07-151-15/+21
| | | | writing output file to a specified location.
* Add module name to metadata.Robert Bradshaw2016-07-151-1/+1
|
* Fix typoRobert Bradshaw2016-07-151-3/+3
|
* update async iter tests to match Py3.5.2+ interfaceStefan Behnel2016-07-151-9/+26
|
* follow PEP492 change in Py3.5.2 that makes __aiter__() a simple function ↵Stefan Behnel2016-07-154-24/+206
| | | | | | instead of an async function See https://bugs.python.org/issue27243
* Work around MCVS else if stacking limit.Robert Bradshaw2016-04-181-0/+6
|
* Allow mixing of setuptools and distutils Extension classes.Robert Bradshaw2016-04-141-4/+6
|
* Ignore optional type parameters when comparing cpp classes.Robert Bradshaw2016-04-142-0/+12
| | | | This posed an issue when the type parameter was a typedef.
* add fallback implementation for PyByteArray_Check() in PyPyStefan Behnel2016-04-061-0/+4
|
* Add date to release notes.Robert Bradshaw2016-04-041-1/+1
|
* Cython version 0.240.24Robert Bradshaw2016-04-041-1/+1
|