An error occurred fetching the project authors.
- 17 Jul, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 10 Jul, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 06 Jul, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 17 Jun, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 17 May, 2014 1 commit
-
-
Stefan Behnel authored
-
- 26 Apr, 2014 1 commit
-
-
Stefan Behnel authored
-
- 22 Mar, 2014 1 commit
-
-
Stefan Behnel authored
-
- 26 Feb, 2014 1 commit
-
-
Stefan Behnel authored
-
- 17 Jan, 2014 1 commit
-
-
Stefan Behnel authored
-
- 26 Dec, 2013 1 commit
-
-
Robert Bradshaw authored
The syntax follows that of template classes, namely cdef T foo[T](T, ...)
-
- 15 Dec, 2013 1 commit
-
-
Stefan Behnel authored
-
- 22 Nov, 2013 2 commits
-
-
Stefan Behnel authored
revert incomplete fix for ticket #600: not enough for more complex scoping and evaluation time issues
-
Stefan Behnel authored
-
- 17 Nov, 2013 1 commit
-
-
Stefan Behnel authored
-
- 15 Nov, 2013 1 commit
-
-
Stefan Behnel authored
reimplement PEP 3155 __qualname__ calculation in a dedicated transform to base it on the node structure instead of the scopes (which fails for class scopes)
-
- 02 Nov, 2013 1 commit
-
-
Stefan Behnel authored
-
- 07 Nov, 2013 1 commit
-
-
Stefan Behnel authored
--HG-- rename : tests/run/ass2global.pyx => tests/run/ass2global.py
-
- 01 Sep, 2013 1 commit
-
-
Stefan Behnel authored
-
- 09 Aug, 2013 1 commit
-
-
Stefan Behnel authored
-
- 06 Aug, 2013 1 commit
-
-
Stefan Behnel authored
-
- 04 Aug, 2013 1 commit
-
-
Stefan Behnel authored
-
- 01 Aug, 2013 1 commit
-
-
Torsten Landschoff authored
This can be useful if some external objects have to be cleaned up when the Python object dies. Otherwise the cyclic garbage collector may drop the references before the cleanup has any chance to run. Includes documentation and a simple unit test. Discussion: http://article.gmane.org/gmane.comp.python.cython.devel/14986
-
- 27 Jul, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 17 Mar, 2013 1 commit
-
-
Robert Bradshaw authored
-
- 08 Mar, 2013 1 commit
-
-
Stefan Behnel authored
-
- 23 Feb, 2013 1 commit
-
-
Stefan Behnel authored
-
- 22 Feb, 2013 1 commit
-
-
Stefan Behnel authored
automatically replace calls to builtin.__contains__() with the corresponding C-API function and enable optimisation of unbound builtin methods for subtypes
-
- 15 Feb, 2013 1 commit
-
-
Stefan Behnel authored
-
- 14 Feb, 2013 1 commit
-
-
Robert Bradshaw authored
-
- 01 Jan, 2013 1 commit
-
-
Stefan Behnel authored
make AnalyseDeclarationsTransform inherit from EnvTransform to fix inconsistencies in scope tracking
-
- 30 Dec, 2012 1 commit
-
-
Stefan Behnel authored
-
- 26 Dec, 2012 1 commit
-
-
Stefan Behnel authored
reimplement cross-closure type inference using a dedicated LocalEntry class for entry copies in closures to keep closure knowledge in one place
-
- 23 Dec, 2012 1 commit
-
-
Stefan Behnel authored
-
- 21 Dec, 2012 1 commit
-
-
Stefan Behnel authored
-
- 20 Dec, 2012 1 commit
-
-
Stefan Behnel authored
analyse loop variable in scoped comprehensions as local variable (enables control flow based optimisations)
-
- 16 Dec, 2012 1 commit
-
-
Stefan Behnel authored
prevent special __weakref__ attribute from triggering generation of garbage collection code for the type
-
- 09 Dec, 2012 1 commit
-
-
Stefan Behnel authored
-
- 05 Dec, 2012 1 commit
-
-
Yaroslav Halchenko authored
Originally reported in Debian http://bugs.debian.org/cgi-bin/bugreport.cgi\?bug\=692313 Lead to crash with python-dbg: python-dbg: ../Modules/gcmodule.c:366: visit_decref: Assertion 'gc->gc.gc_refs != 0' failed
-