An error occurred fetching the project authors.
- 14 Aug, 2015 1 commit
-
-
Robert Bradshaw authored
This solves the issue reported by Volker Braun where conflicting using aliases of uint64_t would result in compile time errors. Unfortunately, this also means that it's always included if CYTHON_USE_PYLONG_INTERNALS is set, but it's a short header.
-
- 08 Aug, 2015 1 commit
-
-
Stefan Behnel authored
prevent non-const char* string literals from being interned
-
- 22 Jul, 2015 1 commit
-
-
Robert Bradshaw authored
Now that we split CInitCode and CppInitCode, we no longer generate valid C code even if C++ features are not used.
-
- 16 Jul, 2015 1 commit
-
-
Robert Bradshaw authored
This is a bit of a hack, but as Cython doesn't yet understand const overloads with different (usually const) return types, it can't provide the right type of reference in this case.
-
- 08 Jul, 2015 1 commit
-
-
Stefan Behnel authored
-
- 16 Jun, 2015 1 commit
-
-
Lars Buitinck authored
(start + end) can overflow.
-
- 06 Jun, 2015 1 commit
-
-
Stefan Behnel authored
keep C++ code out of C files and vice-versa by splitting module preamble (original patch by Lars Mans)
-
- 29 May, 2015 1 commit
-
-
Stefan Behnel authored
-
- 11 Apr, 2015 1 commit
-
-
Stefan Behnel authored
-
- 10 Apr, 2015 2 commits
-
-
Stefan Behnel authored
switch to using PySet_GET_SIZE() for set size and truth requests as it's fast and also works as expected in PyPy
-
Stefan Behnel authored
-
- 29 Mar, 2015 2 commits
-
-
Stefan Behnel authored
move declaration of __Pyx_sst_abs() macro to TypeConversion.c instead of more high-level ModuleSetupCode.c
-
Stefan Behnel authored
--HG-- extra : amend_source : 69b25b07657205e86aade4f4f8285e721e4648b0
-
- 28 Mar, 2015 1 commit
-
-
Stefan Behnel authored
tune PyLong optimisations at (gcc) assembly level so that they prefer the most common case of a single-digit
-
- 27 Mar, 2015 1 commit
-
-
Lisandro Dalcin authored
-
- 26 Mar, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 09 Mar, 2015 1 commit
-
-
Lisandro Dalcin authored
-
- 04 Feb, 2015 1 commit
-
-
Robert Bradshaw authored
-
- 29 Dec, 2014 1 commit
-
-
Stefan Behnel authored
-
- 18 Oct, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 10 Oct, 2014 1 commit
-
-
Stefan Behnel authored
-
- 09 Oct, 2014 1 commit
-
-
Stefan Behnel authored
-
- 08 Oct, 2014 1 commit
-
-
Stefan Behnel authored
-
- 10 Oct, 2014 1 commit
-
-
Stefan Behnel authored
--HG-- extra : transplant_source : V%1D%AF%BB%C2%E7l4%28%AE%8C%A9-%B0%B4%11%91%1B%FB%2C
-
- 18 Sep, 2014 1 commit
-
-
Stefan Behnel authored
-
- 07 Sep, 2014 1 commit
-
-
Stefan Behnel authored
avoid redundant type pointer comparison in "__Pyx_PyBaseString_Check()" as Py2.6+ already has fast builtin type checks
-
- 31 Aug, 2014 1 commit
-
-
Lisandro Dalcin authored
* Remove macros __Pyx_{NAME|DOC}STR * Remove macros __Pyx_{Get|Set|Del}AttrString * Remove macro __Pyx_PyIndex_Check * Remove workaround for missing BaseException in builtins
-
- 16 May, 2014 1 commit
-
-
Lisandro Dalcin authored
-
- 04 May, 2014 1 commit
-
-
Lisandro Dalcin authored
-
- 23 Feb, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 22 Feb, 2014 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 18 Feb, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 01 Feb, 2014 1 commit
-
-
Stefan Behnel authored
code objects: add number of kwonly args to number of regular arguments in Py2 (which does not support kwonly arguments for Python functions) to make sure they are still visible for introspection
-
- 28 Jan, 2014 1 commit
-
-
Stefan Behnel authored
--HG-- extra : amend_source : 8474ebfc7b6ab33b8cca9e4a478c54b2bee5f2fc
-
- 18 Jan, 2014 1 commit
-
-
Robert Bradshaw authored
The (k=k) can results in "multiple unsequenced modifications to 'kind'" warning when this macro is expanded twice in the same expression.
-
- 16 Jan, 2014 1 commit
-
-
Stefan Behnel authored
minor Py hex version fix for patch level when Py_hash_t was added (just in case someone still uses Py3.2 alpha versions)
-
- 10 Jan, 2014 1 commit
-
-
Stefan Behnel authored
-
- 01 Jan, 2014 1 commit
-
-
Stefan Behnel authored
-