An error occurred fetching the project authors.
- 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
-
- 31 Dec, 2013 1 commit
-
-
Stefan Behnel authored
-
- 06 Dec, 2013 1 commit
-
-
Stefan Behnel authored
improve type inference for string %/+/* operations and use more direct C-API calls for these unicode operations
-
- 23 Nov, 2013 1 commit
-
-
Stefan Behnel authored
-
- 10 Nov, 2013 1 commit
-
-
Stefan Behnel authored
-
- 02 Nov, 2013 1 commit
-
-
Stefan Behnel authored
-
- 06 Oct, 2013 1 commit
-
-
Stefan Behnel authored
extend semantics of 'basestring' typed variables to represent exactly bytes/str/unicode but no subtypes
-
- 30 Aug, 2013 1 commit
-
-
Stefan Behnel authored
-