summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | @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
* | | Merge branch '0.29.x'Stefan Behnel2019-02-091-1/+1
|\ \ \ | |/ /
| * | Bring the doc string C constant back for special methods, except for the buff...Stefan Behnel2019-02-091-1/+1
* | | Merge branch '0.29.x'Stefan Behnel2019-02-095-119/+119
|\ \ \ | |/ /
| * | Add safety cast in queue tutorial code that avoids casting a potentially non-...Stefan Behnel2019-02-091-61/+61
| * | Avoid signed vs. unsigned comparison warning for loop variables in memoryview...Stefan Behnel2019-02-091-52/+52
| * | Silence an "unused" C compiler warning when we cannot easily decide whether t...Stefan Behnel2019-02-091-1/+1
| * | Add safety parentheses in helper macro, also to avoid a compiler warning abou...Stefan Behnel2019-02-091-3/+3
| * | Avoid the C compiler warning about an unused docstring constant for "__getbuf...Stefan Behnel2019-02-091-2/+2
* | | Merge branch '0.29.x'Stefan Behnel2019-02-093-9/+67
|\ \ \ | |/ /
| * | Extend cpdef method test to cover some more (non-)override cases.Stefan Behnel2019-02-091-1/+55
| * | Add some guards and branch hints to the dict lookup optimisation code.Stefan Behnel2019-02-092-8/+12
* | | Merge branch '0.29.x'Stefan Behnel2019-02-087-41/+136
|\ \ \ | |/ /
| * | Prepare release of 0.29.5.0.29.5Stefan Behnel2019-02-082-2/+5
| * | Exclude jupyter from PyPy tests since it has too many dependencies that may n...Stefan Behnel2019-02-082-1/+1