summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch '0.29.x'Stefan Behnel2019-02-192-1/+5
|\ \ | |/
| * Update changelog.Stefan Behnel2019-02-191-0/+4
| * Try using the embedded libzmq in pyzmq instead of a system wide installation.Stefan Behnel2019-02-192-3/+3
| * Fix transitive dependency version of pyzmq to work around test problems on tr...Stefan Behnel2019-02-191-0/+2
| * When detecting an invalid system configuration for overflow checks, at least ...Stefan Behnel2019-02-191-2/+10
| * Recognize that the default encoding is always utf-8 in Python 3.Robert Bradshaw2019-02-192-1/+154
| * Avoid checking "signed" type attribute for non-numeric types (which don't hav...Stefan Behnel2019-02-191-3/+5
| * Fix left-over Pyrex reference.Stefan Behnel2019-02-151-1/+1
* | Try using the embedded libzmq in pyzmq instead of a system wide installation.Stefan Behnel2019-02-192-3/+3
* | Fix transitive dependency version of pyzmq to work around test problems on tr...Stefan Behnel2019-02-191-0/+2
* | Merge branch 'master' of git+ssh://github.com/cython/cythonStefan Behnel2019-02-198-15/+333
|\ \
| * \ Merge pull request #2852 from jdemeyer/trashcanStefan Behnel2019-02-192-13/+106
| |\ \
| | * | Document trashcanJeroen Demeyer2019-02-192-13/+106
| |/ /
| * | Merge pull request #2842 from jdemeyer/trashcanStefan Behnel2019-02-186-2/+227
| |\ \
| | * | @cython.trashcan directive to enable the Python trashcan for deallocationsJeroen Demeyer2019-02-176-2/+227
* | | | Avoid checking "signed" type attribute for non-numeric types (which don't hav...Stefan Behnel2019-02-181-3/+5
|/ / /
* | | Optimise internal fallback method call to ".__await__()" in Py3.7+ by directl...Stefan Behnel2019-02-171-0/+8
* | | Fix CPython version guard.Stefan Behnel2019-02-171-2/+2
* | | Optimise internal fallback method calls in Py3.7+ by directly unpacking the m...Stefan Behnel2019-02-171-0/+25
* | | Minor code modernisations in Tempita module to use the with-statement.Stefan Behnel2019-02-171-9/+6
* | | Make issue tracker links in contribution guide also include the PRs that need...Stefan Behnel2019-02-161-2/+2
* | | Fix issue tracker links in contribution guide.Stefan Behnel2019-02-151-3/+3
* | | Fix some ReST errors and missing/duplicate references in docs.Stefan Behnel2019-02-155-3/+11
* | | Fix line endings.Stefan Behnel2019-02-15133-1724/+1724
* | | Fix early binding example (#2847)Federico Stra2019-02-152-3/+3
* | | Merge branch '0.29.x'Stefan Behnel2019-02-153-1/+39
|\ \ \ | | |/ | |/|
| * | Update changelog.Stefan Behnel2019-02-151-0/+6
| * | Prevent crash when accessing the "__kwdefaults__" special attribute of fused ...Stefan Behnel2019-02-152-1/+33
* | | Merge branch '0.29.x'Stefan Behnel2019-02-152-2/+15
|\ \ \ | |/ /
| * | Fix buffer format parsing code to allow the digit '9' in numbers.Stefan Behnel2019-02-152-2/+15
* | | Merge branch '0.29.x'Stefan Behnel2019-02-131-0/+10
|\ \ \ | |/ /
| * | Update changelog.Stefan Behnel2019-02-131-0/+10
| * | Conform to Cython's GCC version check conventionMichael Anselmi2019-02-131-4/+1
| * | Avoid GCC diagnostic pragma if GCC < 4.6Michael Anselmi2019-02-131-2/+9
* | | Merge pull request #2839 from fortran-favors-the-old/gcc_diagnostic_pragmaStefan Behnel2019-02-131-2/+6
|\ \ \
| * | | Conform to Cython's GCC version check conventionMichael Anselmi2019-02-131-4/+1
| * | | Avoid GCC diagnostic pragma if GCC < 4.6Michael Anselmi2019-02-121-2/+9
|/ / /
* | | Merge pull request #2836 from jbrockmendel/urefStefan Behnel2019-02-112-49/+55
|\ \ \
| * | | REF: make Utils dependency-free by moving search_include_directories to MainBrock Mendel2019-02-102-49/+55
* | | | Merge pull request #2835 from jbrockmendel/refoptsStefan Behnel2019-02-118-199/+211
|\ \ \ \ | |/ / / |/| | |
| * | | REF: Move CompilationOptions and default_options to OptionsBrock Mendel2019-02-108-199/+211
|/ / /
* | | Avoid "__name__" hack in "Method" scanner action class and replace it with a ...Stefan Behnel2019-02-102-3/+8
* | | Make the "Method" scanner action a direct feature of the embedded Plex, inste...Stefan Behnel2019-02-106-40/+46
* | | CLN: flake8 fixups in Cython.Utils (#2833)jbrockmendel2019-02-102-22/+48
* | | Allow the short form "cdef struct xyz: pass" instead of always requiring a bl...Stefan Behnel2019-02-106-44/+94
* | | CLN: Remove unused (#2830)jbrockmendel2019-02-095-226/+2
* | | Merge pull request #2832 from luzpaz/misc-typosStefan Behnel2019-02-093-3/+3
|\ \ \
| * | | Misc. typo fixesluz.paz2019-02-093-3/+3
|/ / /
* | | Merge branch '0.29.x'Stefan Behnel2019-02-091-1/+1
|\ \ \ | |/ /
| * | Bring the doc string C constant back all for special methods, except for the ...Stefan Behnel2019-02-091-1/+1