summaryrefslogtreecommitdiff
path: root/Cython/Build
Commit message (Expand)AuthorAgeFilesLines
* Add infrastructure for migrating options to compiler directives.Robert Bradshaw2016-07-271-1/+1
* support "%%cython -3" cell magic in IPythonStefan Behnel2016-07-082-4/+27
* fix typoStefan Behnel2016-06-171-1/+1
* typoRobert Bradshaw2016-06-141-1/+1
* Simple cythonize build_ext.Robert Bradshaw2016-06-142-0/+14
* simplify some codeStefan Behnel2016-06-121-7/+6
* allow '=' to occur in C defined macro values when parsing distutils optionsStefan Behnel2016-06-121-1/+1
* Merge pull request #509 from insertinterestingnamehere/define_macrosscoder2016-06-121-1/+3
|\
| * Forward define macros without specified values properlyIan Henriksen2016-04-121-1/+3
* | Improve "missing cimport" messageJeroen Demeyer2016-06-081-1/+1
* | fix typoStefan Behnel2016-04-221-1/+1
* | Add module name to metadata.Robert Bradshaw2016-04-211-1/+1
* | Deprecate language as a special cythonize argument.Robert Bradshaw2016-04-211-0/+2
* | Fix typoRobert Bradshaw2016-04-151-3/+3
* | Allow mixing of setuptools and distutils Extension classes.Robert Bradshaw2016-04-141-4/+6
|/
* Merge pull request #419 from marscher/fix_setuptools_extension_type_checkRobert Bradshaw2016-02-211-2/+14
|\
| * use only one call to isinstanceofMartin K. Scherer2015-12-051-1/+1
| * do not import setuptoolsmarscher2015-11-181-3/+3
| * [Build/Dependencies] added a comparision for setuptools.Extension class, sinc...marscher2015-11-171-2/+14
* | Minor clarifications.Robert Bradshaw2016-02-201-4/+4
* | Consider dependencies relative to current working directoryJeroen Demeyer2016-02-091-4/+3
* | Merge remote-tracking branch 'origin/master' into optimize_dependenciesJeroen Demeyer2016-02-092-14/+40
|\ \
| * | support parse_list("")Jeroen Demeyer2016-02-081-1/+5
| |/
| * avoid mutable default arguments (original patch by Rémy Léone)Stefan Behnel2015-11-142-11/+11
| * clean up some codeStefan Behnel2015-11-141-1/+7
| * clean up some codeStefan Behnel2015-11-141-1/+17
* | Optimize dependency checkingJeroen Demeyer2015-10-281-11/+11
|/
* Normalize filenames when calling parse_dependencies()Jeroen Demeyer2015-10-281-1/+3
* fix error output in cython.inline()Stefan Behnel2015-09-211-1/+1
* fix warning in newer IPython versionsStefan Behnel2015-08-151-1/+5
* fix some dict iteration usages in Py3Stefan Behnel2015-07-261-2/+2
* Dependencies.py: use print() also in Py2Stefan Behnel2015-07-261-1/+1
* fix unicode conversion in cython.inline() code hashingStefan Behnel2015-07-261-1/+2
* adapt 'unicode' usage to Py2/Py3Stefan Behnel2015-07-262-2/+2
* make dict iteration compatible with Py2/Py3Stefan Behnel2015-07-252-4/+3
* make code usages of Python "long" compatible with Py2/Py3Stefan Behnel2015-07-251-3/+5
* Merge branch '2to3' of https://github.com/encukou/cython into 2to3Stefan Behnel2015-07-252-2/+7
|\
| * 2to3: Apply 'funcattrs' fixer (conditionally)Petr Viktorin2015-07-251-1/+6
| * 2to3: Apply the 'except' fixerPetr Viktorin2015-07-251-1/+1
* | adapt usages of map() to Py2/Py3Stefan Behnel2015-07-251-2/+2
|/
* fix exception in cython.inline() when text block to dedent starts without ini...Stefan Behnel2015-07-231-10/+12
* Correctly parse dependencies of "cimport foo,bar"Jeroen Demeyer2015-07-071-6/+6
* avoid some useless list copyingStefan Behnel2015-07-021-1/+1
* Sort dependencies in metadataJeroen Demeyer2015-07-021-1/+3
* prevent cython.inline() tests from writing into use home directoryStefan Behnel2015-06-201-3/+3
* remove usage of deprecated "U" file open mode flag which is enabled anywayStefan Behnel2015-05-301-1/+1
* Fix string formattingJeroen Demeyer2015-04-261-1/+1
* Progress indicator for cythonize()Jeroen Demeyer2015-04-261-6/+14
* When merging a transitive_list, copy the listJeroen Demeyer2015-04-211-6/+6
* Fix relative cimport for Cython package dirsJeroen Demeyer2015-04-211-2/+2