summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Restore accidentally removed comment.0.28b2Stefan Behnel2018-03-091-0/+1
* Repair the coercion of C string literals to C++ strings for function argument...Stefan Behnel2018-03-095-57/+100
* Avoid useless coercion checks in BytesNode when we already know that they do ...Stefan Behnel2018-03-091-2/+1
* Py2.6 fix.Stefan Behnel2018-03-071-1/+1
* Use pre-5.0 Tornado version as Jupyter dependency in Py3.3 since Tornado 5.0 ...Stefan Behnel2018-03-071-1/+1
* Mark Py3.7 as officially supported, now that 3.7b1 is out.Stefan Behnel2018-03-061-0/+1
* Update changelog.Stefan Behnel2018-03-061-0/+5
* Reduce code overhead of inlined "onclick" JS code in annotated HTML file.Stefan Behnel2018-03-061-6/+9
* Merge pull request #2124 from tdamsma/togglediv-jupyterlab-workaroundscoder2018-03-061-13/+7
|\
| * Inline toggleDivThijs Damsma2018-03-021-13/+7
* | Merge pull request #2131 from jdemeyer/duplicatescoder2018-03-061-3/+0
|\ \
| * | Fix duplicate declaration in posix/time.pxdJeroen Demeyer2018-03-061-3/+0
|/ /
* | Clarify that the "include" statement can only be used at the module level.Stefan Behnel2018-03-041-3/+5
* | Stop warning about explicitly named modules for cythonize([Extension('modulen...Stefan Behnel2018-03-041-4/+2
* | Reduce unnecessarily long sleep time in test.0.28b1Stefan Behnel2018-03-041-2/+2
* | Add test case from #1685.Stefan Behnel2018-03-042-0/+59
* | Re-enable "auto late includes" based on a preliminary directive. We have the ...Stefan Behnel2018-03-035-5/+6
* | Disable still failing test for #2104 again.Stefan Behnel2018-03-031-1/+1
* | Try to see if the last commit fixes #2104 on travis.Stefan Behnel2018-03-021-1/+1
* | Work around BPO-32973: CPython 3 can rerun the module PyInit function if the ...Stefan Behnel2018-03-021-0/+6
|/
* Fix another C89 "variable declared after code" compile error.Stefan Behnel2018-03-021-1/+2
* Merge pull request #2122 from jdemeyer/PyType_Ready_C89Robert Bradshaw2018-03-011-1/+2
|\
| * Declare variable at start of blockJeroen Demeyer2018-03-011-1/+2
|/
* Fix C++ compile error due to redefined type struct.Stefan Behnel2018-02-281-9/+17
* Update changelog: remove reference to late includes.Stefan Behnel2018-02-281-4/+0
* Update version to 0.28b1.Stefan Behnel2018-02-281-1/+1
* Do not hijack "@asyncio.coroutine" to make async-def functions iterable, sinc...Stefan Behnel2018-02-285-23/+88
* #1896: Disable late includes to avoid breakage of user code.Stefan Behnel2018-02-282-1/+4
* Fix method signature.Stefan Behnel2018-02-251-1/+1
* Fix crash during contiguity check in Pythran buffer type checking code: loop ...Stefan Behnel2018-02-251-1/+1
* Fix some variable usages in Pythran buffer type checking code.Stefan Behnel2018-02-251-6/+7
* Repair constant folding for % operator.Stefan Behnel2018-02-251-1/+1
* Optimise %-formatting of strings into f-strings when possible.Stefan Behnel2018-02-253-2/+113
* Clarify the documented semantics of "wraparound(False)" when bounds checks ar...Stefan Behnel2018-02-251-7/+15
* Avoid slow Pythran dtype checking code in fused function dispatch if pythran ...Stefan Behnel2018-02-241-11/+21
* Correct the fallback code for the builtin next() when slot usage is disabled ...Stefan Behnel2018-02-241-3/+14
* Avoid exception type check in next() implementation if we don't have a defaul...Stefan Behnel2018-02-241-5/+3
* Rename unit test method calls from "assertEquals" to "assertEqual" to fix a a...Stefan Behnel2018-02-233-47/+47
* Rename a variable: the iteration optimiser looks at iterables in loops, not i...Stefan Behnel2018-02-231-28/+28
* Disable failing new test for now.Stefan Behnel2018-02-231-0/+1
* Add an integration test for the setuptools based build from #2104.Stefan Behnel2018-02-232-0/+24
* Explicitly re-allow memoryviews in default argument structs after disallowing...Stefan Behnel2018-02-234-5/+29
* Merge pull request #2112 from candide-guevara/patch-1Robert Bradshaw2018-02-201-3/+3
|\
| * Restore indentation.Robert Bradshaw2018-02-201-2/+2
| * __dealloc__ should be def not cdefcandide guevara2018-02-191-3/+3
|/
* Merge pull request #2110 from xoviat/cimport-pyxscoder2018-02-191-0/+2
|\
| * Add cimport-from-pyx to command linexoviat2018-02-171-0/+2
* | Disable a type annotations test that now fails in Py3.7.Stefan Behnel2018-02-171-6/+6
* | Add FIXMEs to C-API functions that changed in Py3.7 but are not free of risk ...Stefan Behnel2018-02-171-2/+4
* | Disable yield-from integration test with asyncio in Py3.7 since asyncio Pytho...Stefan Behnel2018-02-171-11/+21