- 12 Jun, 2018 3 commits
-
-
scoder authored
Enable tests for all the files in the example directory.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
This closes #2323.
-
- 11 Jun, 2018 14 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Compile time env available from cython command line options
-
scoder authored
Formatted runtests.py to make it respect the pep8 conventions of try...except.
-
Robert Bradshaw authored
Removed an unused variable.
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
Robert Bradshaw authored
Removed the unused variable "WORKDIR" from runtests.py.
-
gabrieldemarmiesse authored
-
Jerome Kieffer authored
-
Jerome Kieffer authored
-
Jerome Kieffer authored
-
Jerome Kieffer authored
-
Jerome Kieffer authored
-
- 10 Jun, 2018 1 commit
-
-
Stefan Behnel authored
See #2319.
-
- 09 Jun, 2018 2 commits
-
-
Stefan Behnel authored
-
scoder authored
Fix purepython builtin type strings
-
- 08 Jun, 2018 7 commits
-
-
Claudio Freire authored
-
Jerome Kieffer authored
close #2314
-
Stefan Behnel authored
Speed up cpdef method override checks also for Python subclasses with slots by assuming that slot attributes themselves never override type fields in the parent class (Python raises an error if you try). See #2313.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Jerome Kieffer authored
-
Stefan Behnel authored
This does not help for classes with "__slots__", nor does it help for alternating calls to different objects. There is probably still space for improvements, e.g. by using an array of object dict versions. See #2313.
-
- 06 Jun, 2018 1 commit
-
-
Robert Bradshaw authored
Using __new__ was made an error 8 years ago, keeping this in the docs just causes confusion at this point (e.g. #2311).
-
- 04 Jun, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 03 Jun, 2018 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Make raise-statements inside of nogil blocks automatically acquire the GIL, instead of requiring an explicit ``with gil`` block around them.
-
Stefan Behnel authored
Fix: reallowing tp_clear() in a subtype of an @no_gc_clear extension type generated an invalid C function call to the (non-existent) base type implementation. Closes #2309.
-
- 02 Jun, 2018 1 commit
-
-
scoder authored
Add decrlarations from ceval.h
-
- 30 May, 2018 2 commits
-
-
László Kiss Kollár authored
Add PyEval_InitThreads and PyEval_ThreadsInitialized
-
gabrieldemarmiesse authored
-
- 27 May, 2018 3 commits
-
-
scoder authored
Added an example of iteration for x in vector.
-
gabrieldemarmiesse authored
-
Stefan Behnel authored
-