An error occurred fetching the project authors.
- 06 Jun, 2015 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 05 Jun, 2015 1 commit
-
-
Jeroen Demeyer authored
-
- 25 May, 2015 2 commits
-
-
Stefan Behnel authored
make Cython's Coroutine type and extension types work with Python's async-for loop, implement new slots in Py3.5
-
Stefan Behnel authored
-
- 23 May, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 22 May, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 21 May, 2015 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
cache underlying PyCFunction of calls to unbound methods of builtins in utility code (should eventually become a general feature)
-
- 24 Apr, 2015 1 commit
-
-
Stefan Behnel authored
patch Generator ABC into "collections.abc" when using Cython generators so that foreign code can test for the Generator protocol instead of the generator type
-
- 12 Apr, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 06 Apr, 2015 1 commit
-
-
Stefan Behnel authored
-
- 01 Apr, 2015 1 commit
-
-
Robert Bradshaw authored
-
- 27 Mar, 2015 1 commit
-
-
Stefan Behnel authored
extend PyLong optimisations to everything that fits into a C long (Py2.7 uses 15 bit digits even on 64 bit platforms, i.e. C long covers 4 digits)
-
- 19 Mar, 2015 1 commit
-
-
Stefan Behnel authored
-
- 05 Mar, 2015 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 28 Feb, 2015 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 20 Feb, 2015 1 commit
-
-
Stefan Behnel authored
-
- 18 Jan, 2015 1 commit
-
-
Stefan Behnel authored
-
- 01 Jan, 2015 1 commit
-
-
Robert Bradshaw authored
The profiler filters lines on the function's __code__ attribute, which must agree with that created in the profile frame. Unfortunately, this makes it difficult to profile anything but 'def' functions.
-
- 01 Nov, 2014 1 commit
-
-
Stefan Behnel authored
--HG-- extra : amend_source : c0a1e78dbfd443585a80bd646b763617eeb6b7c5
-
- 25 Oct, 2014 1 commit
-
-
Stefan Behnel authored
-
- 17 Oct, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 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
-
- 02 Aug, 2014 1 commit
-
-
Stefan Behnel authored
-
- 20 Jul, 2014 1 commit
-
-
Stefan Behnel authored
-
- 17 Jun, 2014 1 commit
-
-
Stefan Behnel authored
-
- 24 Jan, 2014 1 commit
-
-
Stefan Behnel authored
-
- 23 Jan, 2014 1 commit
-
-
Stefan Behnel authored
always use UtilityCode.load_cached() for reading dependencies of helpers as it's highly likely that they will be reused by others as well
-