- 19 Feb, 2019 3 commits
-
-
-
Stefan Behnel authored
Document trashcan
-
Jeroen Demeyer authored
-
- 18 Feb, 2019 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
@cython.trashcan directive to enable the Python trashcan for deallocations
-
- 17 Feb, 2019 5 commits
-
-
Stefan Behnel authored
Optimise internal fallback method call to ".__await__()" in Py3.7+ by directly unpacking the method instance.
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2850.
-
Jeroen Demeyer authored
-
Stefan Behnel authored
-
- 16 Feb, 2019 1 commit
-
-
Stefan Behnel authored
-
- 15 Feb, 2019 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Federico Stra authored
Fix early binding example. Closes GH-2848.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #1470.
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes GH-2845.
-
- 13 Feb, 2019 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Michael Anselmi authored
-
Michael Anselmi authored
GCC diagnostic pragmas were introduced in GCC 4.6, so augment the GCC compiler check with a version check to avoid compilation errors with GCC < 4.6.
-
Stefan Behnel authored
Avoid GCC diagnostic pragma if GCC < 4.6
-
Michael Anselmi authored
-
- 12 Feb, 2019 1 commit
-
-
Michael Anselmi authored
GCC diagnostic pragmas were introduced in GCC 4.6, so augment the GCC compiler check with a version check to avoid compilation errors with GCC < 4.6.
-
- 11 Feb, 2019 3 commits
-
-
Stefan Behnel authored
REF: make Utils dependency-free by moving search_include_directories
-
Stefan Behnel authored
REF: Move CompilationOptions and default_options to Options
-
Brock Mendel authored
-
- 10 Feb, 2019 5 commits
-
-
Brock Mendel authored
update imports remove Options.create_context in favor of Context.from_options
-
Stefan Behnel authored
Avoid "__name__" hack in "Method" scanner action class and replace it with a simple "__repr__()" implementation.
-
Stefan Behnel authored
Make the "Method" scanner action a direct feature of the embedded Plex, instead of hacking it back into the Lexicon with a stray import. See GH-2831.
-
jbrockmendel authored
Resolve flake8 findings in Cython.Utils.
-
Stefan Behnel authored
Closes #2802.
-
- 09 Feb, 2019 5 commits
-
-
jbrockmendel authored
Remove unused code, mostly from Plex.
-
Stefan Behnel authored
Misc. typo fixes
-
luz.paz authored
Found via `codespell -q 3 -L uint,sinc,nd,byteorder,delimeter,delimeters,te,iff,splitted,highlightning,tripple,varius,includee,ist,ue,ba,defin,amin,ith,creat,minimise,crasher`
-
Stefan Behnel authored
-
Stefan Behnel authored
-